Click or drag to resize
Infosoft Logo

ISubscriptionPaymentService Interface

Defines operations related to payment agreements associated with subscriptions.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ISubscriptionPaymentService

The ISubscriptionPaymentService type exposes the following members.

Methods
 NameDescription
Public methodChangePaymentAgreement Changes the payment agreement of a given subscription.
Public methodGetPaymentAgreement Gets the current payment agreement of a given subscription.
Public methodGetSubscriptionGiftPayments Gets subscription gift payments.
Public methodPerformBalancePayment Performs a credit card payment of a given monetary amount using the given payment agreement ID.
Public methodPerformInvoicePayment Performs a credit card payment on the invoice with the given invoice number/title using the given payment agreement ID.
Public methodRemovePaymentAgreement Removes the payment agreement of a given subscription.
Top
See Also