Click or drag to resize
Infosoft Logo

OnlinePaymentAgreementServiceGetPaymentAgreementDependencies Method

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

Namespace: Infosoft.Webservices.Payments
Assembly: Infosoft.Webservices (in Infosoft.Webservices.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.

Implements

IPaymentAgreementServiceGetPaymentAgreementDependencies(GetPaymentAgreementDependenciesRequest)
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