Class Cadence.Settings

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.Settings
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Cadence

public static class Cadence.Settings extends StripeObject
The settings associated with the cadence.
  • Constructor Details

    • Settings

      public Settings()
  • Method Details

    • getBill

      public Cadence.Settings.Bill getBill()
      Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices.
    • getCollection

      public Cadence.Settings.Collection getCollection()
      Settings that configure and manage the behavior of collecting payments.
    • setBill

      public void setBill(Cadence.Settings.Bill bill)
      Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices.
    • setCollection

      public void setCollection(Cadence.Settings.Collection collection)
      Settings that configure and manage the behavior of collecting payments.
    • 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