Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlacePaymentOptions

Payment options the place accepts.

Inheritance
object
GoogleMapsPlacesV1PlacePaymentOptions
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX