Table of Contents

pfStockDepartureKindType

Description

Defines the number of stock that departed of a specified departure kind.

Properties

Name Description Required Type
Kind The type of departure of the stock. Yes icarDepartureKindType
Count The number of stock that departed of the specified departure kind No Integer

Examples

Example 1

{
  "departures": {
    "kind": "Sale",
    "count": 121
  }
}