Selerix Developer Tools
BankAccountType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : BankAccountType Enumeration
Enum. Specifies the type of bank account. The BankAccountType enumeration class defines the type of bank account used for the insurance transaction.
Syntax
'Declaration
 
Public Enum BankAccountType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BankAccountType
public enum BankAccountType = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum BankAccountType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum BankAccountType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class BankAccountType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Corporate2Corporate. Indicates the bank account is a corporate account.
Personal1Personal. Indicates the bank account is a personal account.
Unknown0Unknown. Indicates the type of bank account is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.BankAccountType

See Also

Reference

Selerix.BusinessObjects Namespace