mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +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:
22
vendor/stripe-php-7.0.2/lib/SourceTransaction.php
vendored
Normal file
22
vendor/stripe-php-7.0.2/lib/SourceTransaction.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* Class SourceTransaction
|
||||
*
|
||||
* @property string $id
|
||||
* @property string $object
|
||||
* @property int $amount
|
||||
* @property int $created
|
||||
* @property string $customer_data
|
||||
* @property string $currency
|
||||
* @property string $type
|
||||
* @property mixed $ach_credit_transfer
|
||||
*
|
||||
* @package Stripe
|
||||
*/
|
||||
class SourceTransaction extends ApiResource
|
||||
{
|
||||
const OBJECT_NAME = "source_transaction";
|
||||
}
|
||||
Reference in New Issue
Block a user