Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 420 Bytes

PriceTier.md

File metadata and controls

19 lines (12 loc) · 420 Bytes

DearInventoryRuby::PriceTier

Properties

Name Type Description Notes
code Integer Code number of Price Tier [optional]
name String Price Tier name [optional]

Code Sample

require 'DearInventoryRuby'

instance = DearInventoryRuby::PriceTier.new(code: nil,
                                 name: nil)