Gets or sets the credit or debit card authorization code typically returned from a 3rd party card processing service.

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CreditDebitCardAuthorizationCode { get; set; }
Visual Basic (Declaration)
Public Property CreditDebitCardAuthorizationCode As String
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