Google Pay Wallet Data
data class GooglePayWalletData(val apiVersion: Int, val apiVersionMinor: Int, val email: String?, val paymentMethodData: Any)
Decoded Google Pay payment data returned by the Google Pay API.
Decoded Google Pay payment data returned by the Google Pay API.