PostgresBillingTier
Postgres billing tier: bandwidth allotment and capacity charge. Usage metering deferred.
type PostgresBillingTier {
tierLevel: Int!
bandwidthMbitPerSecond: Float!
chargeCents: BigInt!
currency: String!
label: String!
description: String
}
Fields
PostgresBillingTier.tierLevel ● Int! non-null scalar
Tier level (1 = lowest offered tier).
PostgresBillingTier.bandwidthMbitPerSecond ● Float! non-null scalar
Maximum bandwidth allotment in megabits per second.
PostgresBillingTier.chargeCents ● BigInt! non-null scalar
Capacity charge for this tier, in cents (placeholder until load tests).
PostgresBillingTier.currency ● String! non-null scalar
ISO-4217 currency for chargeCents, e.g. 'usd'.
PostgresBillingTier.label ● String! non-null scalar
Customer-facing tier label.
PostgresBillingTier.description ● String scalar
Returned By
postgresBillingTiers query