Name to which registrants paying by check must make checks payable to; REQUIRED if 'CHECK' is selected as a payment option
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string PayableTo { get; set; }
public string PayableTo { get; set; }
Public Property PayableTo As String
Get
Set
Public Property PayableTo As String
Get
Set
public:
property String^ PayableTo {
String^ get ();
void set (String^ value);
}
public:
property String^ PayableTo {
String^ get ();
void set (String^ value);
}
member PayableTo : string with get, set
member PayableTo : string with get, set