Package com.stripe.param.issuing
Class PersonalizationDesignCreateParams.CarrierText.Builder
java.lang.Object
com.stripe.param.issuing.PersonalizationDesignCreateParams.CarrierText.Builder
- Enclosing class:
- PersonalizationDesignCreateParams.CarrierText
-
Constructor Summary
-
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.setFooterBody
(EmptyParam footerBody) The footer body text of the carrier letter.setFooterBody
(String footerBody) The footer body text of the carrier letter.setFooterTitle
(EmptyParam footerTitle) The footer title text of the carrier letter.setFooterTitle
(String footerTitle) The footer title text of the carrier letter.setHeaderBody
(EmptyParam headerBody) The header body text of the carrier letter.setHeaderBody
(String headerBody) The header body text of the carrier letter.setHeaderTitle
(EmptyParam headerTitle) setHeaderTitle
(String headerTitle) The header title text of the carrier letter.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public PersonalizationDesignCreateParams.CarrierText.Builder putExtraParam(String key, Object value) 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. SeePersonalizationDesignCreateParams.CarrierText.extraParams
for the field documentation. -
putAllExtraParam
public PersonalizationDesignCreateParams.CarrierText.Builder putAllExtraParam(Map<String, Object> map) 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. SeePersonalizationDesignCreateParams.CarrierText.extraParams
for the field documentation. -
setHeaderBody
The header body text of the carrier letter. -
setHeaderBody
The header body text of the carrier letter. -
setHeaderTitle
The header title text of the carrier letter. -
setHeaderTitle
-