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) 


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!