property CartContents.user_cart_confirmation_required

If true, the merchant requires user confirmation before purchase.

When true, even if the user has given broad purchasing permissions to their agent, this specific cart requires explicit user approval.

Examples

Example 1

true // Requires user confirmation

Example 2

false // Agent can purchase automatically

Type

boolean

Usage

import { type CartContents } from ".";