SingleUseMandate

data class SingleUseMandate(amount: Long, currency: String)

Used to generate a single-use Mandate when creating a SetupIntent

Constructors

Link copied to clipboard
fun SingleUseMandate(amount: Long, currency: String)

Properties

Link copied to clipboard
val amount: Long

Amount the customer is granting permission to collect later.

Link copied to clipboard
val currency: String

Three-letter ISO currency code, in lowercase. Must be a supported currency.