[This is preliminary documentation and is subject to change.]
This object communicates a financial transaction. A transaction can be for the daily food sales revenue account. SIF_Events are reported.
| C# | Visual Basic | Visual C++ |
public class FinancialTransaction : SifDataObject
Public Class FinancialTransaction _ Inherits SifDataObject
public ref class FinancialTransaction : public SifDataObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FinancialTransactionFinancialTransactionNew()() |
Creates an instance of a FinancialTransaction
| |
| FinancialTransactionFinancialTransactionNew(String, Nullable<(Of <DateTime>)>, Nullable<(Of <DateTime>)>, FTAmounts) |
Constructor that accepts values for all mandatory fields
| |
| Amounts |
Gets or sets the value of the <Amounts> element.
| |
| Description |
Gets or sets the value of the <Description> element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifDataObject.KeyFields.) | |
| Program |
Gets or sets the value of the <Program> element.
| |
| RefId |
Gets or sets the value of the RefId attribute.
(Overrides SifDataObject.RefId.) | |
| SetProgram(FinancialProgram, String) | Sets the value of the <Program> element. | |
| TransactionDate |
Gets or sets the value of the <TransactionDate> element.
| |
| TransactionTime |
Gets or sets the value of the <TransactionTime> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifKeyedElement | |||||
| SifDataObject | |||||
| FinancialTransaction | |||||