Package-level declarations
Types
Link copied to clipboard
data class AddPaymentMethodRequest(val customerId: String, val cardNumber: String, val expirationMonth: Int, val expirationYear: Int, val cvc: String)
Request to add a PaymentMethod to a Customer's collection.
Link copied to clipboard
Options for available payment methods to add for a Customer
Link copied to clipboard
A PaymentMethod represents a customer’s payment instrument. A PaymentMethod may be used to add funds to a customer’s balance.
Link copied to clipboard
A collection of PaymentMethod