account_identification

package
v2.8.1 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2021 License: Apache-2.0 Imports: 13 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 {
	Defaults client.Defaults
	// contains filtered or unexported fields
}

Client for account identification API

func New

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

New creates a new account identification API client.

func (*Client) DeleteOrganisationAccountsAccountIDIdentificationsIdentificationID

func (c *Client) DeleteOrganisationAccountsAccountIDIdentificationsIdentificationID() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest

Client.DeleteOrganisationAccountsAccountIDIdentificationsIdentificationID creates a new DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest object with the default values initialized.

func (*Client) GetOrganisationAccountsAccountIDIdentifications

func (c *Client) GetOrganisationAccountsAccountIDIdentifications() *GetOrganisationAccountsAccountIDIdentificationsRequest

Client.GetOrganisationAccountsAccountIDIdentifications creates a new GetOrganisationAccountsAccountIDIdentificationsRequest object with the default values initialized.

func (*Client) GetOrganisationAccountsAccountIDIdentificationsIdentificationID

func (c *Client) GetOrganisationAccountsAccountIDIdentificationsIdentificationID() *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest

Client.GetOrganisationAccountsAccountIDIdentificationsIdentificationID creates a new GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest object with the default values initialized.

func (*Client) PatchOrganisationAccountsAccountIDIdentificationsIdentificationID

func (c *Client) PatchOrganisationAccountsAccountIDIdentificationsIdentificationID() *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest

Client.PatchOrganisationAccountsAccountIDIdentificationsIdentificationID creates a new PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest object with the default values initialized.

func (*Client) PostOrganisationAccountsAccountIDIdentifications

func (c *Client) PostOrganisationAccountsAccountIDIdentifications() *PostOrganisationAccountsAccountIDIdentificationsRequest

Client.PostOrganisationAccountsAccountIDIdentifications creates a new PostOrganisationAccountsAccountIDIdentificationsRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent struct {
}

DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent handles this case with default header values.

Account Identification deleted

func NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent

func NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent

NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent creates a DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent with default headers values

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent) Error

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound struct {
}

DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound handles this case with default header values.

Account Identification not found

func NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound

func NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound

NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound creates a DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound with default headers values

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound) Error

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDReader

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

DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDReader is a Reader for the DeleteOrganisationAccountsAccountIDIdentificationsIdentificationID structure.

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest

type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest struct {
	AccountID strfmt.UUID

	IdentificationID strfmt.UUID

	Version int64

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

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) Do

delete organisation accounts account ID identifications identification ID API

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) FromJson

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) MustDo

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountID

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithContext

//////////////// WithContext adds the context to the delete organisation accounts account ID identifications identification ID Request

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete organisation accounts account ID identifications identification ID Request

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithIdentificationID

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithVersion

func (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated

type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated struct {

	// isStream: false
	*models.AccountIdentificationResponse
}

GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated handles this case with default header values.

Account Identification response

func NewGetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated

func NewGetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated() *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated

NewGetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated creates a GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated with default headers values

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated) Error

type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDReader

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

GetOrganisationAccountsAccountIDIdentificationsIdentificationIDReader is a Reader for the GetOrganisationAccountsAccountIDIdentificationsIdentificationID structure.

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest

type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest struct {
	AccountID strfmt.UUID

	IdentificationID strfmt.UUID

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

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) Do

get organisation accounts account ID identifications identification ID API

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) FromJson

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) MustDo

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountID

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithContext

//////////////// WithContext adds the context to the get organisation accounts account ID identifications identification ID Request

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organisation accounts account ID identifications identification ID Request

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithIdentificationID

