|
PaymentAgreementSubscriptionMismatchFault Class |
A fault indicating that there was a mismatch between the payment agreement that was used to pay for an invoice or subscription.
Inheritance Hierarchy SystemObject Infosoft.Common.Contracts.FaultContracts.Subscriptions.Economy.PaymentsPaymentAgreementSubscriptionMismatchFault Namespace: Infosoft.Common.Contracts.FaultContracts.Subscriptions.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public class PaymentAgreementSubscriptionMismatchFault
No code example is currently available or this language may not be supported.
Remarks
This fault is thrown by PerformInvoicePayment and PerformBalancePayment on ISubscriptionPaymentService when the given
payment agreement ID belongs to a customer that does not own the given invoice, or if the customer does not have a subscription
on the given title.
See Also