Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom |
Modifier and Type | Field and Description |
---|---|
protected GlobalTaxCalculationEnum |
SalesTransaction.globalTaxCalculation |
protected GlobalTaxCalculationEnum |
PurchaseByVendor.globalTaxCalculation |
protected GlobalTaxCalculationEnum |
Purchase.globalTaxCalculation |
protected GlobalTaxCalculationEnum |
Deposit.globalTaxCalculation |
Modifier and Type | Method and Description |
---|---|
static GlobalTaxCalculationEnum |
GlobalTaxCalculationEnum.fromValue(String v) |
GlobalTaxCalculationEnum |
SalesTransaction.getGlobalTaxCalculation()
Gets the value of the globalTaxCalculation property.
|
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.
|
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 |
SalesTransaction.setGlobalTaxCalculation(GlobalTaxCalculationEnum value)
Sets the value of the globalTaxCalculation property.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalTaxCalculationEnumJsonSerializer.serialize(GlobalTaxCalculationEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.