OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow Class Reference

Templates of general ledger transactions which are copied into the ledger with general ledger batches. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow:
Ict.Petra.Shared.MFinance.GL.Data.GLBatchTDSARecurringTransactionRow

Public Member Functions

 ARecurringTransactionRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsBatchNumberNull ()
 test for NULL value More...
 
void SetBatchNumberNull ()
 assign NULL value More...
 
bool IsJournalNumberNull ()
 test for NULL value More...
 
void SetJournalNumberNull ()
 assign NULL value More...
 
bool IsTransactionNumberNull ()
 test for NULL value More...
 
void SetTransactionNumberNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsCostCentreCodeNull ()
 test for NULL value More...
 
void SetCostCentreCodeNull ()
 assign NULL value More...
 
bool IsTransactionDateNull ()
 test for NULL value More...
 
void SetTransactionDateNull ()
 assign NULL value More...
 
bool IsTransactionCurrencyNull ()
 test for NULL value More...
 
void SetTransactionCurrencyNull ()
 assign NULL value More...
 
bool IsTransactionAmountNull ()
 test for NULL value More...
 
void SetTransactionAmountNull ()
 assign NULL value More...
 
bool IsBaseCurrencyNull ()
 test for NULL value More...
 
void SetBaseCurrencyNull ()
 assign NULL value More...
 
bool IsExchangeRateToBaseNull ()
 test for NULL value More...
 
void SetExchangeRateToBaseNull ()
 assign NULL value More...
 
bool IsAmountInBaseCurrencyNull ()
 test for NULL value More...
 
void SetAmountInBaseCurrencyNull ()
 assign NULL value More...
 
bool IsAnalysisIndicatorNull ()
 test for NULL value More...
 
void SetAnalysisIndicatorNull ()
 assign NULL value More...
 
bool IsMethodOfPaymentCodeNull ()
 test for NULL value More...
 
void SetMethodOfPaymentCodeNull ()
 assign NULL value More...
 
bool IsPeriodNumberNull ()
 test for NULL value More...
 
void SetPeriodNumberNull ()
 assign NULL value More...
 
bool IsReconciledFlagNull ()
 test for NULL value More...
 
void SetReconciledFlagNull ()
 assign NULL value More...
 
bool IsSubSystemCodeNull ()
 test for NULL value More...
 
void SetSubSystemCodeNull ()
 assign NULL value More...
 
bool IsTransactionTypeCodeNull ()
 test for NULL value More...
 
void SetTransactionTypeCodeNull ()
 assign NULL value More...
 
bool IsNarrativeNull ()
 test for NULL value More...
 
void SetNarrativeNull ()
 assign NULL value More...
 
bool IsReferenceNull ()
 test for NULL value More...
 
void SetReferenceNull ()
 assign NULL value More...
 
bool IsDateOfEntryNull ()
 test for NULL value More...
 
void SetDateOfEntryNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsDebitCreditIndicatorNull ()
 test for NULL value More...
 
void SetDebitCreditIndicatorNull ()
 assign NULL value More...
 
bool IsTransactionStatusNull ()
 test for NULL value More...
 
void SetTransactionStatusNull ()
 assign NULL value More...
 
bool IsHeaderNumberNull ()
 test for NULL value More...
 
void SetHeaderNumberNull ()
 assign NULL value More...
 
bool IsDetailNumberNull ()
 test for NULL value More...
 
void SetDetailNumberNull ()
 assign NULL value More...
 
bool IsSubTypeNull ()
 test for NULL value More...
 
void SetSubTypeNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

Int32 LedgerNumber [get, set]
 This is used as a key field in most of the accounting system files. More...
 
Int32 BatchNumber [get, set]
 identifes which batch a transaction belongs to More...
 
Int32 JournalNumber [get, set]
 Journal number that transaction belongs to. More...
 
Int32 TransactionNumber [get, set]
 Identifies a transaction within a journal within a batch within a ledger. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String CostCentreCode [get, set]
 This identifies which cost centre an account is applied to. More...
 
System.DateTime TransactionDate [get, set]
 Date the transaction took place. More...
 
String TransactionCurrency [get, set]
 This defines which currency is being used. More...
 
Decimal TransactionAmount [get, set]
 This is a number of currency units. More...
 
String BaseCurrency [get, set]
 This defines which currency is being used. More...
 
Decimal ExchangeRateToBase [get, set]
 The rate of exchange. More...
 
Decimal AmountInBaseCurrency [get, set]
 This is a number of currency units. More...
 
Boolean AnalysisIndicator [get, set]
 
String MethodOfPaymentCode [get, set]
 
Int32 PeriodNumber [get, set]
 This defines which accounting period is being used. More...
 
Boolean ReconciledFlag [get, set]
 Shows if the transaction has been reconciled or not. More...
 
String SubSystemCode [get, set]
 Defines a sub system of accounts. More...
 
String TransactionTypeCode [get, set]
 
String Narrative [get, set]
 
String Reference [get, set]
 
System.? DateTime DateOfEntry [get, set]
 
String UserId [get, set]
 
Boolean DebitCreditIndicator [get, set]
 
Boolean TransactionStatus [get, set]
 Has a transaction been posted yet. More...
 
Int32 HeaderNumber [get, set]
 The header (eg, cashbook #) that the transaction is associated with. More...
 
Int32 DetailNumber [get, set]
 The detail (within the header) that the transaction is associated with. More...
 
String SubType [get, set]
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateModified [get, set]
 The date the record was modified. More...
 
String ModifiedBy [get, set]
 User ID of who last modified this record. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 

Detailed Description

Templates of general ledger transactions which are copied into the ledger with general ledger batches.

Constructor & Destructor Documentation

◆ ARecurringTransactionRow()

Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.ARecurringTransactionRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.InitValues ( )
inlinevirtual

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsAccountCodeNull ( )
inline

test for NULL value

◆ IsAmountInBaseCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsAmountInBaseCurrencyNull ( )
inline

test for NULL value

◆ IsAnalysisIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsAnalysisIndicatorNull ( )
inline

test for NULL value

◆ IsBaseCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsBaseCurrencyNull ( )
inline

test for NULL value

◆ IsBatchNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsBatchNumberNull ( )
inline

test for NULL value

◆ IsCostCentreCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsCostCentreCodeNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDateOfEntryNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDateOfEntryNull ( )
inline

test for NULL value

◆ IsDebitCreditIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDebitCreditIndicatorNull ( )
inline

test for NULL value

◆ IsDetailNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsDetailNumberNull ( )
inline

test for NULL value

◆ IsExchangeRateToBaseNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsExchangeRateToBaseNull ( )
inline

test for NULL value

◆ IsHeaderNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsHeaderNumberNull ( )
inline

test for NULL value

◆ IsJournalNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsJournalNumberNull ( )
inline

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsLedgerNumberNull ( )
inline

test for NULL value

◆ IsMethodOfPaymentCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsMethodOfPaymentCodeNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsNarrativeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsNarrativeNull ( )
inline

test for NULL value

◆ IsPeriodNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsPeriodNumberNull ( )
inline

test for NULL value

◆ IsReconciledFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsReconciledFlagNull ( )
inline

test for NULL value

◆ IsReferenceNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsReferenceNull ( )
inline

test for NULL value

◆ IsSubSystemCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsSubSystemCodeNull ( )
inline

test for NULL value

◆ IsSubTypeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsSubTypeNull ( )
inline

test for NULL value

◆ IsTransactionAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionAmountNull ( )
inline

test for NULL value

◆ IsTransactionCurrencyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionCurrencyNull ( )
inline

test for NULL value

◆ IsTransactionDateNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionDateNull ( )
inline

test for NULL value

◆ IsTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionNumberNull ( )
inline

test for NULL value

◆ IsTransactionStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionStatusNull ( )
inline

test for NULL value

◆ IsTransactionTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsTransactionTypeCodeNull ( )
inline

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.IsUserIdNull ( )
inline

test for NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetAccountCodeNull ( )
inline

assign NULL value

◆ SetAmountInBaseCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetAmountInBaseCurrencyNull ( )
inline

assign NULL value

◆ SetAnalysisIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetAnalysisIndicatorNull ( )
inline

assign NULL value

◆ SetBaseCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetBaseCurrencyNull ( )
inline

assign NULL value

◆ SetBatchNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetBatchNumberNull ( )
inline

assign NULL value

◆ SetCostCentreCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetCostCentreCodeNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDateOfEntryNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDateOfEntryNull ( )
inline

assign NULL value

◆ SetDebitCreditIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDebitCreditIndicatorNull ( )
inline

assign NULL value

◆ SetDetailNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetDetailNumberNull ( )
inline

assign NULL value

◆ SetExchangeRateToBaseNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetExchangeRateToBaseNull ( )
inline

assign NULL value

◆ SetHeaderNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetHeaderNumberNull ( )
inline

assign NULL value

◆ SetJournalNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetJournalNumberNull ( )
inline

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetLedgerNumberNull ( )
inline

assign NULL value

◆ SetMethodOfPaymentCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetMethodOfPaymentCodeNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetNarrativeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetNarrativeNull ( )
inline

assign NULL value

◆ SetPeriodNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetPeriodNumberNull ( )
inline

assign NULL value

◆ SetReconciledFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetReconciledFlagNull ( )
inline

assign NULL value

◆ SetReferenceNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetReferenceNull ( )
inline

assign NULL value

◆ SetSubSystemCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetSubSystemCodeNull ( )
inline

assign NULL value

◆ SetSubTypeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetSubTypeNull ( )
inline

assign NULL value

◆ SetTransactionAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionAmountNull ( )
inline

assign NULL value

◆ SetTransactionCurrencyNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionCurrencyNull ( )
inline

assign NULL value

◆ SetTransactionDateNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionDateNull ( )
inline

assign NULL value

◆ SetTransactionNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionNumberNull ( )
inline

assign NULL value

◆ SetTransactionStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionStatusNull ( )
inline

assign NULL value

◆ SetTransactionTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetTransactionTypeCodeNull ( )
inline

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SetUserIdNull ( )
inline

assign NULL value

Property Documentation

◆ AccountCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.AccountCode
getset

This identifies the account the financial transaction must be stored against.

◆ AmountInBaseCurrency

Decimal Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.AmountInBaseCurrency
getset

This is a number of currency units.

◆ AnalysisIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.AnalysisIndicator
getset

◆ BaseCurrency

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.BaseCurrency
getset

This defines which currency is being used.

◆ BatchNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.BatchNumber
getset

identifes which batch a transaction belongs to

◆ CostCentreCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.CostCentreCode
getset

This identifies which cost centre an account is applied to.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DateModified
getset

The date the record was modified.

◆ DateOfEntry

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DateOfEntry
getset

◆ DebitCreditIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DebitCreditIndicator
getset

◆ DetailNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.DetailNumber
getset

The detail (within the header) that the transaction is associated with.

◆ ExchangeRateToBase

Decimal Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.ExchangeRateToBase
getset

The rate of exchange.

◆ HeaderNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.HeaderNumber
getset

The header (eg, cashbook #) that the transaction is associated with.

◆ JournalNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.JournalNumber
getset

Journal number that transaction belongs to.

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.LedgerNumber
getset

This is used as a key field in most of the accounting system files.

◆ MethodOfPaymentCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.MethodOfPaymentCode
getset

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.ModifiedBy
getset

User ID of who last modified this record.

◆ Narrative

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.Narrative
getset

◆ PeriodNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.PeriodNumber
getset

This defines which accounting period is being used.

◆ ReconciledFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.ReconciledFlag
getset

Shows if the transaction has been reconciled or not.

◆ Reference

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.Reference
getset

◆ SubSystemCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SubSystemCode
getset

Defines a sub system of accounts.

◆ SubType

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.SubType
getset

◆ TransactionAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionAmount
getset

This is a number of currency units.

◆ TransactionCurrency

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionCurrency
getset

This defines which currency is being used.

◆ TransactionDate

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionDate
getset

Date the transaction took place.

◆ TransactionNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionNumber
getset

Identifies a transaction within a journal within a batch within a ledger.

◆ TransactionStatus

Boolean Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionStatus
getset

Has a transaction been posted yet.

◆ TransactionTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.TransactionTypeCode
getset

◆ UserId

String Ict.Petra.Shared.MFinance.Account.Data.ARecurringTransactionRow.UserId
getset

The documentation for this class was generated from the following file: