NoShowFee
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Es una tarifa que se le puede cobrar a un usuario si realiza una reserva, pero no se presenta.
Representación JSON |
{
"fee": {
object (Price )
},
"feeType": enum (PriceType )
} |
Campos |
fee |
object (Price )
Es el importe que se puede cobrar al usuario si no se presenta a su reserva.
|
feeType |
enum (PriceType )
Define cómo se determina la tarifa a partir de la disponibilidad.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 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. |"]]