IService..::..GetDebtorTransactions Method

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

Syntax


<OperationContractAttribute> _
<WebGetAttribute> _
Function GetDebtorTransactions ( _
	DebtorID As String _
) As List(Of DebtorTransaction)
[OperationContractAttribute]
[WebGetAttribute]
List<DebtorTransaction^>^ GetDebtorTransactions(
	String^ DebtorID
)

Parameters

DebtorID
Type: String