Objects

CollectionInput

A `CollectionInput` is a set of values that required for the collection process to continue. The required input is specified by the key `REQUIRED_INPUT_TYPES`, under the `extraInformation` key on the `CollectionStatus` object.

typestring
Possible Enum values are COLLECTION_INPUT.
Example
{  "items": [],  "type": "COLLECTION_INPUT"}