Connectivity class abstract
Connectivity
Properties:
- simcardStatus - Indicates the status of the SIM card in the payment terminal. Can be updated and received only at terminal level, and only for models that support cellular connectivity. Possible values: * ACTIVATED: the SIM card is activated. Cellular connectivity may still need to be enabled on the terminal itself, in the Network settings. * INVENTORY: the SIM card is not activated. The terminal can't use cellular connectivity.
- terminalIPAddressURL - The list of local and public URLs to send notifications to when using local integrations.
- Annotations
-
- @BuiltValue.new()
Constructors
- Connectivity([void updates(ConnectivityBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- simcardStatus → ConnectivitySimcardStatusEnum?
-
Indicates the status of the SIM card in the payment terminal. Can be updated and received only at terminal level, and only for models that support cellular connectivity. Possible values: * ACTIVATED: the SIM card is activated. Cellular connectivity may still need to be enabled on the terminal itself, in the Network settings. * INVENTORY: the SIM card is not activated. The terminal can't use cellular connectivity.
no setter
- terminalIPAddressURL → EventUrl?
-
The list of local and public URLs to send notifications to when using local integrations.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ConnectivityBuilder)) → Connectivity -
Rebuilds the instance.
inherited
-
toBuilder(
) → ConnectivityBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Connectivity> -
no setter