Discount amount
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public double DiscountAmount { get; set; }public double DiscountAmount { get; set; }Public Property DiscountAmount As Double
Get
Set
Public Property DiscountAmount As Double
Get
Set
public:
property double DiscountAmount {
double get ();
void set (double value);
}public:
property double DiscountAmount {
double get ();
void set (double value);
}member DiscountAmount : float with get, set
member DiscountAmount : float with get, set