DataManagerPutPaymentInfo Method

Retrieves detailed information about outstanding transactions including provider id/db by guarentor Id and Db

Namespace:  Dtx.DataAccessExt
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public IList<PaymentInfo> PutPaymentInfo(
        string paymentXmlText
)

Parameters

paymentXmlText
Type: SystemString

[Missing <param name="paymentXmlText"/> documentation for "M:Dtx.DataAccessExt.DataManager.PutPaymentInfo(System.String)"]

Return Value

Type: IListPaymentInfo
List of TransactionsOutstanding model class objects
See Also