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

[View source]

Instance Method Detail

def amount_discount : Int32 | Nil #

[View source]
def amount_subtotal : Int32 | Nil #

[View source]
def amount_tax : Int32 | Nil #

[View source]
def amount_total : Int32 | Nil #

[View source]
def currency : String | Nil #

[View source]
def description : String | Nil #

[View source]
def id : String | Nil #

[View source]
def object : String | Nil #

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

[View source]
def quantity : Int32 | Nil #

[View source]