CartCalculationRequest
Request object that is passed into the calculate
method of the various calculators.
Constructor for CartCalculationRequest
.
Param | Description |
---|---|
Cart | Cart object to contain in the request. |
Returns the Cart object contained in the request.
Type
Cart
Description
Cart