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):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["This documentation describes the JSON representation of a deposit that a user might encounter for a booking, potentially involving a credit card hold or charge."],["The deposit details encompass the amount, minimum advance cancellation time, and the method used to determine the deposit based on availability."],["The JSON structure includes fields like `deposit`, `minAdvanceCancellationSec`, and `depositType`, each with a specific data type and purpose."]]],[]]