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 representation for Store taxes information.
Constructor for StoreTaxesInfo object. All arguments are required.
| Param | Description |
|---|---|
countryIsoCode | Initial value for StoreTaxesInfo.countryIsoCode. |
stateIsoCode | Initial value for StoreTaxesInfo.stateIsoCode. |
priority | Initial value for StoreTaxesInfo.priority. |
taxRatePercentage | Initial value for StoreTaxesInfo.taxRatePercentage. |
taxTreatmentName | Initial value for StoreTaxesInfo.taxTreatmentName. |
taxTreatmentDescription | Initial value for StoreTaxesInfo.taxTreatmentDescription. |
Get ‘StoreTaxesInfo.CountryIsoCode’.
| Type | Description |
|---|---|
| String |
Set ‘StoreTaxesInfo.CountryIsoCode’.
| Type | Description |
|---|---|
| void |
Get ‘StoreTaxesInfo.StateIsoCode’.
| Type | Description |
|---|---|
| String |
Set ‘StoreTaxesInfo.StateIsoCode’.
| Type | Description |
|---|---|
| void |
Get ‘StoreTaxesInfo.Priority’.
| Type | Description |
|---|---|
| Integer |
Set ‘StoreTaxesInfo.Priority’.
| Type | Description |
|---|---|
| void |
Get ‘StoreTaxesInfo.TaxTreatmentName’.
| Type | Description |
|---|---|
| String |
Set ‘StoreTaxesInfo.TaxTreatmentName’.
| Type | Description |
|---|---|
| void |
Get ‘StoreTaxesInfo.TaxTreatmentDescription’.
| Type | Description |
|---|---|
| String |
Set ‘StoreTaxesInfo.TaxTreatmentDescription’.
| Type | Description |
|---|---|
| void |
Get ‘StoreTaxesInfo.TaxRatePercentage’.
| Type | Description |
|---|---|
| Double |
Set ‘StoreTaxesInfo.TaxRatePercentage’.
| Type | Description |
|---|---|
| void |
Newer Version Available