DataManagerGetPutPaymentStatus Method

Retrieves general information about payment types

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

Syntax
C#
public IList<PutPaymentStatus> GetPutPaymentStatus(
        string paymentTransactionNumber
)

Parameters

paymentTransactionNumber
Type: SystemString

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

Return Value

Type: IListPutPaymentStatus
List of Payment Types
See Also