Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListQuery

Hierarchy

  • ListQuery

Index

Properties

Optional orderBy

orderBy: ("Npa" | "City")[]

Sorts results by the specified property. The default value is 'City'

Optional page

page: number

Indicates the page number to retrieve. Only positive number values are allowed. Default value is '1'.

Optional perPage

perPage: number

Indicates the page size (number of items). If not specified, the value is '100' by default.

Optional stateId

stateId: string

Internal identifier of a state

Optional withNxx

withNxx: boolean

Specifies if nxx codes are returned

Generated using TypeDoc