class Stripe::Checkout::LineItem

Included Modules

Defined in:

stripe/objects/core/checkout/line_item.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def amount_discount : Int32 | Nil #

def amount_subtotal : Int32 | Nil #

def amount_tax : Int32 | Nil #

def amount_total : Int32 | Nil #

def currency : String | Nil #

def description : String | Nil #

def id : String | Nil #

def object : String | Nil #

def price : Stripe::Price | Nil #

def quantity : Int32 | Nil #