CardList
@objcMembers
public class CardList : NSObject, Codable
Card list returned by TPCSDK.getCardList(...)
-
Card ID
Declaration
Swift
public var id: String? -
Card state
Declaration
Swift
public var state: String? -
Card expiry date
Declaration
Swift
public var expiryDate: String? -
Card type
Declaration
Swift
public var type: String? -
Enumeration of the primary card scheme such as VISA, MASTERCARD
Declaration
Swift
public var primaryScheme: String? -
Card auxiliary scheme
Declaration
Swift
public var auxiliaryScheme: String? -
Card user account
Declaration
Swift
public var userAccount: String? -
Bank code such as BLZ, BIC
Declaration
Swift
public var bankCode: String? -
Card prefix
Declaration
Swift
public var prefix: String? -
Card number suffix
Declaration
Swift
public var suffix: String? -
PAN sequence number
Declaration
Swift
public var psn: String? -
Card holder name
Declaration
Swift
public var cardholderName: String? -
Card registration code
Declaration
Swift
public var registrationCode: String? -
Terms and conditions URL
Declaration
Swift
public var tncUrl: String? -
Card image url, if it’s not provided the card image can be retrieved using getCardArt API
Declaration
Swift
public var imageUrl: String? -
List of tokenUniqueReferences linked to the card. It’s only provided if the card has been digitized into devices
Declaration
Swift
public var tokenUniqueReferences: [String]? -
List of panUniqueReferences linked to the card. It’s only provided if the card has been digitized into devices
Declaration
Swift
public var panUniqueReferences: [String]?
CardList Class Reference