commercestoretax.StoreTaxesInfoContainer

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.

TypeDescription
Boolean

Returns the list of StoreTaxesInfo return commercestoretax.StoreTaxesInfo

Removes one element from a list of StoreTaxesInfo

TypeDescription
void

Adds one element from a list of StoreTaxesInfo

TypeDescription
void

Get 'StoreTaxesInfoContainer.ErrorMessage'.

TypeDescription
String

Get 'StoreTaxesInfoContainer.LocalizedErrorMessage'.

TypeDescription
String

Get 'StoreTaxesInfoContainer.ErrorCode'.

TypeDescription
String

Set 'StoreTaxesInfoContainer.Error' based on errorMessage and localizedErrorMessage

TypeDescription
void