TokenizeApplePayRequest

The JSON request structure of the Tokenize Apple Pay endpoint.

interface TokenizeApplePayRequest

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

applicationData
Link copied to clipboard
abstract val applicationData: String
comment
Link copied to clipboard
abstract val comment: String
data
Link copied to clipboard
abstract val data: String
ephemeralPublicKey
Link copied to clipboard
abstract val ephemeralPublicKey: String
instrumentType
Link copied to clipboard
abstract val instrumentType: String
primary
Link copied to clipboard
abstract val primary: Boolean?
publicKeyHash
Link copied to clipboard
abstract val publicKeyHash: String
signature
Link copied to clipboard
abstract val signature: String
transactionId
Link copied to clipboard
abstract val transactionId: String
version
Link copied to clipboard
abstract val version: String