Class PaymentItem
java.lang.Object
com.restfb.types.webhook.messaging.PaymentItem
- All Implemented Interfaces:
InnerMessagingItem
Represents the
Payment Callback
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTotal amount of transaction.Metadata defined in the Buy Button.Payment credentials.Information that was requested from the user by the Buy Button.void
Total amount of transaction.void
setPayload
(String payload) Metadata defined in the Buy Button.void
setPaymentCredential
(PaymentCredential paymentCredential) Payment credentials.void
setRequestedUserInfo
(ReuqestedUserInfo requestedUserInfo) Information that was requested from the user by the Buy Button.toString()
-
Constructor Details
-
PaymentItem
public PaymentItem()
-
-
Method Details
-
toString
-
getPayload
Metadata defined in the Buy Button. -
setPayload
Metadata defined in the Buy Button. -
getRequestedUserInfo
Information that was requested from the user by the Buy Button. -
setRequestedUserInfo
Information that was requested from the user by the Buy Button. -
getPaymentCredential
Payment credentials. -
setPaymentCredential
Payment credentials. -
getAmount
Total amount of transaction. -
setAmount
Total amount of transaction.
-