GooglePayWalletData

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.

Constructors

Link copied to clipboard
constructor(apiVersion: Int, apiVersionMinor: Int, email: String?, paymentMethodData: Any)

Properties

Link copied to clipboard

Major version number of the Google Pay API used to generate the token.

Link copied to clipboard

Minor version number of the Google Pay API used to generate the token.

Link copied to clipboard

Customer email address returned by Google Pay, if present.

Link copied to clipboard

The raw payment method data object returned by Google Pay.