Method: OrderCloud::CatalogAssignment.attribute_map
- Defined in:
- lib/order_cloud/models/catalog_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/catalog_assignment.rb', line 39 def self.attribute_map { :'catalog_id' => :'CatalogID', :'buyer_id' => :'BuyerID', :'view_all_categories' => :'ViewAllCategories', :'view_all_products' => :'ViewAllProducts' } end |