CampaignDiscountItemDiscountPercentage Property |
Gets or sets the discount percentage.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public decimal DiscountPercentage { get; set; }
Public Property DiscountPercentage As Decimal
Get
Set
public:
property Decimal DiscountPercentage {
Decimal get ();
void set (Decimal value);
}
member DiscountPercentage : decimal with get, set
Property Value
Type:
DecimalThe discount percentage.
See Also