Blockfund
Represents the block fund amount that can be later seized on the account
accountKeystring
The key of the account which block fund belongs to
amountnumberrequired
The amount to be blocked
creationDatestring<date-time>
The date at which the block fund was created
Example:
2016-09-06T13:37:50+03:00externalReferenceIdstringrequired
The external reference ID to be used to reference the block fund in subsequent requests
lastModifiedDatestring<date-time>
The date at which the block fund was created
Example:
2016-09-06T13:37:50+03:00notesstring
Notes about this block fund
seizedAmountnumber
The amount that has been seized
statestring
The state of the block fund
Possible values: [PENDING, SEIZED, REMOVED, PARTIALLY_SEIZED]
Blockfund
{
"accountKey": "string",
"amount": 0,
"creationDate": "2016-09-06T13:37:50+03:00",
"externalReferenceId": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"notes": "string",
"seizedAmount": 0,
"state": "PENDING"
}