Worldline Connect Node.js SDK
    Preparing search index...

    Interface FindProductgroupsParams

    interface FindProductgroupsParams {
        amount?: number;
        countryCode?: string;
        currencyCode?: string;
        extraHeaders?: Header[];
        hide?: string[];
        idempotence?: Idempotence;
        isInstallments?: boolean;
        isRecurring?: boolean;
        locale?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount?: number
    countryCode?: string
    currencyCode?: string
    extraHeaders?: Header[]
    hide?: string[]
    idempotence?: Idempotence
    isInstallments?: boolean
    isRecurring?: boolean
    locale?: string