Class PaymentOptions
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
Payment options accepted by a place.
public sealed class PaymentOptions
- Inheritance
-
PaymentOptions
- Inherited Members
Properties
AcceptsCashOnly
Whether only cash is accepted.
[JsonPropertyName("acceptsCashOnly")]
public bool? AcceptsCashOnly { get; set; }
Property Value
- bool?
AcceptsCreditCards
Whether credit cards are accepted.
[JsonPropertyName("acceptsCreditCards")]
public bool? AcceptsCreditCards { get; set; }
Property Value
- bool?
AcceptsDebitCards
Whether debit cards are accepted.
[JsonPropertyName("acceptsDebitCards")]
public bool? AcceptsDebitCards { get; set; }
Property Value
- bool?
AcceptsNfc
Whether NFC (contactless) payments are accepted.
[JsonPropertyName("acceptsNfc")]
public bool? AcceptsNfc { get; set; }
Property Value
- bool?