CardCustomerToken

@JsonClass(generateAdapter = true)
data class CardCustomerToken(val display: PODynamicCheckoutPaymentMethod.Display, @Json(name = "card_customer_token") val configuration: PODynamicCheckoutPaymentMethod.CustomerTokenConfiguration) : 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.

Constructors

Link copied to clipboard
constructor(display: PODynamicCheckoutPaymentMethod.Display, @Json(name = "card_customer_token") configuration: PODynamicCheckoutPaymentMethod.CustomerTokenConfiguration)