Class StripeConnectionParameters
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)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Web.Pay.Stripe
Assembly: NFX.Web.dll
Syntax
public class StripeConnectionParameters : ConnectionParameters, INamed, IConfigurable
  Constructors
StripeConnectionParameters()
Declaration
public StripeConnectionParameters()
  StripeConnectionParameters(IConfigSectionNode)
Declaration
public StripeConnectionParameters(IConfigSectionNode node)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | node | 
StripeConnectionParameters(String, String)
Declaration
public StripeConnectionParameters(string connectString, string format = "laconf")
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectString | |
| System.String | format | 
Fields
CONFIG_EMAIL_ATTR
Declaration
public const string CONFIG_EMAIL_ATTR = "email"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CONFIG_PUBLISHABLEKEY_ATTR
Declaration
public const string CONFIG_PUBLISHABLEKEY_ATTR = "publishable-key"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CONFIG_SECRETKEY_ATTR
Declaration
public const string CONFIG_SECRETKEY_ATTR = "secret-key"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
STRIPE_REALM
Declaration
public const string STRIPE_REALM = "stripe"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Configure(IConfigSectionNode)
Declaration
public override void Configure(IConfigSectionNode node)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | node |