Amount paid
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string PromoType { get; set; }
public string PromoType { get; set; }
Public Property PromoType As String
Get
Set
Public Property PromoType As String
Get
Set
public:
property String^ PromoType {
String^ get ();
void set (String^ value);
}
public:
property String^ PromoType {
String^ get ();
void set (String^ value);
}
member PromoType : string with get, set
member PromoType : string with get, set