TransactionTerminal class
- Implemented types
Constructors
- TransactionTerminal.new({required SendPosPaymentModel request, required ResponseOperationPaymentModel result, required bool checkCalled, String? checkCheckSystem, String? checkPaySystem, required DateTime createAtUTC, int? idTransactionInt, required String idTransactionString, required bool payCalled, required bool refundCalled, required double sumFull, required TransactionType transactionType})
- TransactionTerminal.fromJson(String source)
-
factory
-
TransactionTerminal.fromMap(Map<
String, dynamic> map) -
factory
Properties
- checkCalled ↔ bool
-
getter/setter pairoverride-getter
- checkCheckSystem ↔ String?
-
getter/setter pairoverride-getter
- checkPaySystem ↔ String?
-
getter/setter pairoverride-getter
- createAtUTC ↔ DateTime
-
getter/setter pairoverride-getter
- hashCode → int
-
The hash code for this object.
no setteroverride
- idTransactionInt ↔ int?
-
getter/setter pairoverride-getter
- idTransactionString ↔ String
-
getter/setter pairoverride-getter
- payCalled ↔ bool
-
getter/setter pairoverride-getter
- refundCalled ↔ bool
-
getter/setter pairoverride-getter
- request ↔ SendPosPaymentModel
-
getter/setter pair
- result ↔ ResponseOperationPaymentModel
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sumFull ↔ double
-
getter/setter pairoverride-getter
- transactionType ↔ TransactionType
-
getter/setter pairoverride-getter
Methods
-
copyWith(
{SendPosPaymentModel? request, ResponseOperationPaymentModel? result, bool? checkCalled, String? checkCheckSystem, String? checkPaySystem, DateTime? createAtUTC, int? idTransactionInt, String? idTransactionString, bool? payCalled, bool? refundCalled, double? sumFull, TransactionType? transactionType}) → TransactionTerminal -
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 TransactionTerminal other) → bool -
The equality operator.
override