📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:37:25
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
includes
/
gateways
/
stripe
/
stripe-php
/
lib
✏️
Editing: SourceTransaction.php
<?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'; }
💾 Save Changes
❌ Cancel