Class PreferencePayer


  • public class PreferencePayer
    extends Object
    Payer information from preference.
    • Constructor Detail

      • PreferencePayer

        public PreferencePayer()
    • Method Detail

      • getName

        public String getName()
        Payer's name.
      • getSurname

        public String getSurname()
        Payer's surname.
      • getEmail

        public String getEmail()
        Payer's email.
      • getPhone

        public Phone getPhone()
        Payer's phone.
      • getIdentification

        public Identification getIdentification()
        Payer's identification.
      • getAddress

        public Address getAddress()
        Payer's address.
      • getDateCreated

        public OffsetDateTime getDateCreated()
        Date of creation of the payer user.
      • getLastPurchase

        public OffsetDateTime getLastPurchase()
        Date of the last purchase.