%PDF- %PDF-
Direktori : /home/eirtvhdf/logodowntown.com/root_stripe/stripe/lib/ |
Current File : //home/eirtvhdf/logodowntown.com/root_stripe/stripe/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; }