TokenizeAndroidPayRequest

The JSON request structure of the Tokenize Android Pay endpoint.

interface TokenizeAndroidPayRequest

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

comment
Link copied to clipboard

The display text returned by the Android Pay wallet.

abstract val comment: String
encryptedMessage
Link copied to clipboard

The "encryptedMessage" value from the Android Pay wallet.

abstract val encryptedMessage: String
ephemeralPublicKey
Link copied to clipboard

The "ephemeralPublicKey" value from the Android Pay wallet.

abstract val ephemeralPublicKey: String
instrumentType
Link copied to clipboard

The type/schema value from the Android Pay wallet.

abstract val instrumentType: String
primary
Link copied to clipboard

A flag to indicate if this payment instrument has to be set as the primary instrument.

abstract val primary: Boolean?
publicKeyHash
Link copied to clipboard

The "publicKeyHash" value from the merchant profile response.

abstract val publicKeyHash: String
tag
Link copied to clipboard

The "tag" value from the Android Pay wallet.

abstract val tag: String