Gets the merchant account password to use when processing transactions thru this gateway.

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

Syntax

C#
public string AccountPassword { get; }
Visual Basic (Declaration)
Public ReadOnly Property AccountPassword As String
Visual C++
public:
property String^ AccountPassword {
	String^ get ();
}

Field Value

A string. Typically this is provided by the gateway service provider.

Remarks

This value is case senstive.

See Also