Class SubscriptionSchedule.DefaultSettings.InvoiceSettings

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

public static class SubscriptionSchedule.DefaultSettings.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 subscription schedule. This value will be null for subscription schedules where billing=charge_automatically.
    • setDaysUntilDue

      public void setDaysUntilDue(Long daysUntilDue)
      Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be null for subscription schedules where billing=charge_automatically.
    • 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