IntroductoryPricingDetails
Stay organized with collections
Save and categorize content based on your preferences.
The details of a introductory pricing promotion.
Fields |
introductoryPricingSpecs[] |
object (IntroductoryPricingSpec )
Output only. Specifies the introductory pricing periods.
|
IntroductoryPricingSpec
The duration of an introductory pricing promotion.
JSON representation |
{
"regionCode": string,
"recurrenceCount": integer,
// Union field discount_spec can be only one of the following:
"discountAmount": {
object (Amount )
},
"discountRatioMicros": string
// End of list of possible types for union field discount_spec .
} |
Fields |
regionCode |
string
Output only. 2-letter ISO region code where the product is available in. Ex. "US".
|
recurrenceCount |
integer
Output only. Output Only. The duration of an introductory offer in billing cycles.
|
Union field discount_spec . discount_spec can be only one of the following:
|
discountAmount |
object (Amount )
Output only. The discount amount. The value is positive.
|
discountRatioMicros |
string (int64 format)
Output only. The discount percentage in micros. For example, 50,000 represents 5%.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["IntroductoryPricingDetails outlines the specifics of introductory pricing promotions for products."],["It includes details like region availability, discount amount or percentage, and the promotion duration in billing cycles."],["The introductory pricing is defined by `introductoryPricingSpecs`, which is a list of `IntroductoryPricingSpec` objects."],["Each `IntroductoryPricingSpec` details the region, duration, and discount of the promotion."]]],[]]