Class GoogleMapsPlacesV1PlacePaymentOptions
Payment options the place accepts.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlacePaymentOptions : IDirectResponseSchema
Properties
AcceptsCashOnly
Place accepts cash only as payment. Places with this attribute may still accept other payment methods.
Declaration
[JsonProperty("acceptsCashOnly")]
public virtual bool? AcceptsCashOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AcceptsCreditCards
Place accepts credit cards as payment.
Declaration
[JsonProperty("acceptsCreditCards")]
public virtual bool? AcceptsCreditCards { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AcceptsDebitCards
Place accepts debit cards as payment.
Declaration
[JsonProperty("acceptsDebitCards")]
public virtual bool? AcceptsDebitCards { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AcceptsNfc
Place accepts NFC payments.
Declaration
[JsonProperty("acceptsNfc")]
public virtual bool? AcceptsNfc { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |