Given a customer type code (key to the customer/member type), returns the associated
CCustomerType object,
or NULL if the customer type is not found
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| Visual Basic |
|---|
Public Function GetCustomerType ( _
customerTypeCode As String _
) As CCustomerType |
Parameters
- customerTypeCode
- Type: System..::..String
The key to the customer type to find/validate
Return Value
A
CCustomerType object with details about the customer, or null if the customer type is not found/not valid.
See Also