PaymentSettings class
- Annotations
-
- @JsonSerializable.new(includeIfNull: false)
Constructors
- PaymentSettings({String? successUrl, required String terminalId, String? failUrl, String? recurFreq, String? recurExp})
-
PaymentSettings.fromJson(Map<
String, dynamic> json) -
Преобразование json в модель
factory
Properties
- failUrl → String?
-
URL для редиректа в случае неуспешной оплаты (необязательно)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- recurExp → String?
-
дата окончания рекуррентов в формате YYYYMMDD
final
- recurFreq → String?
-
минимальное количество дней между рекуррентными платежами
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successUrl → String?
-
URL для редиректа в случае успешной оплаты (необязательно)
final
- terminalId → String
-
ID терминала
final
Methods
-
copyWith(
{String? successUrl, String? failUrl, String? recurFreq, String? recurExp, String? terminalId}) → PaymentSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited