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

the transactions from the recently imported bank statements; they should help to identify the other party of the transaction (donor, etc) and the purpose of the transaction More...

Inheritance diagram for Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow:
Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow

Public Member Functions

 BankImportTDSAEpTransactionRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsMatchActionNull ()
 test for NULL value More...
 
void SetMatchActionNull ()
 assign NULL value More...
 
bool IsGiftLedgerNumberNull ()
 test for NULL value More...
 
void SetGiftLedgerNumberNull ()
 assign NULL value More...
 
bool IsGiftBatchNumberNull ()
 test for NULL value More...
 
void SetGiftBatchNumberNull ()
 assign NULL value More...
 
bool IsGiftTransactionNumberNull ()
 test for NULL value More...
 
void SetGiftTransactionNumberNull ()
 assign NULL value More...
 
bool IsGiftDetailNumbersNull ()
 test for NULL value More...
 
void SetGiftDetailNumbersNull ()
 assign NULL value More...
 
bool IsDonorKeyNull ()
 test for NULL value More...
 
void SetDonorKeyNull ()
 assign NULL value More...
 
bool IsDonorNameNull ()
 test for NULL value More...
 
void SetDonorNameNull ()
 assign NULL value More...
 
bool IsStatementKeyNull ()
 test for NULL value More...
 
void SetStatementKeyNull ()
 assign NULL value More...
 
bool IsOrderNull ()
 test for NULL value More...
 
void SetOrderNull ()
 assign NULL value More...
 
bool IsDetailKeyNull ()
 test for NULL value More...
 
void SetDetailKeyNull ()
 assign NULL value More...
 
bool IsNumberOnPaperStatementNull ()
 test for NULL value More...
 
void SetNumberOnPaperStatementNull ()
 assign NULL value More...
 
bool IsMatchTextNull ()
 test for NULL value More...
 
void SetMatchTextNull ()
 assign NULL value More...
 
bool IsAccountNameNull ()
 test for NULL value More...
 
void SetAccountNameNull ()
 assign NULL value More...
 
bool IsTitleNull ()
 test for NULL value More...
 
void SetTitleNull ()
 assign NULL value More...
 
bool IsFirstNameNull ()
 test for NULL value More...
 
void SetFirstNameNull ()
 assign NULL value More...
 
bool IsMiddleNameNull ()
 test for NULL value More...
 
void SetMiddleNameNull ()
 assign NULL value More...
 
bool IsLastNameNull ()
 test for NULL value More...
 
void SetLastNameNull ()
 assign NULL value More...
 
bool IsBranchCodeNull ()
 test for NULL value More...
 
void SetBranchCodeNull ()
 assign NULL value More...
 
bool IsBicNull ()
 test for NULL value More...
 
void SetBicNull ()
 assign NULL value More...
 
bool IsBankAccountNumberNull ()
 test for NULL value More...
 
void SetBankAccountNumberNull ()
 assign NULL value More...
 
bool IsIbanNull ()
 test for NULL value More...
 
void SetIbanNull ()
 assign NULL value More...
 
bool IsTransactionTypeCodeNull ()
 test for NULL value More...
 
void SetTransactionTypeCodeNull ()
 assign NULL value More...
 
bool IsTransactionAmountNull ()
 test for NULL value More...
 
void SetTransactionAmountNull ()
 assign NULL value More...
 
bool IsDescriptionNull ()
 test for NULL value More...
 
void SetDescriptionNull ()
 assign NULL value More...
 
bool IsDateEffectiveNull ()
 test for NULL value More...
 
void SetDateEffectiveNull ()
 assign NULL value More...
 
bool IsEpMatchKeyNull ()
 test for NULL value More...
 
void SetEpMatchKeyNull ()
 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

string MatchAction [get, set]
 
Int32 GiftLedgerNumber [get, set]
 
Int32 GiftBatchNumber [get, set]
 
Int32 GiftTransactionNumber [get, set]
 
string GiftDetailNumbers [get, set]
 
Int64 DonorKey [get, set]
 
string DonorName [get, set]
 
Int32 StatementKey [get, set]
 this transaction belongs to that statement More...
 
Int32 Order [get, set]
 to complete the primary key More...
 
Int32 DetailKey [get, set]
 a transaction can be split in order to support mixed GL and Gift records More...
 
Int32 NumberOnPaperStatement [get, set]
 can be different from order, since the paper statements can have different order than the electronic statement More...
 
