Options
All
  • Public
  • Public/Protected
  • All
Menu

Access by calling const {PaymentOptions} = await google.maps.importLibrary("places"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

  • PaymentOptions

Index

Constructors

Properties

acceptsCashOnly: null | boolean

Whether a place only accepts payment via cash. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

acceptsCreditCards: null | boolean

Whether a place accepts payment via credit card. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

acceptsDebitCards: null | boolean

Whether a place accepts payment via debit card. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

acceptsNFC: null | boolean

Whether a place accepts payment via NFC. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

Generated using TypeDoc