PassFinancialTransaction
Name: Pass Financial Transactions
Type: Application
Modules: Faring
Description: Stores the master record for the current transaction.
| Field | Documentation |
|---|---|
| TransactionId | Identifier of the transaction. |
| TransactionAction | Transaction purpose (e.g., booking booked, completed, canceled). |
| ObjectId | Identification number of the object associated with the transaction (i.e., BookingId). |
| ObjectTypeLong | Entity type associated with the transaction. |
| TransactionValue | Total value of the transaction. |
| DateTimeStamp | Recorded date and time of the transaction. |
| IdentityName | Name of the Workstation user. |
| TransactionStatus | Hard coded flag to identify the state of the transaction (0 = Pending, 1 = Active, 2 = Cancelled, 3 = Cannot Process). |