MandatoryAllReceiptsFields class
Constructors
-
MandatoryAllReceiptsFields({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
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