# `Stripe.Resources.SourceTransaction.PaperCheck`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/source_transaction.ex#L150)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SourceTransaction.PaperCheck{
  available_at: String.t() | nil,
  invoices: String.t() | nil
}
```

* `available_at` - Time at which the deposited funds will be available for use. Measured in seconds since the Unix epoch. Max length: 5000.
* `invoices` - Comma-separated list of invoice IDs associated with the paper check. Max length: 5000.

---

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