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

    Interface CustomerToken

    interface CustomerToken {
        billingAddress?: Address | null;
        companyInformation?: CompanyInformation | null;
        merchantCustomerId?: string | null;
        personalInformation?: PersonalInformationToken | null;
        vatNumber?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    billingAddress?: Address | null
    companyInformation?: CompanyInformation | null
    merchantCustomerId?: string | null
    personalInformation?: PersonalInformationToken | null
    vatNumber?: string | null

    Use companyInformation.vatNumber instead