Gets or sets the credit or debit card authorization code typically returned from a 3rd party card processing service.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string CreditDebitCardAuthorizationCode { get; set; } |
| Visual Basic |
|---|
Public Property CreditDebitCardAuthorizationCode As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ CreditDebitCardAuthorizationCode {
String^ get ();
void set (String^ value);
} |
Field Value
The authorization code returned after the card authorization has been completed.
See Also