Click or drag to resize
Infosoft Logo

IPaymentAgreementServiceGetPaymentAgreementDependencies Method

Gets all dependencies of a given payment agreement ID. A payment agreement cannot be deleted if it has any dependencies.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  GetPaymentAgreementDependenciesRequest
A request object that contains a payment agreement ID.

Return Value

GetPaymentAgreementDependenciesResponse
A response object that contains a list of dependencies.
Remarks
In practice, the only possible dependency type is currently subscriptions. Subscriptions may be linked directly to a payment agreement, in addition to the payment agreement itself being linked to a customer.
See Also