TCGPlayer::Product::Price
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
direct_low_price
Sourcedirect_low_price=(direct_low_price : Float64 | Nil)
Sourcehigh_price
Sourcehigh_price=(high_price : Float64 | Nil)
Sourcelow_price
Sourcelow_price=(low_price : Float64 | Nil)
Sourcemarket_price
Sourcemarket_price=(market_price : Float64 | Nil)
Sourcemid_price
Sourcemid_price=(mid_price : Float64 | Nil)
Sourceproduct_id
Sourceproduct_id=(product_id : Int32)
Sourcesub_type_name
Sourcesub_type_name=(sub_type_name : String)
Source