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

    Interface UpdatePriceRequest

    interface UpdatePriceRequest {
        about?: string;
        label?: string;
        priceId: string;
        productId?: string;
    }
    Index
    about?: string
    label?: string
    priceId: string
    productId?: string