GooglePayTokenizationData
info
Available in the Svea App Wallet SDK for Android from version 2.2.0.
Object representing Google Pay token information.
Property | Description | Type | Mandatory |
---|---|---|---|
token | Object representing token data. | String | Yes |
type | Type of token. | String | Yes |
data class GooglePayTokenizationData(
val token: String,
val type: String
)