Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>
ltsVersion: "1.0.0" = seamApiLtsVersion
ltsVersion: string = seamApiLtsVersion

Methods

  • Parameters

    • Optionalparameters: {
          acs_system_id: string;
      }
      • acs_system_id: string

        ID of the access system that you want to get.

    • options: AcsSystemsGetOptions = {}

    Returns AcsSystemsGetRequest

  • Parameters

    • Optionalparameters: {
          connected_account_id?: string;
      }
      • Optionalconnected_account_id?: string

        ID of the connected account by which you want to filter the list of access systems.

    • options: AcsSystemsListOptions = {}

    Returns AcsSystemsListRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>