mirror of
https://github.com/itflow-org/itflow
synced 2026-09-22 22:51:17 +00:00
Added selectable num of records on each listing page, fixed up Pagination Records UI, added new stripe library, further worked on stripe integration, fixed mispelling in client details
This commit is contained in:
19
vendor/stripe-php-7.72.0/lib/OrderItem.php
vendored
Normal file
19
vendor/stripe-php-7.72.0/lib/OrderItem.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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';
|
||||
}
|
||||
Reference in New Issue
Block a user