SingleUseMandate

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

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

Constructors

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

Properties

Link copied to clipboard

Amount the customer is granting permission to collect later.

Link copied to clipboard

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