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

    Interface PaymentProductField

    interface PaymentProductField {
        dataRestrictions?: PaymentProductFieldDataRestrictions | null;
        displayHints?: PaymentProductFieldDisplayHints | null;
        id?: string | null;
        type?: string | null;
        usedForLookup?: boolean | null;
    }
    Index

    Properties

    dataRestrictions?: PaymentProductFieldDataRestrictions | null
    displayHints?: PaymentProductFieldDisplayHints | null
    id?: string | null
    type?: string | null
    usedForLookup?: boolean | null