RegisterSCARequest class abstract

RegisterSCARequest

Properties:

  • name_ - The name of the SCA device that you are registering. You can use it to help your users identify the device. If you do not specify a name, Adyen automatically generates one.
  • paymentInstrumentId - The unique identifier of the payment instrument for which you are registering the SCA device.
  • strongCustomerAuthentication - Contains information required to register the SCA device.
Annotations
  • @BuiltValue.new()

Constructors

RegisterSCARequest([void updates(RegisterSCARequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name_ String?
The name of the SCA device that you are registering. You can use it to help your users identify the device. If you do not specify a name, Adyen automatically generates one.
no setter
paymentInstrumentId String
The unique identifier of the payment instrument for which you are registering the SCA device.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strongCustomerAuthentication DelegatedAuthenticationData
Contains information required to register the SCA device.
no setter

Methods

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