Interface CommerceCustomerSupportService

    • Method Detail

      • isCustomerSupportAgentActive

        boolean isCustomerSupportAgentActive()
        Returns true if Customer Support mode is on (Customer Support Agent is active).
        Returns:
        boolean
      • getEmulatedCustomer

        UserModel getEmulatedCustomer()
        Returns Emulated Customer if Customer Support mode is on and any Customer is emulated.
        Returns:
        UserModel
      • getAgent

        UserModel getAgent()
        Returns Agent if Customer Support mode is on.
        Returns:
        UserModel