Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListProvidersParams

Parameters for the listProviders operation.

Hierarchy

  • ListProvidersParams

Index

Properties

accountId

accountId: string

Account ID.

Optional endProviderId

endProviderId: string

The last provider_id to include in the result (sorted in ascending order). Ignored if not provided.

Optional headers

headers: OutgoingHttpHeaders

Optional limit

limit: number

Limit the number of the returned documents to the specified number.

Optional skip

skip: number

The offset is the index of the item from which you want to start returning data from. Default is 0.

Optional startProviderId

startProviderId: string

The first provider_id to include in the result (sorted in ascending order). Ignored if not provided.

Generated using TypeDoc