# `Stripe.Resources.InvoiceLineItem.Pricing`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice_line_item.ex#L275)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.InvoiceLineItem.Pricing{
  price_details:
    Stripe.Resources.InvoiceLineItem.Pricing.PriceDetails.t() | nil,
  type: String.t() | nil,
  unit_amount_decimal: String.t() | nil
}
```

* `price_details`
* `type` - The type of the pricing details. Possible values: `price_details`.
* `unit_amount_decimal` - The unit amount (in the `currency` specified) of the item which contains a decimal value with at most 12 decimal places. Format: decimal string. Nullable.

---

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