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;
}import type { Item } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Represents an item in the cart associated with the event.