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) #

Instance Method Detail

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

def created : Time | Nil #

def id : String #

def price : Stripe::Price | Nil #

def quantity : Int32 #

def tax_rates : Array(Stripe::TaxRate) | Nil #