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

    Interface CatalogPrice

    interface CatalogPrice {
        about?: string | null;
        active: boolean;
        archivedAt?: string | null;
        createdAt: string;
        id: string;
        label?: string | null;
        nominal: Amount;
        product?: Product | null;
        productId?: string;
        updatedAt?: string | null;
    }
    Index
    about?: string | null
    active: boolean
    archivedAt?: string | null
    createdAt: string
    id: string
    label?: string | null
    nominal: Amount
    product?: Product | null
    productId?: string
    updatedAt?: string | null