ThreeDSAvailabilityResponse class abstract

ThreeDSAvailabilityResponse

Properties:

Annotations
  • @BuiltValue.new()

Constructors

ThreeDSAvailabilityResponse([void updates(ThreeDSAvailabilityResponseBuilder b)])
factory

Properties

binDetails BinDetail?
Bin Group Details
no setter
dsPublicKeys → BuiltList<DSPublicKeyDetail>?
List of Directory Server (DS) public keys.
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
threeDS1Supported bool?
Indicator if 3D Secure 1 is supported.
no setter
threeDS2CardRangeDetails → BuiltList<ThreeDS2CardRangeDetail>?
List of brand and card range pairs.
no setter
threeDS2supported bool?
Indicator if 3D Secure 2 is supported.
no setter

Methods

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