Class Payment.Dispute

All Implemented Interfaces:
Serializable
Enclosing class:
Payment

public static class Payment.Dispute extends AbstractFacebookType
Contains the information related to a dispute, including the user_comment and user_email which is provided by the consumer when the dispute is initiated. Additionally contains the current status of the dispute, the time the dispute was created an an resolution reason, if available.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getUserComment

      Comment provided by the consumer when the dispute is initiated.
    • setUserComment

      public void setUserComment(String userComment)
      Comment provided by the consumer when the dispute is initiated.
    • getUserEmail

      public String getUserEmail()
      Email provided by the consumer when the dispute is initiated.
    • setUserEmail

      public void setUserEmail(String userEmail)
      Email provided by the consumer when the dispute is initiated.
    • getTimeCreated

      public Date getTimeCreated()
      The time the dispute was created.
    • setTimeCreated

      public void setTimeCreated(Date timeCreated)
      The time the dispute was created.
    • getStatus

      public String getStatus()
      Current status of the dispute.
    • setStatus

      public void setStatus(String status)
      Current status of the dispute.
    • getReason

      public String getReason()
      The reason the developer or Facebook gave to resolve the dispute, after it has been resolved.
    • setReason

      public void setReason(String reason)
      The reason the developer or Facebook gave to resolve the dispute, after it has been resolved.