IPWorks OFX 2020 macOS Edition

Questions / Feedback?

AccountType Property

Indicates the type of bank account.

Syntax

public var accountType: BankstatementAccountTypes {
get {...}
set {...} }

public enum BankstatementAccountTypes: Int32 { case atChecking = 0 case atSavings = 1 case atMoneyMarket = 2 case atLineOfCredit = 3 case 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 macOS Edition - Version 20.0 [Build 7941]