NoShowFee
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
字段 |
fee |
object (Price )
用户未按时赴约时向其收取的费用金额。
|
feeType |
enum (PriceType )
定义如何根据可用性确定费用。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eNo-show fees may be applied to users who book but fail to arrive for their reservation.\u003c/p\u003e\n"],["\u003cp\u003eFee amounts and calculation methods are determined using \u003ccode\u003ePrice\u003c/code\u003e and \u003ccode\u003ePriceType\u003c/code\u003e objects within the JSON structure.\u003c/p\u003e\n"]]],[],null,["# NoShowFee\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA fee that a user may be charged if they have made a booking but do not show up.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"fee\": { object (/maps-booking/reference/maps-booking-api/rest/v1alpha/Price) }, \"feeType\": enum (/maps-booking/reference/maps-booking-api/rest/v1alpha/PriceType) } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fee` | `object (`[Price](/maps-booking/reference/maps-booking-api/rest/v1alpha/Price)`)` The amount the user may be charged if they do not show up for their reservation. |\n| `fee``Type` | `enum (`[PriceType](/maps-booking/reference/maps-booking-api/rest/v1alpha/PriceType)`)` Defines how the fee is determined from the availability. |"]]