Click or drag to resize

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
)

Parameters

order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.

Return Value

Type: Order
Order with applied discounts.
See Also