Show / Hide Table of Contents

Class Policies

Property rules that impact guests.

Inheritance
object
Policies
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class Policies : IDirectResponseSchema

Properties

AllInclusiveAvailable

All inclusive available. The hotel offers a rate option that includes the cost of the room, meals, activities, and other amenities that might otherwise be charged separately.

Declaration
[JsonProperty("allInclusiveAvailable")]
public virtual bool? AllInclusiveAvailable { get; set; }
Property Value
Type Description
bool?

AllInclusiveAvailableException

All inclusive available exception.

Declaration
[JsonProperty("allInclusiveAvailableException")]
public virtual string AllInclusiveAvailableException { get; set; }
Property Value
Type Description
string

AllInclusiveOnly

All inclusive only. The only rate option offered by the hotel is a rate that includes the cost of the room, meals, activities and other amenities that might otherwise be charged separately.

Declaration
[JsonProperty("allInclusiveOnly")]
public virtual bool? AllInclusiveOnly { get; set; }
Property Value
Type Description
bool?

AllInclusiveOnlyException

All inclusive only exception.

Declaration
[JsonProperty("allInclusiveOnlyException")]
public virtual string AllInclusiveOnlyException { get; set; }
Property Value
Type Description
string

CheckinTime

Check-in time. The time of the day at which the hotel begins providing guests access to their unit at the beginning of their stay.

Declaration
[JsonProperty("checkinTime")]
public virtual TimeOfDay CheckinTime { get; set; }
Property Value
Type Description
TimeOfDay

CheckinTimeException

Check-in time exception.

Declaration
[JsonProperty("checkinTimeException")]
public virtual string CheckinTimeException { get; set; }
Property Value
Type Description
string

CheckoutTime

Check-out time. The time of the day on the last day of a guest's reserved stay at which the guest must vacate their room and settle their bill. Some hotels may offer late or early check out for a fee.

Declaration
[JsonProperty("checkoutTime")]
public virtual TimeOfDay CheckoutTime { get; set; }
Property Value
Type Description
TimeOfDay

CheckoutTimeException

Check-out time exception.

Declaration
[JsonProperty("checkoutTimeException")]
public virtual string CheckoutTimeException { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KidsStayFree

Kids stay free. The children of guests are allowed to stay in the room/suite of a parent or adult without an additional fee. The policy may or may not stipulate a limit of the child's age or the overall number of children allowed.

Declaration
[JsonProperty("kidsStayFree")]
public virtual bool? KidsStayFree { get; set; }
Property Value
Type Description
bool?

KidsStayFreeException

Kids stay free exception.

Declaration
[JsonProperty("kidsStayFreeException")]
public virtual string KidsStayFreeException { get; set; }
Property Value
Type Description
string

MaxChildAge

Max child age. The hotel allows children up to a certain age to stay in the room/suite of a parent or adult without an additional fee.

Declaration
[JsonProperty("maxChildAge")]
public virtual int? MaxChildAge { get; set; }
Property Value
Type Description
int?

MaxChildAgeException

Max child age exception.

Declaration
[JsonProperty("maxChildAgeException")]
public virtual string MaxChildAgeException { get; set; }
Property Value
Type Description
string

MaxKidsStayFreeCount

Max kids stay free count. The hotel allows a specific, defined number of children to stay in the room/suite of a parent or adult without an additional fee.

Declaration
[JsonProperty("maxKidsStayFreeCount")]
public virtual int? MaxKidsStayFreeCount { get; set; }
Property Value
Type Description
int?

MaxKidsStayFreeCountException

Max kids stay free count exception.

Declaration
[JsonProperty("maxKidsStayFreeCountException")]
public virtual string MaxKidsStayFreeCountException { get; set; }
Property Value
Type Description
string

PaymentOptions

Forms of payment accepted at the property.

Declaration
[JsonProperty("paymentOptions")]
public virtual PaymentOptions PaymentOptions { get; set; }
Property Value
Type Description
PaymentOptions

SmokeFreeProperty

Smoke free property. Smoking is not allowed inside the building, on balconies, or in outside spaces. Hotels that offer a designated area for guests to smoke are not considered smoke-free properties.

Declaration
[JsonProperty("smokeFreeProperty")]
public virtual bool? SmokeFreeProperty { get; set; }
Property Value
Type Description
bool?

SmokeFreePropertyException

Smoke free property exception.

Declaration
[JsonProperty("smokeFreePropertyException")]
public virtual string SmokeFreePropertyException { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX