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) 


Newer Version Available

This content describes an older version of this product. View Latest

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