Klasse ShoppingBasket.UserInfo

java.lang.Object
org.codeability.sharing.plugins.api.ShoppingBasket.UserInfo
Umschließende Klasse:
ShoppingBasket

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

    • email

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

    • UserInfo

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

      public UserInfo()
      JSON constructor.