PaymentMethodTokenizationData

@JsonClass(generateAdapter = true)
data class PaymentMethodTokenizationData(val type: String, val token: String?)

Corresponds to Google Pay PaymentMethodTokenizationData.

Constructors

Link copied to clipboard
constructor(type: String, token: String?)

Properties

Link copied to clipboard
Link copied to clipboard