Method: SquareConnect::BatchRetrieveInventoryChangesRequest.attribute_map

Defined in:
lib/square_connect/models/batch_retrieve_inventory_changes_request.rb

.attribute_mapObject

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



38
39
40
41
42
43
44
45
46
47
48
# File 'lib/square_connect/models/batch_retrieve_inventory_changes_request.rb', line 38

def self.attribute_map
  {
    :'catalog_object_ids' => :'catalog_object_ids',
    :'location_ids' => :'location_ids',
    :'types' => :'types',
    :'states' => :'states',
    :'updated_after' => :'updated_after',
    :'updated_before' => :'updated_before',
    :'cursor' => :'cursor'
  }
end