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

    • getAccountTaxIds

      public List<String> getAccountTaxIds()
      Get IDs of expandable accountTaxIds object list.
    • setAccountTaxIds

      public void setAccountTaxIds(List<String> ids)
    • getAccountTaxIdObjects

      public List<TaxId> getAccountTaxIdObjects()
      Get expanded accountTaxIds.
    • setAccountTaxIdObjects

      public void setAccountTaxIdObjects(List<TaxId> objs)
    • 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.
    • getIssuer

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

    • 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