Interface AccountResource


@Path("/") @Produces("application/json") @Consumes("application/json") public interface AccountResource
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.oxerr.stubhub.client.model.SellerAccountResponse>
    get()
    Retrieve available accounts for the user.
    List<org.oxerr.stubhub.client.model.SellerUserResponse>
    Get information for POS users using IDs.
  • Method Details

    • get

      @GET @Path("/accounts") List<org.oxerr.stubhub.client.model.SellerAccountResponse> get()
      Retrieve available accounts for the user.
    • posusers

      @GET @Path("/posusers") List<org.oxerr.stubhub.client.model.SellerUserResponse> posusers(List<UUID> ids)
      Get information for POS users using IDs.