PricePhase(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies the price by the duration of months. For example, a 20% discount for the first six months, then a 10% discount starting on the seventh month.
Attributes |
|
---|---|
Name | Description |
period_type |
google.cloud.channel_v1.types.PeriodType
Defines the phase period type. |
first_period |
int
Defines first period for the phase. |
last_period |
int
Defines first period for the phase. |
price |
google.cloud.channel_v1.types.Price
Price of the phase. Present if there are no price tiers. |
price_tiers |
MutableSequence[google.cloud.channel_v1.types.PriceTier]
Price by the resource tiers. |