Method: SquareConnect::BatchRetrieveInventoryChangesRequest.swagger_types
- Defined in:
- lib/square_connect/models/batch_retrieve_inventory_changes_request.rb
.swagger_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/square_connect/models/batch_retrieve_inventory_changes_request.rb', line 51 def self.swagger_types { :'catalog_object_ids' => :'Array<String>', :'location_ids' => :'Array<String>', :'types' => :'Array<String>', :'states' => :'Array<String>', :'updated_after' => :'String', :'updated_before' => :'String', :'cursor' => :'String' } end |