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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","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"]],["最后更新时间 (UTC):2025-07-25。"],[],["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"]]