Click or drag to resize
Infosoft Logo

IPaymentProcessServiceGetPaymentProcessByOrderReference Method

Gets the payment process with the given order reference.

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

Parameters

request  GetPaymentProcessByOrderReferenceRequest
A request object that contains an order reference.

Return Value

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