Google Pay Wallet
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.
Wrapper that identifies the wallet provider and carries the decoded Google Pay token.