Click or drag to resize
Infosoft Logo

IPaymentServiceCreatePayment Method

Creates a new payment.

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

Parameters

request  CreatePaymentRequest
A request object that contains an unsaved payment.

Return Value

PaymentResponse
A response object that contains the newly saved payment.
See Also