SubscriberDto class abstract
SubscriberDto
Properties:
- firstName - Loop: 2100C and 2100D, Segment: MN1, Element: NM104, Notes: firstName 1-35 alphanumeric characters
- lastName - Loop: 2100C and 2100D, Segment: MN1, Element: NM103, Notes: lastName 1-60 alphanumeric characters
- dateOfBirth - Loop: 2100C and 2100D, Segment: DMG, Element: DMG02, Notes: date of birth in YYYYMMDD format
- Annotations
-
- @BuiltValue()
Constructors
- SubscriberDto([void updates(SubscriberDtoBuilder b)])
-
factory
Properties
- dateOfBirth → String
-
Loop: 2100C and 2100D, Segment: DMG, Element: DMG02, Notes: date of birth in YYYYMMDD format
no setter
- firstName → String
-
Loop: 2100C and 2100D, Segment: MN1, Element: NM104, Notes: firstName 1-35 alphanumeric characters
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName → String
-
Loop: 2100C and 2100D, Segment: MN1, Element: NM103, Notes: lastName 1-60 alphanumeric characters
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(SubscriberDtoBuilder)) → SubscriberDto -
Rebuilds the instance.
inherited
-
toBuilder(
) → SubscriberDtoBuilder -
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<
SubscriberDto> -
no setter