AccountType Property

Indicates the type of the loan account.

Syntax

public LoanstatementAccountTypes AccountType { get; set; }

enum LoanstatementAccountTypes { latAuto, latConsumer, latMortgage, latCommercial, latStudent, latMilitary, latSmallBusiness, latConstruction, latHomeEquity }
Public Property AccountType As LoanstatementAccountTypes

Enum LoanstatementAccountTypes latAuto latConsumer latMortgage latCommercial latStudent latMilitary latSmallBusiness latConstruction latHomeEquity End Enum

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 .NET Edition - Version 20.0 [Build 7941]