inventory_in_store_pickup_api_get_pickup_locations_v1

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for inventory in store pickup api get pickup locations v1 API

func (*Client) InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGet

func (a *Client) InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGet(params *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams, opts ...ClientOption) (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK, error)

InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGet Get Pickup Locations according to the results of filtration by Search Request.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGet(params *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams, opts ...ClientOption) (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new inventory in store pickup api get pickup locations v1 API client.

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}
InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault describes a response with status code -1, with default header values.

Unexpected error

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault(code int) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault

NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault creates a InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault with default headers values

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault) Code

Code gets the status code for the inventory in store pickup Api get pickup locations v1 execute get default response

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault) Error

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetDefault) GetPayload

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK struct {
	Payload *models.InventoryInStorePickupAPIDataSearchResultInterface
}
InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK describes a response with status code 200, with default header values.

200 Success.

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK() *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK

NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK creates a InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK with default headers values

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK) Error

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetOK) GetPayload

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams struct {

	/* SearchRequestAreaRadius.

	   Search radius in KM.
	*/
	SearchRequestAreaRadius *int64

	/* SearchRequestAreaSearchTerm.

	   Search term string.
	*/
	SearchRequestAreaSearchTerm *string

	/* SearchRequestCurrentPage.

	   Current page.
	*/
	SearchRequestCurrentPage *int64

	/* SearchRequestExtensionAttributesProductsInfo0Sku.

	   Product SKU.
	*/
	SearchRequestExtensionAttributesProductsInfo0Sku *string

	/* SearchRequestFiltersCityConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersCityConditionType *string

	/* SearchRequestFiltersCityValue.

	   Value.
	*/
	SearchRequestFiltersCityValue *string

	/* SearchRequestFiltersCountryConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersCountryConditionType *string

	/* SearchRequestFiltersCountryValue.

	   Value.
	*/
	SearchRequestFiltersCountryValue *string

	/* SearchRequestFiltersNameConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersNameConditionType *string

	/* SearchRequestFiltersNameValue.

	   Value.
	*/
	SearchRequestFiltersNameValue *string

	/* SearchRequestFiltersPickupLocationCodeConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersPickupLocationCodeConditionType *string

	/* SearchRequestFiltersPickupLocationCodeValue.

	   Value.
	*/
	SearchRequestFiltersPickupLocationCodeValue *string

	/* SearchRequestFiltersPostcodeConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersPostcodeConditionType *string

	/* SearchRequestFiltersPostcodeValue.

	   Value.
	*/
	SearchRequestFiltersPostcodeValue *string

	/* SearchRequestFiltersRegionIDConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersRegionIDConditionType *string

	/* SearchRequestFiltersRegionIDValue.

	   Value.
	*/
	SearchRequestFiltersRegionIDValue *string

	/* SearchRequestFiltersRegionConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersRegionConditionType *string

	/* SearchRequestFiltersRegionValue.

	   Value.
	*/
	SearchRequestFiltersRegionValue *string

	/* SearchRequestFiltersStreetConditionType.

	   Condition Type.
	*/
	SearchRequestFiltersStreetConditionType *string

	/* SearchRequestFiltersStreetValue.

	   Value.
	*/
	SearchRequestFiltersStreetValue *string

	/* SearchRequestPageSize.

	   Page size.
	*/
	SearchRequestPageSize *int64

	/* SearchRequestScopeCode.

	   Sales Channel code.
	*/
	SearchRequestScopeCode *string

	/* SearchRequestScopeType.

	   Sales Channel Type.
	*/
	SearchRequestScopeType *string

	/* SearchRequestSort0Direction.

	   Sorting direction.
	*/
	SearchRequestSort0Direction *string

	/* SearchRequestSort0Field.

	   Sorting field.
	*/
	SearchRequestSort0Field *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams contains all the parameters to send to the API endpoint

for the inventory in store pickup Api get pickup locations v1 execute get operation.

Typically these are written to a http.Request.

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams() *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams creates a new InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithContext

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithContext(ctx context.Context) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithContext creates a new InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams object with the ability to set a context for a request.

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithHTTPClient

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithHTTPClient(client *http.Client) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithHTTPClient creates a new InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams object with the ability to set a custom HTTPClient for a request.

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithTimeout

func NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithTimeout(timeout time.Duration) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

NewInventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParamsWithTimeout creates a new InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams object with the ability to set a timeout on a request.

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetContext

SetContext adds the context to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetDefaults

SetDefaults hydrates default values in the inventory in store pickup Api get pickup locations v1 execute get params (not the query body).

All values with no default are reset to their zero value.

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestAreaRadius

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestAreaRadius(searchRequestAreaRadius *int64)

SetSearchRequestAreaRadius adds the searchRequestAreaRadius to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestAreaSearchTerm

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestAreaSearchTerm(searchRequestAreaSearchTerm *string)

SetSearchRequestAreaSearchTerm adds the searchRequestAreaSearchTerm to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestCurrentPage

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestCurrentPage(searchRequestCurrentPage *int64)

SetSearchRequestCurrentPage adds the searchRequestCurrentPage to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestExtensionAttributesProductsInfo0Sku

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestExtensionAttributesProductsInfo0Sku(searchRequestExtensionAttributesProductsInfo0Sku *string)

SetSearchRequestExtensionAttributesProductsInfo0Sku adds the searchRequestExtensionAttributesProductsInfo0Sku to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCityConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCityConditionType(searchRequestFiltersCityConditionType *string)

SetSearchRequestFiltersCityConditionType adds the searchRequestFiltersCityConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCityValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCityValue(searchRequestFiltersCityValue *string)

SetSearchRequestFiltersCityValue adds the searchRequestFiltersCityValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCountryConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCountryConditionType(searchRequestFiltersCountryConditionType *string)

SetSearchRequestFiltersCountryConditionType adds the searchRequestFiltersCountryConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCountryValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersCountryValue(searchRequestFiltersCountryValue *string)

SetSearchRequestFiltersCountryValue adds the searchRequestFiltersCountryValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersNameConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersNameConditionType(searchRequestFiltersNameConditionType *string)

SetSearchRequestFiltersNameConditionType adds the searchRequestFiltersNameConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersNameValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersNameValue(searchRequestFiltersNameValue *string)

SetSearchRequestFiltersNameValue adds the searchRequestFiltersNameValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPickupLocationCodeConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPickupLocationCodeConditionType(searchRequestFiltersPickupLocationCodeConditionType *string)

SetSearchRequestFiltersPickupLocationCodeConditionType adds the searchRequestFiltersPickupLocationCodeConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPickupLocationCodeValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPickupLocationCodeValue(searchRequestFiltersPickupLocationCodeValue *string)

SetSearchRequestFiltersPickupLocationCodeValue adds the searchRequestFiltersPickupLocationCodeValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPostcodeConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPostcodeConditionType(searchRequestFiltersPostcodeConditionType *string)

SetSearchRequestFiltersPostcodeConditionType adds the searchRequestFiltersPostcodeConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPostcodeValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersPostcodeValue(searchRequestFiltersPostcodeValue *string)

SetSearchRequestFiltersPostcodeValue adds the searchRequestFiltersPostcodeValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionConditionType(searchRequestFiltersRegionConditionType *string)

SetSearchRequestFiltersRegionConditionType adds the searchRequestFiltersRegionConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionIDConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionIDConditionType(searchRequestFiltersRegionIDConditionType *string)

SetSearchRequestFiltersRegionIDConditionType adds the searchRequestFiltersRegionIdConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionIDValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionIDValue(searchRequestFiltersRegionIDValue *string)

SetSearchRequestFiltersRegionIDValue adds the searchRequestFiltersRegionIdValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersRegionValue(searchRequestFiltersRegionValue *string)

SetSearchRequestFiltersRegionValue adds the searchRequestFiltersRegionValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersStreetConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersStreetConditionType(searchRequestFiltersStreetConditionType *string)

SetSearchRequestFiltersStreetConditionType adds the searchRequestFiltersStreetConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersStreetValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestFiltersStreetValue(searchRequestFiltersStreetValue *string)

SetSearchRequestFiltersStreetValue adds the searchRequestFiltersStreetValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestPageSize

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestPageSize(searchRequestPageSize *int64)

SetSearchRequestPageSize adds the searchRequestPageSize to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestScopeCode

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestScopeCode(searchRequestScopeCode *string)

SetSearchRequestScopeCode adds the searchRequestScopeCode to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestScopeType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestScopeType(searchRequestScopeType *string)

SetSearchRequestScopeType adds the searchRequestScopeType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestSort0Direction

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestSort0Direction(searchRequestSort0Direction *string)

SetSearchRequestSort0Direction adds the searchRequestSort0Direction to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestSort0Field

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetSearchRequestSort0Field(searchRequestSort0Field *string)

SetSearchRequestSort0Field adds the searchRequestSort0Field to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) SetTimeout

