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

Nested struct within the parent resource.

# `t`

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

* `price` - The ID of the price this item is associated with.
* `product` - The ID of the product this item is associated with. Max length: 5000.

---

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