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/Dispute.php
<?php namespace Stripe\Issuing; /** * Class Dispute * * @property string $id * @property string $object * @property int $amount * @property int $created * @property string $currency * @property mixed $evidence * @property bool $livemode * @property \Stripe\StripeObject $metadata * @property string $reason * @property string $status * @property Transaction $transaction * * @package Stripe\Issuing */ class Dispute extends \Stripe\ApiResource { const OBJECT_NAME = "issuing.dispute"; use \Stripe\ApiOperations\All; use \Stripe\ApiOperations\Create; use \Stripe\ApiOperations\Retrieve; use \Stripe\ApiOperations\Update; }