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
Settings for configuring manual entry of account details.

One of automatic, or custom.

  • 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