Uses of Enum
com.chargebee.models.enums.TaxJurisType
Packages that use TaxJurisType
-
Uses of TaxJurisType in com.chargebee.models
Methods in com.chargebee.models that return TaxJurisTypeModifier and TypeMethodDescriptionCreditNote.LineItemTax.taxJurisType()CreditNoteEstimate.LineItemTax.taxJurisType()Invoice.LineItemTax.taxJurisType()InvoiceEstimate.LineItemTax.taxJurisType()Order.LineItemTax.taxJurisType()Quote.LineItemTax.taxJurisType()QuoteLineGroup.LineItemTax.taxJurisType()Methods in com.chargebee.models with parameters of type TaxJurisTypeModifier and TypeMethodDescriptionCreditNote.ImportCreditNoteRequest.taxJurisType(int index, TaxJurisType taxJurisType) Invoice.ImportInvoiceRequest.taxJurisType(int index, TaxJurisType taxJurisType) -
Uses of TaxJurisType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return TaxJurisTypeModifier and TypeMethodDescriptionstatic TaxJurisTypeReturns the enum constant of this type with the specified name.static TaxJurisType[]TaxJurisType.values()Returns an array containing the constants of this enum type, in the order they are declared.