AccountType Property

Indicates the type of bank account.

Syntax

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

Enumerated values: public final static int atChecking = 0; public final static int atSavings = 1; public final static int atMoneyMarket = 2; public final static int atLineOfCredit = 3; public final static int atCreditCard = 4;

Default Value

0

Remarks

This property uses the following four values:

  • atChecking (0)
  • atSavings (1)
  • atMoneyMarket (2)
  • atLineOfCredit (3)

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Java Edition - Version 20.0 [Build 7941]