Class PaymentLink.PhoneNumberCollection

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

public static class PaymentLink.PhoneNumberCollection extends StripeObject
  • Constructor Details

    • PhoneNumberCollection

      public PhoneNumberCollection()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      If true, a phone number will be collected during checkout.
    • setEnabled

      public void setEnabled(Boolean enabled)
      If true, a phone number will be collected during checkout.
    • 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