|
GnuCash
5.6-150-g038405b370+
|
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. More... | |
| GDate | last |
| GDate | end |
| GList * | schedule |
| The SX schedule. | |
| gint | instNum |
| The current 'instance-num' count. More... | |
| TTInfoPtr | mainTxn |
| The main/source transaction being created. More... | |
| TTInfoPtr | escrowTxn |
| The optional escrow transaction being created. More... | |
A transient structure to contain SX details during the creation process.
Definition at line 303 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.
| TTInfoPtr toCreateSX::mainTxn |
The main/source transaction being created.
Definition at line 314 of file assistant-loan.cpp.
| GDate toCreateSX::start |
The start, last-occurred and end dates.
Definition at line 308 of file assistant-loan.cpp.
1.8.14