%PDF- %PDF-
Direktori : /home/eirtvhdf/logodowntown.com/logo-offer/root_stripe/stripe/lib/ |
Current File : /home/eirtvhdf/logodowntown.com/logo-offer/root_stripe/stripe/lib/Discount.php |
<?php namespace Stripe; /** * Class Discount * * @property string $object * @property Coupon $coupon * @property string $customer * @property int $end * @property int $start * @property string $subscription * * @package Stripe */ class Discount extends StripeObject { const OBJECT_NAME = "discount"; }