-
The status is unknown.
Declaration
Objective-C
VOVoucherStatusUnknown = -1
Swift
case unknown = -1
-
The
VOVoucher
is currently pending, usually waiting on an activation call.Declaration
Objective-C
VOVoucherStatusPending = 0
Swift
case pending = 0
-
The
VOVoucher
is created, has not yet been claimed.Declaration
Objective-C
VOVoucherStatusCreated
Swift
case created = 1
-
The
VOVoucher
has been claimed.Declaration
Objective-C
VOVoucherStatusClaimed
Swift
case claimed = 2
-
The
VOVoucher
was deleted.Declaration
Objective-C
VOVoucherStatusRemoved
Swift
case removed = 3