Transaction class

Constructors

Transaction.new({required String status, required String lotNumber, required String authorizationCode, required int statusDetail, required String message, required String id, required DateTime paymentDate, required String paymentMethodType, required String devReference, required String carrierCode, required String productDescription, required String currentStatus, required int amount, required String carrier, required int installments, required String traceNumber, required String installmentsType})
Transaction.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
final
authorizationCode String
final
carrier String
final
carrierCode String
final
currentStatus String
final
devReference String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
installments int
final
installmentsType String
final
lotNumber String
final
message String
final
paymentDate DateTime
final
paymentMethodType String
final
productDescription String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
statusDetail int
final
traceNumber 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