| Package | Description |
|---|---|
| com.chargebee.models | |
| com.chargebee.models.enums |
| Modifier and Type | Method and Description |
|---|---|
TaxJurisType |
CreditNote.LineItemTax.taxJurisType() |
TaxJurisType |
CreditNoteEstimate.LineItemTax.taxJurisType() |
TaxJurisType |
Order.LineItemTax.taxJurisType() |
TaxJurisType |
Invoice.LineItemTax.taxJurisType() |
TaxJurisType |
InvoiceEstimate.LineItemTax.taxJurisType() |
TaxJurisType |
Quote.LineItemTax.taxJurisType() |
TaxJurisType |
QuoteLineGroup.LineItemTax.taxJurisType() |
| Modifier and Type | Method and Description |
|---|---|
CreditNote.ImportCreditNoteRequest |
CreditNote.ImportCreditNoteRequest.taxJurisType(int index,
TaxJurisType taxJurisType) |
Invoice.ImportInvoiceRequest |
Invoice.ImportInvoiceRequest.taxJurisType(int index,
TaxJurisType taxJurisType) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 ChargeBee. All rights reserved.