Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
stripe
/
stripe-php
/
lib
:
SourceTransaction.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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'; }