Click or drag to resize
Infosoft Logo

IPaymentTransactionService Interface

Defines operations for working with paymenttransactions

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

The IPaymentTransactionService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new PaymentTransaction
(Inherited from IPaymentTransactionEntityService)
Public methodCreatePaymentTransactions Creates new payment transactions in a bulk operation
Public methodDelete Deletes the specified PaymentTransaction.
(Inherited from IPaymentTransactionEntityService)
Public methodGet Gets a list of PaymentTransactions matching the specified filter.
(Inherited from IPaymentTransactionQueryService)
Public methodGetAll Gets all PaymentTransactions
(Inherited from IPaymentTransactionQueryService)
Public methodGetSingle Gets a single PaymentTransaction matching the provided filter.
(Inherited from IPaymentTransactionQueryService)
Public methodUpdate Updates the specified PaymentTransaction
(Inherited from IPaymentTransactionEntityService)
Top
See Also