ReplyData class

Classe Reply Data da documentação oficial Cielo Ecommerce

Constructors

ReplyData({String? addressInfoCode, String? factorCode, int? score, String? binCountry, String? cardIssuer, String? cardScheme, int? hostSeverity, String? internetInfoCode, String? ipRoutingMethod, String? scoreModelUsed, int? casePriority, String? providerTransactionId, String? velocityInfoCode})
ReplyData.fromJson(Map<String, dynamic> json)
factory

Properties

addressInfoCode String?
getter/setter pair
binCountry String?
getter/setter pair
cardIssuer String?
getter/setter pair
cardScheme String?
getter/setter pair
casePriority int?
getter/setter pair
factorCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostSeverity int?
getter/setter pair
internetInfoCode String?
getter/setter pair
ipRoutingMethod String?
getter/setter pair
providerTransactionId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
getter/setter pair
scoreModelUsed String?
getter/setter pair
velocityInfoCode String?
getter/setter pair

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