# `Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing.Invoice.Rendering`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L148)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing.Invoice.Rendering{
    amount_tax_display: String.t() | nil,
    template: String.t() | nil
  }
```

* `amount_tax_display` - Indicates whether displayed line item prices and amounts on invoice PDFs include inclusive tax amounts. Must be either `include_inclusive_tax` or `exclude_tax`. Possible values: `exclude_tax`, `include_inclusive_tax`.
* `template` - ID of the invoice rendering template to use for future invoices.

---

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