Mayson Monorepo Documentation
    Preparing search index...

    A supplier of carbon removal.

    interface Supplier {
        id: string;
        object: "climate.supplier";
        info_url: string;
        livemode: boolean;
        locations: Stripe.Climate.Supplier.Location[];
        name: string;
        removal_pathway: RemovalPathway;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "climate.supplier"

    String representing the object's type. Objects of the same type share the same value.

    info_url: string

    Link to a webpage to learn more about the supplier.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    The locations in which this supplier operates.

    name: string

    Name of this carbon removal supplier.

    removal_pathway: RemovalPathway

    The scientific pathway used for carbon removal.