Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface PurchaseIntent

    interface PurchaseIntent {
        activity?: PurchaseIntentActivityLog;
        adjustableQuantity: boolean;
        allowVariants: boolean;
        applicationId: string;
        createdAt: string;
        id: string;
        price?: PurchaseIntentPrice;
        priceId: string;
        product?: Product;
        productId: string;
        quantity: PurchaseIntentQuantity;
        status: PurchaseIntentStatus;
        updatedAt?: string | null;
    }
    Index
    adjustableQuantity: boolean
    allowVariants: boolean
    applicationId: string
    createdAt: string
    id: string
    priceId: string
    product?: Product
    productId: string
    updatedAt?: string | null