RemoveAssociationRequest class abstract
RemoveAssociationRequest
Properties:
- entityId - The unique identifier of the entity.
- entityType - The type of the entity. Possible values: accountHolder or paymentInstrument.
- scaDeviceIds - A list of device ids associated with the entity that should be removed.
- Annotations
-
- @BuiltValue.new()
Constructors
- RemoveAssociationRequest([void updates(RemoveAssociationRequestBuilder b)])
-
factory
Properties
- entityId → String
-
The unique identifier of the entity.
no setter
- entityType → ScaEntityType
-
The type of the entity. 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
-
scaDeviceIds
→ BuiltList<
String> -
A list of device ids associated with the entity that should be removed.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(RemoveAssociationRequestBuilder)) → RemoveAssociationRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → RemoveAssociationRequestBuilder -
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<
RemoveAssociationRequest> -
no setter