Click or drag to resize
Infosoft Logo

IPaymentAgreementService Interface

Service for manipulating PaymentAgreement entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IPaymentAgreementService : IPaymentAgreementQueryService, 
	IBusinessService

The IPaymentAgreementService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of PaymentAgreements matching the specified filter.
(Inherited from IPaymentAgreementQueryService)
Public methodGetAll Gets all PaymentAgreements
(Inherited from IPaymentAgreementQueryService)
Public methodGetPaymentAgreementDependencies Gets all dependencies of a given payment agreement ID. A payment agreement cannot be deleted if it has any dependencies.
Public methodGetSingle Gets a single PaymentAgreement matching the provided filter.
(Inherited from IPaymentAgreementQueryService)
Public methodLockPaymentAgreement Locks the customer payment agreement with a given ID.
Public methodUpdateCreditCardInformation Attempts to update the creditcard information on payment agreements.
Top
See Also