Pennylane API Client
    Preparing search index...

    Interface CustomerFilterStartWith

    Customer list filter item for prefix operators.

    interface CustomerFilterStartWith {
        field: "external_reference" | "name";
        operator: "start_with";
        value: string;
    }
    Index

    Properties

    Properties

    field: "external_reference" | "name"
    operator: "start_with"
    value: string