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").
Implements
Inherited Members
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 |