class Stripe::Coupon
- Stripe::Coupon
- Reference
- Object
Overview
https://stripe.com/docs/api/coupons/object
Included Modules
- JSON::Serializable
- StripeMethods
Defined in:
stripe/objects/core/coupon.crConstructors
Class Method Summary
Instance Method Summary
- #amount_off : Int32 | Nil
- #created : Time | Nil
- #currency : String | Nil
- #duration : String | Nil
- #duration_in_months : Int32 | Nil
- #id : String
- #livemode : Bool | Nil
- #max_redemptions : Int32 | Nil
- #metadata : Hash(String, String | Nil) | Nil
- #name : String | Nil
- #percent_off : Float32 | Nil
- #redeem_by : Time | Nil
- #times_redeemed : Int32 | Nil
- #valid : Bool | Nil