Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1PlacePaymentOptions

import type { GoogleMapsPlacesV1PlacePaymentOptions } from "https://googleapis.deno.dev/v1/places:v1.ts";

Payment options the place accepts.

interface GoogleMapsPlacesV1PlacePaymentOptions {
acceptsCashOnly?: boolean;
acceptsCreditCards?: boolean;
acceptsDebitCards?: boolean;
acceptsNfc?: boolean;
}

§Properties

§
acceptsCashOnly?: boolean
[src]

Place accepts cash only as payment. Places with this attribute may still accept other payment methods.

§
acceptsCreditCards?: boolean
[src]

Place accepts credit cards as payment.

§
acceptsDebitCards?: boolean
[src]

Place accepts debit cards as payment.

§
acceptsNfc?: boolean
[src]

Place accepts NFC payments.