Package com.stripe.model
Class Invoice.RenderingOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.RenderingOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
Page size of invoice pdf. Options include a4, letter, and auto. If set to auto, page size
will be switched to a4 or letter based on customer locale.
One of a4, auto, or letter.
-
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.inthashCode()voidsetAmountTaxDisplay(String amountTaxDisplay) How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RenderingOptions
public RenderingOptions()
-
-
Method Details
-
getAmountTaxDisplay
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. -
setAmountTaxDisplay
How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. -
equals
-
canEqual
-
hashCode
public int hashCode()
-