Deposit
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפקדה שעלולה לגרום לחיוב של המשתמש או להשהיית כרטיס האשראי שלו.
ייצוג JSON |
{
"deposit": {
object (Price )
},
"minAdvanceCancellationSec": string,
"depositType": enum (PriceType )
} |
שדות |
deposit |
object (Price )
סכום ההפקדה.
|
minAdvanceCancellationSec |
string (int64 format)
סכום מינימלי לביטול מראש של ההפקדה.
|
depositType |
enum (PriceType )
מגדיר איך נקבע סכום הפיקדון לפי הזמינות.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\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. |"]]