ThreeDS2CardRangeDetail class abstract
ThreeDS2CardRangeDetail
Properties:
- acsInfoInd - Provides additional information to the 3DS Server. Possible values: - 01 (Authentication is available at ACS) - 02 (Attempts supported by ACS or DS) - 03 (Decoupled authentication supported) - 04 (Whitelisting supported)
- brandCode - Card brand.
- endRange - BIN end range.
- startRange - BIN start range.
- threeDS2Versions - Supported 3D Secure protocol versions
- threeDSMethodURL - In a 3D Secure 2 browser-based flow, this is the URL where you should send the device fingerprint to.
- Annotations
-
- @BuiltValue.new()
Constructors
- ThreeDS2CardRangeDetail([void updates(ThreeDS2CardRangeDetailBuilder b)])
-
factory
Properties
-
acsInfoInd
→ BuiltList<
String> ? -
Provides additional information to the 3DS Server. Possible values: - 01 (Authentication is available at ACS) - 02 (Attempts supported by ACS or DS) - 03 (Decoupled authentication supported) - 04 (Whitelisting supported)
no setter
- brandCode → String?
-
Card brand.
no setter
- endRange → String?
-
BIN end range.
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
- startRange → String?
-
BIN start range.
no setter
-
threeDS2Versions
→ BuiltList<
String> ? -
Supported 3D Secure protocol versions
no setter
- threeDSMethodURL → String?
-
In a 3D Secure 2 browser-based flow, this is the URL where you should send the device fingerprint to.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ThreeDS2CardRangeDetailBuilder)) → ThreeDS2CardRangeDetail -
Rebuilds the instance.
inherited
-
toBuilder(
) → ThreeDS2CardRangeDetailBuilder -
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<
ThreeDS2CardRangeDetail> -
no setter