PaymentMethodData

@JsonClass(generateAdapter = true)
data class PaymentMethodData(val type: String, val description: String, val info: POGooglePayPaymentData.CardInfo, val tokenizationData: POGooglePayPaymentData.PaymentMethodTokenizationData)

Corresponds to Google Pay PaymentMethodData.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard