IPayment | |
public interface IPaymentSettlementEntityService : IPaymentSettlementQueryService, IBusinessService
The IPaymentSettlementEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new PaymentSettlement | |
| Delete | Deletes the specified PaymentSettlement. | |
| Get |
Gets a list of PaymentSettlements matching the specified filter.
(Inherited from IPaymentSettlementQueryService) | |
| GetAll |
Gets all PaymentSettlements
(Inherited from IPaymentSettlementQueryService) | |
| GetSingle |
Gets a single PaymentSettlement matching the provided filter.
(Inherited from IPaymentSettlementQueryService) | |
| Update | Updates the specified PaymentSettlement |