[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.Pay.BraintreeAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public BraintreeCredentials(
string merchantId,
string publicKey,
string privateKey
)
public BraintreeCredentials(
string merchantId,
string publicKey,
string privateKey
)
Public Sub New (
merchantId As String,
publicKey As String,
privateKey As String
)
Public Sub New (
merchantId As String,
publicKey As String,
privateKey As String
)
public:
BraintreeCredentials(
String^ merchantId,
String^ publicKey,
String^ privateKey
)
public:
BraintreeCredentials(
String^ merchantId,
String^ publicKey,
String^ privateKey
)
new :
merchantId : string *
publicKey : string *
privateKey : string -> BraintreeCredentialsnew :
merchantId : string *
publicKey : string *
privateKey : string -> BraintreeCredentials