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
Data features requested to be retrieved upon account creation.
-
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.int
hashCode()
void
setAmountTaxDisplay
(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()
-