Gets or sets a reference to the CCustomerType of the bill-to customer/contact.

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

Syntax

C#
public string CustomerTypeCode { get; set; }
Visual Basic
Public Property CustomerTypeCode As String
	Get
	Set
Visual C++
public:
property String^ CustomerTypeCode {
	String^ get ();
	void set (String^ value);
}

Field Value

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

Remarks

The supplied value must not be greater than 5 characters long and must be one of the values defined in iMIS; otherwise an error is reported. The list of valid values can be obtained from CustomerTypes.

See Also