Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.29 KB

File metadata and controls

29 lines (25 loc) · 1.29 KB

WalletInc.Model.Ticket

Properties

Name Type Description Notes
RecipientPhoneNumber string [optional]
RecipientEmailAddress string [optional]
RecipientMemberID string [optional]
IsComp bool [optional]
Quantity double The number of tickets allocated to the recipient. [optional]
PerformanceID string
Id AmenityId
CreatedAt DateTime
UpdatedAt DateTime
IsActive bool
MerchantID string The id of the merchant registered in WalletInc's database
IsClaimed bool [optional]
DateTimeClaimed DateTime [optional]
ClaimedByPhoneNumber string [optional]
RedeemedSource string [optional]
RedeemedTransactionID string [optional]
TransactionType string [optional]
RegisterID string [optional]
IsRedeemed bool [optional]
DateTimeRedeemed DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]