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