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
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.

  • 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