PayEntity class

Available extensions

Constructors

PayEntity.new({required String idTransaction, required String clientId, required String idempotenceKey, required double amountFull, String? emailClient, String? phoneClient, required String callbackUrl, String? descriptionPay, required List items})
PayEntity.fromJson(String source)
factory
PayEntity.fromMap(Map<String, dynamic> map)
factory

Properties

amountFull double
final
callbackUrl String
final
clientId String
final
descriptionPay String?
final
emailClient String?
final
hashCode int
The hash code for this object.
no setteroverride
idempotenceKey String
final
idTransaction String
final
items List
final
phoneClient String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkModelAtol() → dynamic

Available on PayEntity, provided by the PayEntityAtolSbertermianlExt extension

copyWith({String? idTransaction, String? clientId, String? idempotenceKey, double? amountFull, String? emailClient, String? phoneClient, String? callbackUrl, String? descriptionPay, List? items}) PayEntity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
payModelSberTerminal() SendPosPaymentModel

Available on PayEntity, provided by the PayEntityAtolSbertermianlExt extension

toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant PayEntity other) bool
The equality operator.
override