isCustomerUser method

bool isCustomerUser()

Implementation

bool isCustomerUser() {
  return authority == Authority.CUSTOMER_USER;
}