GooglePayPaymentMethodInfo

info

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

Information about the Google Pay payment method.

PropertyDescriptionTypeMandatory
cardDetailsDetails about card.StringYes
cardNetworkInformation about the card network.StringYes
Copy
Copied
data class GooglePayPaymentMethodInfo(
    val cardDetails: String,
    val cardNetwork: String
)