ValuelinkInfo class abstract
ValuelinkInfo
Properties:
- authorisationMid - Authorisation Mid
- pinSupport - PIN Support. For ecommerce, PIN is required.
- submitterId - Submitter ID
- terminalId - Terminal ID
- Annotations
-
- @BuiltValue.new()
Constructors
- ValuelinkInfo([void updates(ValuelinkInfoBuilder b)])
-
factory
Properties
-
Authorisation Mid
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pinSupport → ValuelinkInfoPinSupportEnum
-
PIN Support. For ecommerce, PIN is required.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitterId → String?
-
Submitter ID
no setter
- terminalId → String?
-
Terminal ID
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ValuelinkInfoBuilder)) → ValuelinkInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → ValuelinkInfoBuilder -
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<
ValuelinkInfo> -
no setter