public method UserKind.isCustomer

Overview

Returns a boolean value indicating if the user type is a 'Customer'

Declaration

function isCustomer()
public Boolean isCustomer();
public bool isCustomer();

Returns

The method returns a boolean value indicating if the user type is a 'Customer'

Details

Declared in UserKind