Package com.stripe.model
Class AccountNotice.Email
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountNotice.Email
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountNotice
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Content of the email in plain text.Email address of the recipient.Subject of the email.int
hashCode()
void
setPlainText
(String plainText) Content of the email in plain text.void
setRecipient
(String recipient) Email address of the recipient.void
setSubject
(String subject) Subject of the email.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Email
public Email()
-
-
Method Details
-
getPlainText
Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use. -
getRecipient
Email address of the recipient. -
getSubject
Subject of the email. -
setPlainText
Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use. -
setRecipient
Email address of the recipient. -
setSubject
Subject of the email. -
equals
-
canEqual
-
hashCode
public int hashCode()
-