Stripe::LineItem
Inherits JSON::Serializable < Stripe::Resource < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new(*, price : Nil | String = nil, price_data : Stripe::LineItem::PriceData | Nil = nil, adjustable_quantity : Stripe::LineItem::AdjustableQuantity | Nil = nil, dynamic_tax_rates : Nil | Array(String) = nil, quantity : Int64 = 1)
SourceInstance methods
adjustable_quantity
Sourcedynamic_tax_rates
Sourceprice
Sourceprice_data
Sourcequantity
Source