Specifies a fixed discount amount, minimum of 0.01, is required when code_type = DISCOUNT, but not using discount_percent
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