Package com.stripe.param.checkout
Class SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.Builder
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.Builder
- Enclosing class:
- SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions
public static class SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.Builder
extends Object
-
Constructor Summary
-
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.setAmountTaxDisplay
(SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.AmountTaxDisplay amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.setAmountTaxDisplay
(EmptyParam amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmountTaxDisplay
public SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.Builder setAmountTaxDisplay(SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.AmountTaxDisplay amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One ofexclude_tax
orinclude_inclusive_tax
.include_inclusive_tax
will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts.exclude_tax
will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts. -
setAmountTaxDisplay
public SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.Builder setAmountTaxDisplay(EmptyParam amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One ofexclude_tax
orinclude_inclusive_tax
.include_inclusive_tax
will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts.exclude_tax
will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts. -
putExtraParam
public SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.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. SeeSessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.extraParams
for the field documentation. -
putAllExtraParam
public SessionCreateParams.InvoiceCreation.InvoiceData.RenderingOptions.Builder putAllExtraParam(Map<String, Object> map)
-