Show / Hide Table of Contents

Class GoogleMapsPlacesV1PriceRange

The price range associated with a Place. end_price could be unset, which indicates a range without upper bound (e.g. "More than $100").

Inheritance
object
GoogleMapsPlacesV1PriceRange
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.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PriceRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EndPrice

The high end of the price range (exclusive). Price should be lower than this amount.

Declaration
[JsonProperty("endPrice")]
public virtual GoogleTypeMoney EndPrice { get; set; }
Property Value
Type Description
GoogleTypeMoney

StartPrice

The low end of the price range (inclusive). Price should be at or above this amount.

Declaration
[JsonProperty("startPrice")]
public virtual GoogleTypeMoney StartPrice { get; set; }
Property Value
Type Description
GoogleTypeMoney

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX