E-Banking Integrator V4 - Online Help
E-Banking Integrator V4
Questions / Feedback?

AccountType Property

Indicates the type of the loan account.

Syntax

public int getAccountType();
public void setAccountType(int accountType);

Enumerated values: public final static int atAuto = 0; public final static int atConsumer = 1; public final static int atMortgage = 2; public final static int atCommercial = 3; public final static int atStudent = 4; public final static int atMilitary = 5; public final static int atSmallBusiness = 6; public final static int atConstruction = 7; public final static int atHomeEquity = 8;

Remarks

This property uses the following values:

  • atAuto (0)
  • atConsumer (1)
  • atMortgage (2)
  • atCommercial (3)
  • atStudent (4)
  • atMilitary (5)
  • atSmallBusiness (6)
  • atConstruction (7)
  • atHomeEquity (8)

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0