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

    Interface PersonalName

    interface PersonalName {
        firstName?: string | null;
        surname?: string | null;
        surnamePrefix?: string | null;
        title?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    firstName?: string | null
    surname?: string | null
    surnamePrefix?: string | null
    title?: string | null