# `Stripe.Resources.Climate.Product.CurrentPricesPerMetricTon`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/climate/product.ex#L52)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Climate.Product.CurrentPricesPerMetricTon{
  amount_fees: integer() | nil,
  amount_subtotal: integer() | nil,
  amount_total: integer() | nil
}
```

* `amount_fees` - Fees for one metric ton of carbon removal in the currency's smallest unit.
* `amount_subtotal` - Subtotal for one metric ton of carbon removal (excluding fees) in the currency's smallest unit.
* `amount_total` - Total for one metric ton of carbon removal (including fees) in the currency's smallest unit.

---

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