Package com.stripe.model
Class QuotePreviewInvoice.Rendering
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.Rendering
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewInvoice
For more details about Rendering, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor 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 booleanbooleanHow 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.inthashCode()voidsetAmountTaxDisplay(String amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.voidInvoice pdf rendering options.voidsetTemplate(String template) ID of the rendering template that the invoice is formatted by.voidsetTemplateVersion(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()
-