Class Configuration.Offline

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

public static class Configuration.Offline extends StripeObject
  • Constructor Details

    • Offline

      public Offline()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Determines whether to allow transactions to be collected while reader is offline. Defaults to false.
    • 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