Click or drag to resize

CampaignDiscountItemAddItemToOrder Property

Set this property to true if you want to add the item to the order if it does not already exist.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public bool AddItemToOrder { get; set; }

Property Value

Type: Boolean
True if item should be added to the order, otherwise false.
See Also