Three3DSecureRequest class

Запрос на подтвержение оплаты через 3d-secure

Annotations
  • @freezed

Constructors

Three3DSecureRequest({required int transactionId, required String paRes})
factory
Three3DSecureRequest.fromJson(Map<String, dynamic> json)
Converts a JSON Map into a Three3DSecureRequest instance
factory

Properties

copyWith → $Three3DSecureRequestCopyWith<Three3DSecureRequest>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
paRes String
Значение одноименного параметра
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId int
Значение параметра MD
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