Uses of Class
com.chargebee.models.enums.TaxJurisType

Packages that use TaxJurisType
com.chargebee.models   
com.chargebee.models.enums   
 

Uses of TaxJurisType in com.chargebee.models
 

Methods in com.chargebee.models that return TaxJurisType
 TaxJurisType InvoiceEstimate.LineItemTax.taxJurisType()
           
 TaxJurisType Invoice.LineItemTax.taxJurisType()
           
 TaxJurisType Order.LineItemTax.taxJurisType()
           
 TaxJurisType CreditNote.LineItemTax.taxJurisType()
           
 TaxJurisType Quote.LineItemTax.taxJurisType()
           
 TaxJurisType CreditNoteEstimate.LineItemTax.taxJurisType()
           
 

Methods in com.chargebee.models with parameters of type TaxJurisType
 Invoice.ImportInvoiceRequest Invoice.ImportInvoiceRequest.taxJurisType(int index, TaxJurisType taxJurisType)
           
 

Uses of TaxJurisType in com.chargebee.models.enums
 

Methods in com.chargebee.models.enums that return TaxJurisType
static TaxJurisType TaxJurisType.valueOf(String name)
          Returns 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.
 



Copyright © 2019 ChargeBee. All Rights Reserved.