commercestoretax.StoreTaxesInfoContainer

Apex class representation for Store taxes info container used in GetStoreTaxesInfo API Response..

Constructors 

global StoreTaxesInfoContainer() 

Constructor for StoreTaxesInfoContainer object. No-Arg Constructor.


Methods 

global Boolean getSuccess() 

Returns true if the execution is successful , false otherwise.

Returns 

TypeDescription
Boolean

global StoreTaxesInfoCollection getStoreTaxesInfoList() 

Returns the list of StoreTaxesInfo return commercestoretax.StoreTaxesInfo

global void removeStoreTaxesInfo(StoreTaxesInfo storeTaxesInfo) 

Removes one element from a list of StoreTaxesInfo

Returns 

TypeDescription
void

global void addStoreTaxesInfo(StoreTaxesInfo storeTaxesInfo) 

Adds one element from a list of StoreTaxesInfo

Returns 

TypeDescription
void

global String getErrorMessage() 

Get ‘StoreTaxesInfoContainer.ErrorMessage’.

Returns 

TypeDescription
String

global String getLocalizedErrorMessage() 

Get ‘StoreTaxesInfoContainer.LocalizedErrorMessage’.

Returns 

TypeDescription
String

global String getErrorCode() 

Get ‘StoreTaxesInfoContainer.ErrorCode’.

Returns 

TypeDescription
String

global void setError(String errorMessage, String localizedErrorMessage) 

Set ‘StoreTaxesInfoContainer.Error’ based on errorMessage and localizedErrorMessage

Returns 

TypeDescription
void

global Integer hashCode() 

global Boolean equals(Object obj) 


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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