|
OnlinePaymentAgreementService Class |
A service implementation that combines three different service interfaces related to payment agreements.
Inheritance Hierarchy SystemObject BaseService Infosoft.Webservices.PaymentsOnlinePaymentAgreementService Namespace: Infosoft.Webservices.PaymentsAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
The OnlinePaymentAgreementService type exposes the following members.
Methods Remarks
This service implementation lives in the WebServices project to emphasize the fact that it's an "external-only" endpoint.
We probably don't want to use this endpoint from our own code, but rather use the underlying endpoints instead.
It would also be somewhat clunky to instantiate the service if it were in IS.Common because it requires a reference to IS.Subscription
for the underlying SubscriptionPaymentService instance.
See Also