# `Stripe.Resources.UPI`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/upi.ex#L2)

mandate_options_upi

# `t`

```elixir
@type t() :: %Stripe.Resources.UPI{
  amount: term(),
  amount_type: term(),
  description: term(),
  end_date: term()
}
```

* `amount` - Amount to be charged for future payments. Nullable.
* `amount_type` - One of `fixed` or `maximum`. If `fixed`, the `amount` param refers to the exact amount to be charged in future payments. If `maximum`, the amount charged can be up to the value passed for the `amount` param. Possible values: `fixed`, `maximum`. Nullable.
* `description` - A description of the mandate or subscription that is meant to be displayed to the customer. Max length: 20. Nullable.
* `end_date` - End date of the mandate or subscription. Format: Unix timestamp. Nullable.

# `object_name`

---

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