Class ShoppingBasket.UserInfo

java.lang.Object
org.codeability.sharing.plugins.api.ShoppingBasket.UserInfo
Enclosing class:
ShoppingBasket

public static class ShoppingBasket.UserInfo extends Object
infos about the user that invoked this action
Author:
Michael Breu
  • Field Details

    • email

      public String email
      the email of the user that checked out this shopping basket.
  • Constructor Details

    • UserInfo

      public UserInfo(String email)
      convenience constructor.
      Parameters:
      email - the email of the user
    • UserInfo

      public UserInfo()
      JSON constructor.