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
Data features requested to be retrieved upon account creation.
-
Nested Class Summary
Nested Classes -
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.inthashCode()voidsetAmountTaxDisplay(String amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.voidInvoice pdf rendering options.Methods inherited from class com.stripe.model.StripeObject
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. -
setAmountTaxDisplay
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. -
setPdf
Invoice pdf rendering options. -
equals
-
canEqual
-
hashCode
public int hashCode()
-