# `Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing.Invoice.CustomFields`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L181)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing.Invoice.CustomFields{
    name: String.t() | nil,
    value: String.t() | nil
  }
```

* `name` - The name of the custom field. This may be up to 40 characters.
* `value` - The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.

---

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