class Stripe::Subscription::Item

Included Modules

Defined in:

stripe/objects/core/subscription.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def billing_thresholds : Hash(String, Int32) | Nil #

[View source]
def created : Time | Nil #

[View source]
def id : String #

[View source]
def price : Stripe::Price | Nil #

[View source]
def quantity : Int32 #

[View source]
def tax_rates : Array(Stripe::TaxRate) | Nil #

[View source]