ElginTransactionResponse class

Constructors

ElginTransactionResponse({String? administradora, String? autorizacao, String? cnpjRede, String? data, String? mensagem, String? nsu, String? numeroCartao, String? pagamento, String? rede, String? tipoCartao, String? valor, String? vencimento, String? viaCliente, String? viaEstabelecimento, String? viaSMS})
const
ElginTransactionResponse.fromJson(String value)
factory
ElginTransactionResponse.fromMap(Map<String, Object?> json)
factory

Properties

administradora String?
final
autorizacao String?
final
cnpjRede String?
final
data String?
final
hashCode int
The hash code for this object.
no setteroverride
mensagem String?
final
nsu String?
final
numeroCartao String?
final
pagamento String?
final
rede String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipoCartao String?
final
valor String?
final
vencimento String?
final
viaCliente String?
final
viaEstabelecimento String?
final
viaSMS String?
final

Methods

copyWith({String? administradora, String? autorizacao, String? cnpjRede, String? data, String? mensagem, String? nsu, String? numeroCartao, String? pagamento, String? rede, String? tipoCartao, String? valor, String? vencimento, String? viaCliente, String? viaEstabelecimento, String? viaSMS}) ElginTransactionResponse
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override