BankRec..::..GetPaymentDetails Method

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

Syntax


public void GetPaymentDetails(
	string TypeID,
	ref string Description,
	ref int PaymentType
)
Public Sub GetPaymentDetails ( _
	TypeID As String, _
	ByRef Description As String, _
	ByRef PaymentType As Integer _
)
public:
void GetPaymentDetails(
	String^ TypeID, 
	String^% Description, 
	int^% PaymentType
)

Parameters

TypeID
Type: String
Description
Type: String%
PaymentType
Type: Int32%