IPayment |
public interface IPaymentTransactionService : IPaymentTransactionEntityService, IPaymentTransactionQueryService, IBusinessService
The IPaymentTransactionService type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new PaymentTransaction
(Inherited from IPaymentTransactionEntityService) | |
CreatePaymentTransactions | Creates new payment transactions in a bulk operation | |
Delete |
Deletes the specified PaymentTransaction.
(Inherited from IPaymentTransactionEntityService) | |
Get |
Gets a list of PaymentTransactions matching the specified filter.
(Inherited from IPaymentTransactionQueryService) | |
GetAll |
Gets all PaymentTransactions
(Inherited from IPaymentTransactionQueryService) | |
GetSingle |
Gets a single PaymentTransaction matching the provided filter.
(Inherited from IPaymentTransactionQueryService) | |
Update |
Updates the specified PaymentTransaction
(Inherited from IPaymentTransactionEntityService) |