UpgradeGroupMemberDiscount Property |
Note: This API is now obsolete.
Gets or sets the discount.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax [ObsoleteAttribute("Use data for renewal periods")]
public decimal Discount { get; set; }
<ObsoleteAttribute("Use data for renewal periods")>
Public Property Discount As Decimal
Get
Set
public:
[ObsoleteAttribute(L"Use data for renewal periods")]
property Decimal Discount {
Decimal get ();
void set (Decimal value);
}
[<ObsoleteAttribute("Use data for renewal periods")>]
member Discount : decimal with get, set
Property Value
Type:
DecimalThe discount.
See Also