Class Invoice.RenderingOptions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.RenderingOptions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Invoice

public static class Invoice.RenderingOptions extends StripeObject
Data features requested to be retrieved upon account creation.
  • Constructor Details

    • RenderingOptions

      public RenderingOptions()
  • Method Details

    • getAmountTaxDisplay

      public String getAmountTaxDisplay()
      How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
    • setAmountTaxDisplay

      public void setAmountTaxDisplay(String amountTaxDisplay)
      How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object