-
The status is unknown.
Declaration
Objective-C
VoucherStatusUnknown = -1
Swift
case unknown = -1
-
The
Voucher
is currently pending, usually waiting on an activation call.Declaration
Objective-C
VoucherStatusPending = 0
Swift
case pending = 0
-
The
Voucher
is created, has not yet been claimed.Declaration
Objective-C
VoucherStatusCreated
Swift
case created = 1
-
The
Voucher
has been claimed.Declaration
Objective-C
VoucherStatusClaimed
Swift
case claimed = 2
-
The
Voucher
was deleted.Declaration
Objective-C
VoucherStatusRemoved
Swift
case removed = 3