public method UserKind.isCustomer

Brief

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

Declaration

protojavascriptjavacsharp
public isCustomer() : boolean

Returns

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

Details

Declared in UserKind

back