CalculationRequest Properties |
The CalculationRequest type exposes the following members.
Name | Description | |
---|---|---|
BillingAddress |
Billing address for the resulting order.
| |
CalculationDate |
Date and time when discounts and taxes are to be valid.
Remarks
For most price calculations, the value is equal to the current time.
When calculating prices for existing orders, the values is equal to the date and time when the order was created.
| |
CouponCodes |
Collection of coupon codes affecting the calculation.
| |
Currency |
Currency in what the calculation is to be performed.
| |
Customer |
Customer for whom the calculation happens.
| |
Items |
Items to be calculated.
| |
OrderId |
Gets the order ID in case that calculation runs for already created order.
| |
PaymentOption |
The method of the payment.
| |
RequestCustomData |
Calculation request custom data.
| |
ShippingAddress |
Shipping address for the resulting order.
| |
ShippingOption |
Shipping method for the resulting order.
| |
Site |
Site on which the calculation occurs.
| |
TotalItemsWeight |
Sum of all items' weight.
| |
User |
User for whom the calculation happens.
|