fromIdentity()
Description
Retrieve an array of requests from an Identity
Parameters
Name | Type | Required? | Description |
---|---|---|---|
identity | Identity type and value | ||
updatedBetween | Start time and end time | ||
Object | Options |
Returns
Promise<Request[]>
Types and Interfaces
Types.ITimestampBoundaries
Name | Type | Required? | Description |
---|---|---|---|
from | number (Unix timestamp) | Start time | |
to | number (Unix timestamp) | End time |
options
Name | Type | Required? | Description |
---|---|---|---|
disablePaymentDetection | boolean | Disable payment detection | |
disableEvents | boolean | Disable events |
Last updated