BankAccount
Class Description
Bank account.
Attributes
Name | Type | Description |
---|---|---|
accountNumber | String | Account reference number. |
Relationships
Ancestors
Descendents
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
BankAccount | 0..* | Bank | 0..1 | BankAccounts | All BankAccounts this Bank provides. | Bank | Bank that provides this BankAccount. |
BankAccount | 0..* | ServiceSupplier | 0..1 | BankAccounts | All BackAccounts this ServiceSupplier owns. | ServiceSupplier | ServiceSupplier that is owner of this BankAccount. |