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

    Interface Debtor

    interface Debtor {
        additionalAddressInfo?: string | null;
        city?: string | null;
        countryCode?: string | null;
        firstName?: string | null;
        houseNumber?: string | null;
        state?: string | null;
        stateCode?: string | null;
        street?: string | null;
        surname?: string | null;
        surnamePrefix?: string | null;
        zip?: string | null;
    }
    Index

    Properties

    additionalAddressInfo?: string | null
    city?: string | null
    countryCode?: string | null
    firstName?: string | null
    houseNumber?: string | null
    state?: string | null
    stateCode?: string | null
    street?: string | null
    surname?: string | null
    surnamePrefix?: string | null
    zip?: string | null