Package com.stripe.param
Class AccountCreateParams.Settings.TaxForms.Builder
java.lang.Object
com.stripe.param.AccountCreateParams.Settings.TaxForms.Builder
- Enclosing class:
- AccountCreateParams.Settings.TaxForms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setConsentedToPaperlessDelivery
(Boolean consentedToPaperlessDelivery) Whether the account opted out of receiving their tax forms by postal delivery.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setConsentedToPaperlessDelivery
public AccountCreateParams.Settings.TaxForms.Builder setConsentedToPaperlessDelivery(Boolean consentedToPaperlessDelivery) Whether the account opted out of receiving their tax forms by postal delivery. -
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. SeeAccountCreateParams.Settings.TaxForms.extraParams
for the field documentation. -
putAllExtraParam
-