Resource: StandardOffer
Message describing the StandardOffer resource.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "effectiveTime": string, "expireTime": string, "serviceLevel": string, "serviceLevelTitle": string, "priceModel": { object ( |
| Fields | |
|---|---|
name |
Identifier. Name of resource. |
createTime |
Output only. Creation time of the offer. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last update time of the offer. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
effectiveTime |
Output only. Effective time of the offer. Prior to this time, the offer cannot be purchased or used as the base standard offer of a private offer. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
expireTime |
Output only. Expire time of the offer. An offer is expired if its expire time is in the past. An expired standard offer cannot be purchased or used as the base standard offer of a private offer. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
serviceLevel |
Output only. Identifier that distinguishes between different service levels of the same product that constitute distinct offerings to customers with different pricing. The service levels of a product are also referred to in some cases as the product's 'plans', and the Multiple non-expired standard offers can share the same service level when they are subscription offers for different term durations. |
serviceLevelTitle |
Output only. Title of the service level. Not included for |
priceModel |
Output only. Price model of the offer. |
Union field term. Term of the offer. Applicable only to subscription offers. term can be only one of the following: |
|
termDurationMonths |
Output only. Term duration of the offer in months. Applicable only to offers with a subscription price model. Additional forms of offer term may be added in the future. |
PriceModel
Price model of the offer.
| JSON representation |
|---|
{ "usage": { object ( |
| Fields | |
|---|---|
usage |
Output only. Price configurations for the usage part. |
Union field subscription. Price configurations for the subscription part. subscription can be only one of the following: |
|
flatFee |
Output only. Price configurations for the flat fee subscription. |
FlatFeeSubscription
Price configurations for flat fee subscriptions.
| JSON representation |
|---|
{ "sku": string } |
| Fields | |
|---|---|
sku |
Output only. Flat fee subscription SKU for the offer. |
Usage
Price configurations for the usage part.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field skus. The SKUs that the offer's usage fees are charged against. skus can be only one of the following: |
|
skuList |
Output only. The offer's usage fees are charged against these SKUs. |
skuGroupList |
Output only. The offer's usage fees are charged against the SKUs in these groups. |
SkuList
A collection of SKUs.
| JSON representation |
|---|
{ "skus": [ string ] } |
| Fields | |
|---|---|
skus[] |
Output only. List of SKUs by name. |
SkuGroupList
A collection of SkuGroups.
| JSON representation |
|---|
{ "skuGroups": [ string ] } |
| Fields | |
|---|---|
skuGroups[] |
Output only. List of SkuGroups by name. |
Methods |
|
|---|---|
|
Gets details of a single StandardOffer. |
|
Lists StandardOffers for the given parent. |