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

    Interface PaymentProductFieldDisplayElement

    interface PaymentProductFieldDisplayElement {
        id?: string | null;
        label?: string | null;
        type?: string | null;
        value?: string | null;
    }
    Index

    Properties

    Properties

    id?: string | null
    label?: string | null
    type?: string | null
    value?: string | null