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 1383 of file libofx.h.

Field Documentation

◆ appid

char OfxFiLogin::appid[OFX_APPID_LENGTH]

Definition at line 1390 of file libofx.h.

◆ appver

char OfxFiLogin::appver[OFX_APPVER_LENGTH]

Definition at line 1391 of file libofx.h.

◆ clientuid

char OfxFiLogin::clientuid[OFX_CLIENTUID_LENGTH]

Definition at line 1392 of file libofx.h.

◆ fid

char OfxFiLogin::fid[OFX_FID_LENGTH]

Definition at line 1385 of file libofx.h.

◆ header_version

char OfxFiLogin::header_version[OFX_HEADERVERSION_LENGTH]

Definition at line 1389 of file libofx.h.

◆ org

char OfxFiLogin::org[OFX_ORG_LENGTH]

Definition at line 1386 of file libofx.h.

◆ userid

char OfxFiLogin::userid[OFX_USERID_LENGTH]

Definition at line 1387 of file libofx.h.

◆ userpass

char OfxFiLogin::userpass[OFX_USERPASS_LENGTH]

Definition at line 1388 of file libofx.h.


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