Package com.stripe.model.terminal
Class Configuration.Offline
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Offline
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Determines whether to allow transactions to be collected while reader is offline.int
hashCode()
void
setEnabled
(Boolean enabled) Determines whether to allow transactions to be collected while reader is offline.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Offline
public Offline()
-
-
Method Details
-
getEnabled
Determines whether to allow transactions to be collected while reader is offline. Defaults to false. -
setEnabled
Determines whether to allow transactions to be collected while reader is offline. Defaults to false. -
equals
-
canEqual
-
hashCode
public int hashCode()
-