GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
RepayOptData Struct Reference

The data relating to a single "repayment option" – a potential [sub-]transaction in the repayment. More...

Data Fields

gboolean enabled
 
gboolean optValid
 
gboolean FreqUniq
 
char * name
 
char * txnMemo
 
float amount
 
gboolean throughEscrowP
 
gboolean specSrcAcctP
 
Accountto
 
Accountfrom
 
GList * schedule
 
GDate * startDate
 

Detailed Description

The data relating to a single "repayment option" – a potential [sub-]transaction in the repayment.

Definition at line 93 of file assistant-loan.cpp.

Field Documentation

◆ amount

float RepayOptData::amount

Definition at line 100 of file assistant-loan.cpp.

◆ enabled

gboolean RepayOptData::enabled

Definition at line 95 of file assistant-loan.cpp.

◆ FreqUniq

gboolean RepayOptData::FreqUniq

Definition at line 97 of file assistant-loan.cpp.

◆ from

Account* RepayOptData::from

Definition at line 104 of file assistant-loan.cpp.

◆ name

char* RepayOptData::name

Definition at line 98 of file assistant-loan.cpp.

◆ optValid

gboolean RepayOptData::optValid

Definition at line 96 of file assistant-loan.cpp.

◆ schedule

GList* RepayOptData::schedule

Definition at line 106 of file assistant-loan.cpp.

◆ specSrcAcctP

gboolean RepayOptData::specSrcAcctP

Definition at line 102 of file assistant-loan.cpp.

◆ startDate

GDate* RepayOptData::startDate

Definition at line 109 of file assistant-loan.cpp.

◆ throughEscrowP

gboolean RepayOptData::throughEscrowP

Definition at line 101 of file assistant-loan.cpp.

◆ to

Account* RepayOptData::to

Definition at line 103 of file assistant-loan.cpp.

◆ txnMemo

char* RepayOptData::txnMemo

Definition at line 99 of file assistant-loan.cpp.


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