Class Charge.PaymentMethodDetails.Paypal.SellerProtection

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Paypal.SellerProtection
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Charge.PaymentMethodDetails.Paypal

public static class Charge.PaymentMethodDetails.Paypal.SellerProtection extends StripeObject
  • Constructor Details

    • SellerProtection

      public SellerProtection()
  • Method Details

    • getDisputeCategories

      public List<String> getDisputeCategories()
    • getStatus

      public String getStatus()
    • setDisputeCategories

      public void setDisputeCategories(List<String> disputeCategories)
    • setStatus

      public void setStatus(String status)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object