Model Enums
-
Used to filter
See moreActivityFeedVoucher
s based on specific attributes.Declaration
Objective-C
enum ActivityFeedFilterType {}
-
The different difficulty levels a game can be.
See moreDeclaration
Objective-C
enum GameDifficultyLevel {}
Swift
enum GameDifficultyLevel : Int
-
Types of games supported by the client.
See moreDeclaration
Objective-C
enum GameType {}
Swift
enum GameType : Int
-
See morePaymentInfoErrorSource
specifies the source that caused the error.Declaration
Objective-C
enum PaymentInfoErrorSource {}
Swift
enum PaymentInfoErrorSource : UInt
-
See morePaymentInfoErrorState
specifies the state of the error if there is one.Declaration
Objective-C
enum PaymentInfoErrorState {}
Swift
enum PaymentInfoErrorState : UInt
-
See morePaymentInfoState
specifies the state ofPaymentInfo
Declaration
Objective-C
enum PaymentInfoState {}
Swift
enum PaymentInfoState : UInt
-
Different supported payment merchant info types.
See moreDeclaration
Objective-C
enum PaymentMerchantInfoType {}
Swift
enum PaymentMerchantInfoType : Int
-
The different personalization types supported by the
See moreVoucherCreationViewController
.Declaration
Objective-C
enum PersonalizationType {}
Swift
enum PersonalizationType : UInt
-
The status of the
See moreUserNetwork
.Declaration
Objective-C
enum UserNetworkStatus {}
Swift
enum UserNetworkStatus : Int
-
See moreVoucherMediaType
is an enum to denote the type of theVoucherMedia
.Declaration
Objective-C
enum VoucherMediaType {}
Swift
enum VoucherMediaType : Int
-
See moreVouchrErrorCode
is a list of internal error codes that can be returned inside of aVoucherError
.Declaration
Objective-C
enum VouchrErrorCode {}
Swift
enum VouchrErrorCode : Int
-
Different supported phone number formats. See each for an example formatting.
See moreDeclaration
Objective-C
enum VouchrPhoneNumberFormat {}
Swift
enum VouchrPhoneNumberFormat : Int
-
See moreWrappingPaperCategoryType
are the different types aWrappingPaperCategory
can be.Declaration
Objective-C
enum WrappingPaperCategoryType {}
Swift
enum WrappingPaperCategoryType : Int