CampaignDiscounts Property |
Gets or sets the discounts.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public List<CampaignDiscount> Discounts { get; set; }
Public Property Discounts As List(Of CampaignDiscount)
Get
Set
public:
property List<CampaignDiscount^>^ Discounts {
List<CampaignDiscount^>^ get ();
void set (List<CampaignDiscount^>^ value);
}
member Discounts : List<CampaignDiscount> with get, set
Property Value
Type:
ListCampaignDiscountThe discounts.
See Also