Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
stripe
/
stripe-php
/
lib
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/stripe/stripe-php/lib/OrderItem.php
<?php namespace Stripe; /** * Class OrderItem * * @property string $object * @property int $amount * @property string $currency * @property string $description * @property string $parent * @property int $quantity * @property string $type * * @package Stripe */ class OrderItem extends StripeObject { const OBJECT_NAME = "order_item"; }