Click or drag to resize
Infosoft Logo

IVippsRecurringPaymentServiceGetVippsRecurringPaymentAgreement Method

Gets Vipps MobilePay recurring payment agreement.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Subscriptions.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
Task<VippsRecurringPaymentAgreementResponse> GetVippsRecurringPaymentAgreement(
	GetVippsRecurringAgreementRequest request
)

Parameters

request  GetVippsRecurringAgreementRequest
The request.

Return Value

TaskVippsRecurringPaymentAgreementResponse
An asynchronous result that yields the vipps recurring payment agreement.
See Also