GooglePayWallet

data class GooglePayWallet(val type: String = "google_pay", val googlePay: PaymentMethodRequests.GooglePayWalletData)

Wrapper that identifies the wallet provider and carries the decoded Google Pay token.

Constructors

Link copied to clipboard
constructor(type: String = "google_pay", googlePay: PaymentMethodRequests.GooglePayWalletData)

Properties

Link copied to clipboard
@SerializedName(value = "google_pay")
val googlePay: PaymentMethodRequests.GooglePayWalletData

The decoded Google Pay payment data.

Link copied to clipboard

Wallet type identifier; always "google_pay".