class Stripe::Discount

Overview

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

Included Modules

Defined in:

stripe/objects/core/discount.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def checkout_session : String | Nil #

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

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

[View source]
def end_date : Time | Nil #

[View source]
def id : String #

[View source]
def invoice : String | Nil #

[View source]
def invoice_item : String | Nil #

[View source]
def promotion_code : String | Nil | Stripe::PromotionCode | Nil #

[View source]
def start_date : Time | Nil #

[View source]
def subscription : String | Nil #

[View source]