directory_country_information_acquirer_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: 10 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 directory country information acquirer v1 API

func (*Client) DirectoryCountryInformationAcquirerV1GetCountriesInfoGet

DirectoryCountryInformationAcquirerV1GetCountriesInfoGet Get all countries and regions information for the store.

func (*Client) DirectoryCountryInformationAcquirerV1GetCountryInfoGet

func (a *Client) DirectoryCountryInformationAcquirerV1GetCountryInfoGet(params *DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams, opts ...ClientOption) (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK, error)

DirectoryCountryInformationAcquirerV1GetCountryInfoGet Get country and region information for the store.

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 {
	DirectoryCountryInformationAcquirerV1GetCountriesInfoGet(params *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams, opts ...ClientOption) (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK, error)

	DirectoryCountryInformationAcquirerV1GetCountryInfoGet(params *DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams, opts ...ClientOption) (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK, 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 directory country information acquirer v1 API client.

type DirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault

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

Unexpected error

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault(code int) *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault

NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault creates a DirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault with default headers values

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault) Code

Code gets the status code for the directory country information acquirer v1 get countries info get default response

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault) Error

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetDefault) GetPayload

type DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK

type DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK struct {
	Payload []*models.DirectoryDataCountryInformationInterface
}
DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK describes a response with status code 200, with default header values.

200 Success.

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK() *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK

NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK creates a DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK with default headers values

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK) Error

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetOK) GetPayload

type DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams

type DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams contains all the parameters to send to the API endpoint

for the directory country information acquirer v1 get countries info get operation.

Typically these are written to a http.Request.

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams() *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams creates a new DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams 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 NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithContext

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithContext(ctx context.Context) *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithContext creates a new DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams object with the ability to set a context for a request.

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithHTTPClient

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithHTTPClient(client *http.Client) *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithHTTPClient creates a new DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams object with the ability to set a custom HTTPClient for a request.

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithTimeout

func NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithTimeout(timeout time.Duration) *DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountriesInfoGetParamsWithTimeout creates a new DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams object with the ability to set a timeout on a request.

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) SetContext

SetContext adds the context to the directory country information acquirer v1 get countries info get params

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) SetDefaults

SetDefaults hydrates default values in the directory country information acquirer v1 get countries info get params (not the query body).

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

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the directory country information acquirer v1 get countries info get params

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) SetTimeout

SetTimeout adds the timeout to the directory country information acquirer v1 get countries info get params

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) WithContext

WithContext adds the context to the directory country information acquirer v1 get countries info get params

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) WithDefaults

WithDefaults hydrates default values in the directory country information acquirer v1 get countries info get params (not the query body).

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

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the directory country information acquirer v1 get countries info get params

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) WithTimeout

WithTimeout adds the timeout to the directory country information acquirer v1 get countries info get params

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DirectoryCountryInformationAcquirerV1GetCountriesInfoGetReader

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

DirectoryCountryInformationAcquirerV1GetCountriesInfoGetReader is a Reader for the DirectoryCountryInformationAcquirerV1GetCountriesInfoGet structure.

func (*DirectoryCountryInformationAcquirerV1GetCountriesInfoGetReader) ReadResponse

ReadResponse reads a server response into the received o.

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest struct {
	Payload *models.ErrorResponse
}
DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest describes a response with status code 400, with default header values.

400 Bad Request

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest() *DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest creates a DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest with default headers values

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest) Error

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetBadRequest) GetPayload

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault

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

Unexpected error

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault(code int) *DirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault creates a DirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault with default headers values

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault) Code

Code gets the status code for the directory country information acquirer v1 get country info get default response

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault) Error

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetDefault) GetPayload

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK

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

200 Success.

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetOK

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetOK() *DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetOK creates a DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK with default headers values

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK) Error

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetOK) GetPayload

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams struct {

	// CountryID.
	CountryID string

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

DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams contains all the parameters to send to the API endpoint

for the directory country information acquirer v1 get country info get operation.

Typically these are written to a http.Request.

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParams

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParams() *DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParams creates a new DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams 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 NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithContext

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithContext(ctx context.Context) *DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithContext creates a new DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams object with the ability to set a context for a request.

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithHTTPClient

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithHTTPClient(client *http.Client) *DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithHTTPClient creates a new DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams object with the ability to set a custom HTTPClient for a request.

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithTimeout

func NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithTimeout(timeout time.Duration) *DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams

NewDirectoryCountryInformationAcquirerV1GetCountryInfoGetParamsWithTimeout creates a new DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams object with the ability to set a timeout on a request.

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) SetContext

SetContext adds the context to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) SetCountryID

SetCountryID adds the countryId to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) SetDefaults

SetDefaults hydrates default values in the directory country information acquirer v1 get country info get params (not the query body).

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

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) SetTimeout

SetTimeout adds the timeout to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) WithContext

WithContext adds the context to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) WithCountryID

WithCountryID adds the countryID to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) WithDefaults

WithDefaults hydrates default values in the directory country information acquirer v1 get country info get params (not the query body).

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

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) WithTimeout

WithTimeout adds the timeout to the directory country information acquirer v1 get country info get params

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DirectoryCountryInformationAcquirerV1GetCountryInfoGetReader

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

DirectoryCountryInformationAcquirerV1GetCountryInfoGetReader is a Reader for the DirectoryCountryInformationAcquirerV1GetCountryInfoGet structure.

func (*DirectoryCountryInformationAcquirerV1GetCountryInfoGetReader) 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