associations

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 License: Apache-2.0 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 associations API

func New

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

New creates a new associations API client.

func (*Client) DeleteBacsID

func (a *Client) DeleteBacsID(params *DeleteBacsIDParams) (*DeleteBacsIDNoContent, error)

DeleteBacsID deletes organisation association for b a c s

func (*Client) DeleteConfirmationOfPayeeID

func (a *Client) DeleteConfirmationOfPayeeID(params *DeleteConfirmationOfPayeeIDParams) (*DeleteConfirmationOfPayeeIDNoContent, error)

DeleteConfirmationOfPayeeID deletes organisation association

func (*Client) DeleteGocardlessID added in v0.33.0

func (a *Client) DeleteGocardlessID(params *DeleteGocardlessIDParams) (*DeleteGocardlessIDNoContent, error)

DeleteGocardlessID deletes gocardless gateway association

func (*Client) DeleteLhvID added in v0.28.0

func (a *Client) DeleteLhvID(params *DeleteLhvIDParams) (*DeleteLhvIDNoContent, error)

DeleteLhvID deletes organisation lhv association

func (*Client) DeletePayportID

func (a *Client) DeletePayportID(params *DeletePayportIDParams) (*DeletePayportIDNoContent, error)

DeletePayportID deletes service association

func (*Client) DeleteProductsID added in v0.32.0

func (a *Client) DeleteProductsID(params *DeleteProductsIDParams) (*DeleteProductsIDNoContent, error)

DeleteProductsID deletes product association

func (*Client) DeleteSepainstantID

func (a *Client) DeleteSepainstantID(params *DeleteSepainstantIDParams) (*DeleteSepainstantIDNoContent, error)

DeleteSepainstantID deletes organisation spea instant association

func (*Client) DeleteSepasctID

func (a *Client) DeleteSepasctID(params *DeleteSepasctIDParams) (*DeleteSepasctIDNoContent, error)

DeleteSepasctID deletes organisation spea sct association

func (*Client) DeleteStarlingID

func (a *Client) DeleteStarlingID(params *DeleteStarlingIDParams) (*DeleteStarlingIDNoContent, error)

DeleteStarlingID deletes organisation association

func (*Client) DeleteVocalinkreportID

func (a *Client) DeleteVocalinkreportID(params *DeleteVocalinkreportIDParams) (*DeleteVocalinkreportIDNoContent, error)

DeleteVocalinkreportID deletes organisation association

func (*Client) GetBacs

func (a *Client) GetBacs(params *GetBacsParams) (*GetBacsOK, error)

GetBacs lists all organisation associations for b a c s

func (*Client) GetBacsID

func (a *Client) GetBacsID(params *GetBacsIDParams) (*GetBacsIDOK, error)

GetBacsID fetches organisation association for b a c s

func (*Client) GetConfirmationOfPayee

func (a *Client) GetConfirmationOfPayee(params *GetConfirmationOfPayeeParams) (*GetConfirmationOfPayeeOK, error)

GetConfirmationOfPayee lists all organisation associations

func (*Client) GetConfirmationOfPayeeID

func (a *Client) GetConfirmationOfPayeeID(params *GetConfirmationOfPayeeIDParams) (*GetConfirmationOfPayeeIDOK, error)

GetConfirmationOfPayeeID fetches organisation association

func (*Client) GetGocardless added in v0.33.0

func (a *Client) GetGocardless(params *GetGocardlessParams) (*GetGocardlessOK, error)

GetGocardless lists all organisation gocardless gateway associations

func (*Client) GetGocardlessID added in v0.33.0

func (a *Client) GetGocardlessID(params *GetGocardlessIDParams) (*GetGocardlessIDOK, error)

GetGocardlessID fetches organisation gocardless gateway association

func (*Client) GetLhv added in v0.28.0

func (a *Client) GetLhv(params *GetLhvParams) (*GetLhvOK, error)

GetLhv lists all organisation lhv associations

func (*Client) GetLhvID added in v0.28.0

func (a *Client) GetLhvID(params *GetLhvIDParams) (*GetLhvIDOK, error)

GetLhvID fetches organisation lhv association

func (*Client) GetPayport

func (a *Client) GetPayport(params *GetPayportParams) (*GetPayportOK, error)

GetPayport lists all organisation associations

func (*Client) GetPayportID

func (a *Client) GetPayportID(params *GetPayportIDParams) (*GetPayportIDOK, error)

GetPayportID fetches service association

func (*Client) GetProducts added in v0.32.0

func (a *Client) GetProducts(params *GetProductsParams) (*GetProductsOK, error)

GetProducts lists all product associations

func (*Client) GetProductsID added in v0.32.0

func (a *Client) GetProductsID(params *GetProductsIDParams) (*GetProductsIDOK, error)

GetProductsID fetches product association

func (*Client) GetSepainstant

func (a *Client) GetSepainstant(params *GetSepainstantParams) (*GetSepainstantOK, error)

GetSepainstant lists all organisation sepa instant associations

func (*Client) GetSepainstantID

func (a *Client) GetSepainstantID(params *GetSepainstantIDParams) (*GetSepainstantIDOK, error)

GetSepainstantID fetches organisation sepa instant association

func (*Client) GetSepasct

func (a *Client) GetSepasct(params *GetSepasctParams) (*GetSepasctOK, error)

GetSepasct lists all organisation sepa sct associations

func (*Client) GetSepasctID

func (a *Client) GetSepasctID(params *GetSepasctIDParams) (*GetSepasctIDOK, error)

GetSepasctID fetches organisation sepa sct association

func (*Client) GetStarling

func (a *Client) GetStarling(params *GetStarlingParams) (*GetStarlingOK, error)

GetStarling lists all organisation associations

func (*Client) GetStarlingID

func (a *Client) GetStarlingID(params *GetStarlingIDParams) (*GetStarlingIDOK, error)

GetStarlingID fetches organisation association

func (*Client) GetVocalinkreport

func (a *Client) GetVocalinkreport(params *GetVocalinkreportParams) (*GetVocalinkreportOK, error)

GetVocalinkreport lists all organisation associations

func (*Client) GetVocalinkreportID

func (a *Client) GetVocalinkreportID(params *GetVocalinkreportIDParams) (*GetVocalinkreportIDOK, error)

GetVocalinkreportID fetches organisation association

func (*Client) PatchGocardlessID added in v0.34.2

func (a *Client) PatchGocardlessID(params *PatchGocardlessIDParams) (*PatchGocardlessIDOK, error)

PatchGocardlessID patches go cardless association by id

func (*Client) PostBacs

func (a *Client) PostBacs(params *PostBacsParams) (*PostBacsCreated, error)

PostBacs creates organisation association for b a c s

func (*Client) PostConfirmationOfPayee

func (a *Client) PostConfirmationOfPayee(params *PostConfirmationOfPayeeParams) (*PostConfirmationOfPayeeCreated, error)

PostConfirmationOfPayee creates organisation association with confirmation of payee

func (*Client) PostGocardless added in v0.33.0

func (a *Client) PostGocardless(params *PostGocardlessParams) (*PostGocardlessCreated, error)

PostGocardless creates organisation association for go cardless gateway

func (*Client) PostLhv added in v0.28.0

func (a *Client) PostLhv(params *PostLhvParams) (*PostLhvCreated, error)

PostLhv creates organisation association for lhv

func (*Client) PostPayport

func (a *Client) PostPayport(params *PostPayportParams) (*PostPayportCreated, error)

PostPayport creates payport service association

func (*Client) PostProducts added in v0.32.0

func (a *Client) PostProducts(params *PostProductsParams) (*PostProductsCreated, error)

PostProducts creates product association

func (*Client) PostSepainstant

func (a *Client) PostSepainstant(params *PostSepainstantParams) (*PostSepainstantCreated, error)

PostSepainstant creates organisation association for sepa instant

func (*Client) PostSepasct

func (a *Client) PostSepasct(params *PostSepasctParams) (*PostSepasctCreated, error)

PostSepasct creates organisation association for sepa sct

func (*Client) PostStarling

func (a *Client) PostStarling(params *PostStarlingParams) (*PostStarlingCreated, error)

PostStarling creates organisation association

func (*Client) PostVocalinkreport

func (a *Client) PostVocalinkreport(params *PostVocalinkreportParams) (*PostVocalinkreportCreated, error)

PostVocalinkreport creates organisation association

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteBacsIDNoContent

type DeleteBacsIDNoContent struct {
}

DeleteBacsIDNoContent handles this case with default header values.

Association deleted

func NewDeleteBacsIDNoContent

func NewDeleteBacsIDNoContent() *DeleteBacsIDNoContent

NewDeleteBacsIDNoContent creates a DeleteBacsIDNoContent with default headers values

func (*DeleteBacsIDNoContent) Error

func (o *DeleteBacsIDNoContent) Error() string

type DeleteBacsIDParams

type DeleteBacsIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteBacsIDParams contains all the parameters to send to the API endpoint for the delete bacs ID operation typically these are written to a http.Request

func NewDeleteBacsIDParams

func NewDeleteBacsIDParams() *DeleteBacsIDParams

NewDeleteBacsIDParams creates a new DeleteBacsIDParams object with the default values initialized.

func NewDeleteBacsIDParamsWithContext

func NewDeleteBacsIDParamsWithContext(ctx context.Context) *DeleteBacsIDParams

NewDeleteBacsIDParamsWithContext creates a new DeleteBacsIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteBacsIDParamsWithHTTPClient

func NewDeleteBacsIDParamsWithHTTPClient(client *http.Client) *DeleteBacsIDParams

NewDeleteBacsIDParamsWithHTTPClient creates a new DeleteBacsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteBacsIDParamsWithTimeout

func NewDeleteBacsIDParamsWithTimeout(timeout time.Duration) *DeleteBacsIDParams

NewDeleteBacsIDParamsWithTimeout creates a new DeleteBacsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteBacsIDParams) SetContext

func (o *DeleteBacsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete bacs ID params

func (*DeleteBacsIDParams) SetHTTPClient

func (o *DeleteBacsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete bacs ID params

func (*DeleteBacsIDParams) SetID

func (o *DeleteBacsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete bacs ID params

func (*DeleteBacsIDParams) SetTimeout

func (o *DeleteBacsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete bacs ID params

func (*DeleteBacsIDParams) SetVersion

func (o *DeleteBacsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete bacs ID params

func (*DeleteBacsIDParams) WithContext

WithContext adds the context to the delete bacs ID params

func (*DeleteBacsIDParams) WithHTTPClient

func (o *DeleteBacsIDParams) WithHTTPClient(client *http.Client) *DeleteBacsIDParams

WithHTTPClient adds the HTTPClient to the delete bacs ID params

func (*DeleteBacsIDParams) WithID

WithID adds the id to the delete bacs ID params

func (*DeleteBacsIDParams) WithTimeout

func (o *DeleteBacsIDParams) WithTimeout(timeout time.Duration) *DeleteBacsIDParams

WithTimeout adds the timeout to the delete bacs ID params

func (*DeleteBacsIDParams) WithVersion

func (o *DeleteBacsIDParams) WithVersion(version int64) *DeleteBacsIDParams

WithVersion adds the version to the delete bacs ID params

func (*DeleteBacsIDParams) WriteToRequest

func (o *DeleteBacsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteBacsIDReader

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

DeleteBacsIDReader is a Reader for the DeleteBacsID structure.

func (*DeleteBacsIDReader) ReadResponse

func (o *DeleteBacsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteConfirmationOfPayeeIDNoContent

type DeleteConfirmationOfPayeeIDNoContent struct {
}

DeleteConfirmationOfPayeeIDNoContent handles this case with default header values.

Association deleted

func NewDeleteConfirmationOfPayeeIDNoContent

func NewDeleteConfirmationOfPayeeIDNoContent() *DeleteConfirmationOfPayeeIDNoContent

NewDeleteConfirmationOfPayeeIDNoContent creates a DeleteConfirmationOfPayeeIDNoContent with default headers values

func (*DeleteConfirmationOfPayeeIDNoContent) Error

type DeleteConfirmationOfPayeeIDParams

type DeleteConfirmationOfPayeeIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteConfirmationOfPayeeIDParams contains all the parameters to send to the API endpoint for the delete confirmation of payee ID operation typically these are written to a http.Request

func NewDeleteConfirmationOfPayeeIDParams

func NewDeleteConfirmationOfPayeeIDParams() *DeleteConfirmationOfPayeeIDParams

NewDeleteConfirmationOfPayeeIDParams creates a new DeleteConfirmationOfPayeeIDParams object with the default values initialized.

func NewDeleteConfirmationOfPayeeIDParamsWithContext

func NewDeleteConfirmationOfPayeeIDParamsWithContext(ctx context.Context) *DeleteConfirmationOfPayeeIDParams

NewDeleteConfirmationOfPayeeIDParamsWithContext creates a new DeleteConfirmationOfPayeeIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteConfirmationOfPayeeIDParamsWithHTTPClient

func NewDeleteConfirmationOfPayeeIDParamsWithHTTPClient(client *http.Client) *DeleteConfirmationOfPayeeIDParams

NewDeleteConfirmationOfPayeeIDParamsWithHTTPClient creates a new DeleteConfirmationOfPayeeIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteConfirmationOfPayeeIDParamsWithTimeout

func NewDeleteConfirmationOfPayeeIDParamsWithTimeout(timeout time.Duration) *DeleteConfirmationOfPayeeIDParams

NewDeleteConfirmationOfPayeeIDParamsWithTimeout creates a new DeleteConfirmationOfPayeeIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteConfirmationOfPayeeIDParams) SetContext

SetContext adds the context to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) SetHTTPClient

func (o *DeleteConfirmationOfPayeeIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) SetID

SetID adds the id to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) SetTimeout

func (o *DeleteConfirmationOfPayeeIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) SetVersion

func (o *DeleteConfirmationOfPayeeIDParams) SetVersion(version int64)

SetVersion adds the version to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) WithContext

WithContext adds the context to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) WithID

WithID adds the id to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) WithTimeout

WithTimeout adds the timeout to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) WithVersion

WithVersion adds the version to the delete confirmation of payee ID params

func (*DeleteConfirmationOfPayeeIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteConfirmationOfPayeeIDReader

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

DeleteConfirmationOfPayeeIDReader is a Reader for the DeleteConfirmationOfPayeeID structure.

func (*DeleteConfirmationOfPayeeIDReader) ReadResponse

func (o *DeleteConfirmationOfPayeeIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteGocardlessIDNoContent added in v0.33.0

type DeleteGocardlessIDNoContent struct {
}

DeleteGocardlessIDNoContent handles this case with default header values.

association deleted successfully

func NewDeleteGocardlessIDNoContent added in v0.33.0

func NewDeleteGocardlessIDNoContent() *DeleteGocardlessIDNoContent

NewDeleteGocardlessIDNoContent creates a DeleteGocardlessIDNoContent with default headers values

func (*DeleteGocardlessIDNoContent) Error added in v0.33.0

type DeleteGocardlessIDParams added in v0.33.0

type DeleteGocardlessIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteGocardlessIDParams contains all the parameters to send to the API endpoint for the delete gocardless ID operation typically these are written to a http.Request

func NewDeleteGocardlessIDParams added in v0.33.0

func NewDeleteGocardlessIDParams() *DeleteGocardlessIDParams

NewDeleteGocardlessIDParams creates a new DeleteGocardlessIDParams object with the default values initialized.

func NewDeleteGocardlessIDParamsWithContext added in v0.33.0

func NewDeleteGocardlessIDParamsWithContext(ctx context.Context) *DeleteGocardlessIDParams

NewDeleteGocardlessIDParamsWithContext creates a new DeleteGocardlessIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteGocardlessIDParamsWithHTTPClient added in v0.33.0

func NewDeleteGocardlessIDParamsWithHTTPClient(client *http.Client) *DeleteGocardlessIDParams

NewDeleteGocardlessIDParamsWithHTTPClient creates a new DeleteGocardlessIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteGocardlessIDParamsWithTimeout added in v0.33.0

func NewDeleteGocardlessIDParamsWithTimeout(timeout time.Duration) *DeleteGocardlessIDParams

NewDeleteGocardlessIDParamsWithTimeout creates a new DeleteGocardlessIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteGocardlessIDParams) SetContext added in v0.33.0

func (o *DeleteGocardlessIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete gocardless ID params

func (*DeleteGocardlessIDParams) SetHTTPClient added in v0.33.0

func (o *DeleteGocardlessIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete gocardless ID params

func (*DeleteGocardlessIDParams) SetID added in v0.33.0

func (o *DeleteGocardlessIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete gocardless ID params

func (*DeleteGocardlessIDParams) SetTimeout added in v0.33.0

func (o *DeleteGocardlessIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete gocardless ID params

func (*DeleteGocardlessIDParams) SetVersion added in v0.33.0

func (o *DeleteGocardlessIDParams) SetVersion(version int64)

SetVersion adds the version to the delete gocardless ID params

func (*DeleteGocardlessIDParams) WithContext added in v0.33.0

WithContext adds the context to the delete gocardless ID params

func (*DeleteGocardlessIDParams) WithHTTPClient added in v0.33.0

func (o *DeleteGocardlessIDParams) WithHTTPClient(client *http.Client) *DeleteGocardlessIDParams

WithHTTPClient adds the HTTPClient to the delete gocardless ID params

func (*DeleteGocardlessIDParams) WithID added in v0.33.0

WithID adds the id to the delete gocardless ID params

func (*DeleteGocardlessIDParams) WithTimeout added in v0.33.0

WithTimeout adds the timeout to the delete gocardless ID params

func (*DeleteGocardlessIDParams) WithVersion added in v0.33.0

func (o *DeleteGocardlessIDParams) WithVersion(version int64) *DeleteGocardlessIDParams

WithVersion adds the version to the delete gocardless ID params

func (*DeleteGocardlessIDParams) WriteToRequest added in v0.33.0

WriteToRequest writes these params to a swagger request

type DeleteGocardlessIDReader added in v0.33.0

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

DeleteGocardlessIDReader is a Reader for the DeleteGocardlessID structure.

func (*DeleteGocardlessIDReader) ReadResponse added in v0.33.0

func (o *DeleteGocardlessIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteLhvIDNoContent added in v0.28.0

type DeleteLhvIDNoContent struct {
}

DeleteLhvIDNoContent handles this case with default header values.

Association deleted

func NewDeleteLhvIDNoContent added in v0.28.0

func NewDeleteLhvIDNoContent() *DeleteLhvIDNoContent

NewDeleteLhvIDNoContent creates a DeleteLhvIDNoContent with default headers values

func (*DeleteLhvIDNoContent) Error added in v0.28.0

func (o *DeleteLhvIDNoContent) Error() string

type DeleteLhvIDParams added in v0.28.0

type DeleteLhvIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteLhvIDParams contains all the parameters to send to the API endpoint for the delete lhv ID operation typically these are written to a http.Request

func NewDeleteLhvIDParams added in v0.28.0

func NewDeleteLhvIDParams() *DeleteLhvIDParams

NewDeleteLhvIDParams creates a new DeleteLhvIDParams object with the default values initialized.

func NewDeleteLhvIDParamsWithContext added in v0.28.0

func NewDeleteLhvIDParamsWithContext(ctx context.Context) *DeleteLhvIDParams

NewDeleteLhvIDParamsWithContext creates a new DeleteLhvIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteLhvIDParamsWithHTTPClient added in v0.28.0

func NewDeleteLhvIDParamsWithHTTPClient(client *http.Client) *DeleteLhvIDParams

NewDeleteLhvIDParamsWithHTTPClient creates a new DeleteLhvIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteLhvIDParamsWithTimeout added in v0.28.0

func NewDeleteLhvIDParamsWithTimeout(timeout time.Duration) *DeleteLhvIDParams

NewDeleteLhvIDParamsWithTimeout creates a new DeleteLhvIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteLhvIDParams) SetContext added in v0.28.0

func (o *DeleteLhvIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete lhv ID params

func (*DeleteLhvIDParams) SetHTTPClient added in v0.28.0

func (o *DeleteLhvIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete lhv ID params

func (*DeleteLhvIDParams) SetID added in v0.28.0

func (o *DeleteLhvIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete lhv ID params

func (*DeleteLhvIDParams) SetTimeout added in v0.28.0

func (o *DeleteLhvIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete lhv ID params

func (*DeleteLhvIDParams) SetVersion added in v0.28.0

func (o *DeleteLhvIDParams) SetVersion(version int64)

SetVersion adds the version to the delete lhv ID params

func (*DeleteLhvIDParams) WithContext added in v0.28.0

func (o *DeleteLhvIDParams) WithContext(ctx context.Context) *DeleteLhvIDParams

WithContext adds the context to the delete lhv ID params

func (*DeleteLhvIDParams) WithHTTPClient added in v0.28.0

func (o *DeleteLhvIDParams) WithHTTPClient(client *http.Client) *DeleteLhvIDParams

WithHTTPClient adds the HTTPClient to the delete lhv ID params

func (*DeleteLhvIDParams) WithID added in v0.28.0

WithID adds the id to the delete lhv ID params

func (*DeleteLhvIDParams) WithTimeout added in v0.28.0

func (o *DeleteLhvIDParams) WithTimeout(timeout time.Duration) *DeleteLhvIDParams

WithTimeout adds the timeout to the delete lhv ID params

func (*DeleteLhvIDParams) WithVersion added in v0.28.0

func (o *DeleteLhvIDParams) WithVersion(version int64) *DeleteLhvIDParams

WithVersion adds the version to the delete lhv ID params

func (*DeleteLhvIDParams) WriteToRequest added in v0.28.0

func (o *DeleteLhvIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteLhvIDReader added in v0.28.0

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

DeleteLhvIDReader is a Reader for the DeleteLhvID structure.

func (*DeleteLhvIDReader) ReadResponse added in v0.28.0

func (o *DeleteLhvIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeletePayportIDNoContent

type DeletePayportIDNoContent struct {
}

DeletePayportIDNoContent handles this case with default header values.

Association deleted

func NewDeletePayportIDNoContent

func NewDeletePayportIDNoContent() *DeletePayportIDNoContent

NewDeletePayportIDNoContent creates a DeletePayportIDNoContent with default headers values

func (*DeletePayportIDNoContent) Error

func (o *DeletePayportIDNoContent) Error() string

type DeletePayportIDParams

type DeletePayportIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeletePayportIDParams contains all the parameters to send to the API endpoint for the delete payport ID operation typically these are written to a http.Request

func NewDeletePayportIDParams

func NewDeletePayportIDParams() *DeletePayportIDParams

NewDeletePayportIDParams creates a new DeletePayportIDParams object with the default values initialized.

func NewDeletePayportIDParamsWithContext

func NewDeletePayportIDParamsWithContext(ctx context.Context) *DeletePayportIDParams

NewDeletePayportIDParamsWithContext creates a new DeletePayportIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeletePayportIDParamsWithHTTPClient

func NewDeletePayportIDParamsWithHTTPClient(client *http.Client) *DeletePayportIDParams

NewDeletePayportIDParamsWithHTTPClient creates a new DeletePayportIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeletePayportIDParamsWithTimeout

func NewDeletePayportIDParamsWithTimeout(timeout time.Duration) *DeletePayportIDParams

NewDeletePayportIDParamsWithTimeout creates a new DeletePayportIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeletePayportIDParams) SetContext

func (o *DeletePayportIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete payport ID params

func (*DeletePayportIDParams) SetHTTPClient

func (o *DeletePayportIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete payport ID params

func (*DeletePayportIDParams) SetID

func (o *DeletePayportIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete payport ID params

func (*DeletePayportIDParams) SetTimeout

func (o *DeletePayportIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete payport ID params

func (*DeletePayportIDParams) SetVersion

func (o *DeletePayportIDParams) SetVersion(version int64)

SetVersion adds the version to the delete payport ID params

func (*DeletePayportIDParams) WithContext

WithContext adds the context to the delete payport ID params

func (*DeletePayportIDParams) WithHTTPClient

func (o *DeletePayportIDParams) WithHTTPClient(client *http.Client) *DeletePayportIDParams

WithHTTPClient adds the HTTPClient to the delete payport ID params

func (*DeletePayportIDParams) WithID

WithID adds the id to the delete payport ID params

func (*DeletePayportIDParams) WithTimeout

func (o *DeletePayportIDParams) WithTimeout(timeout time.Duration) *DeletePayportIDParams

WithTimeout adds the timeout to the delete payport ID params

func (*DeletePayportIDParams) WithVersion

func (o *DeletePayportIDParams) WithVersion(version int64) *DeletePayportIDParams

WithVersion adds the version to the delete payport ID params

func (*DeletePayportIDParams) WriteToRequest

func (o *DeletePayportIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeletePayportIDReader

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

DeletePayportIDReader is a Reader for the DeletePayportID structure.

func (*DeletePayportIDReader) ReadResponse

func (o *DeletePayportIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteProductsIDNoContent added in v0.32.0

type DeleteProductsIDNoContent struct {
}

DeleteProductsIDNoContent handles this case with default header values.

Association deleted

func NewDeleteProductsIDNoContent added in v0.32.0

func NewDeleteProductsIDNoContent() *DeleteProductsIDNoContent

NewDeleteProductsIDNoContent creates a DeleteProductsIDNoContent with default headers values

func (*DeleteProductsIDNoContent) Error added in v0.32.0

func (o *DeleteProductsIDNoContent) Error() string

type DeleteProductsIDParams added in v0.32.0

type DeleteProductsIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteProductsIDParams contains all the parameters to send to the API endpoint for the delete products ID operation typically these are written to a http.Request

func NewDeleteProductsIDParams added in v0.32.0

func NewDeleteProductsIDParams() *DeleteProductsIDParams

NewDeleteProductsIDParams creates a new DeleteProductsIDParams object with the default values initialized.

func NewDeleteProductsIDParamsWithContext added in v0.32.0

func NewDeleteProductsIDParamsWithContext(ctx context.Context) *DeleteProductsIDParams

NewDeleteProductsIDParamsWithContext creates a new DeleteProductsIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteProductsIDParamsWithHTTPClient added in v0.32.0

func NewDeleteProductsIDParamsWithHTTPClient(client *http.Client) *DeleteProductsIDParams

NewDeleteProductsIDParamsWithHTTPClient creates a new DeleteProductsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteProductsIDParamsWithTimeout added in v0.32.0

func NewDeleteProductsIDParamsWithTimeout(timeout time.Duration) *DeleteProductsIDParams

NewDeleteProductsIDParamsWithTimeout creates a new DeleteProductsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteProductsIDParams) SetContext added in v0.32.0

func (o *DeleteProductsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete products ID params

func (*DeleteProductsIDParams) SetHTTPClient added in v0.32.0

func (o *DeleteProductsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete products ID params

func (*DeleteProductsIDParams) SetID added in v0.32.0

func (o *DeleteProductsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete products ID params

func (*DeleteProductsIDParams) SetTimeout added in v0.32.0

func (o *DeleteProductsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete products ID params

func (*DeleteProductsIDParams) SetVersion added in v0.32.0

func (o *DeleteProductsIDParams) SetVersion(version int64)

SetVersion adds the version to the delete products ID params

func (*DeleteProductsIDParams) WithContext added in v0.32.0

WithContext adds the context to the delete products ID params

func (*DeleteProductsIDParams) WithHTTPClient added in v0.32.0

func (o *DeleteProductsIDParams) WithHTTPClient(client *http.Client) *DeleteProductsIDParams

WithHTTPClient adds the HTTPClient to the delete products ID params

func (*DeleteProductsIDParams) WithID added in v0.32.0

WithID adds the id to the delete products ID params

func (*DeleteProductsIDParams) WithTimeout added in v0.32.0

WithTimeout adds the timeout to the delete products ID params

func (*DeleteProductsIDParams) WithVersion added in v0.32.0

func (o *DeleteProductsIDParams) WithVersion(version int64) *DeleteProductsIDParams

WithVersion adds the version to the delete products ID params

func (*DeleteProductsIDParams) WriteToRequest added in v0.32.0

WriteToRequest writes these params to a swagger request

type DeleteProductsIDReader added in v0.32.0

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

DeleteProductsIDReader is a Reader for the DeleteProductsID structure.

func (*DeleteProductsIDReader) ReadResponse added in v0.32.0

func (o *DeleteProductsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteSepainstantIDNoContent

type DeleteSepainstantIDNoContent struct {
}

DeleteSepainstantIDNoContent handles this case with default header values.

Association deleted

func NewDeleteSepainstantIDNoContent

func NewDeleteSepainstantIDNoContent() *DeleteSepainstantIDNoContent

NewDeleteSepainstantIDNoContent creates a DeleteSepainstantIDNoContent with default headers values

func (*DeleteSepainstantIDNoContent) Error

type DeleteSepainstantIDParams

type DeleteSepainstantIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteSepainstantIDParams contains all the parameters to send to the API endpoint for the delete sepainstant ID operation typically these are written to a http.Request

func NewDeleteSepainstantIDParams

func NewDeleteSepainstantIDParams() *DeleteSepainstantIDParams

NewDeleteSepainstantIDParams creates a new DeleteSepainstantIDParams object with the default values initialized.

func NewDeleteSepainstantIDParamsWithContext

func NewDeleteSepainstantIDParamsWithContext(ctx context.Context) *DeleteSepainstantIDParams

NewDeleteSepainstantIDParamsWithContext creates a new DeleteSepainstantIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSepainstantIDParamsWithHTTPClient

func NewDeleteSepainstantIDParamsWithHTTPClient(client *http.Client) *DeleteSepainstantIDParams

NewDeleteSepainstantIDParamsWithHTTPClient creates a new DeleteSepainstantIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSepainstantIDParamsWithTimeout

func NewDeleteSepainstantIDParamsWithTimeout(timeout time.Duration) *DeleteSepainstantIDParams

NewDeleteSepainstantIDParamsWithTimeout creates a new DeleteSepainstantIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSepainstantIDParams) SetContext

func (o *DeleteSepainstantIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) SetHTTPClient

func (o *DeleteSepainstantIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) SetID

func (o *DeleteSepainstantIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) SetTimeout

func (o *DeleteSepainstantIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) SetVersion

func (o *DeleteSepainstantIDParams) SetVersion(version int64)

SetVersion adds the version to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) WithContext

WithContext adds the context to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) WithHTTPClient

func (o *DeleteSepainstantIDParams) WithHTTPClient(client *http.Client) *DeleteSepainstantIDParams

WithHTTPClient adds the HTTPClient to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) WithID

WithID adds the id to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) WithTimeout

WithTimeout adds the timeout to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) WithVersion

WithVersion adds the version to the delete sepainstant ID params

func (*DeleteSepainstantIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSepainstantIDReader

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

DeleteSepainstantIDReader is a Reader for the DeleteSepainstantID structure.

func (*DeleteSepainstantIDReader) ReadResponse

func (o *DeleteSepainstantIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteSepasctIDNoContent

type DeleteSepasctIDNoContent struct {
}

DeleteSepasctIDNoContent handles this case with default header values.

Association deleted

func NewDeleteSepasctIDNoContent

func NewDeleteSepasctIDNoContent() *DeleteSepasctIDNoContent

NewDeleteSepasctIDNoContent creates a DeleteSepasctIDNoContent with default headers values

func (*DeleteSepasctIDNoContent) Error

func (o *DeleteSepasctIDNoContent) Error() string

type DeleteSepasctIDParams

type DeleteSepasctIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteSepasctIDParams contains all the parameters to send to the API endpoint for the delete sepasct ID operation typically these are written to a http.Request

func NewDeleteSepasctIDParams

func NewDeleteSepasctIDParams() *DeleteSepasctIDParams

NewDeleteSepasctIDParams creates a new DeleteSepasctIDParams object with the default values initialized.

func NewDeleteSepasctIDParamsWithContext

func NewDeleteSepasctIDParamsWithContext(ctx context.Context) *DeleteSepasctIDParams

NewDeleteSepasctIDParamsWithContext creates a new DeleteSepasctIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteSepasctIDParamsWithHTTPClient

func NewDeleteSepasctIDParamsWithHTTPClient(client *http.Client) *DeleteSepasctIDParams

NewDeleteSepasctIDParamsWithHTTPClient creates a new DeleteSepasctIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteSepasctIDParamsWithTimeout

func NewDeleteSepasctIDParamsWithTimeout(timeout time.Duration) *DeleteSepasctIDParams

NewDeleteSepasctIDParamsWithTimeout creates a new DeleteSepasctIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteSepasctIDParams) SetContext

func (o *DeleteSepasctIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete sepasct ID params

func (*DeleteSepasctIDParams) SetHTTPClient

func (o *DeleteSepasctIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete sepasct ID params

func (*DeleteSepasctIDParams) SetID

func (o *DeleteSepasctIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete sepasct ID params

func (*DeleteSepasctIDParams) SetTimeout

func (o *DeleteSepasctIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete sepasct ID params

func (*DeleteSepasctIDParams) SetVersion

func (o *DeleteSepasctIDParams) SetVersion(version int64)

SetVersion adds the version to the delete sepasct ID params

func (*DeleteSepasctIDParams) WithContext

WithContext adds the context to the delete sepasct ID params

func (*DeleteSepasctIDParams) WithHTTPClient

func (o *DeleteSepasctIDParams) WithHTTPClient(client *http.Client) *DeleteSepasctIDParams

WithHTTPClient adds the HTTPClient to the delete sepasct ID params

func (*DeleteSepasctIDParams) WithID

WithID adds the id to the delete sepasct ID params

func (*DeleteSepasctIDParams) WithTimeout

func (o *DeleteSepasctIDParams) WithTimeout(timeout time.Duration) *DeleteSepasctIDParams

WithTimeout adds the timeout to the delete sepasct ID params

func (*DeleteSepasctIDParams) WithVersion

func (o *DeleteSepasctIDParams) WithVersion(version int64) *DeleteSepasctIDParams

WithVersion adds the version to the delete sepasct ID params

func (*DeleteSepasctIDParams) WriteToRequest

func (o *DeleteSepasctIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSepasctIDReader

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

DeleteSepasctIDReader is a Reader for the DeleteSepasctID structure.

func (*DeleteSepasctIDReader) ReadResponse

func (o *DeleteSepasctIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteStarlingIDNoContent

type DeleteStarlingIDNoContent struct {
}

DeleteStarlingIDNoContent handles this case with default header values.

Association deleted

func NewDeleteStarlingIDNoContent

func NewDeleteStarlingIDNoContent() *DeleteStarlingIDNoContent

NewDeleteStarlingIDNoContent creates a DeleteStarlingIDNoContent with default headers values

func (*DeleteStarlingIDNoContent) Error

func (o *DeleteStarlingIDNoContent) Error() string

type DeleteStarlingIDParams

type DeleteStarlingIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteStarlingIDParams contains all the parameters to send to the API endpoint for the delete starling ID operation typically these are written to a http.Request

func NewDeleteStarlingIDParams

func NewDeleteStarlingIDParams() *DeleteStarlingIDParams

NewDeleteStarlingIDParams creates a new DeleteStarlingIDParams object with the default values initialized.

func NewDeleteStarlingIDParamsWithContext

func NewDeleteStarlingIDParamsWithContext(ctx context.Context) *DeleteStarlingIDParams

NewDeleteStarlingIDParamsWithContext creates a new DeleteStarlingIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteStarlingIDParamsWithHTTPClient

func NewDeleteStarlingIDParamsWithHTTPClient(client *http.Client) *DeleteStarlingIDParams

NewDeleteStarlingIDParamsWithHTTPClient creates a new DeleteStarlingIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteStarlingIDParamsWithTimeout

func NewDeleteStarlingIDParamsWithTimeout(timeout time.Duration) *DeleteStarlingIDParams

NewDeleteStarlingIDParamsWithTimeout creates a new DeleteStarlingIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteStarlingIDParams) SetContext

func (o *DeleteStarlingIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete starling ID params

func (*DeleteStarlingIDParams) SetHTTPClient

func (o *DeleteStarlingIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete starling ID params

func (*DeleteStarlingIDParams) SetID

func (o *DeleteStarlingIDParams) SetID(id strfmt.UUID)

SetID adds the id to the delete starling ID params

func (*DeleteStarlingIDParams) SetTimeout

func (o *DeleteStarlingIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete starling ID params

func (*DeleteStarlingIDParams) SetVersion

func (o *DeleteStarlingIDParams) SetVersion(version int64)

SetVersion adds the version to the delete starling ID params

func (*DeleteStarlingIDParams) WithContext

WithContext adds the context to the delete starling ID params

func (*DeleteStarlingIDParams) WithHTTPClient

func (o *DeleteStarlingIDParams) WithHTTPClient(client *http.Client) *DeleteStarlingIDParams

WithHTTPClient adds the HTTPClient to the delete starling ID params

func (*DeleteStarlingIDParams) WithID

WithID adds the id to the delete starling ID params

func (*DeleteStarlingIDParams) WithTimeout

WithTimeout adds the timeout to the delete starling ID params

func (*DeleteStarlingIDParams) WithVersion

func (o *DeleteStarlingIDParams) WithVersion(version int64) *DeleteStarlingIDParams

WithVersion adds the version to the delete starling ID params

func (*DeleteStarlingIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStarlingIDReader

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

DeleteStarlingIDReader is a Reader for the DeleteStarlingID structure.

func (*DeleteStarlingIDReader) ReadResponse

func (o *DeleteStarlingIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteVocalinkreportIDNoContent

type DeleteVocalinkreportIDNoContent struct {
}

DeleteVocalinkreportIDNoContent handles this case with default header values.

Association deleted

func NewDeleteVocalinkreportIDNoContent

func NewDeleteVocalinkreportIDNoContent() *DeleteVocalinkreportIDNoContent

NewDeleteVocalinkreportIDNoContent creates a DeleteVocalinkreportIDNoContent with default headers values

func (*DeleteVocalinkreportIDNoContent) Error

type DeleteVocalinkreportIDParams

type DeleteVocalinkreportIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*Version
	  Version

	*/
	Version int64

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

DeleteVocalinkreportIDParams contains all the parameters to send to the API endpoint for the delete vocalinkreport ID operation typically these are written to a http.Request

func NewDeleteVocalinkreportIDParams

func NewDeleteVocalinkreportIDParams() *DeleteVocalinkreportIDParams

NewDeleteVocalinkreportIDParams creates a new DeleteVocalinkreportIDParams object with the default values initialized.

func NewDeleteVocalinkreportIDParamsWithContext

func NewDeleteVocalinkreportIDParamsWithContext(ctx context.Context) *DeleteVocalinkreportIDParams

NewDeleteVocalinkreportIDParamsWithContext creates a new DeleteVocalinkreportIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteVocalinkreportIDParamsWithHTTPClient

func NewDeleteVocalinkreportIDParamsWithHTTPClient(client *http.Client) *DeleteVocalinkreportIDParams

NewDeleteVocalinkreportIDParamsWithHTTPClient creates a new DeleteVocalinkreportIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteVocalinkreportIDParamsWithTimeout

func NewDeleteVocalinkreportIDParamsWithTimeout(timeout time.Duration) *DeleteVocalinkreportIDParams

NewDeleteVocalinkreportIDParamsWithTimeout creates a new DeleteVocalinkreportIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteVocalinkreportIDParams) SetContext

func (o *DeleteVocalinkreportIDParams) SetContext(ctx context.Context)

SetContext adds the context to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) SetHTTPClient

func (o *DeleteVocalinkreportIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) SetID

SetID adds the id to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) SetTimeout

func (o *DeleteVocalinkreportIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) SetVersion

func (o *DeleteVocalinkreportIDParams) SetVersion(version int64)

SetVersion adds the version to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) WithContext

WithContext adds the context to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) WithID

WithID adds the id to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) WithTimeout

WithTimeout adds the timeout to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) WithVersion

WithVersion adds the version to the delete vocalinkreport ID params

func (*DeleteVocalinkreportIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteVocalinkreportIDReader

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

DeleteVocalinkreportIDReader is a Reader for the DeleteVocalinkreportID structure.

func (*DeleteVocalinkreportIDReader) ReadResponse

func (o *DeleteVocalinkreportIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBacsIDOK

type GetBacsIDOK struct {
	Payload *models.BacsAssociationDetailsResponse
}

GetBacsIDOK handles this case with default header values.

Associations details for BACS

func NewGetBacsIDOK

func NewGetBacsIDOK() *GetBacsIDOK

NewGetBacsIDOK creates a GetBacsIDOK with default headers values

func (*GetBacsIDOK) Error

func (o *GetBacsIDOK) Error() string

type GetBacsIDParams

type GetBacsIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetBacsIDParams contains all the parameters to send to the API endpoint for the get bacs ID operation typically these are written to a http.Request

func NewGetBacsIDParams

func NewGetBacsIDParams() *GetBacsIDParams

NewGetBacsIDParams creates a new GetBacsIDParams object with the default values initialized.

func NewGetBacsIDParamsWithContext

func NewGetBacsIDParamsWithContext(ctx context.Context) *GetBacsIDParams

NewGetBacsIDParamsWithContext creates a new GetBacsIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetBacsIDParamsWithHTTPClient

func NewGetBacsIDParamsWithHTTPClient(client *http.Client) *GetBacsIDParams

NewGetBacsIDParamsWithHTTPClient creates a new GetBacsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetBacsIDParamsWithTimeout

func NewGetBacsIDParamsWithTimeout(timeout time.Duration) *GetBacsIDParams

NewGetBacsIDParamsWithTimeout creates a new GetBacsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetBacsIDParams) SetContext

func (o *GetBacsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get bacs ID params

func (*GetBacsIDParams) SetHTTPClient

func (o *GetBacsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get bacs ID params

func (*GetBacsIDParams) SetID

func (o *GetBacsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get bacs ID params

func (*GetBacsIDParams) SetTimeout

func (o *GetBacsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get bacs ID params

func (*GetBacsIDParams) WithContext

func (o *GetBacsIDParams) WithContext(ctx context.Context) *GetBacsIDParams

WithContext adds the context to the get bacs ID params

func (*GetBacsIDParams) WithHTTPClient

func (o *GetBacsIDParams) WithHTTPClient(client *http.Client) *GetBacsIDParams

WithHTTPClient adds the HTTPClient to the get bacs ID params

func (*GetBacsIDParams) WithID

func (o *GetBacsIDParams) WithID(id strfmt.UUID) *GetBacsIDParams

WithID adds the id to the get bacs ID params

func (*GetBacsIDParams) WithTimeout

func (o *GetBacsIDParams) WithTimeout(timeout time.Duration) *GetBacsIDParams

WithTimeout adds the timeout to the get bacs ID params

func (*GetBacsIDParams) WriteToRequest

func (o *GetBacsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBacsIDReader

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

GetBacsIDReader is a Reader for the GetBacsID structure.

func (*GetBacsIDReader) ReadResponse

func (o *GetBacsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetBacsOK

type GetBacsOK struct {
	Payload *models.BacsAssociationDetailsListResponse
}

GetBacsOK handles this case with default header values.

List of associations for BACS

func NewGetBacsOK

func NewGetBacsOK() *GetBacsOK

NewGetBacsOK creates a GetBacsOK with default headers values

func (*GetBacsOK) Error

func (o *GetBacsOK) Error() string

type GetBacsParams

type GetBacsParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID *strfmt.UUID

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

GetBacsParams contains all the parameters to send to the API endpoint for the get bacs operation typically these are written to a http.Request

func NewGetBacsParams

func NewGetBacsParams() *GetBacsParams

NewGetBacsParams creates a new GetBacsParams object with the default values initialized.

func NewGetBacsParamsWithContext

func NewGetBacsParamsWithContext(ctx context.Context) *GetBacsParams

NewGetBacsParamsWithContext creates a new GetBacsParams object with the default values initialized, and the ability to set a context for a request

func NewGetBacsParamsWithHTTPClient

func NewGetBacsParamsWithHTTPClient(client *http.Client) *GetBacsParams

NewGetBacsParamsWithHTTPClient creates a new GetBacsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetBacsParamsWithTimeout

func NewGetBacsParamsWithTimeout(timeout time.Duration) *GetBacsParams

NewGetBacsParamsWithTimeout creates a new GetBacsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetBacsParams) SetContext

func (o *GetBacsParams) SetContext(ctx context.Context)

SetContext adds the context to the get bacs params

func (*GetBacsParams) SetFilterOrganisationID

func (o *GetBacsParams) SetFilterOrganisationID(filterOrganisationID *strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get bacs params

func (*GetBacsParams) SetHTTPClient

func (o *GetBacsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get bacs params

func (*GetBacsParams) SetTimeout

func (o *GetBacsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get bacs params

func (*GetBacsParams) WithContext

func (o *GetBacsParams) WithContext(ctx context.Context) *GetBacsParams

WithContext adds the context to the get bacs params

func (*GetBacsParams) WithFilterOrganisationID

func (o *GetBacsParams) WithFilterOrganisationID(filterOrganisationID *strfmt.UUID) *GetBacsParams

WithFilterOrganisationID adds the filterOrganisationID to the get bacs params

func (*GetBacsParams) WithHTTPClient

func (o *GetBacsParams) WithHTTPClient(client *http.Client) *GetBacsParams

WithHTTPClient adds the HTTPClient to the get bacs params

func (*GetBacsParams) WithTimeout

func (o *GetBacsParams) WithTimeout(timeout time.Duration) *GetBacsParams

WithTimeout adds the timeout to the get bacs params

func (*GetBacsParams) WriteToRequest

func (o *GetBacsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBacsReader

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

GetBacsReader is a Reader for the GetBacs structure.

func (*GetBacsReader) ReadResponse

func (o *GetBacsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConfirmationOfPayeeIDOK

type GetConfirmationOfPayeeIDOK struct {
	Payload *models.CoPAssociationDetailsResponse
}

GetConfirmationOfPayeeIDOK handles this case with default header values.

Associations details

func NewGetConfirmationOfPayeeIDOK

func NewGetConfirmationOfPayeeIDOK() *GetConfirmationOfPayeeIDOK

NewGetConfirmationOfPayeeIDOK creates a GetConfirmationOfPayeeIDOK with default headers values

func (*GetConfirmationOfPayeeIDOK) Error

type GetConfirmationOfPayeeIDParams

type GetConfirmationOfPayeeIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetConfirmationOfPayeeIDParams contains all the parameters to send to the API endpoint for the get confirmation of payee ID operation typically these are written to a http.Request

func NewGetConfirmationOfPayeeIDParams

func NewGetConfirmationOfPayeeIDParams() *GetConfirmationOfPayeeIDParams

NewGetConfirmationOfPayeeIDParams creates a new GetConfirmationOfPayeeIDParams object with the default values initialized.

func NewGetConfirmationOfPayeeIDParamsWithContext

func NewGetConfirmationOfPayeeIDParamsWithContext(ctx context.Context) *GetConfirmationOfPayeeIDParams

NewGetConfirmationOfPayeeIDParamsWithContext creates a new GetConfirmationOfPayeeIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetConfirmationOfPayeeIDParamsWithHTTPClient

func NewGetConfirmationOfPayeeIDParamsWithHTTPClient(client *http.Client) *GetConfirmationOfPayeeIDParams

NewGetConfirmationOfPayeeIDParamsWithHTTPClient creates a new GetConfirmationOfPayeeIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetConfirmationOfPayeeIDParamsWithTimeout

func NewGetConfirmationOfPayeeIDParamsWithTimeout(timeout time.Duration) *GetConfirmationOfPayeeIDParams

NewGetConfirmationOfPayeeIDParamsWithTimeout creates a new GetConfirmationOfPayeeIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetConfirmationOfPayeeIDParams) SetContext

func (o *GetConfirmationOfPayeeIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) SetHTTPClient

func (o *GetConfirmationOfPayeeIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) SetID

SetID adds the id to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) SetTimeout

func (o *GetConfirmationOfPayeeIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) WithContext

WithContext adds the context to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) WithID

WithID adds the id to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) WithTimeout

WithTimeout adds the timeout to the get confirmation of payee ID params

func (*GetConfirmationOfPayeeIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfirmationOfPayeeIDReader

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

GetConfirmationOfPayeeIDReader is a Reader for the GetConfirmationOfPayeeID structure.

func (*GetConfirmationOfPayeeIDReader) ReadResponse

func (o *GetConfirmationOfPayeeIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetConfirmationOfPayeeOK

type GetConfirmationOfPayeeOK struct {
	Payload *models.CoPAssociationDetailsListResponse
}

GetConfirmationOfPayeeOK handles this case with default header values.

List of associations

func NewGetConfirmationOfPayeeOK

func NewGetConfirmationOfPayeeOK() *GetConfirmationOfPayeeOK

NewGetConfirmationOfPayeeOK creates a GetConfirmationOfPayeeOK with default headers values

func (*GetConfirmationOfPayeeOK) Error

func (o *GetConfirmationOfPayeeOK) Error() string

type GetConfirmationOfPayeeParams

type GetConfirmationOfPayeeParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetConfirmationOfPayeeParams contains all the parameters to send to the API endpoint for the get confirmation of payee operation typically these are written to a http.Request

func NewGetConfirmationOfPayeeParams

func NewGetConfirmationOfPayeeParams() *GetConfirmationOfPayeeParams

NewGetConfirmationOfPayeeParams creates a new GetConfirmationOfPayeeParams object with the default values initialized.

func NewGetConfirmationOfPayeeParamsWithContext

func NewGetConfirmationOfPayeeParamsWithContext(ctx context.Context) *GetConfirmationOfPayeeParams

NewGetConfirmationOfPayeeParamsWithContext creates a new GetConfirmationOfPayeeParams object with the default values initialized, and the ability to set a context for a request

func NewGetConfirmationOfPayeeParamsWithHTTPClient

func NewGetConfirmationOfPayeeParamsWithHTTPClient(client *http.Client) *GetConfirmationOfPayeeParams

NewGetConfirmationOfPayeeParamsWithHTTPClient creates a new GetConfirmationOfPayeeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetConfirmationOfPayeeParamsWithTimeout

func NewGetConfirmationOfPayeeParamsWithTimeout(timeout time.Duration) *GetConfirmationOfPayeeParams

NewGetConfirmationOfPayeeParamsWithTimeout creates a new GetConfirmationOfPayeeParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetConfirmationOfPayeeParams) SetContext

func (o *GetConfirmationOfPayeeParams) SetContext(ctx context.Context)

SetContext adds the context to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) SetFilterOrganisationID

func (o *GetConfirmationOfPayeeParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) SetHTTPClient

func (o *GetConfirmationOfPayeeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) SetTimeout

func (o *GetConfirmationOfPayeeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) WithContext

WithContext adds the context to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) WithFilterOrganisationID

func (o *GetConfirmationOfPayeeParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetConfirmationOfPayeeParams

WithFilterOrganisationID adds the filterOrganisationID to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) WithTimeout

WithTimeout adds the timeout to the get confirmation of payee params

func (*GetConfirmationOfPayeeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfirmationOfPayeeReader

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

GetConfirmationOfPayeeReader is a Reader for the GetConfirmationOfPayee structure.

func (*GetConfirmationOfPayeeReader) ReadResponse

func (o *GetConfirmationOfPayeeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGocardlessIDOK added in v0.33.0

type GetGocardlessIDOK struct {
	Payload *models.GocardlessAssociationResponse
}

GetGocardlessIDOK handles this case with default header values.

Associations details

func NewGetGocardlessIDOK added in v0.33.0

func NewGetGocardlessIDOK() *GetGocardlessIDOK

NewGetGocardlessIDOK creates a GetGocardlessIDOK with default headers values

func (*GetGocardlessIDOK) Error added in v0.33.0

func (o *GetGocardlessIDOK) Error() string

type GetGocardlessIDParams added in v0.33.0

type GetGocardlessIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetGocardlessIDParams contains all the parameters to send to the API endpoint for the get gocardless ID operation typically these are written to a http.Request

func NewGetGocardlessIDParams added in v0.33.0

func NewGetGocardlessIDParams() *GetGocardlessIDParams

NewGetGocardlessIDParams creates a new GetGocardlessIDParams object with the default values initialized.

func NewGetGocardlessIDParamsWithContext added in v0.33.0

func NewGetGocardlessIDParamsWithContext(ctx context.Context) *GetGocardlessIDParams

NewGetGocardlessIDParamsWithContext creates a new GetGocardlessIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetGocardlessIDParamsWithHTTPClient added in v0.33.0

func NewGetGocardlessIDParamsWithHTTPClient(client *http.Client) *GetGocardlessIDParams

NewGetGocardlessIDParamsWithHTTPClient creates a new GetGocardlessIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetGocardlessIDParamsWithTimeout added in v0.33.0

func NewGetGocardlessIDParamsWithTimeout(timeout time.Duration) *GetGocardlessIDParams

NewGetGocardlessIDParamsWithTimeout creates a new GetGocardlessIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetGocardlessIDParams) SetContext added in v0.33.0

func (o *GetGocardlessIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get gocardless ID params

func (*GetGocardlessIDParams) SetHTTPClient added in v0.33.0

func (o *GetGocardlessIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gocardless ID params

func (*GetGocardlessIDParams) SetID added in v0.33.0

func (o *GetGocardlessIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get gocardless ID params

func (*GetGocardlessIDParams) SetTimeout added in v0.33.0

func (o *GetGocardlessIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gocardless ID params

func (*GetGocardlessIDParams) WithContext added in v0.33.0

WithContext adds the context to the get gocardless ID params

func (*GetGocardlessIDParams) WithHTTPClient added in v0.33.0

func (o *GetGocardlessIDParams) WithHTTPClient(client *http.Client) *GetGocardlessIDParams

WithHTTPClient adds the HTTPClient to the get gocardless ID params

func (*GetGocardlessIDParams) WithID added in v0.33.0

WithID adds the id to the get gocardless ID params

func (*GetGocardlessIDParams) WithTimeout added in v0.33.0

func (o *GetGocardlessIDParams) WithTimeout(timeout time.Duration) *GetGocardlessIDParams

WithTimeout adds the timeout to the get gocardless ID params

func (*GetGocardlessIDParams) WriteToRequest added in v0.33.0

func (o *GetGocardlessIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGocardlessIDReader added in v0.33.0

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

GetGocardlessIDReader is a Reader for the GetGocardlessID structure.

func (*GetGocardlessIDReader) ReadResponse added in v0.33.0

func (o *GetGocardlessIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetGocardlessOK added in v0.33.0

type GetGocardlessOK struct {
	Payload *models.GocardlessAssociationListResponse
}

GetGocardlessOK handles this case with default header values.

List of gocardless associations

func NewGetGocardlessOK added in v0.33.0

func NewGetGocardlessOK() *GetGocardlessOK

NewGetGocardlessOK creates a GetGocardlessOK with default headers values

func (*GetGocardlessOK) Error added in v0.33.0

func (o *GetGocardlessOK) Error() string

type GetGocardlessParams added in v0.33.0

type GetGocardlessParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetGocardlessParams contains all the parameters to send to the API endpoint for the get gocardless operation typically these are written to a http.Request

func NewGetGocardlessParams added in v0.33.0

func NewGetGocardlessParams() *GetGocardlessParams

NewGetGocardlessParams creates a new GetGocardlessParams object with the default values initialized.

func NewGetGocardlessParamsWithContext added in v0.33.0

func NewGetGocardlessParamsWithContext(ctx context.Context) *GetGocardlessParams

NewGetGocardlessParamsWithContext creates a new GetGocardlessParams object with the default values initialized, and the ability to set a context for a request

func NewGetGocardlessParamsWithHTTPClient added in v0.33.0

func NewGetGocardlessParamsWithHTTPClient(client *http.Client) *GetGocardlessParams

NewGetGocardlessParamsWithHTTPClient creates a new GetGocardlessParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetGocardlessParamsWithTimeout added in v0.33.0

func NewGetGocardlessParamsWithTimeout(timeout time.Duration) *GetGocardlessParams

NewGetGocardlessParamsWithTimeout creates a new GetGocardlessParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetGocardlessParams) SetContext added in v0.33.0

func (o *GetGocardlessParams) SetContext(ctx context.Context)

SetContext adds the context to the get gocardless params

func (*GetGocardlessParams) SetFilterOrganisationID added in v0.33.0

func (o *GetGocardlessParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get gocardless params

func (*GetGocardlessParams) SetHTTPClient added in v0.33.0

func (o *GetGocardlessParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get gocardless params

func (*GetGocardlessParams) SetTimeout added in v0.33.0

func (o *GetGocardlessParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get gocardless params

func (*GetGocardlessParams) WithContext added in v0.33.0

WithContext adds the context to the get gocardless params

func (*GetGocardlessParams) WithFilterOrganisationID added in v0.33.0

func (o *GetGocardlessParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetGocardlessParams

WithFilterOrganisationID adds the filterOrganisationID to the get gocardless params

func (*GetGocardlessParams) WithHTTPClient added in v0.33.0

func (o *GetGocardlessParams) WithHTTPClient(client *http.Client) *GetGocardlessParams

WithHTTPClient adds the HTTPClient to the get gocardless params

func (*GetGocardlessParams) WithTimeout added in v0.33.0

func (o *GetGocardlessParams) WithTimeout(timeout time.Duration) *GetGocardlessParams

WithTimeout adds the timeout to the get gocardless params

func (*GetGocardlessParams) WriteToRequest added in v0.33.0

func (o *GetGocardlessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetGocardlessReader added in v0.33.0

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

GetGocardlessReader is a Reader for the GetGocardless structure.

func (*GetGocardlessReader) ReadResponse added in v0.33.0

func (o *GetGocardlessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetLhvIDOK added in v0.28.0

type GetLhvIDOK struct {
	Payload *models.LhvAssociationDetailsResponse
}

GetLhvIDOK handles this case with default header values.

Associations details

func NewGetLhvIDOK added in v0.28.0

func NewGetLhvIDOK() *GetLhvIDOK

NewGetLhvIDOK creates a GetLhvIDOK with default headers values

func (*GetLhvIDOK) Error added in v0.28.0

func (o *GetLhvIDOK) Error() string

type GetLhvIDParams added in v0.28.0

type GetLhvIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetLhvIDParams contains all the parameters to send to the API endpoint for the get lhv ID operation typically these are written to a http.Request

func NewGetLhvIDParams added in v0.28.0

func NewGetLhvIDParams() *GetLhvIDParams

NewGetLhvIDParams creates a new GetLhvIDParams object with the default values initialized.

func NewGetLhvIDParamsWithContext added in v0.28.0

func NewGetLhvIDParamsWithContext(ctx context.Context) *GetLhvIDParams

NewGetLhvIDParamsWithContext creates a new GetLhvIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetLhvIDParamsWithHTTPClient added in v0.28.0

func NewGetLhvIDParamsWithHTTPClient(client *http.Client) *GetLhvIDParams

NewGetLhvIDParamsWithHTTPClient creates a new GetLhvIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLhvIDParamsWithTimeout added in v0.28.0

func NewGetLhvIDParamsWithTimeout(timeout time.Duration) *GetLhvIDParams

NewGetLhvIDParamsWithTimeout creates a new GetLhvIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLhvIDParams) SetContext added in v0.28.0

func (o *GetLhvIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get lhv ID params

func (*GetLhvIDParams) SetHTTPClient added in v0.28.0

func (o *GetLhvIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get lhv ID params

func (*GetLhvIDParams) SetID added in v0.28.0

func (o *GetLhvIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get lhv ID params

func (*GetLhvIDParams) SetTimeout added in v0.28.0

func (o *GetLhvIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get lhv ID params

func (*GetLhvIDParams) WithContext added in v0.28.0

func (o *GetLhvIDParams) WithContext(ctx context.Context) *GetLhvIDParams

WithContext adds the context to the get lhv ID params

func (*GetLhvIDParams) WithHTTPClient added in v0.28.0

func (o *GetLhvIDParams) WithHTTPClient(client *http.Client) *GetLhvIDParams

WithHTTPClient adds the HTTPClient to the get lhv ID params

func (*GetLhvIDParams) WithID added in v0.28.0

func (o *GetLhvIDParams) WithID(id strfmt.UUID) *GetLhvIDParams

WithID adds the id to the get lhv ID params

func (*GetLhvIDParams) WithTimeout added in v0.28.0

func (o *GetLhvIDParams) WithTimeout(timeout time.Duration) *GetLhvIDParams

WithTimeout adds the timeout to the get lhv ID params

func (*GetLhvIDParams) WriteToRequest added in v0.28.0

func (o *GetLhvIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetLhvIDReader added in v0.28.0

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

GetLhvIDReader is a Reader for the GetLhvID structure.

func (*GetLhvIDReader) ReadResponse added in v0.28.0

func (o *GetLhvIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetLhvOK added in v0.28.0

type GetLhvOK struct {
	Payload *models.LhvAssociationDetailsListResponse
}

GetLhvOK handles this case with default header values.

List of associations

func NewGetLhvOK added in v0.28.0

func NewGetLhvOK() *GetLhvOK

NewGetLhvOK creates a GetLhvOK with default headers values

func (*GetLhvOK) Error added in v0.28.0

func (o *GetLhvOK) Error() string

type GetLhvParams added in v0.28.0

type GetLhvParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetLhvParams contains all the parameters to send to the API endpoint for the get lhv operation typically these are written to a http.Request

func NewGetLhvParams added in v0.28.0

func NewGetLhvParams() *GetLhvParams

NewGetLhvParams creates a new GetLhvParams object with the default values initialized.

func NewGetLhvParamsWithContext added in v0.28.0

func NewGetLhvParamsWithContext(ctx context.Context) *GetLhvParams

NewGetLhvParamsWithContext creates a new GetLhvParams object with the default values initialized, and the ability to set a context for a request

func NewGetLhvParamsWithHTTPClient added in v0.28.0

func NewGetLhvParamsWithHTTPClient(client *http.Client) *GetLhvParams

NewGetLhvParamsWithHTTPClient creates a new GetLhvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLhvParamsWithTimeout added in v0.28.0

func NewGetLhvParamsWithTimeout(timeout time.Duration) *GetLhvParams

NewGetLhvParamsWithTimeout creates a new GetLhvParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLhvParams) SetContext added in v0.28.0

func (o *GetLhvParams) SetContext(ctx context.Context)

SetContext adds the context to the get lhv params

func (*GetLhvParams) SetFilterOrganisationID added in v0.28.0

func (o *GetLhvParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get lhv params

func (*GetLhvParams) SetHTTPClient added in v0.28.0

func (o *GetLhvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get lhv params

func (*GetLhvParams) SetTimeout added in v0.28.0

func (o *GetLhvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get lhv params

func (*GetLhvParams) WithContext added in v0.28.0

func (o *GetLhvParams) WithContext(ctx context.Context) *GetLhvParams

WithContext adds the context to the get lhv params

func (*GetLhvParams) WithFilterOrganisationID added in v0.28.0

func (o *GetLhvParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetLhvParams

WithFilterOrganisationID adds the filterOrganisationID to the get lhv params

func (*GetLhvParams) WithHTTPClient added in v0.28.0

func (o *GetLhvParams) WithHTTPClient(client *http.Client) *GetLhvParams

WithHTTPClient adds the HTTPClient to the get lhv params

func (*GetLhvParams) WithTimeout added in v0.28.0

func (o *GetLhvParams) WithTimeout(timeout time.Duration) *GetLhvParams

WithTimeout adds the timeout to the get lhv params

func (*GetLhvParams) WriteToRequest added in v0.28.0

func (o *GetLhvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetLhvReader added in v0.28.0

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

GetLhvReader is a Reader for the GetLhv structure.

func (*GetLhvReader) ReadResponse added in v0.28.0

func (o *GetLhvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPayportIDOK

type GetPayportIDOK struct {
	Payload *models.PayportAssociationDetailsResponse
}

GetPayportIDOK handles this case with default header values.

Associations details

func NewGetPayportIDOK

func NewGetPayportIDOK() *GetPayportIDOK

NewGetPayportIDOK creates a GetPayportIDOK with default headers values

func (*GetPayportIDOK) Error

func (o *GetPayportIDOK) Error() string

type GetPayportIDParams

type GetPayportIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetPayportIDParams contains all the parameters to send to the API endpoint for the get payport ID operation typically these are written to a http.Request

func NewGetPayportIDParams

func NewGetPayportIDParams() *GetPayportIDParams

NewGetPayportIDParams creates a new GetPayportIDParams object with the default values initialized.

func NewGetPayportIDParamsWithContext

func NewGetPayportIDParamsWithContext(ctx context.Context) *GetPayportIDParams

NewGetPayportIDParamsWithContext creates a new GetPayportIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetPayportIDParamsWithHTTPClient

func NewGetPayportIDParamsWithHTTPClient(client *http.Client) *GetPayportIDParams

NewGetPayportIDParamsWithHTTPClient creates a new GetPayportIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPayportIDParamsWithTimeout

func NewGetPayportIDParamsWithTimeout(timeout time.Duration) *GetPayportIDParams

NewGetPayportIDParamsWithTimeout creates a new GetPayportIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPayportIDParams) SetContext

func (o *GetPayportIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get payport ID params

func (*GetPayportIDParams) SetHTTPClient

func (o *GetPayportIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get payport ID params

func (*GetPayportIDParams) SetID

func (o *GetPayportIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get payport ID params

func (*GetPayportIDParams) SetTimeout

func (o *GetPayportIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get payport ID params

func (*GetPayportIDParams) WithContext

WithContext adds the context to the get payport ID params

func (*GetPayportIDParams) WithHTTPClient

func (o *GetPayportIDParams) WithHTTPClient(client *http.Client) *GetPayportIDParams

WithHTTPClient adds the HTTPClient to the get payport ID params

func (*GetPayportIDParams) WithID

WithID adds the id to the get payport ID params

func (*GetPayportIDParams) WithTimeout

func (o *GetPayportIDParams) WithTimeout(timeout time.Duration) *GetPayportIDParams

WithTimeout adds the timeout to the get payport ID params

func (*GetPayportIDParams) WriteToRequest

func (o *GetPayportIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPayportIDReader

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

GetPayportIDReader is a Reader for the GetPayportID structure.

func (*GetPayportIDReader) ReadResponse

func (o *GetPayportIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetPayportOK

type GetPayportOK struct {
	Payload *models.PayportAssociationDetailsListResponse
}

GetPayportOK handles this case with default header values.

List of associations

func NewGetPayportOK

func NewGetPayportOK() *GetPayportOK

NewGetPayportOK creates a GetPayportOK with default headers values

func (*GetPayportOK) Error

func (o *GetPayportOK) Error() string

type GetPayportParams

type GetPayportParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID *strfmt.UUID

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

GetPayportParams contains all the parameters to send to the API endpoint for the get payport operation typically these are written to a http.Request

func NewGetPayportParams

func NewGetPayportParams() *GetPayportParams

NewGetPayportParams creates a new GetPayportParams object with the default values initialized.

func NewGetPayportParamsWithContext

func NewGetPayportParamsWithContext(ctx context.Context) *GetPayportParams

NewGetPayportParamsWithContext creates a new GetPayportParams object with the default values initialized, and the ability to set a context for a request

func NewGetPayportParamsWithHTTPClient

func NewGetPayportParamsWithHTTPClient(client *http.Client) *GetPayportParams

NewGetPayportParamsWithHTTPClient creates a new GetPayportParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetPayportParamsWithTimeout

func NewGetPayportParamsWithTimeout(timeout time.Duration) *GetPayportParams

NewGetPayportParamsWithTimeout creates a new GetPayportParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetPayportParams) SetContext

func (o *GetPayportParams) SetContext(ctx context.Context)

SetContext adds the context to the get payport params

func (*GetPayportParams) SetFilterOrganisationID

func (o *GetPayportParams) SetFilterOrganisationID(filterOrganisationID *strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get payport params

func (*GetPayportParams) SetHTTPClient

func (o *GetPayportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get payport params

func (*GetPayportParams) SetTimeout

func (o *GetPayportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get payport params

func (*GetPayportParams) WithContext

func (o *GetPayportParams) WithContext(ctx context.Context) *GetPayportParams

WithContext adds the context to the get payport params

func (*GetPayportParams) WithFilterOrganisationID

func (o *GetPayportParams) WithFilterOrganisationID(filterOrganisationID *strfmt.UUID) *GetPayportParams

WithFilterOrganisationID adds the filterOrganisationID to the get payport params

func (*GetPayportParams) WithHTTPClient

func (o *GetPayportParams) WithHTTPClient(client *http.Client) *GetPayportParams

WithHTTPClient adds the HTTPClient to the get payport params

func (*GetPayportParams) WithTimeout

func (o *GetPayportParams) WithTimeout(timeout time.Duration) *GetPayportParams

WithTimeout adds the timeout to the get payport params

func (*GetPayportParams) WriteToRequest

func (o *GetPayportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetPayportReader

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

GetPayportReader is a Reader for the GetPayport structure.

func (*GetPayportReader) ReadResponse

func (o *GetPayportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetProductsIDOK added in v0.32.0

type GetProductsIDOK struct {
	Payload *models.ProductsAssociationDetailsResponse
}

GetProductsIDOK handles this case with default header values.

Associations details

func NewGetProductsIDOK added in v0.32.0

func NewGetProductsIDOK() *GetProductsIDOK

NewGetProductsIDOK creates a GetProductsIDOK with default headers values

func (*GetProductsIDOK) Error added in v0.32.0

func (o *GetProductsIDOK) Error() string

type GetProductsIDParams added in v0.32.0

type GetProductsIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetProductsIDParams contains all the parameters to send to the API endpoint for the get products ID operation typically these are written to a http.Request

func NewGetProductsIDParams added in v0.32.0

func NewGetProductsIDParams() *GetProductsIDParams

NewGetProductsIDParams creates a new GetProductsIDParams object with the default values initialized.

func NewGetProductsIDParamsWithContext added in v0.32.0

func NewGetProductsIDParamsWithContext(ctx context.Context) *GetProductsIDParams

NewGetProductsIDParamsWithContext creates a new GetProductsIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetProductsIDParamsWithHTTPClient added in v0.32.0

func NewGetProductsIDParamsWithHTTPClient(client *http.Client) *GetProductsIDParams

NewGetProductsIDParamsWithHTTPClient creates a new GetProductsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProductsIDParamsWithTimeout added in v0.32.0

func NewGetProductsIDParamsWithTimeout(timeout time.Duration) *GetProductsIDParams

NewGetProductsIDParamsWithTimeout creates a new GetProductsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProductsIDParams) SetContext added in v0.32.0

func (o *GetProductsIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get products ID params

func (*GetProductsIDParams) SetHTTPClient added in v0.32.0

func (o *GetProductsIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get products ID params

func (*GetProductsIDParams) SetID added in v0.32.0

func (o *GetProductsIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get products ID params

func (*GetProductsIDParams) SetTimeout added in v0.32.0

func (o *GetProductsIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get products ID params

func (*GetProductsIDParams) WithContext added in v0.32.0

WithContext adds the context to the get products ID params

func (*GetProductsIDParams) WithHTTPClient added in v0.32.0

func (o *GetProductsIDParams) WithHTTPClient(client *http.Client) *GetProductsIDParams

WithHTTPClient adds the HTTPClient to the get products ID params

func (*GetProductsIDParams) WithID added in v0.32.0

WithID adds the id to the get products ID params

func (*GetProductsIDParams) WithTimeout added in v0.32.0

func (o *GetProductsIDParams) WithTimeout(timeout time.Duration) *GetProductsIDParams

WithTimeout adds the timeout to the get products ID params

func (*GetProductsIDParams) WriteToRequest added in v0.32.0

func (o *GetProductsIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetProductsIDReader added in v0.32.0

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

GetProductsIDReader is a Reader for the GetProductsID structure.

func (*GetProductsIDReader) ReadResponse added in v0.32.0

func (o *GetProductsIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetProductsOK added in v0.32.0

type GetProductsOK struct {
	Payload *models.ProductsAssociationDetailsListResponse
}

GetProductsOK handles this case with default header values.

List of associations

func NewGetProductsOK added in v0.32.0

func NewGetProductsOK() *GetProductsOK

NewGetProductsOK creates a GetProductsOK with default headers values

func (*GetProductsOK) Error added in v0.32.0

func (o *GetProductsOK) Error() string

type GetProductsParams added in v0.32.0

type GetProductsParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetProductsParams contains all the parameters to send to the API endpoint for the get products operation typically these are written to a http.Request

func NewGetProductsParams added in v0.32.0

func NewGetProductsParams() *GetProductsParams

NewGetProductsParams creates a new GetProductsParams object with the default values initialized.

func NewGetProductsParamsWithContext added in v0.32.0

func NewGetProductsParamsWithContext(ctx context.Context) *GetProductsParams

NewGetProductsParamsWithContext creates a new GetProductsParams object with the default values initialized, and the ability to set a context for a request

func NewGetProductsParamsWithHTTPClient added in v0.32.0

func NewGetProductsParamsWithHTTPClient(client *http.Client) *GetProductsParams

NewGetProductsParamsWithHTTPClient creates a new GetProductsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProductsParamsWithTimeout added in v0.32.0

func NewGetProductsParamsWithTimeout(timeout time.Duration) *GetProductsParams

NewGetProductsParamsWithTimeout creates a new GetProductsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProductsParams) SetContext added in v0.32.0

func (o *GetProductsParams) SetContext(ctx context.Context)

SetContext adds the context to the get products params

func (*GetProductsParams) SetFilterOrganisationID added in v0.32.0

func (o *GetProductsParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get products params

func (*GetProductsParams) SetHTTPClient added in v0.32.0

func (o *GetProductsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get products params

func (*GetProductsParams) SetTimeout added in v0.32.0

func (o *GetProductsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get products params

func (*GetProductsParams) WithContext added in v0.32.0

func (o *GetProductsParams) WithContext(ctx context.Context) *GetProductsParams

WithContext adds the context to the get products params

func (*GetProductsParams) WithFilterOrganisationID added in v0.32.0

func (o *GetProductsParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetProductsParams

WithFilterOrganisationID adds the filterOrganisationID to the get products params

func (*GetProductsParams) WithHTTPClient added in v0.32.0

func (o *GetProductsParams) WithHTTPClient(client *http.Client) *GetProductsParams

WithHTTPClient adds the HTTPClient to the get products params

func (*GetProductsParams) WithTimeout added in v0.32.0

func (o *GetProductsParams) WithTimeout(timeout time.Duration) *GetProductsParams

WithTimeout adds the timeout to the get products params

func (*GetProductsParams) WriteToRequest added in v0.32.0

func (o *GetProductsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetProductsReader added in v0.32.0

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

GetProductsReader is a Reader for the GetProducts structure.

func (*GetProductsReader) ReadResponse added in v0.32.0

func (o *GetProductsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSepainstantIDOK

type GetSepainstantIDOK struct {
	Payload *models.SepaInstantAssociationDetailsResponse
}

GetSepainstantIDOK handles this case with default header values.

Associations details

func NewGetSepainstantIDOK

func NewGetSepainstantIDOK() *GetSepainstantIDOK

NewGetSepainstantIDOK creates a GetSepainstantIDOK with default headers values

func (*GetSepainstantIDOK) Error

func (o *GetSepainstantIDOK) Error() string

type GetSepainstantIDParams

type GetSepainstantIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetSepainstantIDParams contains all the parameters to send to the API endpoint for the get sepainstant ID operation typically these are written to a http.Request

func NewGetSepainstantIDParams

func NewGetSepainstantIDParams() *GetSepainstantIDParams

NewGetSepainstantIDParams creates a new GetSepainstantIDParams object with the default values initialized.

func NewGetSepainstantIDParamsWithContext

func NewGetSepainstantIDParamsWithContext(ctx context.Context) *GetSepainstantIDParams

NewGetSepainstantIDParamsWithContext creates a new GetSepainstantIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSepainstantIDParamsWithHTTPClient

func NewGetSepainstantIDParamsWithHTTPClient(client *http.Client) *GetSepainstantIDParams

NewGetSepainstantIDParamsWithHTTPClient creates a new GetSepainstantIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSepainstantIDParamsWithTimeout

func NewGetSepainstantIDParamsWithTimeout(timeout time.Duration) *GetSepainstantIDParams

NewGetSepainstantIDParamsWithTimeout creates a new GetSepainstantIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSepainstantIDParams) SetContext

func (o *GetSepainstantIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get sepainstant ID params

func (*GetSepainstantIDParams) SetHTTPClient

func (o *GetSepainstantIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get sepainstant ID params

func (*GetSepainstantIDParams) SetID

func (o *GetSepainstantIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get sepainstant ID params

func (*GetSepainstantIDParams) SetTimeout

func (o *GetSepainstantIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get sepainstant ID params

func (*GetSepainstantIDParams) WithContext

WithContext adds the context to the get sepainstant ID params

func (*GetSepainstantIDParams) WithHTTPClient

func (o *GetSepainstantIDParams) WithHTTPClient(client *http.Client) *GetSepainstantIDParams

WithHTTPClient adds the HTTPClient to the get sepainstant ID params

func (*GetSepainstantIDParams) WithID

WithID adds the id to the get sepainstant ID params

func (*GetSepainstantIDParams) WithTimeout

WithTimeout adds the timeout to the get sepainstant ID params

func (*GetSepainstantIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSepainstantIDReader

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

GetSepainstantIDReader is a Reader for the GetSepainstantID structure.

func (*GetSepainstantIDReader) ReadResponse

func (o *GetSepainstantIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSepainstantOK

type GetSepainstantOK struct {
	Payload *models.SepaInstantAssociationDetailsListResponse
}

GetSepainstantOK handles this case with default header values.

List of associations

func NewGetSepainstantOK

func NewGetSepainstantOK() *GetSepainstantOK

NewGetSepainstantOK creates a GetSepainstantOK with default headers values

func (*GetSepainstantOK) Error

func (o *GetSepainstantOK) Error() string

type GetSepainstantParams

type GetSepainstantParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetSepainstantParams contains all the parameters to send to the API endpoint for the get sepainstant operation typically these are written to a http.Request

func NewGetSepainstantParams

func NewGetSepainstantParams() *GetSepainstantParams

NewGetSepainstantParams creates a new GetSepainstantParams object with the default values initialized.

func NewGetSepainstantParamsWithContext

func NewGetSepainstantParamsWithContext(ctx context.Context) *GetSepainstantParams

NewGetSepainstantParamsWithContext creates a new GetSepainstantParams object with the default values initialized, and the ability to set a context for a request

func NewGetSepainstantParamsWithHTTPClient

func NewGetSepainstantParamsWithHTTPClient(client *http.Client) *GetSepainstantParams

NewGetSepainstantParamsWithHTTPClient creates a new GetSepainstantParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSepainstantParamsWithTimeout

func NewGetSepainstantParamsWithTimeout(timeout time.Duration) *GetSepainstantParams

NewGetSepainstantParamsWithTimeout creates a new GetSepainstantParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSepainstantParams) SetContext

func (o *GetSepainstantParams) SetContext(ctx context.Context)

SetContext adds the context to the get sepainstant params

func (*GetSepainstantParams) SetFilterOrganisationID

func (o *GetSepainstantParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get sepainstant params

func (*GetSepainstantParams) SetHTTPClient

func (o *GetSepainstantParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get sepainstant params

func (*GetSepainstantParams) SetTimeout

func (o *GetSepainstantParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get sepainstant params

func (*GetSepainstantParams) WithContext

WithContext adds the context to the get sepainstant params

func (*GetSepainstantParams) WithFilterOrganisationID

func (o *GetSepainstantParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetSepainstantParams

WithFilterOrganisationID adds the filterOrganisationID to the get sepainstant params

func (*GetSepainstantParams) WithHTTPClient

func (o *GetSepainstantParams) WithHTTPClient(client *http.Client) *GetSepainstantParams

WithHTTPClient adds the HTTPClient to the get sepainstant params

func (*GetSepainstantParams) WithTimeout

func (o *GetSepainstantParams) WithTimeout(timeout time.Duration) *GetSepainstantParams

WithTimeout adds the timeout to the get sepainstant params

func (*GetSepainstantParams) WriteToRequest

func (o *GetSepainstantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSepainstantReader

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

GetSepainstantReader is a Reader for the GetSepainstant structure.

func (*GetSepainstantReader) ReadResponse

func (o *GetSepainstantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSepasctIDOK

type GetSepasctIDOK struct {
	Payload *models.SepaSctAssociationDetailsResponse
}

GetSepasctIDOK handles this case with default header values.

Associations details

func NewGetSepasctIDOK

func NewGetSepasctIDOK() *GetSepasctIDOK

NewGetSepasctIDOK creates a GetSepasctIDOK with default headers values

func (*GetSepasctIDOK) Error

func (o *GetSepasctIDOK) Error() string

type GetSepasctIDParams

type GetSepasctIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetSepasctIDParams contains all the parameters to send to the API endpoint for the get sepasct ID operation typically these are written to a http.Request

func NewGetSepasctIDParams

func NewGetSepasctIDParams() *GetSepasctIDParams

NewGetSepasctIDParams creates a new GetSepasctIDParams object with the default values initialized.

func NewGetSepasctIDParamsWithContext

func NewGetSepasctIDParamsWithContext(ctx context.Context) *GetSepasctIDParams

NewGetSepasctIDParamsWithContext creates a new GetSepasctIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetSepasctIDParamsWithHTTPClient

func NewGetSepasctIDParamsWithHTTPClient(client *http.Client) *GetSepasctIDParams

NewGetSepasctIDParamsWithHTTPClient creates a new GetSepasctIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSepasctIDParamsWithTimeout

func NewGetSepasctIDParamsWithTimeout(timeout time.Duration) *GetSepasctIDParams

NewGetSepasctIDParamsWithTimeout creates a new GetSepasctIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSepasctIDParams) SetContext

func (o *GetSepasctIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get sepasct ID params

func (*GetSepasctIDParams) SetHTTPClient

func (o *GetSepasctIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get sepasct ID params

func (*GetSepasctIDParams) SetID

func (o *GetSepasctIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get sepasct ID params

func (*GetSepasctIDParams) SetTimeout

func (o *GetSepasctIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get sepasct ID params

func (*GetSepasctIDParams) WithContext

WithContext adds the context to the get sepasct ID params

func (*GetSepasctIDParams) WithHTTPClient

func (o *GetSepasctIDParams) WithHTTPClient(client *http.Client) *GetSepasctIDParams

WithHTTPClient adds the HTTPClient to the get sepasct ID params

func (*GetSepasctIDParams) WithID

WithID adds the id to the get sepasct ID params

func (*GetSepasctIDParams) WithTimeout

func (o *GetSepasctIDParams) WithTimeout(timeout time.Duration) *GetSepasctIDParams

WithTimeout adds the timeout to the get sepasct ID params

func (*GetSepasctIDParams) WriteToRequest

func (o *GetSepasctIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSepasctIDReader

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

GetSepasctIDReader is a Reader for the GetSepasctID structure.

func (*GetSepasctIDReader) ReadResponse

func (o *GetSepasctIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSepasctOK

type GetSepasctOK struct {
	Payload *models.SepaSctAssociationDetailsListResponse
}

GetSepasctOK handles this case with default header values.

List of associations

func NewGetSepasctOK

func NewGetSepasctOK() *GetSepasctOK

NewGetSepasctOK creates a GetSepasctOK with default headers values

func (*GetSepasctOK) Error

func (o *GetSepasctOK) Error() string

type GetSepasctParams

type GetSepasctParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetSepasctParams contains all the parameters to send to the API endpoint for the get sepasct operation typically these are written to a http.Request

func NewGetSepasctParams

func NewGetSepasctParams() *GetSepasctParams

NewGetSepasctParams creates a new GetSepasctParams object with the default values initialized.

func NewGetSepasctParamsWithContext

func NewGetSepasctParamsWithContext(ctx context.Context) *GetSepasctParams

NewGetSepasctParamsWithContext creates a new GetSepasctParams object with the default values initialized, and the ability to set a context for a request

func NewGetSepasctParamsWithHTTPClient

func NewGetSepasctParamsWithHTTPClient(client *http.Client) *GetSepasctParams

NewGetSepasctParamsWithHTTPClient creates a new GetSepasctParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSepasctParamsWithTimeout

func NewGetSepasctParamsWithTimeout(timeout time.Duration) *GetSepasctParams

NewGetSepasctParamsWithTimeout creates a new GetSepasctParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSepasctParams) SetContext

func (o *GetSepasctParams) SetContext(ctx context.Context)

SetContext adds the context to the get sepasct params

func (*GetSepasctParams) SetFilterOrganisationID

func (o *GetSepasctParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get sepasct params

func (*GetSepasctParams) SetHTTPClient

func (o *GetSepasctParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get sepasct params

func (*GetSepasctParams) SetTimeout

func (o *GetSepasctParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get sepasct params

func (*GetSepasctParams) WithContext

func (o *GetSepasctParams) WithContext(ctx context.Context) *GetSepasctParams

WithContext adds the context to the get sepasct params

func (*GetSepasctParams) WithFilterOrganisationID

func (o *GetSepasctParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetSepasctParams

WithFilterOrganisationID adds the filterOrganisationID to the get sepasct params

func (*GetSepasctParams) WithHTTPClient

func (o *GetSepasctParams) WithHTTPClient(client *http.Client) *GetSepasctParams

WithHTTPClient adds the HTTPClient to the get sepasct params

func (*GetSepasctParams) WithTimeout

func (o *GetSepasctParams) WithTimeout(timeout time.Duration) *GetSepasctParams

WithTimeout adds the timeout to the get sepasct params

func (*GetSepasctParams) WriteToRequest

func (o *GetSepasctParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSepasctReader

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

GetSepasctReader is a Reader for the GetSepasct structure.

func (*GetSepasctReader) ReadResponse

func (o *GetSepasctReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetStarlingIDOK

type GetStarlingIDOK struct {
	Payload *models.AssociationDetailsResponse
}

GetStarlingIDOK handles this case with default header values.

Associations details

func NewGetStarlingIDOK

func NewGetStarlingIDOK() *GetStarlingIDOK

NewGetStarlingIDOK creates a GetStarlingIDOK with default headers values

func (*GetStarlingIDOK) Error

func (o *GetStarlingIDOK) Error() string

type GetStarlingIDParams

type GetStarlingIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetStarlingIDParams contains all the parameters to send to the API endpoint for the get starling ID operation typically these are written to a http.Request

func NewGetStarlingIDParams

func NewGetStarlingIDParams() *GetStarlingIDParams

NewGetStarlingIDParams creates a new GetStarlingIDParams object with the default values initialized.

func NewGetStarlingIDParamsWithContext

func NewGetStarlingIDParamsWithContext(ctx context.Context) *GetStarlingIDParams

NewGetStarlingIDParamsWithContext creates a new GetStarlingIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetStarlingIDParamsWithHTTPClient

func NewGetStarlingIDParamsWithHTTPClient(client *http.Client) *GetStarlingIDParams

NewGetStarlingIDParamsWithHTTPClient creates a new GetStarlingIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetStarlingIDParamsWithTimeout

func NewGetStarlingIDParamsWithTimeout(timeout time.Duration) *GetStarlingIDParams

NewGetStarlingIDParamsWithTimeout creates a new GetStarlingIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetStarlingIDParams) SetContext

func (o *GetStarlingIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get starling ID params

func (*GetStarlingIDParams) SetHTTPClient

func (o *GetStarlingIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get starling ID params

func (*GetStarlingIDParams) SetID

func (o *GetStarlingIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get starling ID params

func (*GetStarlingIDParams) SetTimeout

func (o *GetStarlingIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get starling ID params

func (*GetStarlingIDParams) WithContext

WithContext adds the context to the get starling ID params

func (*GetStarlingIDParams) WithHTTPClient

func (o *GetStarlingIDParams) WithHTTPClient(client *http.Client) *GetStarlingIDParams

WithHTTPClient adds the HTTPClient to the get starling ID params

func (*GetStarlingIDParams) WithID

WithID adds the id to the get starling ID params

func (*GetStarlingIDParams) WithTimeout

func (o *GetStarlingIDParams) WithTimeout(timeout time.Duration) *GetStarlingIDParams

WithTimeout adds the timeout to the get starling ID params

func (*GetStarlingIDParams) WriteToRequest

func (o *GetStarlingIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStarlingIDReader

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

GetStarlingIDReader is a Reader for the GetStarlingID structure.

func (*GetStarlingIDReader) ReadResponse

func (o *GetStarlingIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetStarlingOK

type GetStarlingOK struct {
	Payload *models.AssociationDetailsListResponse
}

GetStarlingOK handles this case with default header values.

List of associations

func NewGetStarlingOK

func NewGetStarlingOK() *GetStarlingOK

NewGetStarlingOK creates a GetStarlingOK with default headers values

func (*GetStarlingOK) Error

func (o *GetStarlingOK) Error() string

type GetStarlingParams

type GetStarlingParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID *strfmt.UUID

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

GetStarlingParams contains all the parameters to send to the API endpoint for the get starling operation typically these are written to a http.Request

func NewGetStarlingParams

func NewGetStarlingParams() *GetStarlingParams

NewGetStarlingParams creates a new GetStarlingParams object with the default values initialized.

func NewGetStarlingParamsWithContext

func NewGetStarlingParamsWithContext(ctx context.Context) *GetStarlingParams

NewGetStarlingParamsWithContext creates a new GetStarlingParams object with the default values initialized, and the ability to set a context for a request

func NewGetStarlingParamsWithHTTPClient

func NewGetStarlingParamsWithHTTPClient(client *http.Client) *GetStarlingParams

NewGetStarlingParamsWithHTTPClient creates a new GetStarlingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetStarlingParamsWithTimeout

func NewGetStarlingParamsWithTimeout(timeout time.Duration) *GetStarlingParams

NewGetStarlingParamsWithTimeout creates a new GetStarlingParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetStarlingParams) SetContext

func (o *GetStarlingParams) SetContext(ctx context.Context)

SetContext adds the context to the get starling params

func (*GetStarlingParams) SetFilterOrganisationID

func (o *GetStarlingParams) SetFilterOrganisationID(filterOrganisationID *strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get starling params

func (*GetStarlingParams) SetHTTPClient

func (o *GetStarlingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get starling params

func (*GetStarlingParams) SetTimeout

func (o *GetStarlingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get starling params

func (*GetStarlingParams) WithContext

func (o *GetStarlingParams) WithContext(ctx context.Context) *GetStarlingParams

WithContext adds the context to the get starling params

func (*GetStarlingParams) WithFilterOrganisationID

func (o *GetStarlingParams) WithFilterOrganisationID(filterOrganisationID *strfmt.UUID) *GetStarlingParams

WithFilterOrganisationID adds the filterOrganisationID to the get starling params

func (*GetStarlingParams) WithHTTPClient

func (o *GetStarlingParams) WithHTTPClient(client *http.Client) *GetStarlingParams

WithHTTPClient adds the HTTPClient to the get starling params

func (*GetStarlingParams) WithTimeout

func (o *GetStarlingParams) WithTimeout(timeout time.Duration) *GetStarlingParams

WithTimeout adds the timeout to the get starling params

func (*GetStarlingParams) WriteToRequest

func (o *GetStarlingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetStarlingReader

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

GetStarlingReader is a Reader for the GetStarling structure.

func (*GetStarlingReader) ReadResponse

func (o *GetStarlingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetStarlinggatewayOK added in v0.28.0

type GetStarlinggatewayOK struct {
	Payload *models.AssociationDetailsListResponse
}

GetStarlinggatewayOK handles this case with default header values.

List of associations

func NewGetStarlinggatewayOK added in v0.28.0

func NewGetStarlinggatewayOK() *GetStarlinggatewayOK

NewGetStarlinggatewayOK creates a GetStarlinggatewayOK with default headers values

func (*GetStarlinggatewayOK) Error added in v0.28.0

func (o *GetStarlinggatewayOK) Error() string

type GetStarlinggatewayParams added in v0.28.0

type GetStarlinggatewayParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID *strfmt.UUID

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

GetStarlinggatewayParams contains all the parameters to send to the API endpoint for the get starlinggateway operation typically these are written to a http.Request

func NewGetStarlinggatewayParams added in v0.28.0

func NewGetStarlinggatewayParams() *GetStarlinggatewayParams

NewGetStarlinggatewayParams creates a new GetStarlinggatewayParams object with the default values initialized.

func NewGetStarlinggatewayParamsWithContext added in v0.28.0

func NewGetStarlinggatewayParamsWithContext(ctx context.Context) *GetStarlinggatewayParams

NewGetStarlinggatewayParamsWithContext creates a new GetStarlinggatewayParams object with the default values initialized, and the ability to set a context for a request

func NewGetStarlinggatewayParamsWithHTTPClient added in v0.28.0

func NewGetStarlinggatewayParamsWithHTTPClient(client *http.Client) *GetStarlinggatewayParams

NewGetStarlinggatewayParamsWithHTTPClient creates a new GetStarlinggatewayParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetStarlinggatewayParamsWithTimeout added in v0.28.0

func NewGetStarlinggatewayParamsWithTimeout(timeout time.Duration) *GetStarlinggatewayParams

NewGetStarlinggatewayParamsWithTimeout creates a new GetStarlinggatewayParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetStarlinggatewayParams) SetContext added in v0.28.0

func (o *GetStarlinggatewayParams) SetContext(ctx context.Context)

SetContext adds the context to the get starlinggateway params

func (*GetStarlinggatewayParams) SetFilterOrganisationID added in v0.28.0

func (o *GetStarlinggatewayParams) SetFilterOrganisationID(filterOrganisationID *strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get starlinggateway params

func (*GetStarlinggatewayParams) SetHTTPClient added in v0.28.0

func (o *GetStarlinggatewayParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get starlinggateway params

func (*GetStarlinggatewayParams) SetTimeout added in v0.28.0

func (o *GetStarlinggatewayParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get starlinggateway params

func (*GetStarlinggatewayParams) WithContext added in v0.28.0

WithContext adds the context to the get starlinggateway params

func (*GetStarlinggatewayParams) WithFilterOrganisationID added in v0.28.0

func (o *GetStarlinggatewayParams) WithFilterOrganisationID(filterOrganisationID *strfmt.UUID) *GetStarlinggatewayParams

WithFilterOrganisationID adds the filterOrganisationID to the get starlinggateway params

func (*GetStarlinggatewayParams) WithHTTPClient added in v0.28.0

func (o *GetStarlinggatewayParams) WithHTTPClient(client *http.Client) *GetStarlinggatewayParams

WithHTTPClient adds the HTTPClient to the get starlinggateway params

func (*GetStarlinggatewayParams) WithTimeout added in v0.28.0

WithTimeout adds the timeout to the get starlinggateway params

func (*GetStarlinggatewayParams) WriteToRequest added in v0.28.0

WriteToRequest writes these params to a swagger request

type GetStarlinggatewayReader added in v0.28.0

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

GetStarlinggatewayReader is a Reader for the GetStarlinggateway structure.

func (*GetStarlinggatewayReader) ReadResponse added in v0.28.0

func (o *GetStarlinggatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVocalinkreportIDOK

type GetVocalinkreportIDOK struct {
	Payload *models.VocalinkReportAssociationDetailsResponse
}

GetVocalinkreportIDOK handles this case with default header values.

Associations details

func NewGetVocalinkreportIDOK

func NewGetVocalinkreportIDOK() *GetVocalinkreportIDOK

NewGetVocalinkreportIDOK creates a GetVocalinkreportIDOK with default headers values

func (*GetVocalinkreportIDOK) Error

func (o *GetVocalinkreportIDOK) Error() string

type GetVocalinkreportIDParams

type GetVocalinkreportIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID

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

GetVocalinkreportIDParams contains all the parameters to send to the API endpoint for the get vocalinkreport ID operation typically these are written to a http.Request

func NewGetVocalinkreportIDParams

func NewGetVocalinkreportIDParams() *GetVocalinkreportIDParams

NewGetVocalinkreportIDParams creates a new GetVocalinkreportIDParams object with the default values initialized.

func NewGetVocalinkreportIDParamsWithContext

func NewGetVocalinkreportIDParamsWithContext(ctx context.Context) *GetVocalinkreportIDParams

NewGetVocalinkreportIDParamsWithContext creates a new GetVocalinkreportIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetVocalinkreportIDParamsWithHTTPClient

func NewGetVocalinkreportIDParamsWithHTTPClient(client *http.Client) *GetVocalinkreportIDParams

NewGetVocalinkreportIDParamsWithHTTPClient creates a new GetVocalinkreportIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetVocalinkreportIDParamsWithTimeout

func NewGetVocalinkreportIDParamsWithTimeout(timeout time.Duration) *GetVocalinkreportIDParams

NewGetVocalinkreportIDParamsWithTimeout creates a new GetVocalinkreportIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetVocalinkreportIDParams) SetContext

func (o *GetVocalinkreportIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) SetHTTPClient

func (o *GetVocalinkreportIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) SetID

func (o *GetVocalinkreportIDParams) SetID(id strfmt.UUID)

SetID adds the id to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) SetTimeout

func (o *GetVocalinkreportIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) WithContext

WithContext adds the context to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) WithHTTPClient

func (o *GetVocalinkreportIDParams) WithHTTPClient(client *http.Client) *GetVocalinkreportIDParams

WithHTTPClient adds the HTTPClient to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) WithID

WithID adds the id to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) WithTimeout

WithTimeout adds the timeout to the get vocalinkreport ID params

func (*GetVocalinkreportIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVocalinkreportIDReader

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

GetVocalinkreportIDReader is a Reader for the GetVocalinkreportID structure.

func (*GetVocalinkreportIDReader) ReadResponse

func (o *GetVocalinkreportIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVocalinkreportOK

type GetVocalinkreportOK struct {
	Payload *models.VocalinkReportAssociationDetailsListResponse
}

GetVocalinkreportOK handles this case with default header values.

List of associations

func NewGetVocalinkreportOK

func NewGetVocalinkreportOK() *GetVocalinkreportOK

NewGetVocalinkreportOK creates a GetVocalinkreportOK with default headers values

func (*GetVocalinkreportOK) Error

func (o *GetVocalinkreportOK) Error() string

type GetVocalinkreportParams

type GetVocalinkreportParams struct {

	/*FilterOrganisationID
	  Organisation id

	*/
	FilterOrganisationID []strfmt.UUID

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

GetVocalinkreportParams contains all the parameters to send to the API endpoint for the get vocalinkreport operation typically these are written to a http.Request

func NewGetVocalinkreportParams

func NewGetVocalinkreportParams() *GetVocalinkreportParams

NewGetVocalinkreportParams creates a new GetVocalinkreportParams object with the default values initialized.

func NewGetVocalinkreportParamsWithContext

func NewGetVocalinkreportParamsWithContext(ctx context.Context) *GetVocalinkreportParams

NewGetVocalinkreportParamsWithContext creates a new GetVocalinkreportParams object with the default values initialized, and the ability to set a context for a request

func NewGetVocalinkreportParamsWithHTTPClient

func NewGetVocalinkreportParamsWithHTTPClient(client *http.Client) *GetVocalinkreportParams

NewGetVocalinkreportParamsWithHTTPClient creates a new GetVocalinkreportParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetVocalinkreportParamsWithTimeout

func NewGetVocalinkreportParamsWithTimeout(timeout time.Duration) *GetVocalinkreportParams

NewGetVocalinkreportParamsWithTimeout creates a new GetVocalinkreportParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetVocalinkreportParams) SetContext

func (o *GetVocalinkreportParams) SetContext(ctx context.Context)

SetContext adds the context to the get vocalinkreport params

func (*GetVocalinkreportParams) SetFilterOrganisationID

func (o *GetVocalinkreportParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)

SetFilterOrganisationID adds the filterOrganisationId to the get vocalinkreport params

func (*GetVocalinkreportParams) SetHTTPClient

func (o *GetVocalinkreportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get vocalinkreport params

func (*GetVocalinkreportParams) SetTimeout

func (o *GetVocalinkreportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get vocalinkreport params

func (*GetVocalinkreportParams) WithContext

WithContext adds the context to the get vocalinkreport params

func (*GetVocalinkreportParams) WithFilterOrganisationID

func (o *GetVocalinkreportParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetVocalinkreportParams

WithFilterOrganisationID adds the filterOrganisationID to the get vocalinkreport params

func (*GetVocalinkreportParams) WithHTTPClient

func (o *GetVocalinkreportParams) WithHTTPClient(client *http.Client) *GetVocalinkreportParams

WithHTTPClient adds the HTTPClient to the get vocalinkreport params

func (*GetVocalinkreportParams) WithTimeout

WithTimeout adds the timeout to the get vocalinkreport params

func (*GetVocalinkreportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVocalinkreportReader

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

GetVocalinkreportReader is a Reader for the GetVocalinkreport structure.

func (*GetVocalinkreportReader) ReadResponse

func (o *GetVocalinkreportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchGocardlessIDBadRequest added in v0.34.2

type PatchGocardlessIDBadRequest struct {
	Payload *models.APIError
}

PatchGocardlessIDBadRequest handles this case with default header values.

Bad Request

func NewPatchGocardlessIDBadRequest added in v0.34.2

func NewPatchGocardlessIDBadRequest() *PatchGocardlessIDBadRequest

NewPatchGocardlessIDBadRequest creates a PatchGocardlessIDBadRequest with default headers values

func (*PatchGocardlessIDBadRequest) Error added in v0.34.2

type PatchGocardlessIDForbidden added in v0.34.2

type PatchGocardlessIDForbidden struct {
	Payload *models.APIError
}

PatchGocardlessIDForbidden handles this case with default header values.

Forbidden

func NewPatchGocardlessIDForbidden added in v0.34.2

func NewPatchGocardlessIDForbidden() *PatchGocardlessIDForbidden

NewPatchGocardlessIDForbidden creates a PatchGocardlessIDForbidden with default headers values

func (*PatchGocardlessIDForbidden) Error added in v0.34.2

type PatchGocardlessIDNotFound added in v0.34.2

type PatchGocardlessIDNotFound struct {
	Payload *models.APIError
}

PatchGocardlessIDNotFound handles this case with default header values.

Record not found

func NewPatchGocardlessIDNotFound added in v0.34.2

func NewPatchGocardlessIDNotFound() *PatchGocardlessIDNotFound

NewPatchGocardlessIDNotFound creates a PatchGocardlessIDNotFound with default headers values

func (*PatchGocardlessIDNotFound) Error added in v0.34.2

func (o *PatchGocardlessIDNotFound) Error() string

type PatchGocardlessIDOK added in v0.34.2

type PatchGocardlessIDOK struct {
	Payload *models.GocardlessAssociationResponse
}

PatchGocardlessIDOK handles this case with default header values.

Association updated successfully

func NewPatchGocardlessIDOK added in v0.34.2

func NewPatchGocardlessIDOK() *PatchGocardlessIDOK

NewPatchGocardlessIDOK creates a PatchGocardlessIDOK with default headers values

func (*PatchGocardlessIDOK) Error added in v0.34.2

func (o *PatchGocardlessIDOK) Error() string

type PatchGocardlessIDParams added in v0.34.2

type PatchGocardlessIDParams struct {

	/*ID
	  Association Id

	*/
	ID strfmt.UUID
	/*PatchBody*/
	PatchBody *models.GocardlessAssociationAmendment
	/*Version
	  Version

	*/
	Version int64

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

PatchGocardlessIDParams contains all the parameters to send to the API endpoint for the patch gocardless ID operation typically these are written to a http.Request

func NewPatchGocardlessIDParams added in v0.34.2

func NewPatchGocardlessIDParams() *PatchGocardlessIDParams

NewPatchGocardlessIDParams creates a new PatchGocardlessIDParams object with the default values initialized.

func NewPatchGocardlessIDParamsWithContext added in v0.34.2

func NewPatchGocardlessIDParamsWithContext(ctx context.Context) *PatchGocardlessIDParams

NewPatchGocardlessIDParamsWithContext creates a new PatchGocardlessIDParams object with the default values initialized, and the ability to set a context for a request

func NewPatchGocardlessIDParamsWithHTTPClient added in v0.34.2

func NewPatchGocardlessIDParamsWithHTTPClient(client *http.Client) *PatchGocardlessIDParams

NewPatchGocardlessIDParamsWithHTTPClient creates a new PatchGocardlessIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPatchGocardlessIDParamsWithTimeout added in v0.34.2

func NewPatchGocardlessIDParamsWithTimeout(timeout time.Duration) *PatchGocardlessIDParams

NewPatchGocardlessIDParamsWithTimeout creates a new PatchGocardlessIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PatchGocardlessIDParams) SetContext added in v0.34.2

func (o *PatchGocardlessIDParams) SetContext(ctx context.Context)

SetContext adds the context to the patch gocardless ID params

func (*PatchGocardlessIDParams) SetHTTPClient added in v0.34.2

func (o *PatchGocardlessIDParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch gocardless ID params

func (*PatchGocardlessIDParams) SetID added in v0.34.2

func (o *PatchGocardlessIDParams) SetID(id strfmt.UUID)

SetID adds the id to the patch gocardless ID params

func (*PatchGocardlessIDParams) SetPatchBody added in v0.34.2

SetPatchBody adds the patchBody to the patch gocardless ID params

func (*PatchGocardlessIDParams) SetTimeout added in v0.34.2

func (o *PatchGocardlessIDParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch gocardless ID params

func (*PatchGocardlessIDParams) SetVersion added in v0.34.2

func (o *PatchGocardlessIDParams) SetVersion(version int64)

SetVersion adds the version to the patch gocardless ID params

func (*PatchGocardlessIDParams) WithContext added in v0.34.2

WithContext adds the context to the patch gocardless ID params

func (*PatchGocardlessIDParams) WithHTTPClient added in v0.34.2

func (o *PatchGocardlessIDParams) WithHTTPClient(client *http.Client) *PatchGocardlessIDParams

WithHTTPClient adds the HTTPClient to the patch gocardless ID params

func (*PatchGocardlessIDParams) WithID added in v0.34.2

WithID adds the id to the patch gocardless ID params

func (*PatchGocardlessIDParams) WithPatchBody added in v0.34.2

WithPatchBody adds the patchBody to the patch gocardless ID params

func (*PatchGocardlessIDParams) WithTimeout added in v0.34.2

WithTimeout adds the timeout to the patch gocardless ID params

func (*PatchGocardlessIDParams) WithVersion added in v0.34.2

func (o *PatchGocardlessIDParams) WithVersion(version int64) *PatchGocardlessIDParams

WithVersion adds the version to the patch gocardless ID params

func (*PatchGocardlessIDParams) WriteToRequest added in v0.34.2

WriteToRequest writes these params to a swagger request

type PatchGocardlessIDReader added in v0.34.2

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

PatchGocardlessIDReader is a Reader for the PatchGocardlessID structure.

func (*PatchGocardlessIDReader) ReadResponse added in v0.34.2

func (o *PatchGocardlessIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostBacsCreated

type PostBacsCreated struct {
	Payload *models.BacsAssociationCreationResponse
}

PostBacsCreated handles this case with default header values.

creation response

func NewPostBacsCreated

func NewPostBacsCreated() *PostBacsCreated

NewPostBacsCreated creates a PostBacsCreated with default headers values

func (*PostBacsCreated) Error

func (o *PostBacsCreated) Error() string

type PostBacsParams

type PostBacsParams struct {

	/*CreationRequest*/
	CreationRequest *models.BacsAssociationCreation

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

PostBacsParams contains all the parameters to send to the API endpoint for the post bacs operation typically these are written to a http.Request

func NewPostBacsParams

func NewPostBacsParams() *PostBacsParams

NewPostBacsParams creates a new PostBacsParams object with the default values initialized.

func NewPostBacsParamsWithContext

func NewPostBacsParamsWithContext(ctx context.Context) *PostBacsParams

NewPostBacsParamsWithContext creates a new PostBacsParams object with the default values initialized, and the ability to set a context for a request

func NewPostBacsParamsWithHTTPClient

func NewPostBacsParamsWithHTTPClient(client *http.Client) *PostBacsParams

NewPostBacsParamsWithHTTPClient creates a new PostBacsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostBacsParamsWithTimeout

func NewPostBacsParamsWithTimeout(timeout time.Duration) *PostBacsParams

NewPostBacsParamsWithTimeout creates a new PostBacsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostBacsParams) SetContext

func (o *PostBacsParams) SetContext(ctx context.Context)

SetContext adds the context to the post bacs params

func (*PostBacsParams) SetCreationRequest

func (o *PostBacsParams) SetCreationRequest(creationRequest *models.BacsAssociationCreation)

SetCreationRequest adds the creationRequest to the post bacs params

func (*PostBacsParams) SetHTTPClient

func (o *PostBacsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post bacs params

func (*PostBacsParams) SetTimeout

func (o *PostBacsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post bacs params

func (*PostBacsParams) WithContext

func (o *PostBacsParams) WithContext(ctx context.Context) *PostBacsParams

WithContext adds the context to the post bacs params

func (*PostBacsParams) WithCreationRequest

func (o *PostBacsParams) WithCreationRequest(creationRequest *models.BacsAssociationCreation) *PostBacsParams

WithCreationRequest adds the creationRequest to the post bacs params

func (*PostBacsParams) WithHTTPClient

func (o *PostBacsParams) WithHTTPClient(client *http.Client) *PostBacsParams

WithHTTPClient adds the HTTPClient to the post bacs params

func (*PostBacsParams) WithTimeout

func (o *PostBacsParams) WithTimeout(timeout time.Duration) *PostBacsParams

WithTimeout adds the timeout to the post bacs params

func (*PostBacsParams) WriteToRequest

func (o *PostBacsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostBacsReader

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

PostBacsReader is a Reader for the PostBacs structure.

func (*PostBacsReader) ReadResponse

func (o *PostBacsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostConfirmationOfPayeeCreated

type PostConfirmationOfPayeeCreated struct {
	Payload *models.CoPAssociationCreationResponse
}

PostConfirmationOfPayeeCreated handles this case with default header values.

creation response

func NewPostConfirmationOfPayeeCreated

func NewPostConfirmationOfPayeeCreated() *PostConfirmationOfPayeeCreated

NewPostConfirmationOfPayeeCreated creates a PostConfirmationOfPayeeCreated with default headers values

func (*PostConfirmationOfPayeeCreated) Error

type PostConfirmationOfPayeeParams

type PostConfirmationOfPayeeParams struct {

	/*CreationRequest*/
	CreationRequest *models.CoPAssociationCreation

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

PostConfirmationOfPayeeParams contains all the parameters to send to the API endpoint for the post confirmation of payee operation typically these are written to a http.Request

func NewPostConfirmationOfPayeeParams

func NewPostConfirmationOfPayeeParams() *PostConfirmationOfPayeeParams

NewPostConfirmationOfPayeeParams creates a new PostConfirmationOfPayeeParams object with the default values initialized.

func NewPostConfirmationOfPayeeParamsWithContext

func NewPostConfirmationOfPayeeParamsWithContext(ctx context.Context) *PostConfirmationOfPayeeParams

NewPostConfirmationOfPayeeParamsWithContext creates a new PostConfirmationOfPayeeParams object with the default values initialized, and the ability to set a context for a request

func NewPostConfirmationOfPayeeParamsWithHTTPClient

func NewPostConfirmationOfPayeeParamsWithHTTPClient(client *http.Client) *PostConfirmationOfPayeeParams

NewPostConfirmationOfPayeeParamsWithHTTPClient creates a new PostConfirmationOfPayeeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostConfirmationOfPayeeParamsWithTimeout

func NewPostConfirmationOfPayeeParamsWithTimeout(timeout time.Duration) *PostConfirmationOfPayeeParams

NewPostConfirmationOfPayeeParamsWithTimeout creates a new PostConfirmationOfPayeeParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostConfirmationOfPayeeParams) SetContext

func (o *PostConfirmationOfPayeeParams) SetContext(ctx context.Context)

SetContext adds the context to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) SetCreationRequest

func (o *PostConfirmationOfPayeeParams) SetCreationRequest(creationRequest *models.CoPAssociationCreation)

SetCreationRequest adds the creationRequest to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) SetHTTPClient

func (o *PostConfirmationOfPayeeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) SetTimeout

func (o *PostConfirmationOfPayeeParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) WithContext

WithContext adds the context to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) WithCreationRequest

WithCreationRequest adds the creationRequest to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) WithTimeout

WithTimeout adds the timeout to the post confirmation of payee params

func (*PostConfirmationOfPayeeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostConfirmationOfPayeeReader

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

PostConfirmationOfPayeeReader is a Reader for the PostConfirmationOfPayee structure.

func (*PostConfirmationOfPayeeReader) ReadResponse

func (o *PostConfirmationOfPayeeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostGocardlessCreated added in v0.33.0

type PostGocardlessCreated struct {
	Payload *models.GocardlessAssociationCreationResponse
}

PostGocardlessCreated handles this case with default header values.

creation response

func NewPostGocardlessCreated added in v0.33.0

func NewPostGocardlessCreated() *PostGocardlessCreated

NewPostGocardlessCreated creates a PostGocardlessCreated with default headers values

func (*PostGocardlessCreated) Error added in v0.33.0

func (o *PostGocardlessCreated) Error() string

type PostGocardlessParams added in v0.33.0

type PostGocardlessParams struct {

	/*CreationRequest*/
	CreationRequest *models.GocardlessAssociationCreation

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

PostGocardlessParams contains all the parameters to send to the API endpoint for the post gocardless operation typically these are written to a http.Request

func NewPostGocardlessParams added in v0.33.0

func NewPostGocardlessParams() *PostGocardlessParams

NewPostGocardlessParams creates a new PostGocardlessParams object with the default values initialized.

func NewPostGocardlessParamsWithContext added in v0.33.0

func NewPostGocardlessParamsWithContext(ctx context.Context) *PostGocardlessParams

NewPostGocardlessParamsWithContext creates a new PostGocardlessParams object with the default values initialized, and the ability to set a context for a request

func NewPostGocardlessParamsWithHTTPClient added in v0.33.0

func NewPostGocardlessParamsWithHTTPClient(client *http.Client) *PostGocardlessParams

NewPostGocardlessParamsWithHTTPClient creates a new PostGocardlessParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostGocardlessParamsWithTimeout added in v0.33.0

func NewPostGocardlessParamsWithTimeout(timeout time.Duration) *PostGocardlessParams

NewPostGocardlessParamsWithTimeout creates a new PostGocardlessParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostGocardlessParams) SetContext added in v0.33.0

func (o *PostGocardlessParams) SetContext(ctx context.Context)

SetContext adds the context to the post gocardless params

func (*PostGocardlessParams) SetCreationRequest added in v0.33.0

func (o *PostGocardlessParams) SetCreationRequest(creationRequest *models.GocardlessAssociationCreation)

SetCreationRequest adds the creationRequest to the post gocardless params

func (*PostGocardlessParams) SetHTTPClient added in v0.33.0

func (o *PostGocardlessParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post gocardless params

func (*PostGocardlessParams) SetTimeout added in v0.33.0

func (o *PostGocardlessParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post gocardless params

func (*PostGocardlessParams) WithContext added in v0.33.0

WithContext adds the context to the post gocardless params

func (*PostGocardlessParams) WithCreationRequest added in v0.33.0

func (o *PostGocardlessParams) WithCreationRequest(creationRequest *models.GocardlessAssociationCreation) *PostGocardlessParams

WithCreationRequest adds the creationRequest to the post gocardless params

func (*PostGocardlessParams) WithHTTPClient added in v0.33.0

func (o *PostGocardlessParams) WithHTTPClient(client *http.Client) *PostGocardlessParams

WithHTTPClient adds the HTTPClient to the post gocardless params

func (*PostGocardlessParams) WithTimeout added in v0.33.0

func (o *PostGocardlessParams) WithTimeout(timeout time.Duration) *PostGocardlessParams

WithTimeout adds the timeout to the post gocardless params

func (*PostGocardlessParams) WriteToRequest added in v0.33.0

func (o *PostGocardlessParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostGocardlessReader added in v0.33.0

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

PostGocardlessReader is a Reader for the PostGocardless structure.

func (*PostGocardlessReader) ReadResponse added in v0.33.0

func (o *PostGocardlessReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostLhvCreated added in v0.28.0

type PostLhvCreated struct {
	Payload *models.LhvAssociationCreationResponse
}

PostLhvCreated handles this case with default header values.

creation response

func NewPostLhvCreated added in v0.28.0

func NewPostLhvCreated() *PostLhvCreated

NewPostLhvCreated creates a PostLhvCreated with default headers values

func (*PostLhvCreated) Error added in v0.28.0

func (o *PostLhvCreated) Error() string

type PostLhvParams added in v0.28.0

type PostLhvParams struct {

	/*CreationRequest*/
	CreationRequest *models.LhvAssociationCreation

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

PostLhvParams contains all the parameters to send to the API endpoint for the post lhv operation typically these are written to a http.Request

func NewPostLhvParams added in v0.28.0

func NewPostLhvParams() *PostLhvParams

NewPostLhvParams creates a new PostLhvParams object with the default values initialized.

func NewPostLhvParamsWithContext added in v0.28.0

func NewPostLhvParamsWithContext(ctx context.Context) *PostLhvParams

NewPostLhvParamsWithContext creates a new PostLhvParams object with the default values initialized, and the ability to set a context for a request

func NewPostLhvParamsWithHTTPClient added in v0.28.0

func NewPostLhvParamsWithHTTPClient(client *http.Client) *PostLhvParams

NewPostLhvParamsWithHTTPClient creates a new PostLhvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostLhvParamsWithTimeout added in v0.28.0

func NewPostLhvParamsWithTimeout(timeout time.Duration) *PostLhvParams

NewPostLhvParamsWithTimeout creates a new PostLhvParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostLhvParams) SetContext added in v0.28.0

func (o *PostLhvParams) SetContext(ctx context.Context)

SetContext adds the context to the post lhv params

func (*PostLhvParams) SetCreationRequest added in v0.28.0

func (o *PostLhvParams) SetCreationRequest(creationRequest *models.LhvAssociationCreation)

SetCreationRequest adds the creationRequest to the post lhv params

func (*PostLhvParams) SetHTTPClient added in v0.28.0

func (o *PostLhvParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post lhv params

func (*PostLhvParams) SetTimeout added in v0.28.0

func (o *PostLhvParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post lhv params

func (*PostLhvParams) WithContext added in v0.28.0

func (o *PostLhvParams) WithContext(ctx context.Context) *PostLhvParams

WithContext adds the context to the post lhv params

func (*PostLhvParams) WithCreationRequest added in v0.28.0

func (o *PostLhvParams) WithCreationRequest(creationRequest *models.LhvAssociationCreation) *PostLhvParams

WithCreationRequest adds the creationRequest to the post lhv params

func (*PostLhvParams) WithHTTPClient added in v0.28.0

func (o *PostLhvParams) WithHTTPClient(client *http.Client) *PostLhvParams

WithHTTPClient adds the HTTPClient to the post lhv params

func (*PostLhvParams) WithTimeout added in v0.28.0

func (o *PostLhvParams) WithTimeout(timeout time.Duration) *PostLhvParams

WithTimeout adds the timeout to the post lhv params

func (*PostLhvParams) WriteToRequest added in v0.28.0

func (o *PostLhvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostLhvReader added in v0.28.0

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

PostLhvReader is a Reader for the PostLhv structure.

func (*PostLhvReader) ReadResponse added in v0.28.0

func (o *PostLhvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostPayportCreated

type PostPayportCreated struct {
	Payload *models.PayportAssociationCreationResponse
}

PostPayportCreated handles this case with default header values.

creation response

func NewPostPayportCreated

func NewPostPayportCreated() *PostPayportCreated

NewPostPayportCreated creates a PostPayportCreated with default headers values

func (*PostPayportCreated) Error

func (o *PostPayportCreated) Error() string

type PostPayportParams

type PostPayportParams struct {

	/*CreationRequest*/
	CreationRequest *models.PayportAssociationCreation

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

PostPayportParams contains all the parameters to send to the API endpoint for the post payport operation typically these are written to a http.Request

func NewPostPayportParams

func NewPostPayportParams() *PostPayportParams

NewPostPayportParams creates a new PostPayportParams object with the default values initialized.

func NewPostPayportParamsWithContext

func NewPostPayportParamsWithContext(ctx context.Context) *PostPayportParams

NewPostPayportParamsWithContext creates a new PostPayportParams object with the default values initialized, and the ability to set a context for a request

func NewPostPayportParamsWithHTTPClient

func NewPostPayportParamsWithHTTPClient(client *http.Client) *PostPayportParams

NewPostPayportParamsWithHTTPClient creates a new PostPayportParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostPayportParamsWithTimeout

func NewPostPayportParamsWithTimeout(timeout time.Duration) *PostPayportParams

NewPostPayportParamsWithTimeout creates a new PostPayportParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostPayportParams) SetContext

func (o *PostPayportParams) SetContext(ctx context.Context)

SetContext adds the context to the post payport params

func (*PostPayportParams) SetCreationRequest

func (o *PostPayportParams) SetCreationRequest(creationRequest *models.PayportAssociationCreation)

SetCreationRequest adds the creationRequest to the post payport params

func (*PostPayportParams) SetHTTPClient

func (o *PostPayportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post payport params

func (*PostPayportParams) SetTimeout

func (o *PostPayportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post payport params

func (*PostPayportParams) WithContext

func (o *PostPayportParams) WithContext(ctx context.Context) *PostPayportParams

WithContext adds the context to the post payport params

func (*PostPayportParams) WithCreationRequest

func (o *PostPayportParams) WithCreationRequest(creationRequest *models.PayportAssociationCreation) *PostPayportParams

WithCreationRequest adds the creationRequest to the post payport params

func (*PostPayportParams) WithHTTPClient

func (o *PostPayportParams) WithHTTPClient(client *http.Client) *PostPayportParams

WithHTTPClient adds the HTTPClient to the post payport params

func (*PostPayportParams) WithTimeout

func (o *PostPayportParams) WithTimeout(timeout time.Duration) *PostPayportParams

WithTimeout adds the timeout to the post payport params

func (*PostPayportParams) WriteToRequest

func (o *PostPayportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostPayportReader

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

PostPayportReader is a Reader for the PostPayport structure.

func (*PostPayportReader) ReadResponse

func (o *PostPayportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostProductsCreated added in v0.32.0

type PostProductsCreated struct {
	Payload *models.ProductsAssociationCreationResponse
}

PostProductsCreated handles this case with default header values.

creation response

func NewPostProductsCreated added in v0.32.0

func NewPostProductsCreated() *PostProductsCreated

NewPostProductsCreated creates a PostProductsCreated with default headers values

func (*PostProductsCreated) Error added in v0.32.0

func (o *PostProductsCreated) Error() string

type PostProductsParams added in v0.32.0

type PostProductsParams struct {

	/*CreationRequest*/
	CreationRequest *models.ProductsAssociationCreation

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

PostProductsParams contains all the parameters to send to the API endpoint for the post products operation typically these are written to a http.Request

func NewPostProductsParams added in v0.32.0

func NewPostProductsParams() *PostProductsParams

NewPostProductsParams creates a new PostProductsParams object with the default values initialized.

func NewPostProductsParamsWithContext added in v0.32.0

func NewPostProductsParamsWithContext(ctx context.Context) *PostProductsParams

NewPostProductsParamsWithContext creates a new PostProductsParams object with the default values initialized, and the ability to set a context for a request

func NewPostProductsParamsWithHTTPClient added in v0.32.0

func NewPostProductsParamsWithHTTPClient(client *http.Client) *PostProductsParams

NewPostProductsParamsWithHTTPClient creates a new PostProductsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostProductsParamsWithTimeout added in v0.32.0

func NewPostProductsParamsWithTimeout(timeout time.Duration) *PostProductsParams

NewPostProductsParamsWithTimeout creates a new PostProductsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostProductsParams) SetContext added in v0.32.0

func (o *PostProductsParams) SetContext(ctx context.Context)

SetContext adds the context to the post products params

func (*PostProductsParams) SetCreationRequest added in v0.32.0

func (o *PostProductsParams) SetCreationRequest(creationRequest *models.ProductsAssociationCreation)

SetCreationRequest adds the creationRequest to the post products params

func (*PostProductsParams) SetHTTPClient added in v0.32.0

func (o *PostProductsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post products params

func (*PostProductsParams) SetTimeout added in v0.32.0

func (o *PostProductsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post products params

func (*PostProductsParams) WithContext added in v0.32.0

WithContext adds the context to the post products params

func (*PostProductsParams) WithCreationRequest added in v0.32.0

func (o *PostProductsParams) WithCreationRequest(creationRequest *models.ProductsAssociationCreation) *PostProductsParams

WithCreationRequest adds the creationRequest to the post products params

func (*PostProductsParams) WithHTTPClient added in v0.32.0

func (o *PostProductsParams) WithHTTPClient(client *http.Client) *PostProductsParams

WithHTTPClient adds the HTTPClient to the post products params

func (*PostProductsParams) WithTimeout added in v0.32.0

func (o *PostProductsParams) WithTimeout(timeout time.Duration) *PostProductsParams

WithTimeout adds the timeout to the post products params

func (*PostProductsParams) WriteToRequest added in v0.32.0

func (o *PostProductsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostProductsReader added in v0.32.0

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

PostProductsReader is a Reader for the PostProducts structure.

func (*PostProductsReader) ReadResponse added in v0.32.0

func (o *PostProductsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostSepainstantCreated

type PostSepainstantCreated struct {
	Payload *models.SepaInstantAssociationCreationResponse
}

PostSepainstantCreated handles this case with default header values.

creation response

func NewPostSepainstantCreated

func NewPostSepainstantCreated() *PostSepainstantCreated

NewPostSepainstantCreated creates a PostSepainstantCreated with default headers values

func (*PostSepainstantCreated) Error

func (o *PostSepainstantCreated) Error() string

type PostSepainstantParams

type PostSepainstantParams struct {

	/*CreationRequest*/
	CreationRequest *models.SepaInstantAssociationCreation

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

PostSepainstantParams contains all the parameters to send to the API endpoint for the post sepainstant operation typically these are written to a http.Request

func NewPostSepainstantParams

func NewPostSepainstantParams() *PostSepainstantParams

NewPostSepainstantParams creates a new PostSepainstantParams object with the default values initialized.

func NewPostSepainstantParamsWithContext

func NewPostSepainstantParamsWithContext(ctx context.Context) *PostSepainstantParams

NewPostSepainstantParamsWithContext creates a new PostSepainstantParams object with the default values initialized, and the ability to set a context for a request

func NewPostSepainstantParamsWithHTTPClient

func NewPostSepainstantParamsWithHTTPClient(client *http.Client) *PostSepainstantParams

NewPostSepainstantParamsWithHTTPClient creates a new PostSepainstantParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostSepainstantParamsWithTimeout

func NewPostSepainstantParamsWithTimeout(timeout time.Duration) *PostSepainstantParams

NewPostSepainstantParamsWithTimeout creates a new PostSepainstantParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostSepainstantParams) SetContext

func (o *PostSepainstantParams) SetContext(ctx context.Context)

SetContext adds the context to the post sepainstant params

func (*PostSepainstantParams) SetCreationRequest

func (o *PostSepainstantParams) SetCreationRequest(creationRequest *models.SepaInstantAssociationCreation)

SetCreationRequest adds the creationRequest to the post sepainstant params

func (*PostSepainstantParams) SetHTTPClient

func (o *PostSepainstantParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post sepainstant params

func (*PostSepainstantParams) SetTimeout

func (o *PostSepainstantParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post sepainstant params

func (*PostSepainstantParams) WithContext

WithContext adds the context to the post sepainstant params

func (*PostSepainstantParams) WithCreationRequest

func (o *PostSepainstantParams) WithCreationRequest(creationRequest *models.SepaInstantAssociationCreation) *PostSepainstantParams

WithCreationRequest adds the creationRequest to the post sepainstant params

func (*PostSepainstantParams) WithHTTPClient

func (o *PostSepainstantParams) WithHTTPClient(client *http.Client) *PostSepainstantParams

WithHTTPClient adds the HTTPClient to the post sepainstant params

func (*PostSepainstantParams) WithTimeout

func (o *PostSepainstantParams) WithTimeout(timeout time.Duration) *PostSepainstantParams

WithTimeout adds the timeout to the post sepainstant params

func (*PostSepainstantParams) WriteToRequest

func (o *PostSepainstantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostSepainstantReader

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

PostSepainstantReader is a Reader for the PostSepainstant structure.

func (*PostSepainstantReader) ReadResponse

func (o *PostSepainstantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostSepasctCreated

type PostSepasctCreated struct {
	Payload *models.SepaSctAssociationCreationResponse
}

PostSepasctCreated handles this case with default header values.

creation response

func NewPostSepasctCreated

func NewPostSepasctCreated() *PostSepasctCreated

NewPostSepasctCreated creates a PostSepasctCreated with default headers values

func (*PostSepasctCreated) Error

func (o *PostSepasctCreated) Error() string

type PostSepasctParams

type PostSepasctParams struct {

	/*CreationRequest*/
	CreationRequest *models.SepaSctAssociationCreation

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

PostSepasctParams contains all the parameters to send to the API endpoint for the post sepasct operation typically these are written to a http.Request

func NewPostSepasctParams

func NewPostSepasctParams() *PostSepasctParams

NewPostSepasctParams creates a new PostSepasctParams object with the default values initialized.

func NewPostSepasctParamsWithContext

func NewPostSepasctParamsWithContext(ctx context.Context) *PostSepasctParams

NewPostSepasctParamsWithContext creates a new PostSepasctParams object with the default values initialized, and the ability to set a context for a request

func NewPostSepasctParamsWithHTTPClient

func NewPostSepasctParamsWithHTTPClient(client *http.Client) *PostSepasctParams

NewPostSepasctParamsWithHTTPClient creates a new PostSepasctParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostSepasctParamsWithTimeout

func NewPostSepasctParamsWithTimeout(timeout time.Duration) *PostSepasctParams

NewPostSepasctParamsWithTimeout creates a new PostSepasctParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostSepasctParams) SetContext

func (o *PostSepasctParams) SetContext(ctx context.Context)

SetContext adds the context to the post sepasct params

func (*PostSepasctParams) SetCreationRequest

func (o *PostSepasctParams) SetCreationRequest(creationRequest *models.SepaSctAssociationCreation)

SetCreationRequest adds the creationRequest to the post sepasct params

func (*PostSepasctParams) SetHTTPClient

func (o *PostSepasctParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post sepasct params

func (*PostSepasctParams) SetTimeout

func (o *PostSepasctParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post sepasct params

func (*PostSepasctParams) WithContext

func (o *PostSepasctParams) WithContext(ctx context.Context) *PostSepasctParams

WithContext adds the context to the post sepasct params

func (*PostSepasctParams) WithCreationRequest

func (o *PostSepasctParams) WithCreationRequest(creationRequest *models.SepaSctAssociationCreation) *PostSepasctParams

WithCreationRequest adds the creationRequest to the post sepasct params

func (*PostSepasctParams) WithHTTPClient

func (o *PostSepasctParams) WithHTTPClient(client *http.Client) *PostSepasctParams

WithHTTPClient adds the HTTPClient to the post sepasct params

func (*PostSepasctParams) WithTimeout

func (o *PostSepasctParams) WithTimeout(timeout time.Duration) *PostSepasctParams

WithTimeout adds the timeout to the post sepasct params

func (*PostSepasctParams) WriteToRequest

func (o *PostSepasctParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostSepasctReader

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

PostSepasctReader is a Reader for the PostSepasct structure.

func (*PostSepasctReader) ReadResponse

func (o *PostSepasctReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStarlingCreated

type PostStarlingCreated struct {
	Payload *models.AssociationCreationResponse
}

PostStarlingCreated handles this case with default header values.

creation response

func NewPostStarlingCreated

func NewPostStarlingCreated() *PostStarlingCreated

NewPostStarlingCreated creates a PostStarlingCreated with default headers values

func (*PostStarlingCreated) Error

func (o *PostStarlingCreated) Error() string

type PostStarlingParams

type PostStarlingParams struct {

	/*CreationRequest*/
	CreationRequest *models.AssociationCreation

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

PostStarlingParams contains all the parameters to send to the API endpoint for the post starling operation typically these are written to a http.Request

func NewPostStarlingParams

func NewPostStarlingParams() *PostStarlingParams

NewPostStarlingParams creates a new PostStarlingParams object with the default values initialized.

func NewPostStarlingParamsWithContext

func NewPostStarlingParamsWithContext(ctx context.Context) *PostStarlingParams

NewPostStarlingParamsWithContext creates a new PostStarlingParams object with the default values initialized, and the ability to set a context for a request

func NewPostStarlingParamsWithHTTPClient

func NewPostStarlingParamsWithHTTPClient(client *http.Client) *PostStarlingParams

NewPostStarlingParamsWithHTTPClient creates a new PostStarlingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostStarlingParamsWithTimeout

func NewPostStarlingParamsWithTimeout(timeout time.Duration) *PostStarlingParams

NewPostStarlingParamsWithTimeout creates a new PostStarlingParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostStarlingParams) SetContext

func (o *PostStarlingParams) SetContext(ctx context.Context)

SetContext adds the context to the post starling params

func (*PostStarlingParams) SetCreationRequest

func (o *PostStarlingParams) SetCreationRequest(creationRequest *models.AssociationCreation)

SetCreationRequest adds the creationRequest to the post starling params

func (*PostStarlingParams) SetHTTPClient

func (o *PostStarlingParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post starling params

func (*PostStarlingParams) SetTimeout

func (o *PostStarlingParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post starling params

func (*PostStarlingParams) WithContext

WithContext adds the context to the post starling params

func (*PostStarlingParams) WithCreationRequest

func (o *PostStarlingParams) WithCreationRequest(creationRequest *models.AssociationCreation) *PostStarlingParams

WithCreationRequest adds the creationRequest to the post starling params

func (*PostStarlingParams) WithHTTPClient

func (o *PostStarlingParams) WithHTTPClient(client *http.Client) *PostStarlingParams

WithHTTPClient adds the HTTPClient to the post starling params

func (*PostStarlingParams) WithTimeout

func (o *PostStarlingParams) WithTimeout(timeout time.Duration) *PostStarlingParams

WithTimeout adds the timeout to the post starling params

func (*PostStarlingParams) WriteToRequest

func (o *PostStarlingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStarlingReader

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

PostStarlingReader is a Reader for the PostStarling structure.

func (*PostStarlingReader) ReadResponse

func (o *PostStarlingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostStarlinggatewayCreated added in v0.28.0

type PostStarlinggatewayCreated struct {
	Payload *models.AssociationCreationResponse
}

PostStarlinggatewayCreated handles this case with default header values.

creation response

func NewPostStarlinggatewayCreated added in v0.28.0

func NewPostStarlinggatewayCreated() *PostStarlinggatewayCreated

NewPostStarlinggatewayCreated creates a PostStarlinggatewayCreated with default headers values

func (*PostStarlinggatewayCreated) Error added in v0.28.0

type PostStarlinggatewayParams added in v0.28.0

type PostStarlinggatewayParams struct {

	/*CreationRequest*/
	CreationRequest *models.AssociationCreation

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

PostStarlinggatewayParams contains all the parameters to send to the API endpoint for the post starlinggateway operation typically these are written to a http.Request

func NewPostStarlinggatewayParams added in v0.28.0

func NewPostStarlinggatewayParams() *PostStarlinggatewayParams

NewPostStarlinggatewayParams creates a new PostStarlinggatewayParams object with the default values initialized.

func NewPostStarlinggatewayParamsWithContext added in v0.28.0

func NewPostStarlinggatewayParamsWithContext(ctx context.Context) *PostStarlinggatewayParams

NewPostStarlinggatewayParamsWithContext creates a new PostStarlinggatewayParams object with the default values initialized, and the ability to set a context for a request

func NewPostStarlinggatewayParamsWithHTTPClient added in v0.28.0

func NewPostStarlinggatewayParamsWithHTTPClient(client *http.Client) *PostStarlinggatewayParams

NewPostStarlinggatewayParamsWithHTTPClient creates a new PostStarlinggatewayParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostStarlinggatewayParamsWithTimeout added in v0.28.0

func NewPostStarlinggatewayParamsWithTimeout(timeout time.Duration) *PostStarlinggatewayParams

NewPostStarlinggatewayParamsWithTimeout creates a new PostStarlinggatewayParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostStarlinggatewayParams) SetContext added in v0.28.0

func (o *PostStarlinggatewayParams) SetContext(ctx context.Context)

SetContext adds the context to the post starlinggateway params

func (*PostStarlinggatewayParams) SetCreationRequest added in v0.28.0

func (o *PostStarlinggatewayParams) SetCreationRequest(creationRequest *models.AssociationCreation)

SetCreationRequest adds the creationRequest to the post starlinggateway params

func (*PostStarlinggatewayParams) SetHTTPClient added in v0.28.0

func (o *PostStarlinggatewayParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post starlinggateway params

func (*PostStarlinggatewayParams) SetTimeout added in v0.28.0

func (o *PostStarlinggatewayParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post starlinggateway params

func (*PostStarlinggatewayParams) WithContext added in v0.28.0

WithContext adds the context to the post starlinggateway params

func (*PostStarlinggatewayParams) WithCreationRequest added in v0.28.0

func (o *PostStarlinggatewayParams) WithCreationRequest(creationRequest *models.AssociationCreation) *PostStarlinggatewayParams

WithCreationRequest adds the creationRequest to the post starlinggateway params

func (*PostStarlinggatewayParams) WithHTTPClient added in v0.28.0

func (o *PostStarlinggatewayParams) WithHTTPClient(client *http.Client) *PostStarlinggatewayParams

WithHTTPClient adds the HTTPClient to the post starlinggateway params

func (*PostStarlinggatewayParams) WithTimeout added in v0.28.0

WithTimeout adds the timeout to the post starlinggateway params

func (*PostStarlinggatewayParams) WriteToRequest added in v0.28.0

WriteToRequest writes these params to a swagger request

type PostStarlinggatewayReader added in v0.28.0

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

PostStarlinggatewayReader is a Reader for the PostStarlinggateway structure.

func (*PostStarlinggatewayReader) ReadResponse added in v0.28.0

func (o *PostStarlinggatewayReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PostVocalinkreportCreated

type PostVocalinkreportCreated struct {
	Payload *models.VocalinkReportAssociationCreationResponse
}

PostVocalinkreportCreated handles this case with default header values.

creation response

func NewPostVocalinkreportCreated

func NewPostVocalinkreportCreated() *PostVocalinkreportCreated

NewPostVocalinkreportCreated creates a PostVocalinkreportCreated with default headers values

func (*PostVocalinkreportCreated) Error

func (o *PostVocalinkreportCreated) Error() string

type PostVocalinkreportParams

type PostVocalinkreportParams struct {

	/*CreationRequest*/
	CreationRequest *models.VocalinkReportAssociationCreation

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

PostVocalinkreportParams contains all the parameters to send to the API endpoint for the post vocalinkreport operation typically these are written to a http.Request

func NewPostVocalinkreportParams

func NewPostVocalinkreportParams() *PostVocalinkreportParams

NewPostVocalinkreportParams creates a new PostVocalinkreportParams object with the default values initialized.

func NewPostVocalinkreportParamsWithContext

func NewPostVocalinkreportParamsWithContext(ctx context.Context) *PostVocalinkreportParams

NewPostVocalinkreportParamsWithContext creates a new PostVocalinkreportParams object with the default values initialized, and the ability to set a context for a request

func NewPostVocalinkreportParamsWithHTTPClient

func NewPostVocalinkreportParamsWithHTTPClient(client *http.Client) *PostVocalinkreportParams

NewPostVocalinkreportParamsWithHTTPClient creates a new PostVocalinkreportParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostVocalinkreportParamsWithTimeout

func NewPostVocalinkreportParamsWithTimeout(timeout time.Duration) *PostVocalinkreportParams

NewPostVocalinkreportParamsWithTimeout creates a new PostVocalinkreportParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostVocalinkreportParams) SetContext

func (o *PostVocalinkreportParams) SetContext(ctx context.Context)

SetContext adds the context to the post vocalinkreport params

func (*PostVocalinkreportParams) SetCreationRequest

func (o *PostVocalinkreportParams) SetCreationRequest(creationRequest *models.VocalinkReportAssociationCreation)

SetCreationRequest adds the creationRequest to the post vocalinkreport params

func (*PostVocalinkreportParams) SetHTTPClient

func (o *PostVocalinkreportParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the post vocalinkreport params

func (*PostVocalinkreportParams) SetTimeout

func (o *PostVocalinkreportParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the post vocalinkreport params

func (*PostVocalinkreportParams) WithContext

WithContext adds the context to the post vocalinkreport params

func (*PostVocalinkreportParams) WithCreationRequest

WithCreationRequest adds the creationRequest to the post vocalinkreport params

func (*PostVocalinkreportParams) WithHTTPClient

func (o *PostVocalinkreportParams) WithHTTPClient(client *http.Client) *PostVocalinkreportParams

WithHTTPClient adds the HTTPClient to the post vocalinkreport params

func (*PostVocalinkreportParams) WithTimeout

WithTimeout adds the timeout to the post vocalinkreport params

func (*PostVocalinkreportParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostVocalinkreportReader

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

PostVocalinkreportReader is a Reader for the PostVocalinkreport structure.

func (*PostVocalinkreportReader) ReadResponse

func (o *PostVocalinkreportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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