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

    Interface MandateAddress

    interface MandateAddress {
        city?: string | null;
        countryCode?: string | null;
        houseNumber?: string | null;
        street?: string | null;
        zip?: string | null;
    }
    Index

    Properties

    city?: string | null
    countryCode?: string | null
    houseNumber?: string | null
    street?: string | null
    zip?: string | null