Package com.stripe.param
Class InvoiceUpdateParams.RenderingOptions
java.lang.Object
com.stripe.param.InvoiceUpdateParams.RenderingOptions
- Enclosing class:
- InvoiceUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.Map of extra parameters for custom features not available in this client library.
-
Method Details
-
builder
-
getAmountTaxDisplay
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. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
-