Class Cadence.Settings.Bill

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

public static class Cadence.Settings.Bill extends StripeObject implements HasId
Settings that configure bills generation, which includes calculating totals, tax, and presenting invoices.
  • Constructor Details

    • Bill

      public Bill()
  • Method Details

    • getVersion

      public String getVersion()
      Returns the Settings Version when the cadence is pinned to a specific version.
    • setId

      public void setId(String id)
      The ID of the referenced settings object.
    • setVersion

      public void setVersion(String version)
      Returns the Settings Version when the cadence is pinned to a specific version.
    • 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
    • getId

      public String getId()
      The ID of the referenced settings object.
      Specified by:
      getId in interface HasId