CCPostAuthAuthCode Property  | 
 
            Verificaton number provided by the issuing bank to be used with the cc:postauth command.
            
 
    Namespace: 
   CardknoxApi.Operations
    Assembly:
   Cardknox (in Cardknox.dll) Version: 4.5
Syntaxpublic string AuthCode { get; set; }Public Property AuthCode As String
	Get
	Set
public:
property String^ AuthCode {
	String^ get ();
	void set (String^ value);
}member AuthCode : string with get, set
Property Value
Type: 
String
See Also