LibOFX
OfxFiServiceInfo Struct Reference

Information returned by the OFX Partner Server about a financial institution. More...

#include <libofx.h>

Data Fields

char fid [OFX_FID_LENGTH]
 
char org [OFX_ORG_LENGTH]
 
char url [OFX_URL_LENGTH]
 
int accountlist
 
int statements
 
int billpay
 
int investments
 

Detailed Description

Information returned by the OFX Partner Server about a financial institution.

Definition at line 1363 of file libofx.h.

Field Documentation

◆ accountlist

int OfxFiServiceInfo::accountlist

Whether the FI makes a list of accounts available

Definition at line 1368 of file libofx.h.

◆ billpay

int OfxFiServiceInfo::billpay

Whether the FI supports online bill payment

Definition at line 1370 of file libofx.h.

◆ fid

char OfxFiServiceInfo::fid[OFX_FID_LENGTH]

Definition at line 1365 of file libofx.h.

◆ investments

int OfxFiServiceInfo::investments

Whether the FI supports investments

Definition at line 1371 of file libofx.h.

◆ org

char OfxFiServiceInfo::org[OFX_ORG_LENGTH]

Definition at line 1366 of file libofx.h.

◆ statements

int OfxFiServiceInfo::statements

Whether the FI supports online statement download

Definition at line 1369 of file libofx.h.

◆ url

char OfxFiServiceInfo::url[OFX_URL_LENGTH]

Definition at line 1367 of file libofx.h.


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