Developer Preview
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 info container used in GetStoreTaxesInfo API Response..
Constructor for StoreTaxesInfoContainer object. No-Arg Constructor.
Returns true if the execution is successful , false otherwise.
| Type | Description |
|---|---|
Boolean |
Returns the list of StoreTaxesInfo return commercestoretax.StoreTaxesInfo
Removes one element from a list of StoreTaxesInfo
| Type | Description |
|---|---|
void |
Adds one element from a list of StoreTaxesInfo
| Type | Description |
|---|---|
void |
Get ‘StoreTaxesInfoContainer.ErrorMessage’.
| Type | Description |
|---|---|
String |
Get ‘StoreTaxesInfoContainer.LocalizedErrorMessage’.
| Type | Description |
|---|---|
String |
Get ‘StoreTaxesInfoContainer.ErrorCode’.
| Type | Description |
|---|---|
String |
Set ‘StoreTaxesInfoContainer.Error’ based on errorMessage and localizedErrorMessage
| Type | Description |
|---|---|
void |
Developer Preview