InterfaceItem_DepositReversal
Model
Deposit Reversal information
Nullable
Provider :
GeneralProviders
The provider that was used for the Deposit Reversal operation
Nullable
ProviderName :
string
The provider name that was used for the Deposit Reversal operation
Nullable
DepositID :
string (GUID)
The ID of the Deposit that the reversal occured for
Nullable
ContactID :
string (GUID)
The reference ID of the actual contact the deposit was linked to
Nullable
DepositCode :
string
The Deposit code assigned to the deposit
Nullable
AmountReversed :
number (decimal)
The Amount that was reversed
Example
{
"Provider": 1,
"ProviderName": "string value",
"DepositID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"ContactID": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
"DepositCode": "string value",
"AmountReversed": 1.23
}