SetTimeout adds the timeout to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithContext

WithContext adds the context to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithDefaults

WithDefaults hydrates default values in the inventory in store pickup Api get pickup locations v1 execute get params (not the query body).

All values with no default are reset to their zero value.

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestAreaRadius

WithSearchRequestAreaRadius adds the searchRequestAreaRadius to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestAreaSearchTerm

WithSearchRequestAreaSearchTerm adds the searchRequestAreaSearchTerm to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestCurrentPage

WithSearchRequestCurrentPage adds the searchRequestCurrentPage to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestExtensionAttributesProductsInfo0Sku

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestExtensionAttributesProductsInfo0Sku(searchRequestExtensionAttributesProductsInfo0Sku *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestExtensionAttributesProductsInfo0Sku adds the searchRequestExtensionAttributesProductsInfo0Sku to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCityConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCityConditionType(searchRequestFiltersCityConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersCityConditionType adds the searchRequestFiltersCityConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCityValue

WithSearchRequestFiltersCityValue adds the searchRequestFiltersCityValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCountryConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCountryConditionType(searchRequestFiltersCountryConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersCountryConditionType adds the searchRequestFiltersCountryConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCountryValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersCountryValue(searchRequestFiltersCountryValue *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersCountryValue adds the searchRequestFiltersCountryValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersNameConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersNameConditionType(searchRequestFiltersNameConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersNameConditionType adds the searchRequestFiltersNameConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersNameValue

WithSearchRequestFiltersNameValue adds the searchRequestFiltersNameValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPickupLocationCodeConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPickupLocationCodeConditionType(searchRequestFiltersPickupLocationCodeConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersPickupLocationCodeConditionType adds the searchRequestFiltersPickupLocationCodeConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPickupLocationCodeValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPickupLocationCodeValue(searchRequestFiltersPickupLocationCodeValue *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersPickupLocationCodeValue adds the searchRequestFiltersPickupLocationCodeValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPostcodeConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPostcodeConditionType(searchRequestFiltersPostcodeConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersPostcodeConditionType adds the searchRequestFiltersPostcodeConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPostcodeValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersPostcodeValue(searchRequestFiltersPostcodeValue *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersPostcodeValue adds the searchRequestFiltersPostcodeValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionConditionType(searchRequestFiltersRegionConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersRegionConditionType adds the searchRequestFiltersRegionConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionIDConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionIDConditionType(searchRequestFiltersRegionIDConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersRegionIDConditionType adds the searchRequestFiltersRegionIDConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionIDValue

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionIDValue(searchRequestFiltersRegionIDValue *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersRegionIDValue adds the searchRequestFiltersRegionIDValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersRegionValue

WithSearchRequestFiltersRegionValue adds the searchRequestFiltersRegionValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersStreetConditionType

func (o *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersStreetConditionType(searchRequestFiltersStreetConditionType *string) *InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams

WithSearchRequestFiltersStreetConditionType adds the searchRequestFiltersStreetConditionType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestFiltersStreetValue

WithSearchRequestFiltersStreetValue adds the searchRequestFiltersStreetValue to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestPageSize

WithSearchRequestPageSize adds the searchRequestPageSize to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestScopeCode

WithSearchRequestScopeCode adds the searchRequestScopeCode to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestScopeType

WithSearchRequestScopeType adds the searchRequestScopeType to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestSort0Direction

WithSearchRequestSort0Direction adds the searchRequestSort0Direction to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithSearchRequestSort0Field

WithSearchRequestSort0Field adds the searchRequestSort0Field to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WithTimeout

WithTimeout adds the timeout to the inventory in store pickup Api get pickup locations v1 execute get params

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetReader

type InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetReader struct {
	// contains filtered or unexported fields
}

InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetReader is a Reader for the InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGet structure.

func (*InventoryInStorePickupAPIGetPickupLocationsV1ExecuteGetReader) ReadResponse

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL