Class Buyer
java.lang.Object
io.deeplumen.ucp.models.schemas.shopping.Buyer
Buyer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()Email of the buyer.First name of the buyer.Optional, buyer's full name (if first_name or last_name fields are present they take precedence).Last name of the buyer.E.164 standard.inthashCode()voidsetAdditionalProperty(String name, Object value) voidEmail of the buyer.voidsetFirstName(String firstName) First name of the buyer.voidsetFullName(String fullName) Optional, buyer's full name (if first_name or last_name fields are present they take precedence).voidsetLastName(String lastName) Last name of the buyer.voidsetPhoneNumber(String phoneNumber) E.164 standard.toString()withAdditionalProperty(String name, Object value) withFirstName(String firstName) withFullName(String fullName) withLastName(String lastName) withPhoneNumber(String phoneNumber)
-
Constructor Details
-
Buyer
public Buyer()
-
-
Method Details
-
getFirstName
First name of the buyer. -
setFirstName
First name of the buyer. -
withFirstName
-
getLastName
Last name of the buyer. -
setLastName
Last name of the buyer. -
withLastName
-
getFullName
Optional, buyer's full name (if first_name or last_name fields are present they take precedence). -
setFullName
Optional, buyer's full name (if first_name or last_name fields are present they take precedence). -
withFullName
-
getEmail
Email of the buyer. -
setEmail
Email of the buyer. -
withEmail
-
getPhoneNumber
E.164 standard. -
setPhoneNumber
E.164 standard. -
withPhoneNumber
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-