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 302 of file assistant-loan.cpp.
TTInfoPtr toCreateSX::escrowTxn |
The optional escrow transaction being created.
Definition at line 315 of file assistant-loan.cpp.
gint toCreateSX::instNum |
The current 'instance-num' count.
Definition at line 311 of file assistant-loan.cpp.
TTInfoPtr toCreateSX::mainTxn |
The main/source transaction being created.
Definition at line 313 of file assistant-loan.cpp.
GDate toCreateSX::start |
The start, last-occurred and end dates.
Definition at line 307 of file assistant-loan.cpp.