AlternativePaymentCustomerToken

@JsonClass(generateAdapter = true)
data class AlternativePaymentCustomerToken(val display: PODynamicCheckoutPaymentMethod.Display, @Json(name = "apm_customer_token") val configuration: PODynamicCheckoutPaymentMethod.CustomerTokenConfiguration) : PODynamicCheckoutPaymentMethod

Dynamic checkout tokenized alternative 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 = "apm_customer_token") configuration: PODynamicCheckoutPaymentMethod.CustomerTokenConfiguration)