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
  • Constructor Details

    • InvoiceSettings

      public InvoiceSettings()
  • Method Details

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

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