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.
|
Modifier and Type | Field and Description |
---|---|
protected TaxRateList |
TaxCode.adjustmentTaxRateList |
protected TaxRateList |
TaxCode.purchaseTaxRateList |
protected TaxRateList |
TaxCode.salesTaxRateList |
Modifier and Type | Method and Description |
---|---|
TaxRateList |
ObjectFactory.createTaxRateList()
Create an instance of
TaxRateList |
TaxRateList |
TaxCode.getAdjustmentTaxRateList()
Gets the value of the adjustmentTaxRateList property.
|
TaxRateList |
TaxCode.getPurchaseTaxRateList()
Gets the value of the purchaseTaxRateList property.
|
TaxRateList |
TaxCode.getSalesTaxRateList()
Gets the value of the salesTaxRateList property.
|
Modifier and Type | Method and Description |
---|---|
void |
TaxCode.setAdjustmentTaxRateList(TaxRateList value)
Sets the value of the adjustmentTaxRateList property.
|
void |
TaxCode.setPurchaseTaxRateList(TaxRateList value)
Sets the value of the purchaseTaxRateList property.
|
void |
TaxCode.setSalesTaxRateList(TaxRateList value)
Sets the value of the salesTaxRateList property.
|
Copyright © 2017. All rights reserved.