ApplePayToken

public struct ApplePayToken : Codable

Apple Pay token

  • Type of the token: applepay

    Declaration

    Swift

    public let type: String
  • Token that can be used to process a Charge with Card Token

    Declaration

    Swift

    public let token: String
  • Expiration date of the apple pay token

    Declaration

    Swift

    public let expiresOn: String