# `Stripe.Resources.Issuing.Transaction.PurchaseDetails.Receipt`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/transaction.ex#L396)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Transaction.PurchaseDetails.Receipt{
  description: String.t() | nil,
  quantity: float() | nil,
  total: integer() | nil,
  unit_cost: integer() | nil
}
```

* `description` - The description of the item. The maximum length of this field is 26 characters. Max length: 5000. Nullable.
* `quantity` - The quantity of the item. Nullable.
* `total` - The total for this line item in cents. Nullable.
* `unit_cost` - The unit cost of the item in cents. Nullable.

---

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