commercestoretax.CalculateTaxesRequestItemGroup

Apex class for CalculateTaxesRequestItemGroup representation

Constructors 

global CalculateTaxesRequestItemGroup() 

Constructor for CalculateTaxesRequestItemGroup object. No-Arg Constructor.


Methods 

global void setShipToAddress(Address shipToAddress) 

Sets the Ship-to-Address representation

Returns 

TypeDescription
void

global Address getShipToAddress() 

Returns the Ship-to-Address representation return commercestoretax.Address

global CalculateTaxesRequestLineItemCollection getLineItems() 

Returns the list of CalculateTaxesRequestLineItem return commercestoretax.CalculateTaxesRequestLineItem

global void removeCalculateTaxesRequestLineItem(CalculateTaxesRequestLineItem lineItemsToRemove) 

Removes one element from a list of CalculateTaxesRequestLineItem

Returns 

TypeDescription
void

global void addCalculateTaxesRequestLineItem(CalculateTaxesRequestLineItem lineItemsToAdd) 

Adds one element from a list of CalculateTaxesRequestLineItem

Returns 

TypeDescription
void

global Boolean equals(Object obj) 

global Integer hashCode() 


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!