Class StripeOptions
Namespace: Payment.Infrastructure.Settings
Assembly: Payment.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
CancelUrl
public string CancelUrl { get; set; }
Property Value
PaymentEndpointSecret
public string PaymentEndpointSecret { get; set; }
Property Value
SuccessUrl
public string SuccessUrl { get; set; }
Property Value
Last modified: 21 May 2024