Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
stripe
/
stripe-php
/
lib
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/stripe/stripe-php/lib/SourceTransaction.php
<?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"; }