Three3DSecureResponse class

Ответ с сервера при требовании 3d-secure

Annotations
  • @freezed

Constructors

Three3DSecureResponse({required int transactionId, required String paReq, required String acsUrl, bool? iFrameIsAllowed, String? threeDsCallbackId})
factory
Three3DSecureResponse.fromJson(Map<String, dynamic> json)
Converts a JSON Map into a Three3DSecureResponse instance
factory

Properties

acsUrl String
no setterinherited
copyWith → $Three3DSecureResponseCopyWith<Three3DSecureResponse>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iFrameIsAllowed bool?
no setterinherited
paReq String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threeDsCallbackId String?
no setterinherited
transactionId int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited