Gets or sets the authorization code.
Syntax
'Declaration
Public Property AuthorizationCode As String
'Usage
Dim instance As PaymentTransactionEntry
Dim value As String
instance.AuthorizationCode = value
value = instance.AuthorizationCode
public string AuthorizationCode {get; set;}
public read-write property AuthorizationCode: String;
public function get,set AuthorizationCode : String
public: __property string* get_AuthorizationCode();
public: __property void set_AuthorizationCode(
string* value
);
public:
property String^ AuthorizationCode {
String^ get();
void set ( String^ value);
}
Property Value
The authorization code.
See Also