Click or drag to resize
Infosoft Logo

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.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class PaymentAgreementSubscriptionMismatchFault
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