CardInfo

@JsonClass(generateAdapter = true)
data class CardInfo(val cardDetails: String, val assuranceDetails: POGooglePayPaymentData.AssuranceDetailsSpecifications, val cardNetwork: String, val billingAddress: POGooglePayPaymentData.Address?)

Corresponds to Google Pay CardInfo.

Constructors

Link copied to clipboard
constructor(cardDetails: String, assuranceDetails: POGooglePayPaymentData.AssuranceDetailsSpecifications, cardNetwork: String, billingAddress: POGooglePayPaymentData.Address?)

Properties

Link copied to clipboard
Link copied to clipboard