Class Quote.InvoiceSettings

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.InvoiceSettings
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Quote

public static class Quote.InvoiceSettings extends StripeObject
For more details about InvoiceSettings, please refer to the API Reference.
  • Constructor Details

    • InvoiceSettings

      public InvoiceSettings()
  • Method Details

    • getCustomFields

      public List<Quote.InvoiceSettings.CustomField> getCustomFields()
      A list of up to 4 custom fields to be displayed on the invoice.
    • getDaysUntilDue

      public Long getDaysUntilDue()
      Number of days within which a customer must pay invoices generated by this quote. This value will be null for quotes where collection_method=charge_automatically.
    • getDescription

      public String getDescription()
      An arbitrary string attached to the object. Often useful for displaying to users.
    • getFooter

      public String getFooter()
      Footer to be displayed on the invoice.
    • getIssuer

      public Quote.InvoiceSettings.Issuer getIssuer()
    • setCustomFields

      public void setCustomFields(List<Quote.InvoiceSettings.CustomField> customFields)
      A list of up to 4 custom fields to be displayed on the invoice.
    • setDaysUntilDue

      public void setDaysUntilDue(Long daysUntilDue)
      Number of days within which a customer must pay invoices generated by this quote. This value will be null for quotes where collection_method=charge_automatically.
    • setDescription

      public void setDescription(String description)
      An arbitrary string attached to the object. Often useful for displaying to users.
    • setFooter

      public void setFooter(String footer)
      Footer to be displayed on the invoice.
    • setIssuer

      public void setIssuer(Quote.InvoiceSettings.Issuer issuer)
    • 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