NoShowFee

  • 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.

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.