Class PaymentLink.TaxIdCollection

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.TaxIdCollection
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink

public static class PaymentLink.TaxIdCollection extends StripeObject
Indicates how the subscription should change when the trial ends if the user did not provide a payment method.

One of cancel, create_invoice, or pause.

  • Constructor Details

    • TaxIdCollection

      public TaxIdCollection()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Indicates whether tax ID collection is enabled for the session.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Indicates whether tax ID collection is enabled for the session.
    • 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