CreatePaymentMethodParams
data class CreatePaymentMethodParams(val clientSecret: String, val customerId: String, val card: PaymentMethod.Card, val billing: Billing?) : AbstractPaymentMethodParams
The params that used for create PaymentMethod
Properties
Link copied to clipboard
The billing info of the PaymentMethod
Link copied to clipboard
The card info of the PaymentMethod
Link copied to clipboard
The client secret of PaymentIntent
Link copied to clipboard
ID of Customer