composer package updates
[openemr.git] / vendor / stripe / stripe-php / lib / Discount.php
bloba72d12bc6e3c128d539b391d743d4082d20f4e54
1 <?php
3 namespace Stripe;
5 /**
6 * Class Discount
8 * @property string $object
9 * @property Coupon $coupon
10 * @property string $customer
11 * @property int $end
12 * @property int $start
13 * @property string $subscription
15 * @package Stripe
17 class Discount extends StripeObject
20 const OBJECT_NAME = "discount";