Gets the merchant's vendor names setup when creating the marchant account with the gateway service provider.

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

Syntax

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

Field Value

A string. Typically the lagan name of the organization.

See Also