Class OutboundSetupIntent.NextAction.ConfirmationOfPayee

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundSetupIntent.NextAction.ConfirmationOfPayee
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OutboundSetupIntent.NextAction

public static class OutboundSetupIntent.NextAction.ConfirmationOfPayee extends StripeObject
For more details about ConfirmationOfPayee, please refer to the API Reference.
  • Constructor Details

    • ConfirmationOfPayee

      public ConfirmationOfPayee()
  • Method Details

    • getObject

      public String getObject()
    • getStatus

      public String getStatus()
    • setObject

      public void setObject(String object)
    • 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