func (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetOrganisationAccountsAccountIDIdentificationsOK

type GetOrganisationAccountsAccountIDIdentificationsOK struct {

	// isStream: false
	*models.AccountIdentificationListResponse
}

GetOrganisationAccountsAccountIDIdentificationsOK handles this case with default header values.

List of account identification

func NewGetOrganisationAccountsAccountIDIdentificationsOK

func NewGetOrganisationAccountsAccountIDIdentificationsOK() *GetOrganisationAccountsAccountIDIdentificationsOK

NewGetOrganisationAccountsAccountIDIdentificationsOK creates a GetOrganisationAccountsAccountIDIdentificationsOK with default headers values

func (*GetOrganisationAccountsAccountIDIdentificationsOK) Error

type GetOrganisationAccountsAccountIDIdentificationsReader

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

GetOrganisationAccountsAccountIDIdentificationsReader is a Reader for the GetOrganisationAccountsAccountIDIdentifications structure.

func (*GetOrganisationAccountsAccountIDIdentificationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganisationAccountsAccountIDIdentificationsRequest

type GetOrganisationAccountsAccountIDIdentificationsRequest struct {
	AccountID strfmt.UUID

	FilterOrganisationID []strfmt.UUID

	FilterSecondaryIdentification []string

	PageNumber *string

	PageSize *int64

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

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) Do

get organisation accounts account ID identifications API

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) FromJson

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) MustDo

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithAccountID

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithContext

//////////////// WithContext adds the context to the get organisation accounts account ID identifications Request

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithFilterOrganisationID

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithFilterSecondaryIdentification

func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification []string) *GetOrganisationAccountsAccountIDIdentificationsRequest

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organisation accounts account ID identifications Request

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithPageNumber

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithPageSize

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutFilterOrganisationID

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutFilterSecondaryIdentification

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutPageNumber

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutPageSize

func (*GetOrganisationAccountsAccountIDIdentificationsRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK

type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK struct {

	// isStream: false
	*models.AccountIdentificationResponse
}

PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK handles this case with default header values.

Account Identification updated

func NewPatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK

func NewPatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK() *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK

NewPatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK creates a PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK with default headers values

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK) Error

type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDReader

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

PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDReader is a Reader for the PatchOrganisationAccountsAccountIDIdentificationsIdentificationID structure.

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDReader) ReadResponse

ReadResponse reads a server response into the received o.

type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest

type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest struct {
	*models.AccountIdentificationRequest

	AccountID strfmt.UUID

	IdentificationID strfmt.UUID

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

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) Do

patch organisation accounts account ID identifications identification ID API

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) FromJson

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) MustDo

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountID

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountIdentificationAmendRequest

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithContext

//////////////// WithContext adds the context to the patch organisation accounts account ID identifications identification ID Request

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch organisation accounts account ID identifications identification ID Request

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithIdentificationID

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithoutAccountIdentificationAmendRequest

func (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PostOrganisationAccountsAccountIDIdentificationsCreated

type PostOrganisationAccountsAccountIDIdentificationsCreated struct {

	// isStream: false
	*models.AccountIdentificationResponse
}

PostOrganisationAccountsAccountIDIdentificationsCreated handles this case with default header values.

Account Identification creation response

func NewPostOrganisationAccountsAccountIDIdentificationsCreated

func NewPostOrganisationAccountsAccountIDIdentificationsCreated() *PostOrganisationAccountsAccountIDIdentificationsCreated

NewPostOrganisationAccountsAccountIDIdentificationsCreated creates a PostOrganisationAccountsAccountIDIdentificationsCreated with default headers values

func (*PostOrganisationAccountsAccountIDIdentificationsCreated) Error

type PostOrganisationAccountsAccountIDIdentificationsReader

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

PostOrganisationAccountsAccountIDIdentificationsReader is a Reader for the PostOrganisationAccountsAccountIDIdentifications structure.

func (*PostOrganisationAccountsAccountIDIdentificationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostOrganisationAccountsAccountIDIdentificationsRequest

type PostOrganisationAccountsAccountIDIdentificationsRequest struct {
	*models.AccountIdentificationRequest

	AccountID strfmt.UUID

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

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) Do

post organisation accounts account ID identifications API

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) FromJson

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) MustDo

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) WithAccountID

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) WithAccountIdentificationCreationRequest

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) WithContext

//////////////// WithContext adds the context to the post organisation accounts account ID identifications Request

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post organisation accounts account ID identifications Request

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) WithoutAccountIdentificationCreationRequest

func (*PostOrganisationAccountsAccountIDIdentificationsRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

Jump to

Keyboard shortcuts

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