ScaInformation class abstract

ScaInformation

Properties:

  • exemption - The type of exemption for Strong Customer Authentication (SCA). Possible values: * lowerLimit: the newly created limit is lower than the existing limit. * notRegulated: the limit is created in a country, region, or industry where it is not mandated by law to use SCA. * setByPlatform: you set a limit for one of your user's balance accounts, or for your balance platform. * initialLimit: there are no existing transfer limits set on the balance account or balance platform. * alreadyPerformed: you are confident about your user's identity and do not need to verify this using SCA.
  • status - The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.
Annotations
  • @BuiltValue.new()

Constructors

ScaInformation([void updates(ScaInformationBuilder b)])
factory

Properties

exemption ScaExemption?
The type of exemption for Strong Customer Authentication (SCA). Possible values: * lowerLimit: the newly created limit is lower than the existing limit. * notRegulated: the limit is created in a country, region, or industry where it is not mandated by law to use SCA. * setByPlatform: you set a limit for one of your user's balance accounts, or for your balance platform. * initialLimit: there are no existing transfer limits set on the balance account or balance platform. * alreadyPerformed: you are confident about your user's identity and do not need to verify this using SCA.
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
status ScaStatus
The status of Strong Customer Authentication (SCA). Possible values: * notPerformed: the requester was unable to successfully authenticate the request using SCA, or has an SCA exemption. * pending: the request is pending SCA authentication. * performed: the request is successfully authenticated using SCA.
no setter

Methods

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