The TranSet class is a collection of transaction objects. It contains properties and methods to deal with a set of transaction record objects as opposed to dealing with an individual transaction record.
The TranSet class is supported in Profile v6.2 and above. As of Profile v7.0, its use is deprecated. Programs shall call the transaction driver (TRNDRV) directly.
type TranSet ts=Class.new(“TranSet”)
Ancestor |
|
Descendants |
None |
Properties |
Description |
Identifies the transactions that were rejected when posting a transaction using the postTSet method. | |
Methods |
Description |
Copies a financial transaction record object into the transaction set container. | |
Retrieves a transaction from a transaction set object. | |
Posts the financial transactions in the set by calling the appropriate transaction driver. |