Data structure Account number

Code: AccountNumber
Description:
Structure of a domestic account number.
Attributes:
NameCodeStatusTypeDescription
PrefixprefixOInteger [6]Account number prefix.
NumbernumberMInteger [10]The account number itself.
Bank codebankCodeMCode table Bank codeCode of the bank keeping the account.
References in data structures: Withdrawal receipt, Input to calculateFee, Output from calculateFee
References in use cases: SYS-100 - Identify account

Created in uctool.sf.net.