Stripe.Resources.Climate.Order.DeliveryDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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