Class EstimateSubscriptionInput


  • public class EstimateSubscriptionInput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EstimateSubscriptionInput​(com.apollographql.apollo3.api.Optional<java.util.List<SubscriptionAddonInput>> addons, com.apollographql.apollo3.api.Optional<java.util.List<BillableFeatureInput>> billableFeatures, com.apollographql.apollo3.api.Optional<java.lang.String> billingCountryCode, com.apollographql.apollo3.api.Optional<SubscriptionBillingInfo> billingInformation, com.apollographql.apollo3.api.Optional<BillingPeriod> billingPeriod, java.lang.String customerId, com.apollographql.apollo3.api.Optional<java.lang.String> environmentId, java.lang.String planId, com.apollographql.apollo3.api.Optional<java.lang.Double> priceUnitAmount, com.apollographql.apollo3.api.Optional<java.lang.String> promotionCode, com.apollographql.apollo3.api.Optional<java.lang.String> resourceId, com.apollographql.apollo3.api.Optional<java.lang.Boolean> skipTrial, com.apollographql.apollo3.api.Optional<java.time.Instant> startDate, com.apollographql.apollo3.api.Optional<java.lang.Double> unitQuantity)  
    • Field Detail

      • billableFeatures

        public final com.apollographql.apollo3.api.Optional<java.util.List<BillableFeatureInput>> billableFeatures
      • billingCountryCode

        public final com.apollographql.apollo3.api.Optional<java.lang.String> billingCountryCode
      • billingInformation

        public final com.apollographql.apollo3.api.Optional<SubscriptionBillingInfo> billingInformation
      • billingPeriod

        public final com.apollographql.apollo3.api.Optional<BillingPeriod> billingPeriod
      • customerId

        public final java.lang.String customerId
      • environmentId

        public final com.apollographql.apollo3.api.Optional<java.lang.String> environmentId
      • planId

        public final java.lang.String planId
      • priceUnitAmount

        public final com.apollographql.apollo3.api.Optional<java.lang.Double> priceUnitAmount
      • promotionCode

        public final com.apollographql.apollo3.api.Optional<java.lang.String> promotionCode
      • resourceId

        public final com.apollographql.apollo3.api.Optional<java.lang.String> resourceId
      • skipTrial

        public final com.apollographql.apollo3.api.Optional<java.lang.Boolean> skipTrial
      • startDate

        public final com.apollographql.apollo3.api.Optional<java.time.Instant> startDate
      • unitQuantity

        public final com.apollographql.apollo3.api.Optional<java.lang.Double> unitQuantity
    • Constructor Detail

      • EstimateSubscriptionInput

        public EstimateSubscriptionInput​(com.apollographql.apollo3.api.Optional<java.util.List<SubscriptionAddonInput>> addons,
                                         com.apollographql.apollo3.api.Optional<java.util.List<BillableFeatureInput>> billableFeatures,
                                         com.apollographql.apollo3.api.Optional<java.lang.String> billingCountryCode,
                                         com.apollographql.apollo3.api.Optional<SubscriptionBillingInfo> billingInformation,
                                         com.apollographql.apollo3.api.Optional<BillingPeriod> billingPeriod,
                                         java.lang.String customerId,
                                         com.apollographql.apollo3.api.Optional<java.lang.String> environmentId,
                                         java.lang.String planId,
                                         com.apollographql.apollo3.api.Optional<java.lang.Double> priceUnitAmount,
                                         com.apollographql.apollo3.api.Optional<java.lang.String> promotionCode,
                                         com.apollographql.apollo3.api.Optional<java.lang.String> resourceId,
                                         com.apollographql.apollo3.api.Optional<java.lang.Boolean> skipTrial,
                                         com.apollographql.apollo3.api.Optional<java.time.Instant> startDate,
                                         com.apollographql.apollo3.api.Optional<java.lang.Double> unitQuantity)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object