|
IVippsRecurringPaymentServiceGetVippsRecurringPaymentAgreement Method |
Gets Vipps MobilePay recurring payment agreement.
Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions.Economy.PaymentsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax Task<VippsRecurringPaymentAgreementResponse> GetVippsRecurringPaymentAgreement(
GetVippsRecurringAgreementRequest request
)
No code example is currently available or this language may not be supported.
Parameters
- request GetVippsRecurringAgreementRequest
- The request.
Return Value
TaskVippsRecurringPaymentAgreementResponse An asynchronous result that yields the vipps recurring payment agreement.
See Also