BillingRate class

Constructors

BillingRate({String? currencyCode, String? endDate, String? id, String? name, String? rateInMicros, String? startDate, List<BillingRateTieredRate>? tieredRates, String? type, String? unitOfMeasure})
BillingRate.fromJson(Map json_)

Properties

currencyCode String?
Billing currency code in ISO 4217 format.
getter/setter pair
endDate String?
End date of this billing rate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of this billing rate.
getter/setter pair
name String?
Name of this billing rate.
getter/setter pair
rateInMicros String?
Flat rate in micros of this billing rate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate String?
Start date of this billing rate.
getter/setter pair
tieredRates List<BillingRateTieredRate>?
Tiered rate of this billing rate.
getter/setter pair
type String?
Type of this billing rate. Possible string values are:
getter/setter pair
unitOfMeasure String?
Unit of measure for this billing rate. Possible string values are:
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