Owneat Technical Guide main Help

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

string

CancelUrl

public string CancelUrl { get; set; }

Property Value

string

PaymentEndpointSecret

public string PaymentEndpointSecret { get; set; }

Property Value

string

SuccessUrl

public string SuccessUrl { get; set; }

Property Value

string

Last modified: 21 May 2024