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 getSuccess() 

Returns true if the execution is successful , false otherwise.

Returns 

TypeDescription
Boolean

global getStoreTaxesInfoList() 

Returns the list of StoreTaxesInfo return commercestoretax.StoreTaxesInfo

global removeStoreTaxesInfo(StoreTaxesInfo storeTaxesInfo) 

Removes one element from a list of StoreTaxesInfo

Returns 

TypeDescription
void

global addStoreTaxesInfo(StoreTaxesInfo storeTaxesInfo) 

Adds one element from a list of StoreTaxesInfo

Returns 

TypeDescription
void

global getErrorMessage() 

Get ‘StoreTaxesInfoContainer.ErrorMessage’.

Returns 

TypeDescription
String

global getLocalizedErrorMessage() 

Get ‘StoreTaxesInfoContainer.LocalizedErrorMessage’.

Returns 

TypeDescription
String

global getErrorCode() 

Get ‘StoreTaxesInfoContainer.ErrorCode’.

Returns 

TypeDescription
String

global setError(String errorMessage, String localizedErrorMessage) 

Set ‘StoreTaxesInfoContainer.Error’ based on errorMessage and localizedErrorMessage

Returns 

TypeDescription
void

global hashCode() 

global 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!