commercestoretax.ClassTaxesResponse

Apex class representation for ClassTaxesResponse

Constructors 

global ClassTaxesResponse() 

Constructor for ClassTaxesResponse object. No-Arg Constructor.


Methods 

global getTotalTaxAmount() 

Get ‘ClassTaxesResponse.TotalTaxAmount’.

Returns 

TypeDescription
Decimal

global setTotalTaxAmount(Decimal totalTaxAmount) 

Set ‘ClassTaxesResponse.TotalTaxAmount’.

Returns 

TypeDescription
void

global getTotalAmount() 

Get ‘ClassTaxesResponse.TotalAmount’.

Returns 

TypeDescription
Decimal

global setTotalAmount(Decimal totalAmount) 

Set ‘ClassTaxesResponse.TotalAmount’.

Returns 

TypeDescription
void

global getStoreTaxesInfo() 

Returns the StoreTaxesInfo representation return commercestoretax.StoreTaxesInfo

global setTaxesInfo(StoreTaxesInfo taxesInfo) 

Sets the StoreTaxesInfo representation

Returns 

TypeDescription
void

global getProductsIds() 

Returns the list of ProductId return ProductIdCollection

global removeProductId(String productId) 

Removes one element from a list of ProductId

Returns 

TypeDescription
void

global addProductId(String productId) 

Adds one element from a list of ProductId

Returns 

TypeDescription
void

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!