Package

eu.shiftforward.adstax

user

Permalink

package user

Visibility
  1. Public
  2. All

Type Members

  1. case class User(userId: String, clientId: String, siteId: Option[String] = None) extends Product with Serializable

    Permalink

    Representation of an user for a given client and an optional siteId.

    Representation of an user for a given client and an optional siteId.

    userId

    the id of the user

    clientId

    the client id of the user

    siteId

    the optional site id of the user

  2. trait UserProfileStorageContext extends AnyRef

    Permalink

Ungrouped