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)
SourceInstance methods
currency
Sourceproduct
Sourceproduct_data
Sourcerecurring
Sourcetax_behavior
Source