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

Item

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

Represents an item in the cart associated with the event.

interface Item {
merchantProductId?: string;
quantity?: bigint;
unitPrice?: number;
}

§Properties

§
merchantProductId?: string
[src]

Optional. The product ID within the Merchant Center account.

§
quantity?: bigint
[src]

Optional. The number of this item associated with the event.

§
unitPrice?: number
[src]

Optional. The unit price excluding tax, shipping, and any transaction level discounts.