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

    Interface GetCustomerDetailsRequest

    interface GetCustomerDetailsRequest {
        countryCode?: string | null;
        values?: KeyValuePair[] | null;
    }
    Index

    Properties

    countryCode?: string | null
    values?: KeyValuePair[] | null