CardCustomerToken

@JsonClass(generateAdapter = true)
data class CardCustomerToken(val display: PODynamicCheckoutPaymentMethod.Display, @Json(name = "card_customer_token") val configuration: PODynamicCheckoutPaymentMethod.CustomerTokenConfiguration, val flow: PODynamicCheckoutPaymentMethod.Flow?) : PODynamicCheckoutPaymentMethod

Dynamic checkout tokenized card payment configuration. This payment method was previously saved by the customer.

Parameters

display

UI configuration.

configuration

Customer token payment configuration.

flow

Payment flow type.

Constructors

Link copied to clipboard