BankRec..::..GetCreditorDetails Method

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

Syntax


public void GetCreditorDetails(
	string CreditorID,
	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 int PeriodType
)
Public Sub GetCreditorDetails ( _
	CreditorID 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 PeriodType As Integer _
)
public:
void GetCreditorDetails(
	String^ CreditorID, 
	String^% AccountNo, 
	String^% Name, 
	String^% GLLedgerID, 
	String^% BankName, 
	String^% BankAccountNo, 
	String^% BSBN, 
	String^% BankAccountName, 
	String^% DiscountGLLedgerID, 
	int^% PeriodType
)

Parameters

CreditorID
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%
PeriodType
Type: Int32%