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)

FieldRust typeOptionalProtectedUI label
account_numberStringnoyesAccount number
bank_nameStringnonoBank name
branch_codeOption<String>yesnoBranch code
account_typeOption<String>yesnoAccount type
notesOption<String>yesnoNotes

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).