This constructor instantiates an existing CPaymentAuthorizationAccount object from the database given the accountCode parameter.

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

Syntax

C#
public CPaymentAuthorizationAccount(
	IiMISUser user,
	string accountCode
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser, _
	accountCode As String _
)
Visual C++
public:
CPaymentAuthorizationAccount(
	IiMISUser^ user, 
	String^ accountCode
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
accountCode
Type: System..::.String
The key to the CPaymentAuthorizationAccount object desired.

See Also