Deposit
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Wpłata, którą użytkownik może zostać obciążony lub wstrzymana na karcie kredytowej.
Zapis JSON |
{
"deposit": {
object (Price )
},
"minAdvanceCancellationSec": string,
"depositType": enum (PriceType )
} |
Pola |
deposit |
object (Price )
kwota depozytu;
|
minAdvanceCancellationSec |
string (int64 format)
Minimalne anulowanie wpłaty z wyprzedzeniem.
|
depositType |
enum (PriceType )
Określa, jak depozyt jest określany na podstawie dostępności.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]