芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/portal.pulsehost.co.uk/vendor/stripe/stripe-php/lib/Climate/Product.php
climsku_. See
carbon removal inventory
for a list of available carbon removal products. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property int $created Time at which the object was created. Measured in seconds since the Unix epoch. * @property \Stripe\StripeObject $current_prices_per_metric_ton Current prices for a metric ton of carbon removal in a currency's smallest unit. * @property null|int $delivery_year The year in which the carbon removal is expected to be delivered. * @property bool $livemode Has the value
true
if the object exists in live mode or the value
false
if the object exists in test mode. * @property string $metric_tons_available The quantity of metric tons available for reservation. * @property string $name The Climate product's name. * @property \Stripe\Climate\Supplier[] $suppliers The carbon removal suppliers that fulfill orders for this Climate product. */ class Product extends \Stripe\ApiResource { const OBJECT_NAME = 'climate.product'; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Retrieve; }