Class Cadence.SettingsData.Collection.EmailDelivery.PaymentDue

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.SettingsData.Collection.EmailDelivery.PaymentDue
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Cadence.SettingsData.Collection.EmailDelivery

public static class Cadence.SettingsData.Collection.EmailDelivery.PaymentDue extends StripeObject
Controls emails for when the payment is due. For example after the invoice is finilized and transition to Open state.
  • Constructor Details

    • PaymentDue

      public PaymentDue()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • getIncludePaymentLink

      public Boolean getIncludePaymentLink()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • setIncludePaymentLink

      public void setIncludePaymentLink(Boolean includePaymentLink)
    • 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