Type Definitions
The following type definitions are available globally.
-
Undocumented
See moreDeclaration
Objective-C
typedef enum { WRAPPING_PAPER_PACK_FREE = 0, WRAPPING_PAPER_PACK_ONE = 1, } WrappingPaperPack
-
Undocumented
See moreDeclaration
Objective-C
typedef enum : NSUInteger { VoucherMediaTypeUnknown = 0, VoucherMediaTypeImage, VoucherMediaTypeAnimation, VoucherMediaTypeSound, VoucherMediaTypeYoutube, VoucherMediaTypeVideo, VoucherMediaTypeNote } VoucherMediaType
-
Undocumented
See moreDeclaration
Objective-C
typedef enum : NSUInteger { VouchrPhoneNumberFormatNone = 0, // eg. 1234567890 VouchrPhoneNumberFormatE164, // eg. +11234567890 VouchrPhoneNumberFormatInternational, // eg. +1 123-456-7890 VouchrPhoneNumberFormatNational, // eg. (123) 456-7890 VouchrPhoneNumberFormatRFC3966 // eg. tel: + 1-416-805-3321 } VouchrPhoneNumberFormat