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

    Interface PersonalIdentification

    interface PersonalIdentification {
        idIssuingCountryCode?: string | null;
        idType?: string | null;
        idValue?: string | null;
    }
    Index

    Properties

    idIssuingCountryCode?: string | null
    idType?: string | null
    idValue?: string | null