CashBook..::..ReadDebtorExtended Method

Namespace:  JiwaFinancials.Jiwa.JiwaCashBook
Assembly:  JiwaCashBook (in JiwaCashBook.dll)

Syntax


public bool ReadDebtorExtended(
	ref string DebtorID,
	ref string DebtorAccountNo,
	ref string DebtorAccountName,
	ref string DebtorControlLedgerID,
	ref string DebtorControlLedgerAccountNo,
	ref string DebtorControlLedgerDescription,
	ref string DebtorDiscountsLedgerID,
	ref string DebtorDiscountsLedgerAccountNo,
	ref string DebtorDiscountsLedgerDescription,
	ref string BankName,
	ref string BankAccountNo,
	ref string BankAccountName,
	ref string BankBSBN,
	ref string ParentDebtorID,
	ref string ParentDebtorAccountNo,
	ref string ParentDebtorName,
	ref bool UsesFX,
	ref string CurrencyID,
	ref string CurrencyCode,
	ref int FXDecimalPlaces,
	ref CashBookTransactionCollection..::..DebtorCreditorPeriodTypes PeriodType,
	ref CashBookTransactionCollection..::..TermsTypes TermsType,
	ref int TermsDays,
	ref decimal CurrentBalance,
	ref decimal Period1Balance,
	ref decimal Period2Balance,
	ref decimal Period3Balance,
	ref decimal Period4Balance,
	bool UseDebtorAccountNoAsSeed
)
Public Function ReadDebtorExtended ( _
	ByRef DebtorID As String, _
	ByRef DebtorAccountNo As String, _
	ByRef DebtorAccountName As String, _
	ByRef DebtorControlLedgerID As String, _
	ByRef DebtorControlLedgerAccountNo As String, _
	ByRef DebtorControlLedgerDescription As String, _
	ByRef DebtorDiscountsLedgerID As String, _
	ByRef DebtorDiscountsLedgerAccountNo As String, _
	ByRef DebtorDiscountsLedgerDescription As String, _
	ByRef BankName As String, _
	ByRef BankAccountNo As String, _
	ByRef BankAccountName As String, _
	ByRef BankBSBN As String, _
	ByRef ParentDebtorID As String, _
	ByRef ParentDebtorAccountNo As String, _
	ByRef ParentDebtorName As String, _
	ByRef UsesFX As Boolean, _
	ByRef CurrencyID As String, _
	ByRef CurrencyCode As String, _
	ByRef FXDecimalPlaces As Integer, _
	ByRef PeriodType As CashBookTransactionCollection..::..DebtorCreditorPeriodTypes, _
	ByRef TermsType As CashBookTransactionCollection..::..TermsTypes, _
	ByRef TermsDays As Integer, _
	ByRef CurrentBalance As Decimal, _
	ByRef Period1Balance As Decimal, _
	ByRef Period2Balance As Decimal, _
	ByRef Period3Balance As Decimal, _
	ByRef Period4Balance As Decimal, _
	UseDebtorAccountNoAsSeed As Boolean _
) As Boolean
public:
bool^ ReadDebtorExtended(
	String^% DebtorID, 
	String^% DebtorAccountNo, 
	String^% DebtorAccountName, 
	String^% DebtorControlLedgerID, 
	String^% DebtorControlLedgerAccountNo, 
	String^% DebtorControlLedgerDescription, 
	String^% DebtorDiscountsLedgerID, 
	String^% DebtorDiscountsLedgerAccountNo, 
	String^% DebtorDiscountsLedgerDescription, 
	String^% BankName, 
	String^% BankAccountNo, 
	String^% BankAccountName, 
	String^% BankBSBN, 
	String^% ParentDebtorID, 
	String^% ParentDebtorAccountNo, 
	String^% ParentDebtorName, 
	bool^% UsesFX, 
	String^% CurrencyID, 
	String^% CurrencyCode, 
	int^% FXDecimalPlaces, 
	CashBookTransactionCollection..::..DebtorCreditorPeriodTypes^% PeriodType, 
	CashBookTransactionCollection..::..TermsTypes^% TermsType, 
	int^% TermsDays, 
	Decimal^% CurrentBalance, 
	Decimal^% Period1Balance, 
	Decimal^% Period2Balance, 
	Decimal^% Period3Balance, 
	Decimal^% Period4Balance, 
	bool^ UseDebtorAccountNoAsSeed
)

Parameters

DebtorID
Type: String%
DebtorAccountNo
Type: String%
DebtorAccountName
Type: String%
DebtorControlLedgerID
Type: String%
DebtorControlLedgerAccountNo
Type: String%
DebtorControlLedgerDescription
Type: String%
DebtorDiscountsLedgerID
Type: String%
DebtorDiscountsLedgerAccountNo
Type: String%
DebtorDiscountsLedgerDescription
Type: String%
BankName
Type: String%
BankAccountNo
Type: String%
BankAccountName
Type: String%
BankBSBN
Type: String%
ParentDebtorID
Type: String%
ParentDebtorAccountNo
Type: String%
ParentDebtorName
Type: String%
UsesFX
Type: Boolean%
CurrencyID
Type: String%
CurrencyCode
Type: String%
FXDecimalPlaces
Type: Int32%
PeriodType
Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..DebtorCreditorPeriodTypes%
TermsType
Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..TermsTypes%
TermsDays
Type: Int32%
CurrentBalance
Type: Decimal%
Period1Balance
Type: Decimal%
Period2Balance
Type: Decimal%
Period3Balance
Type: Decimal%
Period4Balance
Type: Decimal%
UseDebtorAccountNoAsSeed
Type: Boolean