Class ReuqestedUserInfo
java.lang.Object
com.restfb.types.webhook.messaging.payment.ReuqestedUserInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionPerson's emailPerson's namePerson's phone numberPerson's shipping addressvoid
setContactEmail
(String contactEmail) Person's emailvoid
setContactName
(String contactName) Person's namevoid
setContactPhone
(String contactPhone) Person's phone numbervoid
setShippingAddress
(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
-