Class Configuration.Cellular

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Cellular
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Configuration

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

    • Cellular

      public Cellular()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Whether a cellular-capable reader can connect to the internet over cellular.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Whether a cellular-capable reader can connect to the internet over cellular.
    • 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