ReportsClient class

A Client that helps manage reports and returns coinbase_exchange objects

Constructors

ReportsClient({bool sandbox = false, required String apiKey, required String secretKey, required String passphrase})

Properties

apiKey String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passphrase String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox bool
getter/setter pair
secretKey String
getter/setter pair

Methods

createReport({DateTime? startDate, DateTime? endDate, required String otcFills, DateTime? year, String? format, String? productId, String? accountId, String? email, String? profileId}) Future<Map>
Create a report
getAllReports({String? portfolioId, DateTime? after, int? limit, String? type, bool? ignoreExpired}) Future<List<Report>>
Get all reports
getReport({required String? reportId}) Future<Report>
Get a report
listDecode(String body) List<Map<String, dynamic>>
inherited
mapDecode(String body) Map<String, dynamic>
inherited
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