IPWorks OFX 2020 macOS Edition

Questions / Feedback?

AccountType Property

Indicates the type of the loan account.

Syntax

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

public enum LoanstatementAccountTypes: Int32 { case latAuto = 0 case latConsumer = 1 case latMortgage = 2 case latCommercial = 3 case latStudent = 4 case latMilitary = 5 case latSmallBusiness = 6 case latConstruction = 7 case latHomeEquity = 8 }

Default Value

0

Remarks

This property uses the following values:

  • latAuto (0)
  • latConsumer (1)
  • latMortgage (2)
  • latCommercial (3)
  • latStudent (4)
  • latMilitary (5)
  • latSmallBusiness (6)
  • latConstruction (7)
  • latHomeEquity (8)

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