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

    Interface AddressPersonal

    interface AddressPersonal {
        additionalInfo?: string | null;
        city?: string | null;
        countryCode?: string | null;
        houseNumber?: string | null;
        name?: PersonalName | null;
        state?: string | null;
        stateCode?: string | null;
        street?: string | null;
        zip?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalInfo?: string | null
    city?: string | null
    countryCode?: string | null
    houseNumber?: string | null
    name?: PersonalName | null
    state?: string | null
    stateCode?: string | null
    street?: string | null
    zip?: string | null