Click or drag to resize
Infosoft Logo

IPaymentProcessServiceGetPaymentProcessByAgreementReference Method

Gets the payment process with the given agreement reference.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetPaymentProcessResponse GetPaymentProcessByAgreementReference(
	GetPaymentProcessByAgreementReferenceRequest request
)

Parameters

request  GetPaymentProcessByAgreementReferenceRequest
A request object that contains an agreement reference.

Return Value

GetPaymentProcessResponse
A response object that contains a PaymentProcess object, or null if nothing matched.
See Also