LibOFX
OfxFiLogin Struct Reference

Information sufficient to log into an financial institution. More...

#include <libofx.h>

Data Fields

char fid [OFX_FID_LENGTH]
 
char org [OFX_ORG_LENGTH]
 
char userid [OFX_USERID_LENGTH]
 
char userpass [OFX_USERPASS_LENGTH]
 
char header_version [OFX_HEADERVERSION_LENGTH]
 
char appid [OFX_APPID_LENGTH]
 
char appver [OFX_APPVER_LENGTH]
 
char clientuid [OFX_CLIENTUID_LENGTH]
 

Detailed Description

Information sufficient to log into an financial institution.

Contains all the info needed for a user to log into a financial institution and make requests for statements or post transactions. An OfxFiLogin must be passed to all functions which create OFX requests.

Definition at line 1372 of file libofx.h.

Field Documentation

◆ appid

char OfxFiLogin::appid[OFX_APPID_LENGTH]

Definition at line 1379 of file libofx.h.

◆ appver

char OfxFiLogin::appver[OFX_APPVER_LENGTH]

Definition at line 1380 of file libofx.h.

◆ clientuid

char OfxFiLogin::clientuid[OFX_CLIENTUID_LENGTH]

Definition at line 1381 of file libofx.h.

◆ fid

char OfxFiLogin::fid[OFX_FID_LENGTH]

Definition at line 1374 of file libofx.h.

◆ header_version

char OfxFiLogin::header_version[OFX_HEADERVERSION_LENGTH]

Definition at line 1378 of file libofx.h.

◆ org

char OfxFiLogin::org[OFX_ORG_LENGTH]

Definition at line 1375 of file libofx.h.

◆ userid

char OfxFiLogin::userid[OFX_USERID_LENGTH]

Definition at line 1376 of file libofx.h.

◆ userpass

char OfxFiLogin::userpass[OFX_USERPASS_LENGTH]

Definition at line 1377 of file libofx.h.


The documentation for this struct was generated from the following file: