account_identification

package
v7.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 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) CreateAccountIdentification

func (c *Client) CreateAccountIdentification() *CreateAccountIdentificationRequest

Client.CreateAccountIdentification creates a new CreateAccountIdentificationRequest object with the default values initialized.

func (*Client) DeleteAccountIdentification

func (c *Client) DeleteAccountIdentification() *DeleteAccountIdentificationRequest

Client.DeleteAccountIdentification creates a new DeleteAccountIdentificationRequest object with the default values initialized.

func (*Client) GetAccountIdentification

func (c *Client) GetAccountIdentification() *GetAccountIdentificationRequest

Client.GetAccountIdentification creates a new GetAccountIdentificationRequest object with the default values initialized.

func (*Client) ListAccountIdentificationsByAccount

func (c *Client) ListAccountIdentificationsByAccount() *ListAccountIdentificationsByAccountRequest

Client.ListAccountIdentificationsByAccount creates a new ListAccountIdentificationsByAccountRequest object with the default values initialized.

func (*Client) PatchAccountIdentification

func (c *Client) PatchAccountIdentification() *PatchAccountIdentificationRequest

Client.PatchAccountIdentification creates a new PatchAccountIdentificationRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateAccountIdentificationConflict

type CreateAccountIdentificationConflict struct {

	// isStream: false
	*models.APIError
}

CreateAccountIdentificationConflict handles this case with default header values.

Account Identification creation error, constraint violation of secondary identification

func NewCreateAccountIdentificationConflict

func NewCreateAccountIdentificationConflict() *CreateAccountIdentificationConflict

NewCreateAccountIdentificationConflict creates a CreateAccountIdentificationConflict with default headers values

func (*CreateAccountIdentificationConflict) Code

Code gets the status code for the create account identification conflict response

func (*CreateAccountIdentificationConflict) Error

func (*CreateAccountIdentificationConflict) IsClientError

func (o *CreateAccountIdentificationConflict) IsClientError() bool

IsClientError returns true when this create account identification conflict response has a 4xx status code

func (*CreateAccountIdentificationConflict) IsCode

IsCode returns true when this create account identification conflict response a status code equal to that given

func (*CreateAccountIdentificationConflict) IsRedirect

func (o *CreateAccountIdentificationConflict) IsRedirect() bool

IsRedirect returns true when this create account identification conflict response has a 3xx status code

func (*CreateAccountIdentificationConflict) IsServerError

func (o *CreateAccountIdentificationConflict) IsServerError() bool

IsServerError returns true when this create account identification conflict response has a 5xx status code

func (*CreateAccountIdentificationConflict) IsSuccess

IsSuccess returns true when this create account identification conflict response has a 2xx status code

type CreateAccountIdentificationCreated

type CreateAccountIdentificationCreated struct {

	// isStream: false
	*models.AccountIdentificationResponse
}

CreateAccountIdentificationCreated handles this case with default header values.

Account Identification creation response

func NewCreateAccountIdentificationCreated

func NewCreateAccountIdentificationCreated() *CreateAccountIdentificationCreated

NewCreateAccountIdentificationCreated creates a CreateAccountIdentificationCreated with default headers values

func (*CreateAccountIdentificationCreated) Code

Code gets the status code for the create account identification created response

func (*CreateAccountIdentificationCreated) Error

func (*CreateAccountIdentificationCreated) IsClientError

func (o *CreateAccountIdentificationCreated) IsClientError() bool

IsClientError returns true when this create account identification created response has a 4xx status code

func (*CreateAccountIdentificationCreated) IsCode

IsCode returns true when this create account identification created response a status code equal to that given

func (*CreateAccountIdentificationCreated) IsRedirect

func (o *CreateAccountIdentificationCreated) IsRedirect() bool

IsRedirect returns true when this create account identification created response has a 3xx status code

func (*CreateAccountIdentificationCreated) IsServerError

