Class Invoice.Rendering

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

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

    • Rendering

      public Rendering()
  • Method Details

    • getAmountTaxDisplay

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

      public Invoice.Rendering.Pdf getPdf()
      Invoice pdf rendering options.
    • setAmountTaxDisplay

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

      public void setPdf(Invoice.Rendering.Pdf pdf)
      Invoice pdf rendering options.
    • 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