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

GoogleCloudRecaptchaenterpriseV1TransactionDataItem

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

Line items being purchased in this transaction.

interface GoogleCloudRecaptchaenterpriseV1TransactionDataItem {
merchantAccountId?: string;
name?: string;
quantity?: bigint;
value?: number;
}

§Properties

§
merchantAccountId?: string
[src]

Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions.

§
name?: string
[src]

Optional. The full name of the item.

§
quantity?: bigint
[src]

Optional. The quantity of this item that is being purchased.

§
value?: number
[src]

Optional. The value per item that the user is paying, in the transaction currency, after discounts.