CartDataItem
import type { CartDataItem } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";
Contains data of the items purchased.
interface CartDataItem {
itemId?: string;
quantity?: number;
unitPrice?: number;
}import type { CartDataItem } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";
Contains data of the items purchased.