IPayment | |
public interface IPaymentAgreementService : IPaymentAgreementQueryService, IBusinessService
The IPaymentAgreementService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of PaymentAgreements matching the specified filter.
(Inherited from IPaymentAgreementQueryService) | |
| GetAll |
Gets all PaymentAgreements
(Inherited from IPaymentAgreementQueryService) | |
| GetPaymentAgreementDependencies | Gets all dependencies of a given payment agreement ID. A payment agreement cannot be deleted if it has any dependencies. | |
| GetSingle |
Gets a single PaymentAgreement matching the provided filter.
(Inherited from IPaymentAgreementQueryService) | |
| LockPaymentAgreement | Locks the customer payment agreement with a given ID. | |
| UpdateCreditCardInformation | Attempts to update the creditcard information on payment agreements. |