commercestoretax.GetStoreTaxesInfoResponse

Response class representation for GetStoreTaxesInfo API invocation.

Constructor for GetStoreTaxesInfoResponse object. All arguments are required.

ParamDescription
localeTypeInitial value for GetStoreTaxesInfoResponse.TaxLocaleType.

Get 'GetStoreTaxesInfoResponse.TaxLocaleType'.

TypeDescription
String

Set 'GetStoreTaxesInfoResponse.TaxLocaleType'.

TypeDescription
void

Returns true if the execution is successful , false otherwise.

TypeDescription
Boolean

Get 'GetStoreTaxesInfoResponse.ErrorMessage'.

TypeDescription
String

Get 'GetStoreTaxesInfoResponse.LocalizedErrorMessage'.

TypeDescription
String

Get 'GetStoreTaxesInfoResponse.ErrorCode'.

TypeDescription
String

Set 'GetStoreTaxesInfoResponse.Error' based on errorMessage and localizedErrorMessage

TypeDescription
void

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

Removes the value from the map having key as 'productId'

TypeDescription
void

Adds the value to the map having key as 'productId' and value as 'taxesInfo'

TypeDescription
void