BillingRate class
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