Mayson Monorepo Documentation
    Preparing search index...
    interface DeliveryDetail {
        delivered_at: number;
        location: Stripe.Climate.Order.DeliveryDetail.Location;
        metric_tons: string;
        registry_url: string;
        supplier: Stripe.Climate.Supplier;
    }
    Index

    Properties

    delivered_at: number

    Time at which the delivery occurred. Measured in seconds since the Unix epoch.

    Specific location of this delivery.

    metric_tons: string

    Quantity of carbon removal supplied by this delivery.

    registry_url: string

    Once retired, a URL to the registry entry for the tons from this delivery.

    A supplier of carbon removal.