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

    Interface PayoutCustomer

    interface PayoutCustomer {
        address?: Address | null;
        companyInformation?: CompanyInformation | null;
        contactDetails?: ContactDetailsBase | null;
        merchantCustomerId?: string | null;
        name?: PersonalName | null;
    }
    Index

    Properties

    address?: Address | null
    companyInformation?: CompanyInformation | null
    contactDetails?: ContactDetailsBase | null
    merchantCustomerId?: string | null
    name?: PersonalName | null