Uses of Class
com.restfb.types.Payment.Dispute
-
Packages that use Payment.Dispute Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Payment.Dispute in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Payment.Dispute Modifier and Type Method Description List<Payment.Dispute>
Payment. getDisputes()
Contains the information related to a dispute, including theuser_comment
anduser_email
which is provided by the consumer when the dispute is initiated.Methods in com.restfb.types with parameters of type Payment.Dispute Modifier and Type Method Description boolean
Payment. addDispute(Payment.Dispute dispute)
boolean
Payment. removeDispute(Payment.Dispute dispute)
-