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