Interface AccountResource
@Path("/")
@Produces("application/json")
@Consumes("application/json")
public interface AccountResource
-
Method Summary
Modifier and TypeMethodDescriptionget()Retrieve available accounts for the user.Get information for POS users using IDs.
-
Method Details
-
get
Retrieve available accounts for the user. -
posusers
Get information for POS users using IDs.
-