Method: OrderCloud::ProductAssignment.attribute_map
- Defined in:
- lib/order_cloud/models/product_assignment.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
39 40 41 42 43 44 45 46 |
# File 'lib/order_cloud/models/product_assignment.rb', line 39 def self.attribute_map { :'product_id' => :'ProductID', :'buyer_id' => :'BuyerID', :'user_group_id' => :'UserGroupID', :'price_schedule_id' => :'PriceScheduleID' } end |