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

    Interface CustomerTokenWithContactDetails

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Use companyInformation.vatNumber instead