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

    Interface CompanyInformation

    interface CompanyInformation {
        dateOfIncorporation?: string | null;
        name?: string | null;
        vatNumber?: string | null;
    }
    Index

    Properties

    dateOfIncorporation?: string | null
    name?: string | null
    vatNumber?: string | null