Deposit
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Es un depósito que se le puede cobrar al usuario o por el cual se le puede aplicar una retención en su tarjeta de crédito.
Representación JSON |
{
"deposit": {
object (Price )
},
"minAdvanceCancellationSec": string,
"depositType": enum (PriceType )
} |
Campos |
deposit |
object (Price )
Es el importe del depósito.
|
minAdvanceCancellationSec |
string (int64 format)
Es el importe mínimo de cancelación anticipada del depósito.
|
depositType |
enum (PriceType )
Define cómo se determina el depósito 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\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. |"]]