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

    Interface Creditor

    interface Creditor {
        additionalAddressInfo?: string | null;
        city?: string | null;
        countryCode?: string | null;
        houseNumber?: string | null;
        iban?: string | null;
        id?: string | null;
        name?: string | null;
        referenceParty?: string | null;
        referencePartyId?: string | null;
        street?: string | null;
        zip?: string | null;
    }
    Index

    Properties

    additionalAddressInfo?: string | null
    city?: string | null
    countryCode?: string | null
    houseNumber?: string | null
    iban?: string | null
    id?: string | null
    name?: string | null
    referenceParty?: string | null
    referencePartyId?: string | null
    street?: string | null
    zip?: string | null