Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/19 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

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