8 * @property string $object
9 * @property int $amount
10 * @property string $currency
11 * @property string $description
12 * @property string $parent
13 * @property int $quantity
14 * @property string $type
18 class OrderItem
extends StripeObject
21 const OBJECT_NAME
= "order_item";