Class ReuqestedUserInfo
java.lang.Object
com.restfb.types.webhook.messaging.payment.ReuqestedUserInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPerson's emailPerson's namePerson's phone numberPerson's shipping addressvoidsetContactEmail(String contactEmail) Person's emailvoidsetContactName(String contactName) Person's namevoidsetContactPhone(String contactPhone) Person's phone numbervoidsetShippingAddress(ShippingAddress shippingAddress) Person's shipping addresstoString()
-
Constructor Details
-
ReuqestedUserInfo
public ReuqestedUserInfo()
-
-
Method Details
-
toString
-
getShippingAddress
Person's shipping address -
setShippingAddress
Person's shipping address -
getContactName
Person's name -
setContactName
Person's name -
getContactEmail
Person's email -
setContactEmail
Person's email -
getContactPhone
Person's phone number -
setContactPhone
Person's phone number
-