Class Refund.NextAction.DisplayDetails.EmailSent

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

public static class Refund.NextAction.DisplayDetails.EmailSent extends StripeObject
  • Constructor Details

    • EmailSent

      public EmailSent()
  • Method Details

    • getEmailSentAt

      public Long getEmailSentAt()
    • getEmailSentTo

      public String getEmailSentTo()
    • setEmailSentAt

      public void setEmailSentAt(Long emailSentAt)
    • setEmailSentTo

      public void setEmailSentTo(String emailSentTo)
    • 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