mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 23:34:50 +00:00
Re-add stripe php library v 10.5.0, git errored because it had it's own git folder
This commit is contained in:
20
vendor/stripe-php-10.5.0/lib/SourceTransaction.php
vendored
Normal file
20
vendor/stripe-php-10.5.0/lib/SourceTransaction.php
vendored
Normal file
@@ -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