Transaction class

Transaction A class that stores information pertaining to certain transcation.

Syntax

new Transaction( transactionId, transactionDate, amount, usecase )

Parameters

Name Type Description
transactionId   The id of a transaction
transactionDate   The date of the transaction
amount   The amount of the transaction
usecase   The usecase of transaction

Source

SY_Data_Objects.js line 172.