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.3.0

Syntax

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

Field Value

A string. Typically the lagan name of the organization.

See Also