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

    Interface PersonalInformation

    interface PersonalInformation {
        dateOfBirth?: string | null;
        gender?: string | null;
        identification?: PersonalIdentification | null;
        name?: PersonalName | null;
    }
    Index

    Properties

    dateOfBirth?: string | null
    gender?: string | null
    identification?: PersonalIdentification | null
    name?: PersonalName | null