# `Stripe.Resources.Checkout.Session.InvoiceCreation.InvoiceData.RenderingOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L834)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Checkout.Session.InvoiceCreation.InvoiceData.RenderingOptions{
    amount_tax_display: String.t() | nil,
    template: String.t() | nil
  }
```

* `amount_tax_display` - How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. Max length: 5000. Nullable.
* `template` - ID of the invoice rendering template to be used for the generated invoice. Max length: 5000. Nullable.

---

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