芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/vendor/stripe/stripe-php/lib/Climate/Supplier.php
true if the object exists in live mode or the value
false
if the object exists in test mode. * @property \Stripe\StripeObject[] $locations The locations in which this supplier operates. * @property string $name Name of this carbon removal supplier. * @property string $removal_pathway The scientific pathway used for carbon removal. */ class Supplier extends \Stripe\ApiResource { const OBJECT_NAME = 'climate.supplier'; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Retrieve; const REMOVAL_PATHWAY_BIOMASS_CARBON_REMOVAL_AND_STORAGE = 'biomass_carbon_removal_and_storage'; const REMOVAL_PATHWAY_DIRECT_AIR_CAPTURE = 'direct_air_capture'; const REMOVAL_PATHWAY_ENHANCED_WEATHERING = 'enhanced_weathering'; const REMOVAL_PATHWAY_VARIOUS = 'various'; }