Data object with result data
Name | Type | Description | Notes |
---|---|---|---|
id | String | Unique id of Smart Transfer ticket | |
type | TypeEnum | Kind of Smart Transfer. Can be either `ASYNC` or `ATOMIC` | |
direction | DirectionEnum | Direction of Smart Transfer. | [optional] |
status | StatusEnum | Current status of Smart Transfer ticket | |
terms | List<SmartTransferTicketTerm> | Ticket terms (legs) | [optional] |
expiresIn | BigDecimal | Number of hours for expiration.This data is valid only it ticket not in DRAFT state and it will be used to calculate expiresAt value | [optional] |
expiresAt | OffsetDateTime | Date and time at which the ticket will expire if no funding is performed. | [optional] |
submittedAt | OffsetDateTime | Date and time when ticket is submitted. | [optional] |
expiredAt | OffsetDateTime | Date and time when ticket is expired. | [optional] |
canceledAt | OffsetDateTime | Date and time when ticket is canceled. | [optional] |
fulfilledAt | OffsetDateTime | Date and time when ticket is fulfilled. | [optional] |
externalRefId | String | External Ref ID for Smart Transfer ticket. | [optional] |
note | String | Note | [optional] |
createdByNetworkId | String | ID of network profile that created ticket | |
createdByNetworkIdName | String | Name of network profile that created ticket | |
canceledByNetworkIdName | String | Name of network profile that canceled ticket | [optional] |
createdAt | OffsetDateTime | Date and time at which the ticket is created. | |
updatedAt | OffsetDateTime | Date and time of last ticket update. | |
canceledByMe | Boolean | [optional] | |
createdByMe | Boolean | [optional] |
Name | Value |
---|---|
ASYNC | "ASYNC" |
Name | Value |
---|---|
EXCHANGE | "EXCHANGE" |
SEND | "SEND" |
RECEIVE | "RECEIVE" |
INTERMEDIATE | "INTERMEDIATE" |
Name | Value |
---|---|
DRAFT | "DRAFT" |
PENDING_APPROVAL | "PENDING_APPROVAL" |
OPEN | "OPEN" |
IN_SETTLEMENT | "IN_SETTLEMENT" |
FULFILLED | "FULFILLED" |
EXPIRED | "EXPIRED" |
CANCELED | "CANCELED" |