# `Stripe.Resources.Climate.Supplier`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/climate/supplier.ex#L2)

ClimateRemovalsSuppliers

A supplier of carbon removal.

# `t`

```elixir
@type t() :: %Stripe.Resources.Climate.Supplier{
  id: String.t(),
  info_url: String.t(),
  livemode: boolean(),
  locations: [Stripe.Resources.Climate.Supplier.Locations.t()],
  name: String.t(),
  object: String.t(),
  removal_pathway: String.t()
}
```

* `id` - Unique identifier for the object. Max length: 5000.
* `info_url` - Link to a webpage to learn more about the supplier. Max length: 5000.
* `livemode` - Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
* `locations` - The locations in which this supplier operates. Expandable.
* `name` - Name of this carbon removal supplier. Max length: 5000.
* `object` - String representing the object’s type. Objects of the same type share the same value. Possible values: `climate.supplier`.
* `removal_pathway` - The scientific pathway used for carbon removal. Possible values: `biomass_carbon_removal_and_storage`, `direct_air_capture`, `enhanced_weathering`.

# `expandable_fields`

# `object_name`

---

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