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

    Interface Seller

    interface Seller {
        address?: Address | null;
        channelCode?: string | null;
        description?: string | null;
        externalReferenceId?: string | null;
        geocode?: string | null;
        id?: string | null;
        invoiceNumber?: string | null;
        isForeignRetailer?: boolean | null;
        mcc?: string | null;
        name?: string | null;
        phoneNumber?: string | null;
        type?: string | null;
    }
    Index

    Properties

    address?: Address | null
    channelCode?: string | null
    description?: string | null
    externalReferenceId?: string | null
    geocode?: string | null
    id?: string | null
    invoiceNumber?: string | null
    isForeignRetailer?: boolean | null
    mcc?: string | null
    name?: string | null
    phoneNumber?: string | null
    type?: string | null