struct

Stripe::LineItem::PriceData

Inherits JSON::Serializable < Stripe::Resource < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new(*, currency : Stripe::Currency, product : Nil | String = nil, product_data : Stripe::LineItem::ProductData | Nil = nil, recurring : Stripe::LineItem::PriceData::Recurring | Nil = nil, tax_behavior : Stripe::Price::TaxBehavior | Nil = nil)
Source

Instance methods

currency
Source
product
Source
product_data
Source
recurring
Source
tax_behavior
Source

Nested types