Click or drag to resize
Infosoft Logo

IPaymentProcessServiceCreatePaymentProcess Method

Creates a new payment process with the given data.

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

Parameters

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

Return Value

PaymentProcessResponse
A response object that contains the newly created PaymentProcess object.
See Also