Package com.stripe.param
Class AccountNoticeUpdateParams.Email.Builder
java.lang.Object
com.stripe.param.AccountNoticeUpdateParams.Email.Builder
- Enclosing class:
- AccountNoticeUpdateParams.Email
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setPlainText
(EmptyParam plainText) Required. Content of the email in plain text.setPlainText
(String plainText) Required. Content of the email in plain text.setRecipient
(EmptyParam recipient) Required. Email address of the recipient.setRecipient
(String recipient) Required. Email address of the recipient.setSubject
(EmptyParam subject) Required. Subject of the email.setSubject
(String subject) Required. Subject of the email.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountNoticeUpdateParams.Email.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountNoticeUpdateParams.Email.extraParams
for the field documentation. -
setPlainText
Required. Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use. -
setPlainText
Required. Content of the email in plain text. The copy must match exactly the language that Stripe Compliance has approved for use. -
setRecipient
Required. Email address of the recipient. -
setRecipient
Required. Email address of the recipient. -
setSubject
Required. Subject of the email. -
setSubject
Required. Subject of the email.
-