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