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; }
Public Property AddItemToOrder As Boolean
Get
Set
public:
property bool AddItemToOrder {
bool get ();
void set (bool value);
}
member AddItemToOrder : bool with get, set
Property Value
Type:
BooleanTrue if item should be added to the order, otherwise false.
See Also