CkoCardTokenResponse
public struct CkoCardTokenResponse : Codable
Card Token Response returned by a successful called to createCardToken
.
-
Card Token
Declaration
Swift
public let id: String
-
Live Mode: true if in live environment
Declaration
Swift
public let liveMode: Bool
-
Created date
Declaration
Swift
public let created: String
-
Used: true if the card token has been used
Declaration
Swift
public let used: Bool
-
Card used to create the card token
Declaration
Swift
public let card: Card