TokenizeGooglePayRequest

The JSON request structure of the Tokenize Google Pay endpoint.

interface TokenizeGooglePayRequest

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 Google Pay wallet.

abstract val comment: String
instrumentType
Link copied to clipboard

The type/schema value from the Google Pay wallet.

abstract val instrumentType: String
tokenData
Link copied to clipboard

The "tokenData" payload from the Google Pay wallet.

abstract val tokenData: String