interface ModImportProperties {
    iban?: string;
}

Hierarchy (view full)

Properties

Properties

iban?: string

If you provide the iban, the account import will begin with the predefined IBAN, and the user will not be able to select any other account.

Generated using TypeDoc