TransferObjective
A transfer objective models the pickup/dropoff of physical goods, or intangibles such as information and services.
type: [Objective](../objective) & object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
kind | string | yes | Objective kind |
direction | INCOMING OUTGOING | no | Whether the transfer is incoming to the user, or outgoing from the user |
requirements | string | no | Description of any requirements or limits on the transfer that the user should be reminded of - such as ID verification or signature gathering. |
isReady | boolean | no | Whether or not the transferrables are ready for transfer |
estimatedReadyAt | string | no | Time at which the transferrables are expected to be ready |
objects | array | no | List of tangible items to be transferred |
intangibles | array | no | List of intangible items (such as verbal information or services) to be included in the transfer |
target | object | object | object | no | Transfer target |