PricingType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
PRICING_TYPE_UNSPECIFIED |
指定なし。入力値が無効です。 |
FIXED_PRICE |
固定料金の料金タイプ。 |
AUCTION_PRICE |
オークション単価の料金タイプ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-25 UTC。"],[],["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"]]