VerifyDataEntity class

Implementers

Constructors

VerifyDataEntity.new({num? retries, bool? acknowledged, bool? dispatched, String? type, String? id, String? chargeId, String? reference, DataEntity? data, String? cryptoChargeId, DateTime? createdAt, num? v})

Properties

acknowledged bool?
final
chargeId String?
final
createdAt DateTime?
final
cryptoChargeId String?
final
data DataEntity?
final
dispatched bool?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
reference String?
final
retries num?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
final
v num?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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