PricingType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
PRICING_TYPE_UNSPECIFIED |
Unspecified. Not valid input value. |
FIXED_PRICE |
Fixed Price pricing type. |
AUCTION_PRICE |
Auction Price pricing type. |
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 2024-10-01 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 2024-10-01 UTC."],[[["Three pricing types are available: unspecified, fixed price, and auction price."],["Unspecified pricing type is an invalid input and should not be used."],["Fixed price represents a predetermined set price for the product or service."],["Auction price indicates the price is determined through a bidding process."]]],["The content outlines three pricing types: `PRICING_TYPE_UNSPECIFIED`, `FIXED_PRICE`, and `AUCTION_PRICE`. `PRICING_TYPE_UNSPECIFIED` is designated for unspecified cases and is not a valid input. `FIXED_PRICE` indicates a set price, while `AUCTION_PRICE` represents a pricing model based on auction dynamics. The document specifies valid pricing values for products or services and explicitly excludes unspecified input as an option.\n"]]