Service..::..GetDebtorTransactions Method

Namespace:  JiwaFinancials.Jiwa.JiwaWebService.WCF.REST.JSON
Assembly:  JiwaWebService (in JiwaWebService.exe)

Syntax


public List<DebtorTransaction> GetDebtorTransactions(
	string DebtorID
)
Public Function GetDebtorTransactions ( _
	DebtorID As String _
) As List(Of DebtorTransaction)
public:
List<DebtorTransaction^>^ GetDebtorTransactions(
	String^ DebtorID
)

Parameters

DebtorID
Type: String