struct

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

Instance methods

adjustable_quantity
Source
dynamic_tax_rates
Source
price
Source
price_data
Source
quantity
Source

Nested types