Sets the AuthorizationCode property

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
protected void SetAuthorizationCode(
	string authorizationCode
)
Visual Basic
Protected Sub SetAuthorizationCode ( _
	authorizationCode As String _
)
Visual C++
protected:
void SetAuthorizationCode(
	String^ authorizationCode
)

Parameters

authorizationCode
Type: System..::..String
The authorization code returned from the payment processor

See Also