Class StripeCredentials
Represents stripe credentials (test and publihsable keys)
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.Web.Pay.Stripe
Assembly: NFX.Web.dll
Syntax
public class StripeCredentials : Credentials
Constructors
StripeCredentials(String, String, String)
Declaration
public StripeCredentials(string email, string secretKey, string publishableKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | ||
System.String | secretKey | |
System.String | publishableKey |
Properties
Declaration
public string Email { get; }
Property Value
Type | Description |
---|---|
System.String |
PublishableKey
Declaration
public string PublishableKey { get; }
Property Value
Type | Description |
---|---|
System.String |
SecretKey
Declaration
public string SecretKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()