Uses of Enum
com.chargebee.models.enums.TaxExemptReason
Packages that use TaxExemptReason
-
Uses of TaxExemptReason in com.chargebee.models
Methods in com.chargebee.models that return TaxExemptReasonModifier and TypeMethodDescriptionCreditNote.LineItem.taxExemptReason()CreditNoteEstimate.LineItem.taxExemptReason()Invoice.LineItem.taxExemptReason()InvoiceEstimate.LineItem.taxExemptReason()Quote.LineItem.taxExemptReason()QuoteLineGroup.LineItem.taxExemptReason() -
Uses of TaxExemptReason in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return TaxExemptReasonModifier and TypeMethodDescriptionstatic TaxExemptReasonReturns the enum constant of this type with the specified name.static TaxExemptReason[]TaxExemptReason.values()Returns an array containing the constants of this enum type, in the order they are declared.