Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 767 Bytes

InventoryItemStatusDetailsQueryResult.md

File metadata and controls

12 lines (8 loc) · 767 Bytes

Yaksa.OrckestraCommerce.Client.Model.InventoryItemStatusDetailsQueryResult

InventoryItemStatusDetailsQueryResult

Properties

Name Type Description Notes
Results List<InventoryItemStatusDetails> The current results. If the service request uses paging, this will be one page of items. [optional]
TotalCount int The total number of records available. If the service request is using paging, this should be used to calculate the number of pages of data. [optional]

[Back to Model list] [Back to API list] [Back to README]