commercestoretax.GetStoreTaxesInfoResponse

Response class representation for GetStoreTaxesInfo API invocation.

Constructors 

global GetStoreTaxesInfoResponse(commercestoretax localeType) 

Constructor for GetStoreTaxesInfoResponse object. All arguments are required.

Parameters 

ParamDescription
localeTypeInitial value for GetStoreTaxesInfoResponse.TaxLocaleType.

Methods 

global String getTaxLocaleType() 

Get ‘GetStoreTaxesInfoResponse.TaxLocaleType’.

Returns 

TypeDescription
String

global void setTaxLocaleType(TaxLocaleType localeType) 

Set ‘GetStoreTaxesInfoResponse.TaxLocaleType’.

Returns 

TypeDescription
void

global Boolean getSuccess() 

Returns true if the execution is successful , false otherwise.

Returns 

TypeDescription
Boolean

global String getErrorMessage() 

Get ‘GetStoreTaxesInfoResponse.ErrorMessage’.

Returns 

TypeDescription
String

global String getLocalizedErrorMessage() 

Get ‘GetStoreTaxesInfoResponse.LocalizedErrorMessage’.

Returns 

TypeDescription
String

global String getErrorCode() 

Get ‘GetStoreTaxesInfoResponse.ErrorCode’.

Returns 

TypeDescription
String

global void setError(String errorMessage, String localizedErrorMessage) 

Set ‘GetStoreTaxesInfoResponse.Error’ based on errorMessage and localizedErrorMessage

Returns 

TypeDescription
void

global Map<String,StoreTaxesInfoContainer> getTaxesInfo() 

Returns the map having TaxesInfo <K,V> as <String, StoreTaxesInfoContainer> return TaxInfoCollection

global void removeTaxesInfo(String productId) 

Removes the value from the map having key as ‘productId’

Returns 

TypeDescription
void

global void addTaxesInfo(String productId, StoreTaxesInfoContainer taxesInfo) 

Adds the value to the map having key as ‘productId’ and value as ‘taxesInfo’

Returns 

TypeDescription
void

global Integer hashCode() 

global Boolean equals(Object obj) 


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!