Enums
-
Indicates a card’s brand, such as Visa.
See moreDeclaration
Objective-C
enum SQIPCardBrand : NSUInteger {}
-
Indicates if a card is prepaid.
See moreDeclaration
Objective-C
enum SQIPCardPrepaidType : NSUInteger {}
-
Indicates a card’s type. Such as Credit
See moreDeclaration
Objective-C
enum SQIPCardType : NSUInteger {}
-
Indicates the country associated with an entity, such as a business. Values are in ISO 3166-1-alpha-2 format.
Declaration
Objective-C
enum SQIPCountry : NSUInteger {}
-
Indicates the associated currency for a money amount. Values correspond to ISO 4217.
Declaration
Objective-C
enum SQIPCurrency : NSUInteger {}