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
The account subcategories to use to filter for possible accounts to link. Valid
subcategories are
checking
and savings
.-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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.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.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()
-