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

    Interface MandateCustomer

    interface MandateCustomer {
        bankAccountIban?: BankAccountIban | null;
        companyName?: string | null;
        contactDetails?: MandateContactDetails | null;
        mandateAddress?: MandateAddress | null;
        personalInformation?: MandatePersonalInformation | null;
    }
    Index

    Properties

    bankAccountIban?: BankAccountIban | null
    companyName?: string | null
    contactDetails?: MandateContactDetails | null
    mandateAddress?: MandateAddress | null
    personalInformation?: MandatePersonalInformation | null