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

    Interface GetCustomerDetailsResponse

    interface GetCustomerDetailsResponse {
        city?: string | null;
        country?: string | null;
        emailAddress?: string | null;
        firstName?: string | null;
        fiscalNumber?: string | null;
        languageCode?: string | null;
        phoneNumber?: string | null;
        street?: string | null;
        surname?: string | null;
        zip?: string | null;
    }
    Index

    Properties

    city?: string | null
    country?: string | null
    emailAddress?: string | null
    firstName?: string | null
    fiscalNumber?: string | null
    languageCode?: string | null
    phoneNumber?: string | null
    street?: string | null
    surname?: string | null
    zip?: string | null