FeaturesEntry types
BankAccount — Bank accounts
Bank account number and branch metadata.
Bank Account type (BankAccount, discriminant 7) — Financial category. Bank account number and branch metadata.
Classification
← Types index · Category: Financial · Discriminant: 7
Field schema (EntryData)
| Field | Rust type | Optional | Protected | UI label |
|---|---|---|---|---|
account_number | String | no | yes | Account number |
bank_name | String | no | no | Bank name |
branch_code | Option<String> | yes | no | Branch code |
account_type | Option<String> | yes | no | Account type |
notes | Option<String> | yes | no | Notes |
Secrets
Protected fields (masked in UI, EntryType::is_protected_field): account_number.
Attachments
Attachments
Like all entry types, a BankAccount entry may have encrypted attachments via Entry.attachments (EntryAttachments: files, folders). Add them by drag-and-drop in the entry editor; binary content is encrypted with the vault.
In the app
Create a Bank Account entry: vault → + → type BankAccount → fill fields → add attachments (optional, all types) → Save. Validation: only title is required (validation_service.rs).