TokenizeCreditCardParams

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)

Properties

Link copied to clipboard
val customerId: String? = null
Link copied to clipboard
val reusable: Boolean = true