commercestoretax.ClassTaxesResponse

Apex class representation for ClassTaxesResponse

Constructors 

global ClassTaxesResponse() 

Constructor for ClassTaxesResponse object. No-Arg Constructor.


Methods 

global Decimal getTotalTaxAmount() 

Get 'ClassTaxesResponse.TotalTaxAmount'.

Returns 

TypeDescription
Decimal

global void setTotalTaxAmount(Decimal totalTaxAmount) 

Set 'ClassTaxesResponse.TotalTaxAmount'.

Returns 

TypeDescription
void

global Decimal getTotalAmount() 

Get 'ClassTaxesResponse.TotalAmount'.

Returns 

TypeDescription
Decimal

global void setTotalAmount(Decimal totalAmount) 

Set 'ClassTaxesResponse.TotalAmount'.

Returns 

TypeDescription
void

global StoreTaxesInfo getStoreTaxesInfo() 

Returns the StoreTaxesInfo representation return commercestoretax.StoreTaxesInfo

global void setTaxesInfo(StoreTaxesInfo taxesInfo) 

Sets the StoreTaxesInfo representation

Returns 

TypeDescription
void

global ProductIdCollection getProductsIds() 

Returns the list of ProductIds.

global void removeProductId(String productId) 

Removes one element from a list of ProductId

Returns 

TypeDescription
void

global void addProductId(String productId) 

Adds one element from a list of ProductId

Returns 

TypeDescription
void

global Boolean equals(Object obj) 


Newer Version Available

This content describes an older version of this product. View Latest