GoogleMapsPlacesV1PlacePaymentOptions class

Payment options the place accepts.

Constructors

GoogleMapsPlacesV1PlacePaymentOptions({bool? acceptsCashOnly, bool? acceptsCreditCards, bool? acceptsDebitCards, bool? acceptsNfc})
GoogleMapsPlacesV1PlacePaymentOptions.fromJson(Map json_)

Properties

acceptsCashOnly bool?
Place accepts cash only as payment.
getter/setter pair
acceptsCreditCards bool?
Place accepts credit cards as payment.
getter/setter pair
acceptsDebitCards bool?
Place accepts debit cards as payment.
getter/setter pair
acceptsNfc bool?
Place accepts NFC payments.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited