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) 


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!