Manager..::..IsFXDebtor Method

Determines whether [is fx debtor] [the specified debtor identifier].

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

Syntax


public bool IsFXDebtor(
	string DebtorID
)
Public Function IsFXDebtor ( _
	DebtorID As String _
) As Boolean
public:
bool^ IsFXDebtor(
	String^ DebtorID
)

Parameters

DebtorID
Type: String
The debtor identifier.

Return Value

true if [is fx debtor] [the specified debtor identifier]; otherwise, false.