status
|
Type |
enum |
|
Description |
An enumeration representing the current status of a data refresh request from the Account Information Service Provider (AISP). Only the following values can be used:
|
Example
context.returnRefreshRequestStatus({
refreshRequestId: '12345',
status: context.status.IN_PROGRESS // context.status has four enum members: NOT_FOUND, IN_PROGRESS, FAILED, COMPLETED
});