Class Session.PhoneNumberCollection

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

public static class Session.PhoneNumberCollection extends StripeObject
For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
  • Constructor Details

    • PhoneNumberCollection

      public PhoneNumberCollection()
  • Method Details

    • getEnabled

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

      public void setEnabled(Boolean enabled)
      Indicates whether phone number 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