Enum. Specifies the type of bank account. The BankAccountType enumeration class defines the type of bank account used for the insurance transaction.
Syntax
Members
Member | Value | Description |
Corporate | 2 | Corporate. Indicates the bank account is a corporate account. |
Personal | 1 | Personal. Indicates the bank account is a personal account. |
Unknown | 0 | Unknown. Indicates the type of bank account is unknown. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.BankAccountType
See Also