SbpRequest class

Информация о запросе для генерации ссыли оплаты по СБП

Annotations
  • @freezed

Constructors

SbpRequest({required String amount, @Default('RUB') String currency, String? invoiceId, String? ipAddress, String? description, String? email, String? accountId, bool? saveCard, @PayloadConverter() PayloadData? jsonData})
Информация о запросе для генерации ссыли оплаты по СБП
factory
SbpRequest.fromJson(Map<String, dynamic> json)
Converts a JSON Map into a SbpRequest instance
factory

Properties

accountId String?
Identity плательщика в системе мерчанта
no setterinherited
amount String
Сумма платежа
no setterinherited
copyWith → $SbpRequestCopyWith<SbpRequest>
no setterinherited
currency String
Валюта: RUB/USD/EUR/GBP (см. справочник). Если параметр не передан, то по умолчанию принимает значение RUB
no setterinherited
description String?
Описание оплаты в свободной форме
no setterinherited
email String?
E-mail плательщика
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
invoiceId String?
Номер счета или заказа в системе мерчанта
no setterinherited
ipAddress String?
IP-адрес плательщика
no setterinherited
jsonData PayloadData?
Данные для формирования онлайн-чека.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveCard bool?
В зависимости от значения флага определяется список доступных банков в ответе (объект Banks)
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