ICustomer | |
public interface ICustomerPaymentAgreementService : IBusinessService
The ICustomerPaymentAgreementService type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateCustomerPaymentAgreement | Creates a new payment agreement and attaches it to a given customer. | |
| GetCustomerPaymentAgreements | Gets all payment agreements belonging to the customer with the given customer number. |