|
GnuCash c935c2f+
|
A transient structure to contain SX details during the creation process. More...
Data Fields | |
| gchar * | name |
| The name of the SX. | |
| GDate | start |
| The start, last-occurred and end dates. | |
| GDate | last |
| GDate | end |
| GList * | schedule |
| The SX schedule. | |
| gint | instNum |
| The current 'instance-num' count. | |
| TTInfoPtr | mainTxn |
| The main/source transaction being created. | |
| TTInfoPtr | escrowTxn |
| The optional escrow transaction being created. | |
A transient structure to contain SX details during the creation process.
Definition at line 303 of file assistant-loan.cpp.
| GDate toCreateSX::end |
Definition at line 308 of file assistant-loan.cpp.
| TTInfoPtr toCreateSX::escrowTxn |
The optional escrow transaction being created.
Definition at line 316 of file assistant-loan.cpp.
| gint toCreateSX::instNum |
The current 'instance-num' count.
Definition at line 312 of file assistant-loan.cpp.
| GDate toCreateSX::last |
Definition at line 308 of file assistant-loan.cpp.
| TTInfoPtr toCreateSX::mainTxn |
The main/source transaction being created.
Definition at line 314 of file assistant-loan.cpp.
| gchar* toCreateSX::name |
The name of the SX.
Definition at line 306 of file assistant-loan.cpp.
| GList* toCreateSX::schedule |
The SX schedule.
Definition at line 310 of file assistant-loan.cpp.
| GDate toCreateSX::start |
The start, last-occurred and end dates.
Definition at line 308 of file assistant-loan.cpp.