NoShowFee
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Rezervasyon yapan ancak gelmeyen kullanıcılardan alınabilecek ücret.
JSON gösterimi |
{
"fee": {
object (Price )
},
"feeType": enum (PriceType )
} |
Alanlar |
fee |
object (Price )
Rezervasyon için gelmediğinden kullanıcıdan alınabilecek tutar.
|
feeType |
enum (PriceType )
Ücretin, 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\u003eNo-show fees may be applied to users who book but fail to arrive for their reservation.\u003c/p\u003e\n"],["\u003cp\u003eFee amounts and calculation methods are determined using \u003ccode\u003ePrice\u003c/code\u003e and \u003ccode\u003ePriceType\u003c/code\u003e objects within the JSON structure.\u003c/p\u003e\n"]]],[],null,["# NoShowFee\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA fee that a user may be charged if they have made a booking but do not show up.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"fee\": { object (/maps-booking/reference/maps-booking-api/rest/v1alpha/Price) }, \"feeType\": enum (/maps-booking/reference/maps-booking-api/rest/v1alpha/PriceType) } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fee` | `object (`[Price](/maps-booking/reference/maps-booking-api/rest/v1alpha/Price)`)` The amount the user may be charged if they do not show up for their reservation. |\n| `fee``Type` | `enum (`[PriceType](/maps-booking/reference/maps-booking-api/rest/v1alpha/PriceType)`)` Defines how the fee is determined from the availability. |"]]