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.volley92.asso.fr
/
htdocs
/
vendor
/
stripe
/
stripe-php
/
lib
/
/srv/data/web/vhosts/www.volley92.asso.fr/htdocs/vendor/stripe/stripe-php/lib/Coupon.php
<?php namespace Stripe; /** * Class Coupon * * @property string $id * @property string $object * @property int $amount_off * @property int $created * @property string $currency * @property string $duration * @property int $duration_in_months * @property bool $livemode * @property int $max_redemptions * @property StripeObject $metadata * @property string $name * @property float $percent_off * @property int $redeem_by * @property int $times_redeemed * @property bool $valid * * @package Stripe */ class Coupon extends ApiResource { const OBJECT_NAME = "coupon"; use ApiOperations\All; use ApiOperations\Create; use ApiOperations\Delete; use ApiOperations\Retrieve; use ApiOperations\Update; }