Inventory..::..ReadCreditor Method

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

Syntax


public void ReadCreditor(
	ref string CreditorID,
	ref string CreditorAccNo,
	ref string CreditorName,
	ref int FXDecimalPlaces
)
Public Sub ReadCreditor ( _
	ByRef CreditorID As String, _
	ByRef CreditorAccNo As String, _
	ByRef CreditorName As String, _
	ByRef FXDecimalPlaces As Integer _
)
public:
void ReadCreditor(
	String^% CreditorID, 
	String^% CreditorAccNo, 
	String^% CreditorName, 
	int^% FXDecimalPlaces
)

Parameters

CreditorID
Type: String%
CreditorAccNo
Type: String%
CreditorName
Type: String%
FXDecimalPlaces
Type: Int32%