IfoodPagoPaymentResponse class

Constructors

IfoodPagoPaymentResponse({required String transactionIdAnotaAi, required String tableIdAnotaAi, required String? transactionIdAdyen, required String status, required String deviceSerialNumber, required String cardBrand, required String errorReason, required String transactionDate, required String transactionTime, required String authCode, required List<Map<String, dynamic>> subsidyInformation})
IfoodPagoPaymentResponse.fromJson(Map<String, dynamic> json)
factory

Properties

authCode String
final
cardBrand String
final
deviceSerialNumber String
final
errorReason String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
subsidyInformation List<Map<String, dynamic>>
final
tableIdAnotaAi String
final
transactionDate String
final
transactionIdAdyen String?
final
transactionIdAnotaAi String
final
transactionTime String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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