Class AccountNotice.Email

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountNotice.Email
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
AccountNotice

public static class AccountNotice.Email extends StripeObject
  • Constructor Details

    • Email

      public Email()
  • Method Details

    • getPlainText

      public String getPlainText()
      Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use.
    • getRecipient

      public String getRecipient()
      Email address of the recipient.
    • getSubject

      public String getSubject()
      Subject of the email.
    • setPlainText

      public void setPlainText(String plainText)
      Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use.
    • setRecipient

      public void setRecipient(String recipient)
      Email address of the recipient.
    • setSubject

      public void setSubject(String subject)
      Subject of the email.
    • 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