| Current Path : /home/exhehbu/www/wp-content/plugins/eventer/front/stripe/lib/ |
| Current File : /home/exhehbu/www/wp-content/plugins/eventer/front/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';
}