| LibOFX
    | 
Information returned by the OFX Partner Server about a financial institution. More...
| 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 | 
Information returned by the OFX Partner Server about a financial institution.
Definition at line 785 of file inc/libofx.h.
| int OfxFiServiceInfo::accountlist | 
Whether the FI makes a list of accounts available
Definition at line 790 of file inc/libofx.h.
| int OfxFiServiceInfo::billpay | 
Whether the FI supports online bill payment
Definition at line 792 of file inc/libofx.h.
| int OfxFiServiceInfo::investments | 
Whether the FI supports investments
Definition at line 793 of file inc/libofx.h.
| int OfxFiServiceInfo::statements | 
Whether the FI supports online statement download
Definition at line 791 of file inc/libofx.h.