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

    Interface Address

    interface Address {
        additionalInfo?: string | null;
        city?: string | null;
        countryCode?: string | null;
        houseNumber?: string | 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
    state?: string | null
    stateCode?: string | null
    street?: string | null
    zip?: string | null