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
/
Issuing
/
//srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/stripe/stripe-php/lib/Issuing/Transaction.php
<?php namespace Stripe\Issuing; /** * Class Transaction * * @property string $id * @property string $object * @property int $amount * @property string $authorization * @property string $balance_transaction * @property string $card * @property string $cardholder * @property int $created * @property string $currency * @property string $dispute * @property bool $livemode * @property mixed $merchant_data * @property int $merchant_amount * @property string $merchant_currency * @property \Stripe\StripeObject $metadata * @property string $type * * @package Stripe\Issuing */ class Transaction extends \Stripe\ApiResource { const OBJECT_NAME = "issuing.transaction"; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Create; use \Stripe\ApiOperations\Retrieve; use \Stripe\ApiOperations\Update; }