Name | Type | Description | Notes |
---|---|---|---|
id | uuid::Uuid | Unique system generated identifier for the entity. | |
source | models::TransferSourceLocation | ||
destination | models::TransferDestinationLocation | ||
amount | models::Money | ||
fees | Option<Vecmodels::Fee> | An array of fees applied to a transaction. This is only available when there is at least one non-zero fee. | [optional] |
transaction_hash | Option<String> | A hash that uniquely identifies the onchain transaction. This is only available where either source or destination are of type blockchain. | [optional] |
status | String | Status of the transfer. Status pending indicates that the transfer is in the process of running; complete indicates it finished successfully; failed indicates it failed. Circle Mint Singapore customers may have transfers in the pending status if the recipient addresses are not verified. |
|
error_code | Option<models::TransferErrorCode> | [optional] | |
create_date | Option<String> | The create date of the transfer. | [optional] |