Package com.stripe.model
Class Invoice.Rendering
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.Rendering
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
For more details about Rendering, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Pdf, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.getPdf()
Invoice pdf rendering options.ID of the rendering template that the invoice is formatted by.Version of the rendering template that the invoice is using.int
hashCode()
void
setAmountTaxDisplay
(String amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.void
Invoice pdf rendering options.void
setTemplate
(String template) ID of the rendering template that the invoice is formatted by.void
setTemplateVersion
(Long templateVersion) Version of the rendering template that the invoice is using.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Rendering
public Rendering()
-
-
Method Details
-
getAmountTaxDisplay
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. -
getPdf
Invoice pdf rendering options. -
getTemplate
ID of the rendering template that the invoice is formatted by. -
getTemplateVersion
Version of the rendering template that the invoice is using. -
setAmountTaxDisplay
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. -
setPdf
Invoice pdf rendering options. -
setTemplate
ID of the rendering template that the invoice is formatted by. -
setTemplateVersion
Version of the rendering template that the invoice is using. -
equals
-
canEqual
-
hashCode
public int hashCode()
-