CurrentSessionYookassa class
Constructors
- CurrentSessionYookassa({String? username, String? password, String? idempotenceKey, String? paymentId, String? refundId, double? amount})
- CurrentSessionYookassa.clear({String? username, String? password, String? idempotenceKey, String? paymentId, String? refundId, double? amount})
- CurrentSessionYookassa.fromJson(String source)
-
factory
-
CurrentSessionYookassa.fromMap(Map<
String, dynamic> map) -
factory
- CurrentSessionYookassa.init({required String? username, required String? password, String? idempotenceKey, String? paymentId, String? refundId, double? amount})
Properties
- amount → double?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idempotenceKey → String?
-
final
- password → String?
-
final
- paymentId → String?
-
final
- refundId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
final
Methods
-
copyWith(
{String? username, String? password, String? idempotenceKey, String? paymentId, String? refundId, double? amount}) → CurrentSessionYookassa -
copyWithClear(
) → CurrentSessionYookassa -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant CurrentSessionYookassa other) → bool -
The equality operator.
override