Stripe.Resources.Climate.Supplier (tiger_stripe v0.3.0)

Copy Markdown View Source

ClimateRemovalsSuppliers

A supplier of carbon removal.

Summary

Types

locations()

@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.

t()

@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 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.

Functions

expandable_fields()

object_name()