CkoCardTokenResponse
public struct CkoCardTokenResponse : Codable
Card Token Response returned by a successful called to createCardToken
.
-
Type
Declaration
Swift
public let type: String
-
Card Token
Declaration
Swift
public let token: String
-
Token expiry date
Declaration
Swift
public let expiresOn: String
-
Card expiry month
Declaration
Swift
public let expiryMonth: Int
-
Card expiry year
Declaration
Swift
public let expiryYear: Int
-
Cardholder name
Declaration
Swift
public let name: String?
-
Card scheme
Declaration
Swift
public let scheme: String?
-
Card last 4 digits
Declaration
Swift
public let last4: String
-
Card BIN
Declaration
Swift
public let bin: String
-
Card type
Declaration
Swift
public let cardType: String?
-
Card category
Declaration
Swift
public let cardCategory: String?
-
Card issuer
Declaration
Swift
public let issuer: String?
-
Card issuer country
Declaration
Swift
public let issuerCountry: String?
-
Card product ID
Declaration
Swift
public let productId: String?
-
Card product type
Declaration
Swift
public let productType: String?