TokenizeGooglePayResponse

The JSON response structure of the Tokenize Google Pay endpoint.

interface TokenizeGooglePayResponse

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

paymentToken
Link copied to clipboard

The new payment token to be used for payments. The payment token is a unique identifier for the payment instrument.

abstract val paymentToken: String