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/IssuerFraudRecord.php
<?php namespace Stripe; /** * Class IssuerFraudRecord * * @property string $id * @property string $object * @property string $charge * @property int $created * @property int $post_date * @property string $fraud_type * @property bool $livemode * * @package Stripe */ class IssuerFraudRecord extends ApiResource { const OBJECT_NAME = "issuer_fraud_record"; use ApiOperations\All; use ApiOperations\Retrieve; }