Data class

Дополнительные параметры

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

Data({String? orderId, String? bindingId, String? acsUrl, String? paReq, String? termUrl})
Дополнительные параметры
Data.fromJson(Map<String, dynamic> json)
Преобразование json в модель
factory

Properties

acsUrl String?
URL-адрес для перехода на сервер контроля доступа.
final
bindingId String?
Идентификатор созданной ранее связки. Может использоваться, только если у продавца есть разрешение на работу со связками. Если этот параметр передаётся в данном запросе, то это означает:
final
equals Map<String, Object?>
Comparison objects
no setter
hashCode int
The hash code for this object.
no setterinherited
orderId String?
Номер заказа в платежной системе
final
paReq String?
Payment Authentication Request - запрос на аутентификацию платежа.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termUrl String?
URL-адрес для возврата с сервера контроля доступа.
final

Methods

compareLists<R>(List<R>? list1, List<R>? list2) bool
Determines whether list1 and list2 are equal.
inherited
genHash<R>(Iterable<R>? values) int
Returns a hashCode for equals.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Преобразование модели в json
toString() String
A string representation of this object.
inherited

Operators

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