composer package updates
[openemr.git] / vendor / stripe / stripe-php / lib / OrderItem.php
blob26d49b4e75114fe1cbe64d83f8b7ab8e6e4a3007
1 <?php
3 namespace Stripe;
5 /**
6 * Class OrderItem
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
16 * @package Stripe
18 class OrderItem extends StripeObject
21 const OBJECT_NAME = "order_item";