TokenDetails
public struct TokenDetails : Equatable
TokenDetails object representing the fields needed in the tokenisation request payload.
-
Declaration
Swift
public let type: TokenType -
Declaration
Swift
public let token: String -
Declaration
Swift
public let expiresOn: String -
Declaration
Swift
public let expiryDate: ExpiryDate -
Declaration
Swift
public let scheme: String? -
Declaration
Swift
public let schemeLocal: String? -
Declaration
Swift
public let last4: String -
Declaration
Swift
public let bin: String -
Declaration
Swift
public let cardType: String? -
Declaration
Swift
public let cardCategory: String? -
Declaration
Swift
public let issuer: String? -
Declaration
Swift
public let issuerCountry: String? -
Declaration
Swift
public let productId: String? -
Declaration
Swift
public let productType: String? -
Declaration
Swift
public let billingAddress: Address? -
Declaration
Swift
public let phone: Phone? -
Declaration
Swift
public let name: String? -
Declaration
Swift
public enum TokenType : String, Codable, Equatable -
Declaration
Swift
public struct Phone : Equatable
View on GitHub
TokenDetails