# `Stripe.Resources.Mandate.SingleUse`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/mandate.ex#L217)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Mandate.SingleUse{
  amount: integer() | nil,
  currency: String.t() | nil
}
```

* `amount` - The amount of the payment on a single use mandate.
* `currency` - The currency of the payment on a single use mandate. Format: ISO 4217 currency code.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
