SQIPCardPrepaidType
enum SQIPCardPrepaidType : NSUInteger {}
Indicates if a card is prepaid.
-
Unable to determine whether the card is prepaid or not.
Declaration
Objective-C
SQIPCardPrepaidTypeUnknown -
Card that is not prepaid
Declaration
Objective-C
SQIPCardPrepaidTypeNotPrepaid -
Prepaid card
Declaration
Objective-C
SQIPCardPrepaidTypePrepaid
SQIPCardPrepaidType Enumeration Reference