| Package | Description |
|---|---|
| com.intuit.ipp.data |
| Modifier and Type | Field and Description |
|---|---|
protected TaxApplicableOnEnum |
JournalEntryLineDetail.taxApplicableOn |
protected TaxApplicableOnEnum |
DepositLineDetail.taxApplicableOn |
| Modifier and Type | Method and Description |
|---|---|
static TaxApplicableOnEnum |
TaxApplicableOnEnum.fromValue(String v) |
TaxApplicableOnEnum |
JournalEntryLineDetail.getTaxApplicableOn()
Gets the value of the taxApplicableOn property.
|
TaxApplicableOnEnum |
DepositLineDetail.getTaxApplicableOn()
Gets the value of the taxApplicableOn property.
|
static TaxApplicableOnEnum |
TaxApplicableOnEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxApplicableOnEnum[] |
TaxApplicableOnEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JournalEntryLineDetail.setTaxApplicableOn(TaxApplicableOnEnum value)
Sets the value of the taxApplicableOn property.
|
void |
DepositLineDetail.setTaxApplicableOn(TaxApplicableOnEnum value)
Sets the value of the taxApplicableOn property.
|
Copyright © 2019. All Rights Reserved.