public class ReaderSoftwareUpdate
ReaderSoftwareUpdate
contains information about a potential software update to the
reader.
For more information, see the official Stripe docs: Software updates
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Modifier and Type | Method and Description |
---|---|
ReaderSoftwareUpdate.UpdateTimeEstimate |
getTimeEstimate()
The estimated amount of time for an update.
|
java.lang.String |
getVersion()
Return the version string for this update
|
boolean |
hasConfigUpdate()
Whether this update includes a config update
|
boolean |
hasFirmwareUpdate()
Whether this update includes a firmware update
|
boolean |
hasKeyUpdate()
Whether this update includes a key update
|
@JvmName public boolean hasConfigUpdate()
Whether this update includes a config update
@JvmName public boolean hasFirmwareUpdate()
Whether this update includes a firmware update
@JvmName public boolean hasKeyUpdate()
Whether this update includes a key update
@NotNull public ReaderSoftwareUpdate.UpdateTimeEstimate getTimeEstimate()
The estimated amount of time for an update.
Note that these times are estimates;actual times may vary depending on your network connection.
@NotNull public java.lang.String getVersion()
Return the version string for this update