String MatchText [get, set]
 this is a calculated text that uniquely identifies this transaction so that it can be recognised next month. TODO: should have a link table a_ep_match between a_ep_transaction and a_ep_match_detail More...
 
String AccountName [get, set]
 This can be a summary of title, first name, last name etc. of the other party. More...
 
String Title [get, set]
 
String FirstName [get, set]
 
String MiddleName [get, set]
 
String LastName [get, set]
 the name of the other party More...
 
String BranchCode [get, set]
 The bank code/branch code/sort code of the other party. More...
 
String Bic [get, set]
 BIC (Bank Identifier Code)/SWIFT code of the other party. More...
 
String BankAccountNumber [get, set]
 The account number in the bank of the other party. More...
 
String Iban [get, set]
 The IBAN (International Bank Account Number) of the other party. More...
 
String TransactionTypeCode [get, set]
 This can be recurring income, recurring payment, income, payment, direct debit, etc. More...
 
Decimal TransactionAmount [get, set]
 The amount in the currency of the bank account. More...
 
String Description [get, set]
 This description was given when the transfer was initiated. More...
 
System.DateTime DateEffective [get, set]
 The date when this transaction became valid or available. More...
 
Int32 EpMatchKey [get, set]
 set this value to the match (either new match or set automatically) More...
 
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

the transactions from the recently imported bank statements; they should help to identify the other party of the transaction (donor, etc) and the purpose of the transaction

Constructor & Destructor Documentation

◆ BankImportTDSAEpTransactionRow()

Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.BankImportTDSAEpTransactionRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.

◆ IsAccountNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsAccountNameNull ( )
inlineinherited

test for NULL value

◆ IsBankAccountNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsBankAccountNumberNull ( )
inlineinherited

test for NULL value

◆ IsBicNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsBicNull ( )
inlineinherited

test for NULL value

◆ IsBranchCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsBranchCodeNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateEffectiveNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsDateEffectiveNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsDescriptionNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsDescriptionNull ( )
inlineinherited

test for NULL value

◆ IsDetailKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsDetailKeyNull ( )
inlineinherited

test for NULL value

◆ IsDonorKeyNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsDonorKeyNull ( )
inline

test for NULL value

◆ IsDonorNameNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsDonorNameNull ( )
inline

test for NULL value

◆ IsEpMatchKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsEpMatchKeyNull ( )
inlineinherited

test for NULL value

◆ IsFirstNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsFirstNameNull ( )
inlineinherited

test for NULL value

◆ IsGiftBatchNumberNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsGiftBatchNumberNull ( )
inline

test for NULL value

◆ IsGiftDetailNumbersNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsGiftDetailNumbersNull ( )
inline

test for NULL value

◆ IsGiftLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsGiftLedgerNumberNull ( )
inline

test for NULL value

◆ IsGiftTransactionNumberNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsGiftTransactionNumberNull ( )
inline

test for NULL value

◆ IsIbanNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsIbanNull ( )
inlineinherited

test for NULL value

◆ IsLastNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsLastNameNull ( )
inlineinherited

test for NULL value

◆ IsMatchActionNull()

bool Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.IsMatchActionNull ( )
inline

test for NULL value

◆ IsMatchTextNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsMatchTextNull ( )
inlineinherited

test for NULL value

◆ IsMiddleNameNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsMiddleNameNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsNumberOnPaperStatementNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsNumberOnPaperStatementNull ( )
inlineinherited

test for NULL value

◆ IsOrderNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsOrderNull ( )
inlineinherited

test for NULL value

◆ IsStatementKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsStatementKeyNull ( )
inlineinherited

test for NULL value

◆ IsTitleNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsTitleNull ( )
inlineinherited

test for NULL value

◆ IsTransactionAmountNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsTransactionAmountNull ( )
inlineinherited

test for NULL value

◆ IsTransactionTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.IsTransactionTypeCodeNull ( )
inlineinherited

test for NULL value

◆ SetAccountNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetAccountNameNull ( )
inlineinherited

assign NULL value

◆ SetBankAccountNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetBankAccountNumberNull ( )
inlineinherited

assign NULL value

◆ SetBicNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetBicNull ( )
inlineinherited

assign NULL value

◆ SetBranchCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetBranchCodeNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateEffectiveNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetDateEffectiveNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetDescriptionNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetDescriptionNull ( )
inlineinherited

assign NULL value

◆ SetDetailKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetDetailKeyNull ( )
inlineinherited

assign NULL value

◆ SetDonorKeyNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetDonorKeyNull ( )
inline

