Inheritance
TwoCheckoutPaymentRequestExtraParameterConfiguration
Assembly: Volo.Payment.TwoCheckout.Domain.dll
public class TwoCheckoutPaymentRequestExtraParameterConfiguration
Constructors
Declaration
public TwoCheckoutPaymentRequestExtraParameterConfiguration()
Properties
Declaration
public string AdditionalCallbackParameters { get; set; }
Property Value
Declaration
public string Currency { get; set; }
Property Value
Declaration
public string Language { get; set; }
Property Value
Extension Methods