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

ReserveTransaction

# `t`

```elixir
@type t() :: %Stripe.Resources.ReserveTransaction{
  amount: integer(),
  currency: String.t(),
  description: String.t(),
  id: String.t(),
  object: String.t()
}
```

* `amount`
* `currency` - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). Format: ISO 4217 currency code.
* `description` - An arbitrary string attached to the object. Often useful for displaying to users. Max length: 5000. Nullable.
* `id` - Unique identifier for the object. Max length: 5000.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `reserve_transaction`.

# `object_name`

---

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