Click or drag to resize
Infosoft Logo

IPaymentProcessServiceUpdatePaymentProcess Method

Updates a payment process with new data.

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

Parameters

request  UpdatePaymentProcessRequest
A request object that contains a PaymentProcess object with an ID. All obligatory fields must be set.

Return Value

PaymentProcessResponse
A response object that contains the updated PaymentProcess object.
See Also