Class CollectionSetting.EmailDelivery

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

public static class CollectionSetting.EmailDelivery extends StripeObject
For more details about EmailDelivery, please refer to the API Reference.
  • Constructor Details

    • EmailDelivery

      public EmailDelivery()
  • Method Details

    • getPaymentDue

      Controls emails for when the payment is due. For example after the invoice is finilized and transition to Open state.
    • setPaymentDue

      public void setPaymentDue(CollectionSetting.EmailDelivery.PaymentDue paymentDue)
      Controls emails for when the payment is due. For example after the invoice is finilized and transition to Open state.
    • 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