Inheritance
StripePaymentRequestExtraParameterConfiguration
Assembly: Volo.Payment.Stripe.Domain.dll
public class StripePaymentRequestExtraParameterConfiguration
Constructors
Declaration
public StripePaymentRequestExtraParameterConfiguration()
Properties
Declaration
public string AdditionalCallbackParameters { get; set; }
Property Value
Declaration
public string Currency { get; set; }
Property Value
Declaration
public string Locale { get; set; }
Property Value
Declaration
public List<string> PaymentMethodTypes { get; set; }
Property Value
Extension Methods