Click or drag to resize
Infosoft Logo

IOnlinePaymentServicePerformAgreementPayment Method

Performs an agreement payment based on a payment agreement registered with the underlying provider.

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

Parameters

request  PerformAgreementPaymentRequest
A request object that contains the parameters needed to make an agreement payment. See the documentation for the class PerformAgreementPaymentRequest for details.

Return Value

PerformAgreementPaymentResponse
A response object that contains the PaymentProcess object that represents the agreement payment.
See Also