Tokenize Credit Card Params
data class TokenizeCreditCardParams(val foragePaymentSheet: ForagePaymentSheet, val customerId: String? = null, val reusable: Boolean = true)
Constructors
Link copied to clipboard
constructor(foragePaymentSheet: ForagePaymentSheet, customerId: String? = null, reusable: Boolean = true)