CardknoxRequest Constructor |
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public CardknoxRequest(
string key,
string software,
string softwareVersion,
string cardknoxVer = null
)
Public Sub New (
key As String,
software As String,
softwareVersion As String,
Optional cardknoxVer As String = Nothing
)
public:
CardknoxRequest(
String^ key,
String^ software,
String^ softwareVersion,
String^ cardknoxVer = nullptr
)
new :
key : string *
software : string *
softwareVersion : string *
?cardknoxVer : string
(* Defaults:
let _cardknoxVer = defaultArg cardknoxVer null
*)
-> CardknoxRequest
Parameters
- key
- Type: SystemString
Your Cardknox API Key. - software
- Type: SystemString
Name of your software. - softwareVersion
- Type: SystemString
Version number of your software. - cardknoxVer (Optional)
- Type: SystemString
Gateway API Version.
See Also