SbpResponse class

Информация о платеже СБП

Annotations
  • @freezed

Constructors

SbpResponse({required int transactionId, required num amount, String? qrUrl, String? qrImage, String? merchantOrderId, String? providerQrId, String? message, bool? isTest})
Информация о платеже СБП
factory
SbpResponse.fromJson(Map<String, dynamic> json)
Converts a JSON Map into a SbpResponse instance
factory

Properties

amount num
Сумма
no setterinherited
copyWith → $SbpResponseCopyWith<SbpResponse>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isTest bool?
true - если терминал в режиме теста
no setterinherited
merchantOrderId String?
Id заказа
no setterinherited
message String?
Сообщение описывающее статус
no setterinherited
providerQrId String?
Id Qr от провайдера
no setterinherited
qrImage String?
Base64 или image
no setterinherited
qrUrl String?
Ссылка на изображение Qr-код (Web)
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId int
Id транзакции
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