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

    Interface PaymentProductFiltersHostedCheckout

    interface PaymentProductFiltersHostedCheckout {
        exclude?: PaymentProductFilter | null;
        restrictTo?: PaymentProductFilter | null;
        tokensOnly?: boolean | null;
    }
    Index

    Properties

    exclude?: PaymentProductFilter | null
    restrictTo?: PaymentProductFilter | null
    tokensOnly?: boolean | null