AssociationInitiateRequest class abstract

AssociationInitiateRequest

Properties:

  • ids - The list of unique identifiers of the resources that you are associating with the SCA device. Maximum: 5 strings.
  • type - The type of resource that you are associating with the SCA device. Possible value: PaymentInstrument
Annotations
  • @BuiltValue.new()

Constructors

AssociationInitiateRequest([void updates(AssociationInitiateRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ids → BuiltList<String>
The list of unique identifiers of the resources that you are associating with the SCA device. Maximum: 5 strings.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AssociationInitiateRequestTypeEnum
The type of resource that you are associating with the SCA device. Possible value: PaymentInstrument
no setter

Methods

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