AccountType Property

Indicates the type of the loan account.

Syntax

ANSI (Cross Platform)
int GetAccountType();
int SetAccountType(int iAccountType); Unicode (Windows) INT GetAccountType();
INT SetAccountType(INT iAccountType);

Possible Values

LAT_AUTO(0), 
LAT_CONSUMER(1),
LAT_MORTGAGE(2),
LAT_COMMERCIAL(3),
LAT_STUDENT(4),
LAT_MILITARY(5),
LAT_SMALL_BUSINESS(6),
LAT_CONSTRUCTION(7),
LAT_HOME_EQUITY(8)
@property (nonatomic,readwrite,assign,getter=accountType,setter=setAccountType:) int accountType;
- (int)accountType;
- (void)setAccountType:(int)newAccountType;

Possible Values

LAT_AUTO(0), 
LAT_CONSUMER(1),
LAT_MORTGAGE(2),
LAT_COMMERCIAL(3),
LAT_STUDENT(4),
LAT_MILITARY(5),
LAT_SMALL_BUSINESS(6),
LAT_CONSTRUCTION(7),
LAT_HOME_EQUITY(8)
#define PID_LOANSTATEMENT_ACCOUNTTYPE 2

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_LoanStatement_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_LoanStatement_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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)

Data Type

Integer

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