/home/techb158/ileadtechnology.com/SSM/vendor/stripe/stripe-php/lib/Issuing
NameSizeModeActions
Authorization.php50510644editdlrm
Card.php40430644editdlrm
CardDetails.php3490644editdlrm
Cardholder.php22190644editdlrm
Dispute.php9830644editdlrm
Transaction.php27630644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/stripe/stripe-php/lib/Issuing/Dispute.php (983B)
card issuer, you can dispute * transactions that you do not recognize, suspect to be fraudulent, or have some * other issue. * * Related guide: Disputing * Transactions * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property bool $livemode Has the value true if the object exists in live mode or the value false if the object exists in test mode. */ 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; }