Click or drag to resize
Infosoft Logo

IPaymentProcessService Interface

Defines operations related to PaymentProcess objects.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IPaymentProcessService : IBusinessService

The IPaymentProcessService type exposes the following members.

Methods
 NameDescription
Public methodCreatePaymentProcess Creates a new payment process with the given data.
Public methodGetPaymentProcessByAgreementReference Gets the payment process with the given agreement reference.
Public methodGetPaymentProcessByOrderReference Gets the payment process with the given order reference.
Public methodGetPaymentProcessesByPaymentSetup Gets the payment processes that are associated with the payment setup with the given code. The number of results can also be adjusted.
Public methodUpdatePaymentProcess Updates a payment process with new data.
Top
See Also