java.lang.Object
io.deeplumen.ucp.models.schemas.shopping.Buyer

@Generated("jsonschema2pojo") public class Buyer extends Object
Buyer

  • Constructor Details

    • Buyer

      public Buyer()
  • Method Details

    • getFirstName

      public String getFirstName()
      First name of the buyer.
    • setFirstName

      public void setFirstName(String firstName)
      First name of the buyer.
    • withFirstName

      public Buyer withFirstName(String firstName)
    • getLastName

      public String getLastName()
      Last name of the buyer.
    • setLastName

      public void setLastName(String lastName)
      Last name of the buyer.
    • withLastName

      public Buyer withLastName(String lastName)
    • getFullName

      public String getFullName()
      Optional, buyer's full name (if first_name or last_name fields are present they take precedence).
    • setFullName

      public void setFullName(String fullName)
      Optional, buyer's full name (if first_name or last_name fields are present they take precedence).
    • withFullName

      public Buyer withFullName(String fullName)
    • getEmail

      public String getEmail()
      Email of the buyer.
    • setEmail

      public void setEmail(String email)
      Email of the buyer.
    • withEmail

      public Buyer withEmail(String email)
    • getPhoneNumber

      public String getPhoneNumber()
      E.164 standard.
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
      E.164 standard.
    • withPhoneNumber

      public Buyer withPhoneNumber(String phoneNumber)
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • withAdditionalProperty

      public Buyer withAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object