func (o *CreateAccountIdentificationCreated) IsServerError() bool

IsServerError returns true when this create account identification created response has a 5xx status code

func (*CreateAccountIdentificationCreated) IsSuccess

IsSuccess returns true when this create account identification created response has a 2xx status code

type CreateAccountIdentificationReader

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

CreateAccountIdentificationReader is a Reader for the CreateAccountIdentification structure.

func (*CreateAccountIdentificationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAccountIdentificationRequest

type CreateAccountIdentificationRequest struct {
	*models.AccountIdentificationRequest

	AccountID strfmt.UUID

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

func (*CreateAccountIdentificationRequest) Do

create account identification API

func (*CreateAccountIdentificationRequest) FromJson

func (*CreateAccountIdentificationRequest) MustDo

func (*CreateAccountIdentificationRequest) WithAccountID

func (*CreateAccountIdentificationRequest) WithAccountIdentificationCreationRequest

func (o *CreateAccountIdentificationRequest) WithAccountIdentificationCreationRequest(accountIdentificationCreationRequest models.AccountIdentificationRequest) *CreateAccountIdentificationRequest

func (*CreateAccountIdentificationRequest) WithContext

//////////////// WithContext adds the context to the create account identification Request

func (*CreateAccountIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create account identification Request

func (*CreateAccountIdentificationRequest) WithoutAccountIdentificationCreationRequest

func (o *CreateAccountIdentificationRequest) WithoutAccountIdentificationCreationRequest() *CreateAccountIdentificationRequest

func (*CreateAccountIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type DeleteAccountIdentificationNoContent

type DeleteAccountIdentificationNoContent struct {
}

DeleteAccountIdentificationNoContent handles this case with default header values.

Account Identification deleted

func NewDeleteAccountIdentificationNoContent

func NewDeleteAccountIdentificationNoContent() *DeleteAccountIdentificationNoContent

NewDeleteAccountIdentificationNoContent creates a DeleteAccountIdentificationNoContent with default headers values

func (*DeleteAccountIdentificationNoContent) Code

Code gets the status code for the delete account identification no content response

func (*DeleteAccountIdentificationNoContent) Error

func (*DeleteAccountIdentificationNoContent) IsClientError

func (o *DeleteAccountIdentificationNoContent) IsClientError() bool

IsClientError returns true when this delete account identification no content response has a 4xx status code

func (*DeleteAccountIdentificationNoContent) IsCode

IsCode returns true when this delete account identification no content response a status code equal to that given

func (*DeleteAccountIdentificationNoContent) IsRedirect

IsRedirect returns true when this delete account identification no content response has a 3xx status code

func (*DeleteAccountIdentificationNoContent) IsServerError

func (o *DeleteAccountIdentificationNoContent) IsServerError() bool

IsServerError returns true when this delete account identification no content response has a 5xx status code

func (*DeleteAccountIdentificationNoContent) IsSuccess

IsSuccess returns true when this delete account identification no content response has a 2xx status code

type DeleteAccountIdentificationNotFound

type DeleteAccountIdentificationNotFound struct {
}

DeleteAccountIdentificationNotFound handles this case with default header values.

Account Identification not found

func NewDeleteAccountIdentificationNotFound

func NewDeleteAccountIdentificationNotFound() *DeleteAccountIdentificationNotFound

NewDeleteAccountIdentificationNotFound creates a DeleteAccountIdentificationNotFound with default headers values

func (*DeleteAccountIdentificationNotFound) Code

Code gets the status code for the delete account identification not found response

func (*DeleteAccountIdentificationNotFound) Error

func (*DeleteAccountIdentificationNotFound) IsClientError

func (o *DeleteAccountIdentificationNotFound) IsClientError() bool

IsClientError returns true when this delete account identification not found response has a 4xx status code

func (*DeleteAccountIdentificationNotFound) IsCode

IsCode returns true when this delete account identification not found response a status code equal to that given

func (*DeleteAccountIdentificationNotFound) IsRedirect

func (o *DeleteAccountIdentificationNotFound) IsRedirect() bool

IsRedirect returns true when this delete account identification not found response has a 3xx status code

func (*DeleteAccountIdentificationNotFound) IsServerError

func (o *DeleteAccountIdentificationNotFound) IsServerError() bool

IsServerError returns true when this delete account identification not found response has a 5xx status code

func (*DeleteAccountIdentificationNotFound) IsSuccess

IsSuccess returns true when this delete account identification not found response has a 2xx status code

type DeleteAccountIdentificationReader

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

DeleteAccountIdentificationReader is a Reader for the DeleteAccountIdentification structure.

func (*DeleteAccountIdentificationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteAccountIdentificationRequest

type DeleteAccountIdentificationRequest struct {
	AccountID strfmt.UUID

	IdentificationID strfmt.UUID

	Version int64

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

func (*DeleteAccountIdentificationRequest) Do

delete account identification API

func (*DeleteAccountIdentificationRequest) FromJson

func (*DeleteAccountIdentificationRequest) MustDo

func (*DeleteAccountIdentificationRequest) WithAccountID

func (*DeleteAccountIdentificationRequest) WithContext

//////////////// WithContext adds the context to the delete account identification Request

func (*DeleteAccountIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete account identification Request

func (*DeleteAccountIdentificationRequest) WithIdentificationID

func (o *DeleteAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *DeleteAccountIdentificationRequest

func (*DeleteAccountIdentificationRequest) WithVersion

func (*DeleteAccountIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetAccountIdentificationOK

type GetAccountIdentificationOK struct {

	// isStream: false
	*models.AccountIdentificationResponse
}

GetAccountIdentificationOK handles this case with default header values.

Account Identification response

func NewGetAccountIdentificationOK

func NewGetAccountIdentificationOK() *GetAccountIdentificationOK

NewGetAccountIdentificationOK creates a GetAccountIdentificationOK with default headers values

func (*GetAccountIdentificationOK) Code

func (o *GetAccountIdentificationOK) Code() int

Code gets the status code for the get account identification o k response

func (*GetAccountIdentificationOK) Error

func (*GetAccountIdentificationOK) IsClientError

func (o *GetAccountIdentificationOK) IsClientError() bool

IsClientError returns true when this get account identification o k response has a 4xx status code

func (*GetAccountIdentificationOK) IsCode

func (o *GetAccountIdentificationOK) IsCode(code int) bool

IsCode returns true when this get account identification o k response a status code equal to that given

func (*GetAccountIdentificationOK) IsRedirect

func (o *GetAccountIdentificationOK) IsRedirect() bool

IsRedirect returns true when this get account identification o k response has a 3xx status code

func (*GetAccountIdentificationOK) IsServerError

func (o *GetAccountIdentificationOK) IsServerError() bool

IsServerError returns true when this get account identification o k response has a 5xx status code

func (*GetAccountIdentificationOK) IsSuccess

func (o *GetAccountIdentificationOK) IsSuccess() bool

IsSuccess returns true when this get account identification o k response has a 2xx status code

type GetAccountIdentificationReader

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

GetAccountIdentificationReader is a Reader for the GetAccountIdentification structure.

func (*GetAccountIdentificationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountIdentificationRequest

type GetAccountIdentificationRequest struct {
	AccountID strfmt.UUID

	IdentificationID strfmt.UUID

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

func (*GetAccountIdentificationRequest) Do

get account identification API

func (*GetAccountIdentificationRequest) FromJson

func (*GetAccountIdentificationRequest) MustDo

func (*GetAccountIdentificationRequest) WithAccountID

func (*GetAccountIdentificationRequest) WithContext

//////////////// WithContext adds the context to the get account identification Request

func (*GetAccountIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get account identification Request

func (*GetAccountIdentificationRequest) WithIdentificationID

func (o *GetAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *GetAccountIdentificationRequest

func (*GetAccountIdentificationRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type ListAccountIdentificationsByAccountOK

type ListAccountIdentificationsByAccountOK struct {

	// isStream: false
	*models.AccountIdentificationListResponse
}

ListAccountIdentificationsByAccountOK handles this case with default header values.

List of account identification

func NewListAccountIdentificationsByAccountOK

func NewListAccountIdentificationsByAccountOK() *ListAccountIdentificationsByAccountOK

NewListAccountIdentificationsByAccountOK creates a ListAccountIdentificationsByAccountOK with default headers values

func (*ListAccountIdentificationsByAccountOK) Code

Code gets the status code for the list account identifications by account o k response

func (*ListAccountIdentificationsByAccountOK) Error

func (*ListAccountIdentificationsByAccountOK) IsClientError

func (o *ListAccountIdentificationsByAccountOK) IsClientError() bool

IsClientError returns true when this list account identifications by account o k response has a 4xx status code

func (*ListAccountIdentificationsByAccountOK) IsCode

IsCode returns true when this list account identifications by account o k response a status code equal to that given

func (*ListAccountIdentificationsByAccountOK) IsRedirect

IsRedirect returns true when this list account identifications by account o k response has a 3xx status code

func (*ListAccountIdentificationsByAccountOK) IsServerError

func (o *ListAccountIdentificationsByAccountOK) IsServerError() bool

IsServerError returns true when this list account identifications by account o k response has a 5xx status code

func (*ListAccountIdentificationsByAccountOK) IsSuccess

IsSuccess returns true when this list account identifications by account o k response has a 2xx status code

type ListAccountIdentificationsByAccountReader

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

ListAccountIdentificationsByAccountReader is a Reader for the ListAccountIdentificationsByAccount structure.

func (*ListAccountIdentificationsByAccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAccountIdentificationsByAccountRequest

type ListAccountIdentificationsByAccountRequest 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 (*ListAccountIdentificationsByAccountRequest) Do

list account identifications by account API

func (*ListAccountIdentificationsByAccountRequest) FromJson

func (*ListAccountIdentificationsByAccountRequest) MustDo

func (*ListAccountIdentificationsByAccountRequest) WithAccountID

func (*ListAccountIdentificationsByAccountRequest) WithContext

//////////////// WithContext adds the context to the list account identifications by account Request

func (*ListAccountIdentificationsByAccountRequest) WithFilterOrganisationID

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

func (*ListAccountIdentificationsByAccountRequest) WithFilterSecondaryIdentification

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

func (*ListAccountIdentificationsByAccountRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list account identifications by account Request

func (*ListAccountIdentificationsByAccountRequest) WithPageNumber

func (*ListAccountIdentificationsByAccountRequest) WithPageSize

func (*ListAccountIdentificationsByAccountRequest) WithoutFilterOrganisationID

func (*ListAccountIdentificationsByAccountRequest) WithoutFilterSecondaryIdentification

func (*ListAccountIdentificationsByAccountRequest) WithoutPageNumber

func (*ListAccountIdentificationsByAccountRequest) WithoutPageSize

func (*ListAccountIdentificationsByAccountRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type PatchAccountIdentificationConflict

type PatchAccountIdentificationConflict struct {

	// isStream: false
	*models.APIError
}

PatchAccountIdentificationConflict handles this case with default header values.

Account Identification update error, constraint violation of secondary identification

func NewPatchAccountIdentificationConflict

func NewPatchAccountIdentificationConflict() *PatchAccountIdentificationConflict

NewPatchAccountIdentificationConflict creates a PatchAccountIdentificationConflict with default headers values

func (*PatchAccountIdentificationConflict) Code

Code gets the status code for the patch account identification conflict response

func (*PatchAccountIdentificationConflict) Error

func (*PatchAccountIdentificationConflict) IsClientError

func (o *PatchAccountIdentificationConflict) IsClientError() bool

IsClientError returns true when this patch account identification conflict response has a 4xx status code

func (*PatchAccountIdentificationConflict) IsCode

IsCode returns true when this patch account identification conflict response a status code equal to that given

func (*PatchAccountIdentificationConflict) IsRedirect

func (o *PatchAccountIdentificationConflict) IsRedirect() bool

IsRedirect returns true when this patch account identification conflict response has a 3xx status code

func (*PatchAccountIdentificationConflict) IsServerError

func (o *PatchAccountIdentificationConflict) IsServerError() bool

IsServerError returns true when this patch account identification conflict response has a 5xx status code

func (*PatchAccountIdentificationConflict) IsSuccess

IsSuccess returns true when this patch account identification conflict response has a 2xx status code

type PatchAccountIdentificationOK

type PatchAccountIdentificationOK struct {

	// isStream: false
	*models.AccountIdentificationResponse
}

PatchAccountIdentificationOK handles this case with default header values.

Account Identification updated

func NewPatchAccountIdentificationOK

func NewPatchAccountIdentificationOK() *PatchAccountIdentificationOK

NewPatchAccountIdentificationOK creates a PatchAccountIdentificationOK with default headers values

func (*PatchAccountIdentificationOK) Code

Code gets the status code for the patch account identification o k response

func (*PatchAccountIdentificationOK) Error

func (*PatchAccountIdentificationOK) IsClientError

func (o *PatchAccountIdentificationOK) IsClientError() bool

IsClientError returns true when this patch account identification o k response has a 4xx status code

func (*PatchAccountIdentificationOK) IsCode

func (o *PatchAccountIdentificationOK) IsCode(code int) bool

IsCode returns true when this patch account identification o k response a status code equal to that given

func (*PatchAccountIdentificationOK) IsRedirect

func (o *PatchAccountIdentificationOK) IsRedirect() bool

IsRedirect returns true when this patch account identification o k response has a 3xx status code

func (*PatchAccountIdentificationOK) IsServerError

func (o *PatchAccountIdentificationOK) IsServerError() bool

IsServerError returns true when this patch account identification o k response has a 5xx status code

func (*PatchAccountIdentificationOK) IsSuccess

func (o *PatchAccountIdentificationOK) IsSuccess() bool

IsSuccess returns true when this patch account identification o k response has a 2xx status code

type PatchAccountIdentificationReader

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

PatchAccountIdentificationReader is a Reader for the PatchAccountIdentification structure.

func (*PatchAccountIdentificationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchAccountIdentificationRequest

type PatchAccountIdentificationRequest struct {
	*models.AccountIdentificationRequest

	AccountID strfmt.UUID

	IdentificationID strfmt.UUID

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

func (*PatchAccountIdentificationRequest) Do

patch account identification API

func (*PatchAccountIdentificationRequest) FromJson

func (*PatchAccountIdentificationRequest) MustDo

func (*PatchAccountIdentificationRequest) WithAccountID

func (*PatchAccountIdentificationRequest) WithAccountIdentificationAmendRequest

func (o *PatchAccountIdentificationRequest) WithAccountIdentificationAmendRequest(accountIdentificationAmendRequest models.AccountIdentificationRequest) *PatchAccountIdentificationRequest

func (*PatchAccountIdentificationRequest) WithContext

//////////////// WithContext adds the context to the patch account identification Request

func (*PatchAccountIdentificationRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch account identification Request

func (*PatchAccountIdentificationRequest) WithIdentificationID

func (o *PatchAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *PatchAccountIdentificationRequest

func (*PatchAccountIdentificationRequest) WithoutAccountIdentificationAmendRequest

func (o *PatchAccountIdentificationRequest) WithoutAccountIdentificationAmendRequest() *PatchAccountIdentificationRequest

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