RateDetails
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"rateType": enum (RateType ),
"rate": {
object (Money )
},
"unitsPurchasedCount": string
} |
フィールド |
rateType |
enum (RateType )
料金タイプ。必須。
|
rate |
object (Money )
レート。必須。正の値にする必要があります。
|
unitsPurchasedCount |
string (int64 format)
予約取引タイプの商品では必須です。予約されていないトランザクション タイプの商品には適用されません。購入ユニット数は、販売者が保証する請求対象ユニット数を表します。
|
RateType
列挙型 |
RATE_TYPE_UNSPECIFIED |
レートタイプが指定されていないか、このバージョンでは不明です。入力値が無効です。 |
CPM |
レートタイプは CPM(請求可能単位あたりの費用)です。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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 rate details config is defined using a JSON structure with \"rateType,\" \"rate,\" and \"unitsPurchasedCount.\" \"rateType\" specifies the type of rate, selected from the `RateType` enum (e.g., CPM). \"rate\" represents the monetary value and must be positive. \"unitsPurchasedCount\" denotes the guaranteed billable units for reserved transactions. `RATE_TYPE_UNSPECIFIED` is an invalid input, CPM means cost per thousand.\n"]]