Uses of Class
com.restfb.types.webhook.messaging.PaymentItem
-
Packages that use PaymentItem Package Description com.restfb.types.webhook.messaging com.restfb.webhook -
-
Uses of PaymentItem in com.restfb.types.webhook.messaging
Methods in com.restfb.types.webhook.messaging that return PaymentItem Modifier and Type Method Description PaymentItem
MessagingItem. getPayment()
Methods in com.restfb.types.webhook.messaging with parameters of type PaymentItem Modifier and Type Method Description void
MessagingItem. setPayment(PaymentItem payment)
-
Uses of PaymentItem in com.restfb.webhook
Methods in com.restfb.webhook with parameters of type PaymentItem Modifier and Type Method Description void
AbstractWebhookMessagingListener. payment(PaymentItem payment, MessagingParticipant recipient, MessagingParticipant sender, Date timestamp)
void
WebhookMessagingListener. payment(PaymentItem payment, MessagingParticipant recipient, MessagingParticipant sender, Date timestamp)
-