  | 
IMobilePayPaymentServiceAddExistingMobilePayAgreementToSubscription Method | 
   Adds an existing mobile pay agreement to an existing subscription. 
Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
SyntaxTask<AddMobilePayAgreementToSubscriptionResponse> AddExistingMobilePayAgreementToSubscription(
	AddMobilePayAgreementToSubscriptionRequest request
)
No code example is currently available or this language may not be supported.
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