OrderHelperCalculateTotalAmounts Method (Order) |
Calculates the total amounts.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static Order CalculateTotalAmounts(
Order order
)
Public Shared Function CalculateTotalAmounts (
order As Order
) As Order
public:
static Order^ CalculateTotalAmounts(
Order^ order
)
static member CalculateTotalAmounts :
order : Order -> Order
Parameters
- order
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.
Return Value
Type:
OrderOrder with calculated totals.
See Also