Package com.stripe.param
Class InvoiceUpdateParams.Rendering.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.Rendering.Builder
- Enclosing class:
- InvoiceUpdateParams.Rendering
-
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.setAmountTaxDisplay(EmptyParam amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.setAmountTaxDisplay(InvoiceUpdateParams.Rendering.AmountTaxDisplay amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.Invoice pdf rendering options.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmountTaxDisplay
public InvoiceUpdateParams.Rendering.Builder setAmountTaxDisplay(InvoiceUpdateParams.Rendering.AmountTaxDisplay amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One ofexclude_taxorinclude_inclusive_tax.include_inclusive_taxwill include inclusive tax (and exclude exclusive tax) in invoice PDF amounts.exclude_taxwill exclude all tax (inclusive and exclusive alike) from invoice PDF amounts. -
setAmountTaxDisplay
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One ofexclude_taxorinclude_inclusive_tax.include_inclusive_taxwill include inclusive tax (and exclude exclusive tax) in invoice PDF amounts.exclude_taxwill exclude all tax (inclusive and exclusive alike) from invoice PDF amounts. -
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. SeeInvoiceUpdateParams.Rendering.extraParamsfor 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. SeeInvoiceUpdateParams.Rendering.extraParamsfor the field documentation. -
setPdf
Invoice pdf rendering options.
-