Identifies the fees to which the promocode applies;
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public IList<string> FeeIds { get; set; }
public IList<string> FeeIds { get; set; }
Public Property FeeIds As IList(Of String)
Get
Set
Public Property FeeIds As IList(Of String)
Get
Set
public:
property IList<String^>^ FeeIds {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
public:
property IList<String^>^ FeeIds {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member FeeIds : IList<string> with get, set
member FeeIds : IList<string> with get, set