Ticket Constructor
Initializes a new instance of the
Ticket class
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public Ticket(
IEventFeeOption option,
int qty = 1
)
Public Sub New (
option As IEventFeeOption,
Optional qty As Integer = 1
)
public:
Ticket(
IEventFeeOption^ option,
int qty = 1
)
new :
option : IEventFeeOption *
?qty : int
(* Defaults:
let _qty = defaultArg qty 1
*)
-> Ticket
Parameters
- option IEventFeeOption
-
- qty Int32 (Optional)
-