BankRec..::..GetDebtorDetails Method

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

Syntax


public void GetDebtorDetails(
	string DebtorID,
	ref string AccountNo,
	ref string Name,
	ref string GLLedgerID,
	ref string BankName,
	ref string BankAccountNo,
	ref string BSBN,
	ref string BankAccountName,
	ref string DiscountGLLedgerID,
	ref bool DebtorIsBranchAccount,
	ref BankRec..::..DebtorPeriodTypes PeriodType
)
Public Sub GetDebtorDetails ( _
	DebtorID As String, _
	ByRef AccountNo As String, _
	ByRef Name As String, _
	ByRef GLLedgerID As String, _
	ByRef BankName As String, _
	ByRef BankAccountNo As String, _
	ByRef BSBN As String, _
	ByRef BankAccountName As String, _
	ByRef DiscountGLLedgerID As String, _
	ByRef DebtorIsBranchAccount As Boolean, _
	ByRef PeriodType As BankRec..::..DebtorPeriodTypes _
)
public:
void GetDebtorDetails(
	String^ DebtorID, 
	String^% AccountNo, 
	String^% Name, 
	String^% GLLedgerID, 
	String^% BankName, 
	String^% BankAccountNo, 
	String^% BSBN, 
	String^% BankAccountName, 
	String^% DiscountGLLedgerID, 
	bool^% DebtorIsBranchAccount, 
	BankRec..::..DebtorPeriodTypes^% PeriodType
)

Parameters

DebtorID
Type: String
AccountNo
Type: String%
Name
Type: String%
GLLedgerID
Type: String%
BankName
Type: String%
BankAccountNo
Type: String%
BSBN
Type: String%
BankAccountName
Type: String%
DiscountGLLedgerID
Type: String%
DebtorIsBranchAccount
Type: Boolean%
PeriodType
Type: JiwaFinancials.Jiwa.JiwaBankRec..::..BankRec..::..DebtorPeriodTypes%