ICampaignPluginApplyCampaignDiscounts Method |
Applies the campaign discounts to the order.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax Order ApplyCampaignDiscounts(
Order order
)
Function ApplyCampaignDiscounts (
order As Order
) As Order
Order^ ApplyCampaignDiscounts(
Order^ order
)
abstract ApplyCampaignDiscounts :
order : Order -> Order
Parameters
- order
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.
Return Value
Type:
OrderOrder with applied discounts.
See Also