Interface protos.google.cloud.channel.v1.IPricePhase

Properties of a PricePhase.

Package

@google-cloud/channel!

Properties

firstPeriod

firstPeriod?: (number|null);

PricePhase firstPeriod

Property Value
TypeDescription
(number|null)

lastPeriod

lastPeriod?: (number|null);

PricePhase lastPeriod

Property Value
TypeDescription
(number|null)

periodType

periodType?: (google.cloud.channel.v1.PeriodType|keyof typeof google.cloud.channel.v1.PeriodType|null);

PricePhase periodType

Property Value
TypeDescription
(google.cloud.channel.v1.PeriodType|keyof typeof google.cloud.channel.v1.PeriodType|null)

price

price?: (google.cloud.channel.v1.IPrice|null);

PricePhase price

Property Value
TypeDescription
(google.cloud.channel.v1.IPrice|null)

priceTiers

priceTiers?: (google.cloud.channel.v1.IPriceTier[]|null);

PricePhase priceTiers

Property Value
TypeDescription
(google.cloud.channel.v1.IPriceTier[]|null)