Reports class

Inheritance

Constructors

Reports(IuguClient client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes controllers, streams, etc.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportRequestWithdrawAsync({String customApiToken = '', String filter = "?limit=1000"}) Future<PaggedResponseMessage<RequestWithdrawResponseMessage>>
Report com os pedidos de saque realizados e para que conta, com filtros e token customizados
reportTransfersHistoryAsync(String customApiToken) Future<TransfersReportResponseMessage>
Report com as transferências enviadas e recebidas, com token customizado
toString() String
A string representation of this object.
inherited

Operators

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