BillingRate class Null safety
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.
read / write
- endDate ↔ String?
-
End date of this billing rate.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this billing rate.
read / write
- name ↔ String?
-
Name of this billing rate.
read / write
- rateInMicros ↔ String?
-
Flat rate in micros of this billing rate.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startDate ↔ String?
-
Start date of this billing rate.
read / write
-
tieredRates
↔ List<
BillingRateTieredRate> ? -
Tiered rate of this billing rate.
read / write
- type ↔ String?
-
Type of this billing rate.
Possible string values are:
read / write
- unitOfMeasure ↔ String?
-
Unit of measure for this billing rate.
Possible string values are:
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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