ReportType class

The available report types.

Constructors

ReportType(dynamic id, dynamic jsonValue)

Properties

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

Methods

matches(ValueEnum other) bool
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

Static Properties

cashFlow ReportType
The cash flow report type.
getter/setter pair
paymentLog ReportType
The payment log report type.
getter/setter pair
refund ReportType
The refund report type.
getter/setter pair
shipment ReportType
The shipment report type.
getter/setter pair
shipmentInvoice ReportType
The shipment invoice report type.
getter/setter pair
tracker ReportType
The tracker report type.
getter/setter pair

Static Methods

asString(ReportType? reportType) String?
Get the String representation of a ReportType.
fromId(String? prefix) ReportType?
Get the ReportType of a Report by its ID prefix.
fromReport(Report report) ReportType?
Get the ReportType of a Report.
fromString(String? value) ReportType?
Get the ReportType from a String.