Alokai

PickupLocationFilterInput

PickupLocationFilterInput defines the list of attributes and filters for the search.

type PickupLocationFilterInput = {
  city?: InputMaybe<FilterTypeInput>; /** Filter by country. */
  country_id?: InputMaybe<FilterTypeInput>; /** Filter by pickup location name. */
  name?: InputMaybe<FilterTypeInput>; /** Filter by pickup location code. */
  pickup_location_code?: InputMaybe<FilterTypeInput>; /** Filter by postcode. */
  postcode?: InputMaybe<FilterTypeInput>; /** Filter by region. */
  region?: InputMaybe<FilterTypeInput>; /** Filter by region id. */
  region_id?: InputMaybe<FilterTypeInput>; /** Filter by street. */
  street?: InputMaybe<FilterTypeInput>;
};

Referenced Types

On this page