EnhancedSchemeData class abstract
EnhancedSchemeData
Properties:
- airline - Airline enhanced scheme data that may be required for processing the transaction and/or for interchange savings.
- levelTwoThree - Level 2 and Level 3 enhanced scheme data that may be required for processing the transaction and/or for interchange savings.
- Annotations
-
- @BuiltValue.new()
Constructors
- EnhancedSchemeData([void updates(EnhancedSchemeDataBuilder b)])
-
factory
Properties
- airline → Airline?
-
Airline enhanced scheme data that may be required for processing the transaction and/or for interchange savings.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- levelTwoThree → LevelTwoThree?
-
Level 2 and Level 3 enhanced scheme data that may be required for processing the transaction and/or for interchange savings.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(EnhancedSchemeDataBuilder)) → EnhancedSchemeData -
Rebuilds the instance.
inherited
-
toBuilder(
) → EnhancedSchemeDataBuilder -
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<
EnhancedSchemeData> -
no setter