Deposit
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kullanıcıdan alınabilecek veya kredi kartında açık provizyon uygulanabilecek bir depozito.
JSON gösterimi |
{
"deposit": {
object (Price )
},
"minAdvanceCancellationSec": string,
"depositType": enum (PriceType )
} |
Alanlar |
deposit |
object (Price )
Yatırılan tutar.
|
minAdvanceCancellationSec |
string (int64 format)
Depozito için minimum iptal süresi.
|
depositType |
enum (PriceType )
Depozitonun müsaitlik durumuna göre nasıl belirlendiğini tanımlar.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]