class Stripe::PromotionCode

Overview

https://stripe.com/docs/api/promotion_codes/object

Included Modules

Defined in:

stripe/objects/core/promotion_code.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def active : Bool #

[View source]
def code : String #

[View source]
def coupon : Stripe::Coupon | Nil #

[View source]
def created : Time | Nil #

[View source]
def customer : String | Nil | Stripe::Customer | Nil #

[View source]
def expires_at : Time | Nil #

[View source]
def id : String #

[View source]
def livemode : Bool | Nil #

[View source]
def max_redemptions : Int32 | Nil #

[View source]
def metadata : Hash(String, String | Nil) | Nil #

[View source]
def times_redeemed : Int32 | Nil #

[View source]