# `Stripe.Resources.Invoice.CustomFields`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L383)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Invoice.CustomFields{
  name: String.t() | nil,
  value: String.t() | nil
}
```

* `name` - The name of the custom field. Max length: 5000.
* `value` - The value of the custom field. Max length: 5000.

---

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