# `Stripe.Resources.Climate.Order.DeliveryDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/climate/order.ex#L101)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Climate.Order.DeliveryDetails{
  delivered_at: integer() | nil,
  location: Stripe.Resources.Climate.Order.DeliveryDetails.Location.t() | nil,
  metric_tons: String.t() | nil,
  registry_url: String.t() | nil,
  supplier: Stripe.Resources.Climate.Supplier.t() | nil
}
```

* `delivered_at` - Time at which the delivery occurred. Measured in seconds since the Unix epoch. Format: Unix timestamp.
* `location` - Specific location of this delivery. Nullable.
* `metric_tons` - Quantity of carbon removal supplied by this delivery. Max length: 5000.
* `registry_url` - Once retired, a URL to the registry entry for the tons from this delivery. Max length: 5000. Nullable.
* `supplier`

---

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