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:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* Class SourceTransaction.
|
||||
*
|
||||
* @property string $id
|
||||
* @property string $object
|
||||
* @property \Stripe\StripeObject $ach_credit_transfer
|
||||
* @property int $amount
|
||||
* @property int $created
|
||||
* @property string $customer_data
|
||||
* @property string $currency
|
||||
* @property string $type
|
||||
*/
|
||||
class SourceTransaction extends ApiResource
|
||||
{
|
||||
const OBJECT_NAME = 'source_transaction';
|
||||
}
|
||||
Reference in New Issue
Block a user