| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | Unique system generated identifier for the entity. | |
| status | models::ExternalFiatAccountStatus | ||
| description | String | Bank name plus last four digits of the bank account number or IBAN. | |
| tracking_ref | String | Wire tracking ref that needs to be set in the wire reference to beneficiary field. | |
| transfer_types_info | std::collections::HashMap<String, models::TransferTypeInfo> | A <TransferType, TransferTypeInfo> map which shows transfer types supported on this account as well as additional information for each. | |
| fingerprint | String | A UUID that uniquely identifies the account number. If the same account is used more than once, each card object will have a different id, but the fingerprint will stay the same. | |
| billing_details | models::BillingDetails | ||
| bank_address | Option<models::BankAddress> | [optional] | |
| create_date | String | ISO-8601 UTC date/time format. | |
| update_date | String | ISO-8601 UTC date/time format. |
This repository was archived by the owner on Aug 20, 2025. It is now read-only.