Class SubscriptionSchedule.InvoiceSettings

    • Constructor Detail

      • InvoiceSettings

        public InvoiceSettings()
    • Method Detail

      • getDaysUntilDue

        public java.lang.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​(java.lang.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​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object