struct TCGPlayer::Product::Price
- TCGPlayer::Product::Price
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
tcg-player/types.crConstructors
Instance Method Summary
- #direct_low_price : Float64 | Nil
- #direct_low_price=(direct_low_price : Float64 | Nil)
- #high_price : Float64 | Nil
- #high_price=(high_price : Float64 | Nil)
- #low_price : Float64 | Nil
- #low_price=(low_price : Float64 | Nil)
- #market_price : Float64 | Nil
- #market_price=(market_price : Float64 | Nil)
- #mid_price : Float64 | Nil
- #mid_price=(mid_price : Float64 | Nil)
- #product_id : Int32
- #product_id=(product_id : Int32)
- #sub_type_name : String
- #sub_type_name=(sub_type_name : String)