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 getTaxLocaleType() 

Get ‘GetStoreTaxesInfoResponse.TaxLocaleType’.

Returns 

TypeDescription
String

global setTaxLocaleType(TaxLocaleType localeType) 

Set ‘GetStoreTaxesInfoResponse.TaxLocaleType’.

Returns 

TypeDescription
void

global getSuccess() 

Returns true if the execution is successful , false otherwise.

Returns 

TypeDescription
Boolean

global getErrorMessage() 

Get ‘GetStoreTaxesInfoResponse.ErrorMessage’.

Returns 

TypeDescription
String

global getLocalizedErrorMessage() 

Get ‘GetStoreTaxesInfoResponse.LocalizedErrorMessage’.

Returns 

TypeDescription
String

global getErrorCode() 

Get ‘GetStoreTaxesInfoResponse.ErrorCode’.

Returns 

TypeDescription
String

global setError(String errorMessage, String localizedErrorMessage) 

Set ‘GetStoreTaxesInfoResponse.Error’ based on errorMessage and localizedErrorMessage

Returns 

TypeDescription
void

global getTaxesInfo() 

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

global removeTaxesInfo(String productId) 

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

Returns 

TypeDescription
void

global addTaxesInfo(String productId, StoreTaxesInfoContainer taxesInfo) 

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

Returns 

TypeDescription
void

global hashCode() 

global 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!