Sha256: 8868ab65fcf1a14ac82d46d1e65de5effbfa695f47394e716d8f3280d21b17f4

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

# DearInventoryRuby::PriceTier

## Properties

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

## Code Sample

```ruby
require 'DearInventoryRuby'

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dear-inventory-ruby-0.2.13 docs/PriceTier.md
dear-inventory-ruby-0.2.12 docs/PriceTier.md