class Stripe::PromotionCode
- Stripe::PromotionCode
- Reference
- Object
Overview
https://stripe.com/docs/api/promotion_codes/object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/core/promotion_code.crConstructors
Instance Method Summary
- #active : Bool
- #code : String
- #coupon : Stripe::Coupon | Nil
- #created : Time | Nil
- #customer : String | Nil | Stripe::Customer | Nil
- #expires_at : Time | Nil
- #id : String
- #livemode : Bool | Nil
- #max_redemptions : Int32 | Nil
- #metadata : Hash(String, String | Nil) | Nil
- #times_redeemed : Int32 | Nil