Association class abstract

Association

Properties:

  • entityId - The unique identifier of the entity.
  • entityType - The type of entity you are associating the device with. Possible values: accountHolder or paymentInstrument.
  • scaDeviceId - The unique identifier for the SCA device.
  • status - The status of the association. Possible values: active or pendingApproval.
Annotations
  • @BuiltValue.new()

Constructors

Association([void updates(AssociationBuilder b)])
factory

Properties

entityId String
The unique identifier of the entity.
no setter
entityType ScaEntityType
The type of entity you are associating the device with. Possible values: accountHolder or paymentInstrument.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaDeviceId String
The unique identifier for the SCA device.
no setter
status AssociationStatus
The status of the association. Possible values: active or pendingApproval.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AssociationBuilder)) Association
Rebuilds the instance.
inherited
toBuilder() AssociationBuilder
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<Association>
no setter