Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Apex class for TaxInfo representation
Constructor for TaxInfo object. All arguments are required.
| Param | Description |
|---|---|
countryIsoCode | Initial value for TaxInfo.countryIsoCode. |
stateIsoCode | Initial value for TaxInfo.stateIsoCode. |
priority | Initial value for TaxInfo.priority. |
taxRatePercentage | Initial value for TaxInfo.taxRatePercentage. |
taxTreatmentName | Initial value for TaxInfo.taxTreatmentName. |
taxTreatmentDescription | Initial value for TaxInfo.taxTreatmentDescription. |
taxLineAmount | Initial value for TaxInfo.taxLineAmount. |
Get ‘TaxInfo.TaxLineAmount’.
| Type | Description |
|---|---|
| Decimal |
Set ‘TaxInfo.TaxLineAmount’.
| Type | Description |
|---|---|
| void |
Get ‘TaxInfo.CountryIsoCode’.
| Type | Description |
|---|---|
| String |
Set ‘TaxInfo.CountryIsoCode’.
| Type | Description |
|---|---|
| void |
Get ‘TaxInfo.StateIsoCode’.
| Type | Description |
|---|---|
| String |
Set ‘TaxInfo.StateIsoCode’.
| Type | Description |
|---|---|
| void |
Get ‘TaxInfo.Priority’.
| Type | Description |
|---|---|
| Integer |
Set ‘TaxInfo.Priority’.
| Type | Description |
|---|---|
| void |
Get ‘TaxInfo.TaxTreatmentName’.
| Type | Description |
|---|---|
| String |
Set ‘TaxInfo.TaxTreatmentName’.
| Type | Description |
|---|---|
| void |
Get ‘TaxInfo.TaxTreatmentDescription’.
| Type | Description |
|---|---|
| String |
Set ‘TaxInfo.TaxTreatmentDescription’.
| Type | Description |
|---|---|
| void |
Get ‘TaxInfo.TaxRatePercentage’.
| Type | Description |
|---|---|
| Double |
Set ‘TaxInfo.TaxRatePercentage’.
| Type | Description |
|---|---|
| void |
Newer Version Available