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