assign NULL value

◆ SetDonorNameNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetDonorNameNull ( )
inline

assign NULL value

◆ SetEpMatchKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetEpMatchKeyNull ( )
inlineinherited

assign NULL value

◆ SetFirstNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetFirstNameNull ( )
inlineinherited

assign NULL value

◆ SetGiftBatchNumberNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetGiftBatchNumberNull ( )
inline

assign NULL value

◆ SetGiftDetailNumbersNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetGiftDetailNumbersNull ( )
inline

assign NULL value

◆ SetGiftLedgerNumberNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetGiftLedgerNumberNull ( )
inline

assign NULL value

◆ SetGiftTransactionNumberNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetGiftTransactionNumberNull ( )
inline

assign NULL value

◆ SetIbanNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetIbanNull ( )
inlineinherited

assign NULL value

◆ SetLastNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetLastNameNull ( )
inlineinherited

assign NULL value

◆ SetMatchActionNull()

void Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.SetMatchActionNull ( )
inline

assign NULL value

◆ SetMatchTextNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetMatchTextNull ( )
inlineinherited

assign NULL value

◆ SetMiddleNameNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetMiddleNameNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetNumberOnPaperStatementNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetNumberOnPaperStatementNull ( )
inlineinherited

assign NULL value

◆ SetOrderNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetOrderNull ( )
inlineinherited

assign NULL value

◆ SetStatementKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetStatementKeyNull ( )
inlineinherited

assign NULL value

◆ SetTitleNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetTitleNull ( )
inlineinherited

assign NULL value

◆ SetTransactionAmountNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetTransactionAmountNull ( )
inlineinherited

assign NULL value

◆ SetTransactionTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.SetTransactionTypeCodeNull ( )
inlineinherited

assign NULL value

Property Documentation

◆ AccountName

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.AccountName
getsetinherited

This can be a summary of title, first name, last name etc. of the other party.

◆ BankAccountNumber

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.BankAccountNumber
getsetinherited

The account number in the bank of the other party.

◆ Bic

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.Bic
getsetinherited

BIC (Bank Identifier Code)/SWIFT code of the other party.

◆ BranchCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.BranchCode
getsetinherited

The bank code/branch code/sort code of the other party.

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.DateCreated
getsetinherited

The date the record was created.

◆ DateEffective

System.DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.DateEffective
getsetinherited

The date when this transaction became valid or available.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.DateModified
getsetinherited

The date the record was modified.

◆ Description

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.Description
getsetinherited

This description was given when the transfer was initiated.

◆ DetailKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.DetailKey
getsetinherited

a transaction can be split in order to support mixed GL and Gift records

◆ DonorKey

Int64 Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.DonorKey
getset

◆ DonorName

string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.DonorName
getset

◆ EpMatchKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.EpMatchKey
getsetinherited

set this value to the match (either new match or set automatically)

◆ FirstName

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.FirstName
getsetinherited

◆ GiftBatchNumber

Int32 Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.GiftBatchNumber
getset

◆ GiftDetailNumbers

string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.GiftDetailNumbers
getset

◆ GiftLedgerNumber

Int32 Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.GiftLedgerNumber
getset

◆ GiftTransactionNumber

Int32 Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.GiftTransactionNumber
getset

◆ Iban

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.Iban
getsetinherited

The IBAN (International Bank Account Number) of the other party.

◆ LastName

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.LastName
getsetinherited

the name of the other party

◆ MatchAction

string Ict.Petra.Shared.MFinance.BankImport.Data.BankImportTDSAEpTransactionRow.MatchAction
getset

◆ MatchText

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.MatchText
getsetinherited

this is a calculated text that uniquely identifies this transaction so that it can be recognised next month. TODO: should have a link table a_ep_match between a_ep_transaction and a_ep_match_detail

◆ MiddleName

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.MiddleName
getsetinherited

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ NumberOnPaperStatement

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.NumberOnPaperStatement
getsetinherited

can be different from order, since the paper statements can have different order than the electronic statement

◆ Order

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.Order
getsetinherited

to complete the primary key

◆ StatementKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.StatementKey
getsetinherited

this transaction belongs to that statement

◆ Title

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.Title
getsetinherited

◆ TransactionAmount

Decimal Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.TransactionAmount
getsetinherited

The amount in the currency of the bank account.

◆ TransactionTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.AEpTransactionRow.TransactionTypeCode
getsetinherited

This can be recurring income, recurring payment, income, payment, direct debit, etc.


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