clsCandidates..::..ReadDebtor Method

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

Syntax


public void ReadDebtor(
	string DB_Main_RecID,
	ref string AccountNo,
	ref string Name,
	ref string CarrierName,
	ref string ServiceName,
	ref string CarrierAccountNo,
	ref string ChargeTo,
	ref DateTime LastSavedDateTime
)
Public Sub ReadDebtor ( _
	DB_Main_RecID As String, _
	ByRef AccountNo As String, _
	ByRef Name As String, _
	ByRef CarrierName As String, _
	ByRef ServiceName As String, _
	ByRef CarrierAccountNo As String, _
	ByRef ChargeTo As String, _
	ByRef LastSavedDateTime As DateTime _
)
public:
void ReadDebtor(
	String^ DB_Main_RecID, 
	String^% AccountNo, 
	String^% Name, 
	String^% CarrierName, 
	String^% ServiceName, 
	String^% CarrierAccountNo, 
	String^% ChargeTo, 
	DateTime^% LastSavedDateTime
)

Parameters

DB_Main_RecID
Type: String
AccountNo
Type: String%
Name
Type: String%
CarrierName
Type: String%
ServiceName
Type: String%
CarrierAccountNo
Type: String%
ChargeTo
Type: String%
LastSavedDateTime
Type: DateTime%