Click or drag to resize
Infosoft Logo

IMobilePayPaymentServiceAddExistingMobilePayAgreementToSubscription Method

Adds an existing mobile pay agreement to an existing subscription.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
Task<AddMobilePayAgreementToSubscriptionResponse> AddExistingMobilePayAgreementToSubscription(
	AddMobilePayAgreementToSubscriptionRequest request
)

Parameters

request  AddMobilePayAgreementToSubscriptionRequest
The request.

Return Value

TaskAddMobilePayAgreementToSubscriptionResponse
An AddMobilePayAgreementToSubscriptionResponse.
Remarks
An agreement is created with Mobile Pay by the third party. The agreement is created WITHOUT a one-off payment. The agreement is assigned to the subscription using this method with input being SubscriptionIdentifier(TitleCode, CustomerNumber) and the Mobile Pay Agreement Id. This will assign the agreement to the current subscription, and update the payment type to MobilePay such that the next "Invoice" is charged using Mobile Pay.
See Also