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

ServiceItem

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

A message that describes a single service item. It is used to describe the type of service that the merchant provides. For example, haircut can be a service.

interface ServiceItem {
freeFormServiceItem?: FreeFormServiceItem;
price?: Money;
structuredServiceItem?: StructuredServiceItem;
}

§Properties

§
freeFormServiceItem?: FreeFormServiceItem
[src]

Optional. This field will be set case of free-form services data.

§
price?: Money
[src]

Optional. Represents the monetary price of the service item. We recommend that currency_code and units should be set when including a price. This will be treated as a fixed price for the service item.

§
structuredServiceItem?: StructuredServiceItem
[src]

Optional. This field will be set case of structured services data.