Gets a reference to the CCustomerType of the Institute/Company with which the ship-to contact is associated.

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

Syntax

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

Field Value

A code referencing one of the Customer/Member types already setup in iMIS

See Also