# `Stripe.Resources.Issuing.Authorization.Treasury`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/authorization.ex#L475)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Authorization.Treasury{
  received_credits: [String.t()] | nil,
  received_debits: [String.t()] | nil,
  transaction: String.t() | nil
}
```

* `received_credits` - The array of [ReceivedCredits](https://docs.stripe.com/api/treasury/received_credits) associated with this authorization
* `received_debits` - The array of [ReceivedDebits](https://docs.stripe.com/api/treasury/received_debits) associated with this authorization
* `transaction` - The Treasury [Transaction](https://docs.stripe.com/api/treasury/transactions) associated with this authorization Max length: 5000. Nullable.

---

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