BatchInventoryReadRequest constructor

BatchInventoryReadRequest({
  1. String? cursor,
  2. List<String>? locationIds,
  3. List<String>? catalogObjectIds,
  4. List<InventoryState>? states,
  5. List<InventoryChangeType>? types,
  6. String? updatedAfter,
  7. String? updatedBefore,
})

Implementation

BatchInventoryReadRequest({
  this.cursor, this.locationIds, this.catalogObjectIds,
this.states, this.types, this.updatedAfter, this.updatedBefore
});