IPWorks OFX 2020 C++ Builder Edition

Questions / Feedback?

AccountType Property

Indicates the type of bank account.

Syntax

__property TiboBankStatementAccountTypes AccountType = { read=FAccountType, write=FSetAccountType };
enum TiboBankStatementAccountTypes { atChecking=0, atSavings=1, atMoneyMarket=2, atLineOfCredit=3, atCreditCard=4 };

Default Value

atChecking

Remarks

This property uses the following four values:

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

Data Type

Integer

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