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

    Interface CustomerBase

    interface CustomerBase {
        companyInformation?: CompanyInformation | null;
        merchantCustomerId?: string | null;
        vatNumber?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    companyInformation?: CompanyInformation | null
    merchantCustomerId?: string | null
    vatNumber?: string | null

    Use companyInformation.vatNumber instead