Click or drag to resize
Infosoft Logo

ICustomerPaymentAgreementService Interface

Defines operations related to the payment agreements belonging to customers.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ICustomerPaymentAgreementService : IBusinessService

The ICustomerPaymentAgreementService type exposes the following members.

Methods
 NameDescription
Public methodCreateCustomerPaymentAgreement Creates a new payment agreement and attaches it to a given customer.
Public methodGetCustomerPaymentAgreements Gets all payment agreements belonging to the customer with the given customer number.
Top
See Also