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