ClimateRemovalsSuppliers
A supplier of carbon removal.
Summary
Types
@type locations() :: %{ optional(:city) => String.t() | nil, optional(:country) => String.t() | nil, optional(:latitude) => float() | nil, optional(:longitude) => float() | nil, optional(:region) => String.t() | nil, optional(String.t()) => term() }
city- The city where the supplier is located. Max length: 5000. Nullable.country- Two-letter ISO code representing the country where the supplier is located. Max length: 5000.latitude- The geographic latitude where the supplier is located. Nullable.longitude- The geographic longitude where the supplier is located. Nullable.region- The state/county/province/region where the supplier is located. Max length: 5000. Nullable.
@type t() :: %Stripe.Resources.Climate.Supplier{ id: String.t(), info_url: String.t(), livemode: boolean(), locations: [locations()], 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 valuetrueif the object exists in live mode or the valuefalseif 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.