Deposit
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
一种保证金,可直接向用户收取,也可冻结用户信用卡中的部分额度。
JSON 表示法 |
{
"deposit": {
object (Price )
},
"minAdvanceCancellationSec": string,
"depositType": enum (PriceType )
} |
字段 |
deposit |
object (Price )
押金金额。
|
minAdvanceCancellationSec |
string (int64 format)
至少需要提前多久取消预订才会退回押金。
|
depositType |
enum (PriceType )
定义如何根据可用性确定押金。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis documentation describes the JSON representation of a deposit that a user might encounter for a booking, potentially involving a credit card hold or charge.\u003c/p\u003e\n"],["\u003cp\u003eThe deposit details encompass the amount, minimum advance cancellation time, and the method used to determine the deposit based on availability.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON structure includes fields like \u003ccode\u003edeposit\u003c/code\u003e, \u003ccode\u003eminAdvanceCancellationSec\u003c/code\u003e, and \u003ccode\u003edepositType\u003c/code\u003e, each with a specific data type and purpose.\u003c/p\u003e\n"]]],[],null,["# Deposit\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA deposit that the user may be charged or have a hold on their credit card for.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"deposit\": { object (/maps-booking/reference/maps-booking-api/rest/v1alpha/Price) }, \"minAdvanceCancellationSec\": string, \"depositType\": enum (/maps-booking/reference/maps-booking-api/rest/v1alpha/PriceType) } ``` |\n\n| Fields ||\n|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `deposit` | `object (`[Price](/maps-booking/reference/maps-booking-api/rest/v1alpha/Price)`)` Deposit amount. |\n| `min``Advance``Cancellation``Sec` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Minimum advance cancellation for the deposit. |\n| `deposit``Type` | `enum (`[PriceType](/maps-booking/reference/maps-booking-api/rest/v1alpha/PriceType)`)` Defines how the deposit is determined from the availability. |"]]