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

    Interface ValueMappingElement

    interface ValueMappingElement {
        displayElements?: PaymentProductFieldDisplayElement[] | null;
        displayName?: string | null;
        value?: string | null;
    }
    Index

    Properties

    displayElements?: PaymentProductFieldDisplayElement[] | null
    displayName?: string | null

    Use displayElements instead with ID 'displayName'

    value?: string | null