Class Refund.NextAction

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.NextAction
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Refund

public static class Refund.NextAction extends StripeObject
  • Constructor Details

    • NextAction

      public NextAction()
  • Method Details

    • getDisplayDetails

      public Refund.NextAction.DisplayDetails getDisplayDetails()
      Contains the refund details.
    • getType

      public String getType()
      Type of the next action to perform.
    • setDisplayDetails

      public void setDisplayDetails(Refund.NextAction.DisplayDetails displayDetails)
      Contains the refund details.
    • setType

      public void setType(String type)
      Type of the next action to perform.
    • 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