Method: OrderCloud::PriceSchedule.attribute_map

Defined in:
lib/order_cloud/models/price_schedule.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



51
52
53
54
55
56
57
58
59
60
61
62
63
64
# File 'lib/order_cloud/models/price_schedule.rb', line 51

def self.attribute_map
  {
    :'id' => :'ID',
    :'name' => :'Name',
    :'apply_tax' => :'ApplyTax',
    :'apply_shipping' => :'ApplyShipping',
    :'min_quantity' => :'MinQuantity',
    :'max_quantity' => :'MaxQuantity',
    :'use_cumulative_quantity' => :'UseCumulativeQuantity',
    :'restricted_quantity' => :'RestrictedQuantity',
    :'price_breaks' => :'PriceBreaks',
    :'xp' => :'xp'
  }
end