Package com.stripe.param
Class InvoiceUpdateParams.Rendering
java.lang.Object
com.stripe.param.InvoiceUpdateParams.Rendering
- Enclosing class:
- InvoiceUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
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.getPdf()
Invoice pdf rendering options.ID of the invoice rendering template to use for this invoice.The specific version of invoice rendering template to use for this invoice.int
hashCode()
-
Method Details
-
builder
-
getAmountTaxDisplay
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. -
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@SerializedName
value. 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. -
getPdf
Invoice pdf rendering options. -
getTemplate
ID of the invoice rendering template to use for this invoice. -
getTemplateVersion
The specific version of invoice rendering template to use for this invoice. -
equals
-
canEqual
-
hashCode
public int hashCode()
-