MandatoryAllReceiptsFields class
Constructors
- MandatoryAllReceiptsFields.new({String? authorizationCode, String? brand, String? cardLastDigits, String? city, String? ecDocument, String? ecName, String? ecNumber, String? letterTypeTransaction, String? version, String? getnetLogo, String? dateTime, String? nsu, String? terminal})
- MandatoryAllReceiptsFields.fromJson(String source)
-
factory
-
MandatoryAllReceiptsFields.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
getter/setter pair
- brand ↔ String?
-
getter/setter pair
- cardLastDigits ↔ String?
-
getter/setter pair
- city ↔ String?
-
getter/setter pair
- dateTime ↔ String?
-
getter/setter pair
- ecDocument ↔ String?
-
getter/setter pair
- ecName ↔ String?
-
getter/setter pair
- ecNumber ↔ String?
-
getter/setter pair
- getnetLogo ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- letterTypeTransaction ↔ String?
-
getter/setter pair
- nsu ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminal ↔ String?
-
getter/setter pair
- version ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{String? authorizationCode, String? brand, String? cardLastDigits, String? city, String? ecDocument, String? ecName, String? ecNumber, String? letterTypeTransaction, String? version, String? getnetLogo, String? dateTime, String? nsu, String? terminal}) → MandatoryAllReceiptsFields -
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 MandatoryAllReceiptsFields other) → bool -
The equality operator.
override