Class StripeOptions
Namespace: Restaurant.Infrastructure.Settings
Assembly: Restaurant.Infrastructure.dll
public class StripeOptions
Inheritance
object ← StripeOptions
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
ApiKey
public string ApiKey { get; set; }
Property Value
RefreshUrl
public string RefreshUrl { get; set; }
Property Value
RestaurantEndpointSecret
public string RestaurantEndpointSecret { get; set; }
Property Value
ReturnUrl
public string ReturnUrl { get; set; }
Property Value
Last modified: 21 May 2024