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