Uses of Enum
com.chargebee.models.enums.TaxjarExemptionCategory
Packages that use TaxjarExemptionCategory
-
Uses of TaxjarExemptionCategory in com.chargebee.models
Methods in com.chargebee.models with parameters of type TaxjarExemptionCategoryModifier and TypeMethodDescriptionSubscription.CreateRequest.customerTaxjarExemptionCategory(TaxjarExemptionCategory customerTaxjarExemptionCategory) Subscription.ImportSubscriptionRequest.customerTaxjarExemptionCategory(TaxjarExemptionCategory customerTaxjarExemptionCategory) Customer.CreateRequest.taxjarExemptionCategory(TaxjarExemptionCategory taxjarExemptionCategory) Customer.UpdateRequest.taxjarExemptionCategory(TaxjarExemptionCategory taxjarExemptionCategory) -
Uses of TaxjarExemptionCategory in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return TaxjarExemptionCategoryModifier and TypeMethodDescriptionstatic TaxjarExemptionCategoryReturns the enum constant of this type with the specified name.static TaxjarExemptionCategory[]TaxjarExemptionCategory.values()Returns an array containing the constants of this enum type, in the order they are declared.