IPayment | |
public interface IPaymentTransactionEntityService : IPaymentTransactionQueryService, IBusinessService
The IPaymentTransactionEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new PaymentTransaction | |
| Delete | Deletes the specified PaymentTransaction. | |
| 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 |