GooglePayPaymentMethodInfo
info
Available in the Svea App Wallet SDK for Android from version 2.2.0.
Information about the Google Pay payment method.
Property | Description | Type | Mandatory |
---|---|---|---|
cardDetails | Details about card. | String | Yes |
cardNetwork | Information about the card network. | String | Yes |
data class GooglePayPaymentMethodInfo(
val cardDetails: String,
val cardNetwork: String
)