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

    Interface ProductDefaultUnitPrice

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