File "OrderItem.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/stripe/stripe-php/lib/OrderItem.php
File size: 333 bytes
MIME-type: text/x-php
Charset: utf-8
<?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
*/
class OrderItem extends StripeObject
{
const OBJECT_NAME = 'order_item';
}