mirror of
https://github.com/itflow-org/itflow
synced 2026-03-20 04:34:51 +00:00
Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
21
vendor/stripe-php-7.0.2/lib/OrderItem.php
vendored
Normal file
21
vendor/stripe-php-7.0.2/lib/OrderItem.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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";
|
||||
}
|
||||
Reference in New Issue
Block a user