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

    Interface PaymentProductGroup

    interface PaymentProductGroup {
        accountsOnFile?: AccountOnFile[] | null;
        allowsClickToPay?: boolean | null;
        allowsInstallments?: boolean | null;
        clickToPayConfiguration?: ClickToPayConfiguration | null;
        deviceFingerprintEnabled?: boolean | null;
        displayHints?: PaymentProductDisplayHints | null;
        fields?: PaymentProductField[] | null;
        id?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountsOnFile?: AccountOnFile[] | null
    allowsClickToPay?: boolean | null
    allowsInstallments?: boolean | null
    clickToPayConfiguration?: ClickToPayConfiguration | null
    deviceFingerprintEnabled?: boolean | null
    displayHints?: PaymentProductDisplayHints | null
    fields?: PaymentProductField[] | null
    id?: string | null