[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.Pay.StripeAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public StripeCredentials(
string email,
string secretKey,
string publishableKey
)
public StripeCredentials(
string email,
string secretKey,
string publishableKey
)
Public Sub New (
email As String,
secretKey As String,
publishableKey As String
)
Public Sub New (
email As String,
secretKey As String,
publishableKey As String
)
public:
StripeCredentials(
String^ email,
String^ secretKey,
String^ publishableKey
)
public:
StripeCredentials(
String^ email,
String^ secretKey,
String^ publishableKey
)
new :
email : string *
secretKey : string *
publishableKey : string -> StripeCredentialsnew :
email : string *
secretKey : string *
publishableKey : string -> StripeCredentials