GooglePayTokenizationData

info

Available in the Svea App Wallet SDK for Android from version 2.2.0.

Object representing Google Pay token information.

PropertyDescriptionTypeMandatory
tokenObject representing token data.StringYes
typeType of token.StringYes
Copy
Copied
data class GooglePayTokenizationData(
    val token: String,
    val type: String
)