Datum class
Constructors
- Datum({required int id, int? userId, int? organizationId, int? bankAccountId, int? currencyId, required DateTime paymentDate, required String paymentTime, required String status, String? detail, String? authorizationId, String? cardAcquirerName, String? cardAcquirerId, String? terminalId, String? transactionDateTime, String? batchNumber, String? cardObfPan, String? referenceNumber, String? systemTrace, String? cardLabel, String? cardAid, String? posEntryMode, String? cardTsi, String? cardApplicationCryptogram, required double transactionAmount, String? transactionCurrencyCode3, required String email1, required String email2, required String email3, required String description, String? qrUrl, String? pdfUrl, required bool canBeCanceled, required BankAccount bankAccount, Currency? currency})
-
Datum.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
getter/setter pair
- bankAccount ↔ BankAccount
-
getter/setter pair
- bankAccountId ↔ int?
-
getter/setter pair
- batchNumber ↔ String?
-
getter/setter pair
- canBeCanceled ↔ bool
-
getter/setter pair
- cardAcquirerId ↔ String?
-
getter/setter pair
- cardAcquirerName ↔ String?
-
getter/setter pair
- cardAid ↔ String?
-
getter/setter pair
- cardApplicationCryptogram ↔ String?
-
getter/setter pair
- cardLabel ↔ String?
-
getter/setter pair
- cardObfPan ↔ String?
-
getter/setter pair
- cardTsi ↔ String?
-
getter/setter pair
- currency ↔ Currency?
-
getter/setter pair
- currencyId ↔ int?
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- detail ↔ String?
-
getter/setter pair
- email1 ↔ String
-
getter/setter pair
- email2 ↔ String
-
getter/setter pair
- email3 ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
getter/setter pair
- organizationId ↔ int?
-
getter/setter pair
- paymentDate ↔ DateTime
-
getter/setter pair
- paymentTime ↔ String
-
getter/setter pair
- pdfUrl ↔ String?
-
getter/setter pair
- posEntryMode ↔ String?
-
getter/setter pair
- qrUrl ↔ String?
-
getter/setter pair
- referenceNumber ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String
-
getter/setter pair
- systemTrace ↔ String?
-
getter/setter pair
- terminalId ↔ String?
-
getter/setter pair
- transactionAmount ↔ double
-
getter/setter pair
- transactionCurrencyCode3 ↔ String?
-
getter/setter pair
- transactionDateTime ↔ String?
-
getter/setter pair
- userId ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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