Interface IPurchaseUrlGenerator
Namespace: Volo.Payment.TwoCheckout.Pages.Payment.TwoCheckout
Assembly: Volo.Payment.TwoCheckout.Domain.dll
Syntax
public interface IPurchaseUrlGenerator
Methods
GetExtraParameterConfiguration(PaymentRequest, string)
Declaration
TwoCheckoutPaymentRequestExtraParameterConfiguration GetExtraParameterConfiguration(PaymentRequest paymentRequest, string returnUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| PaymentRequest | paymentRequest | |
| string | returnUrl |
Returns
| Type | Description |
|---|---|
| TwoCheckoutPaymentRequestExtraParameterConfiguration |
GetUrl(PaymentRequest, string)
Declaration
string GetUrl(PaymentRequest paymentRequest, string returnUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| PaymentRequest | paymentRequest | |
| string | returnUrl |
Returns
| Type | Description |
|---|---|
| string |