TokenizeApplePayResponse

The JSON response structure of the Tokenize Android Pay endpoint.

interface TokenizeApplePayResponse

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

paymentInstrumentId
Link copied to clipboard

The new payment instrument id to be used for payments.

abstract val paymentInstrumentId: String
stepUpToken
Link copied to clipboard

The step-up token to be used for payments.

abstract val stepUpToken: String