File

feature-libs/asm/core/connectors/asm.adapter.ts

Index

Methods

Methods

Abstract customerSearch
customerSearch(options: CustomerSearchOptions)

Abstract function used to search for customers.

Parameters :
Name Type Optional
options CustomerSearchOptions No
import { Observable } from 'rxjs';
import {
  CustomerSearchOptions,
  CustomerSearchPage,
} from '../models/asm.models';

export abstract class AsmAdapter {
  /**
   * Abstract function used to search for customers.
   */
  abstract customerSearch(
    options: CustomerSearchOptions
  ): Observable<CustomerSearchPage>;
}

result-matching ""

    No results matching ""