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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.V2.Core.Account.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*
