NoShowFee
A fee that a user may be charged if they have made a booking but do not show up.
JSON representation |
{
"fee": {
object (Price )
},
"feeType": enum (PriceType )
} |
Fields |
fee |
object (Price )
The amount the user may be charged if they do not show up for their reservation.
|
feeType |
enum (PriceType )
Defines how the fee is determined from the availability.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["No-show fees may be applied to users who book but fail to arrive for their reservation."],["Fee amounts and calculation methods are determined using `Price` and `PriceType` objects within the JSON structure."]]],[]]