InterfaceItem_DepositReceipt
Model
Deposit receipt information
Nullable
DepositCode :
string
The Deposit code assigned to the deposit
Nullable
ContactName :
string
The name of the contact for the deposit
Nullable
UsageWhen :
string
(OPTIONAL) When the deposit is expected to be used (eg an event name or a specific date/time)
Nullable
UsageWhere :
string
(OPTIONAL) Where the deposit is expected to be redeemed (ie service mode name + entity id)
Nullable
Covers :
number (int)
(OPTIONAL) The expected number of covers
Example
{
"DepositCode": "string value",
"ContactName": "string value",
"UsageWhen": "string value",
"UsageWhere": "string value",
"Covers": 321
}