name_verification_api

package
v7.1.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2025 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 name verification api API

func New

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

New creates a new name verification api API client.

func (*Client) CreateNameVerification added in v7.1.0

func (c *Client) CreateNameVerification() *CreateNameVerificationRequest

Client.CreateNameVerification creates a new CreateNameVerificationRequest object with the default values initialized.

func (*Client) GetNameVerification added in v7.1.0

func (c *Client) GetNameVerification() *GetNameVerificationRequest

Client.GetNameVerification creates a new GetNameVerificationRequest object with the default values initialized.

func (*Client) GetNameVerificationAdmission added in v7.1.0

func (c *Client) GetNameVerificationAdmission() *GetNameVerificationAdmissionRequest

Client.GetNameVerificationAdmission creates a new GetNameVerificationAdmissionRequest object with the default values initialized.

func (*Client) ListNameVerifications added in v7.1.0

func (c *Client) ListNameVerifications() *ListNameVerificationsRequest

Client.ListNameVerifications creates a new ListNameVerificationsRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateNameVerificationBadRequest added in v7.1.0

type CreateNameVerificationBadRequest struct {

	// isStream: false
	*models.APIError
}

CreateNameVerificationBadRequest handles this case with default header values.

Bad Request

func NewCreateNameVerificationBadRequest added in v7.1.0

func NewCreateNameVerificationBadRequest() *CreateNameVerificationBadRequest

NewCreateNameVerificationBadRequest creates a CreateNameVerificationBadRequest with default headers values

func (*CreateNameVerificationBadRequest) Code added in v7.1.0

Code gets the status code for the create name verification bad request response

func (*CreateNameVerificationBadRequest) Error added in v7.1.0

func (*CreateNameVerificationBadRequest) IsClientError added in v7.1.0

func (o *CreateNameVerificationBadRequest) IsClientError() bool

IsClientError returns true when this create name verification bad request response has a 4xx status code

func (*CreateNameVerificationBadRequest) IsCode added in v7.1.0

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

IsCode returns true when this create name verification bad request response a status code equal to that given

func (*CreateNameVerificationBadRequest) IsRedirect added in v7.1.0

func (o *CreateNameVerificationBadRequest) IsRedirect() bool

IsRedirect returns true when this create name verification bad request response has a 3xx status code

func (*CreateNameVerificationBadRequest) IsServerError added in v7.1.0

func (o *CreateNameVerificationBadRequest) IsServerError() bool

IsServerError returns true when this create name verification bad request response has a 5xx status code

func (*CreateNameVerificationBadRequest) IsSuccess added in v7.1.0

func (o *CreateNameVerificationBadRequest) IsSuccess() bool

IsSuccess returns true when this create name verification bad request response has a 2xx status code

type CreateNameVerificationConflict added in v7.1.0

type CreateNameVerificationConflict struct {

	// isStream: false
	*models.APIError
}

CreateNameVerificationConflict handles this case with default header values.

Conflict

func NewCreateNameVerificationConflict added in v7.1.0

func NewCreateNameVerificationConflict() *CreateNameVerificationConflict

NewCreateNameVerificationConflict creates a CreateNameVerificationConflict with default headers values

func (*CreateNameVerificationConflict) Code added in v7.1.0

Code gets the status code for the create name verification conflict response

func (*CreateNameVerificationConflict) Error added in v7.1.0

func (*CreateNameVerificationConflict) IsClientError added in v7.1.0

func (o *CreateNameVerificationConflict) IsClientError() bool

IsClientError returns true when this create name verification conflict response has a 4xx status code

func (*CreateNameVerificationConflict) IsCode added in v7.1.0

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

IsCode returns true when this create name verification conflict response a status code equal to that given

func (*CreateNameVerificationConflict) IsRedirect added in v7.1.0

func (o *CreateNameVerificationConflict) IsRedirect() bool

IsRedirect returns true when this create name verification conflict response has a 3xx status code

func (*CreateNameVerificationConflict) IsServerError added in v7.1.0

func (o *CreateNameVerificationConflict) IsServerError() bool

IsServerError returns true when this create name verification conflict response has a 5xx status code

func (*CreateNameVerificationConflict) IsSuccess added in v7.1.0

func (o *CreateNameVerificationConflict) IsSuccess() bool

IsSuccess returns true when this create name verification conflict response has a 2xx status code

type CreateNameVerificationCreated added in v7.1.0

type CreateNameVerificationCreated struct {

	// isStream: false
	*models.NameVerificationCreationResponse
}

CreateNameVerificationCreated handles this case with default header values.

created

func NewCreateNameVerificationCreated added in v7.1.0

func NewCreateNameVerificationCreated() *CreateNameVerificationCreated

NewCreateNameVerificationCreated creates a CreateNameVerificationCreated with default headers values

func (*CreateNameVerificationCreated) Code added in v7.1.0

Code gets the status code for the create name verification created response

func (*CreateNameVerificationCreated) Error added in v7.1.0

func (*CreateNameVerificationCreated) IsClientError added in v7.1.0

func (o *CreateNameVerificationCreated) IsClientError() bool

IsClientError returns true when this create name verification created response has a 4xx status code

func (*CreateNameVerificationCreated) IsCode added in v7.1.0

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

IsCode returns true when this create name verification created response a status code equal to that given

func (*CreateNameVerificationCreated) IsRedirect added in v7.1.0

func (o *CreateNameVerificationCreated) IsRedirect() bool

IsRedirect returns true when this create name verification created response has a 3xx status code

func (*CreateNameVerificationCreated) IsServerError added in v7.1.0

func (o *CreateNameVerificationCreated) IsServerError() bool

IsServerError returns true when this create name verification created response has a 5xx status code

func (*CreateNameVerificationCreated) IsSuccess added in v7.1.0

func (o *CreateNameVerificationCreated) IsSuccess() bool

IsSuccess returns true when this create name verification created response has a 2xx status code

type CreateNameVerificationForbidden added in v7.1.0

type CreateNameVerificationForbidden struct {

	// isStream: false
	*models.APIError
}

CreateNameVerificationForbidden handles this case with default header values.

Forbidden

func NewCreateNameVerificationForbidden added in v7.1.0

func NewCreateNameVerificationForbidden() *CreateNameVerificationForbidden

NewCreateNameVerificationForbidden creates a CreateNameVerificationForbidden with default headers values

func (*CreateNameVerificationForbidden) Code added in v7.1.0

Code gets the status code for the create name verification forbidden response

func (*CreateNameVerificationForbidden) Error added in v7.1.0

func (*CreateNameVerificationForbidden) IsClientError added in v7.1.0

func (o *CreateNameVerificationForbidden) IsClientError() bool

IsClientError returns true when this create name verification forbidden response has a 4xx status code

func (*CreateNameVerificationForbidden) IsCode added in v7.1.0

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

IsCode returns true when this create name verification forbidden response a status code equal to that given

func (*CreateNameVerificationForbidden) IsRedirect added in v7.1.0

func (o *CreateNameVerificationForbidden) IsRedirect() bool

IsRedirect returns true when this create name verification forbidden response has a 3xx status code

func (*CreateNameVerificationForbidden) IsServerError added in v7.1.0

func (o *CreateNameVerificationForbidden) IsServerError() bool

IsServerError returns true when this create name verification forbidden response has a 5xx status code

func (*CreateNameVerificationForbidden) IsSuccess added in v7.1.0

func (o *CreateNameVerificationForbidden) IsSuccess() bool

IsSuccess returns true when this create name verification forbidden response has a 2xx status code

type CreateNameVerificationInternalServerError added in v7.1.0

type CreateNameVerificationInternalServerError struct {

	// isStream: false
	*models.APIError
}

CreateNameVerificationInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateNameVerificationInternalServerError added in v7.1.0

func NewCreateNameVerificationInternalServerError() *CreateNameVerificationInternalServerError

NewCreateNameVerificationInternalServerError creates a CreateNameVerificationInternalServerError with default headers values

func (*CreateNameVerificationInternalServerError) Code added in v7.1.0

Code gets the status code for the create name verification internal server error response

func (*CreateNameVerificationInternalServerError) Error added in v7.1.0

func (*CreateNameVerificationInternalServerError) IsClientError added in v7.1.0

IsClientError returns true when this create name verification internal server error response has a 4xx status code

func (*CreateNameVerificationInternalServerError) IsCode added in v7.1.0

IsCode returns true when this create name verification internal server error response a status code equal to that given

func (*CreateNameVerificationInternalServerError) IsRedirect added in v7.1.0

IsRedirect returns true when this create name verification internal server error response has a 3xx status code

func (*CreateNameVerificationInternalServerError) IsServerError added in v7.1.0

IsServerError returns true when this create name verification internal server error response has a 5xx status code

func (*CreateNameVerificationInternalServerError) IsSuccess added in v7.1.0

IsSuccess returns true when this create name verification internal server error response has a 2xx status code

type CreateNameVerificationReader added in v7.1.0

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

CreateNameVerificationReader is a Reader for the CreateNameVerification structure.

func (*CreateNameVerificationReader) ReadResponse added in v7.1.0

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

ReadResponse reads a server response into the received o.

type CreateNameVerificationRequest added in v7.1.0

type CreateNameVerificationRequest struct {
	*models.NameVerificationCreation

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

func (*CreateNameVerificationRequest) Do added in v7.1.0

create name verification API

func (*CreateNameVerificationRequest) FromJson added in v7.1.0

func (*CreateNameVerificationRequest) MustDo added in v7.1.0

func (*CreateNameVerificationRequest) WithContext added in v7.1.0

//////////////// WithContext adds the context to the create name verification Request

func (*CreateNameVerificationRequest) WithHTTPClient added in v7.1.0

WithHTTPClient adds the HTTPClient to the create name verification Request

func (*CreateNameVerificationRequest) WithNameVerificationCreationRequest added in v7.1.0

func (o *CreateNameVerificationRequest) WithNameVerificationCreationRequest(nameVerificationCreationRequest models.NameVerificationCreation) *CreateNameVerificationRequest

func (*CreateNameVerificationRequest) WithoutNameVerificationCreationRequest added in v7.1.0

func (o *CreateNameVerificationRequest) WithoutNameVerificationCreationRequest() *CreateNameVerificationRequest

func (*CreateNameVerificationRequest) WriteToRequest added in v7.1.0

WriteToRequest writes these Request to a swagger request

type GetNameVerificationAdmissionBadRequest added in v7.1.0

type GetNameVerificationAdmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationAdmissionBadRequest handles this case with default header values.

Bad Request

func NewGetNameVerificationAdmissionBadRequest added in v7.1.0

func NewGetNameVerificationAdmissionBadRequest() *GetNameVerificationAdmissionBadRequest

NewGetNameVerificationAdmissionBadRequest creates a GetNameVerificationAdmissionBadRequest with default headers values

func (*GetNameVerificationAdmissionBadRequest) Code added in v7.1.0

Code gets the status code for the get name verification admission bad request response

func (*GetNameVerificationAdmissionBadRequest) Error added in v7.1.0

func (*GetNameVerificationAdmissionBadRequest) IsClientError added in v7.1.0

func (o *GetNameVerificationAdmissionBadRequest) IsClientError() bool

IsClientError returns true when this get name verification admission bad request response has a 4xx status code

func (*GetNameVerificationAdmissionBadRequest) IsCode added in v7.1.0

IsCode returns true when this get name verification admission bad request response a status code equal to that given

func (*GetNameVerificationAdmissionBadRequest) IsRedirect added in v7.1.0

IsRedirect returns true when this get name verification admission bad request response has a 3xx status code

func (*GetNameVerificationAdmissionBadRequest) IsServerError added in v7.1.0

func (o *GetNameVerificationAdmissionBadRequest) IsServerError() bool

IsServerError returns true when this get name verification admission bad request response has a 5xx status code

func (*GetNameVerificationAdmissionBadRequest) IsSuccess added in v7.1.0

IsSuccess returns true when this get name verification admission bad request response has a 2xx status code

type GetNameVerificationAdmissionForbidden added in v7.1.0

type GetNameVerificationAdmissionForbidden struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationAdmissionForbidden handles this case with default header values.

Forbidden

func NewGetNameVerificationAdmissionForbidden added in v7.1.0

func NewGetNameVerificationAdmissionForbidden() *GetNameVerificationAdmissionForbidden

NewGetNameVerificationAdmissionForbidden creates a GetNameVerificationAdmissionForbidden with default headers values

func (*GetNameVerificationAdmissionForbidden) Code added in v7.1.0

Code gets the status code for the get name verification admission forbidden response

func (*GetNameVerificationAdmissionForbidden) Error added in v7.1.0

func (*GetNameVerificationAdmissionForbidden) IsClientError added in v7.1.0

func (o *GetNameVerificationAdmissionForbidden) IsClientError() bool

IsClientError returns true when this get name verification admission forbidden response has a 4xx status code

func (*GetNameVerificationAdmissionForbidden) IsCode added in v7.1.0

IsCode returns true when this get name verification admission forbidden response a status code equal to that given

func (*GetNameVerificationAdmissionForbidden) IsRedirect added in v7.1.0

IsRedirect returns true when this get name verification admission forbidden response has a 3xx status code

func (*GetNameVerificationAdmissionForbidden) IsServerError added in v7.1.0

func (o *GetNameVerificationAdmissionForbidden) IsServerError() bool

IsServerError returns true when this get name verification admission forbidden response has a 5xx status code

func (*GetNameVerificationAdmissionForbidden) IsSuccess added in v7.1.0

IsSuccess returns true when this get name verification admission forbidden response has a 2xx status code

type GetNameVerificationAdmissionInternalServerError added in v7.1.0

type GetNameVerificationAdmissionInternalServerError struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationAdmissionInternalServerError handles this case with default header values.

Internal Server Error

func NewGetNameVerificationAdmissionInternalServerError added in v7.1.0

func NewGetNameVerificationAdmissionInternalServerError() *GetNameVerificationAdmissionInternalServerError

NewGetNameVerificationAdmissionInternalServerError creates a GetNameVerificationAdmissionInternalServerError with default headers values

func (*GetNameVerificationAdmissionInternalServerError) Code added in v7.1.0

Code gets the status code for the get name verification admission internal server error response

func (*GetNameVerificationAdmissionInternalServerError) Error added in v7.1.0

func (*GetNameVerificationAdmissionInternalServerError) IsClientError added in v7.1.0

IsClientError returns true when this get name verification admission internal server error response has a 4xx status code

func (*GetNameVerificationAdmissionInternalServerError) IsCode added in v7.1.0

IsCode returns true when this get name verification admission internal server error response a status code equal to that given

func (*GetNameVerificationAdmissionInternalServerError) IsRedirect added in v7.1.0

IsRedirect returns true when this get name verification admission internal server error response has a 3xx status code

func (*GetNameVerificationAdmissionInternalServerError) IsServerError added in v7.1.0

IsServerError returns true when this get name verification admission internal server error response has a 5xx status code

func (*GetNameVerificationAdmissionInternalServerError) IsSuccess added in v7.1.0

IsSuccess returns true when this get name verification admission internal server error response has a 2xx status code

type GetNameVerificationAdmissionNotFound added in v7.1.0

type GetNameVerificationAdmissionNotFound struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationAdmissionNotFound handles this case with default header values.

Not Found

func NewGetNameVerificationAdmissionNotFound added in v7.1.0

func NewGetNameVerificationAdmissionNotFound() *GetNameVerificationAdmissionNotFound

NewGetNameVerificationAdmissionNotFound creates a GetNameVerificationAdmissionNotFound with default headers values

func (*GetNameVerificationAdmissionNotFound) Code added in v7.1.0

Code gets the status code for the get name verification admission not found response

func (*GetNameVerificationAdmissionNotFound) Error added in v7.1.0

func (*GetNameVerificationAdmissionNotFound) IsClientError added in v7.1.0

func (o *GetNameVerificationAdmissionNotFound) IsClientError() bool

IsClientError returns true when this get name verification admission not found response has a 4xx status code

func (*GetNameVerificationAdmissionNotFound) IsCode added in v7.1.0

IsCode returns true when this get name verification admission not found response a status code equal to that given

func (*GetNameVerificationAdmissionNotFound) IsRedirect added in v7.1.0

IsRedirect returns true when this get name verification admission not found response has a 3xx status code

func (*GetNameVerificationAdmissionNotFound) IsServerError added in v7.1.0

func (o *GetNameVerificationAdmissionNotFound) IsServerError() bool

IsServerError returns true when this get name verification admission not found response has a 5xx status code

func (*GetNameVerificationAdmissionNotFound) IsSuccess added in v7.1.0

IsSuccess returns true when this get name verification admission not found response has a 2xx status code

type GetNameVerificationAdmissionOK added in v7.1.0

type GetNameVerificationAdmissionOK struct {

	// isStream: false
	*models.NameVerificationAdmissionDetailsResponse
}

GetNameVerificationAdmissionOK handles this case with default header values.

Name verification admission details

func NewGetNameVerificationAdmissionOK added in v7.1.0

func NewGetNameVerificationAdmissionOK() *GetNameVerificationAdmissionOK

NewGetNameVerificationAdmissionOK creates a GetNameVerificationAdmissionOK with default headers values

func (*GetNameVerificationAdmissionOK) Code added in v7.1.0

Code gets the status code for the get name verification admission o k response

func (*GetNameVerificationAdmissionOK) Error added in v7.1.0

func (*GetNameVerificationAdmissionOK) IsClientError added in v7.1.0

func (o *GetNameVerificationAdmissionOK) IsClientError() bool

IsClientError returns true when this get name verification admission o k response has a 4xx status code

func (*GetNameVerificationAdmissionOK) IsCode added in v7.1.0

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

IsCode returns true when this get name verification admission o k response a status code equal to that given

func (*GetNameVerificationAdmissionOK) IsRedirect added in v7.1.0

func (o *GetNameVerificationAdmissionOK) IsRedirect() bool

IsRedirect returns true when this get name verification admission o k response has a 3xx status code

func (*GetNameVerificationAdmissionOK) IsServerError added in v7.1.0

func (o *GetNameVerificationAdmissionOK) IsServerError() bool

IsServerError returns true when this get name verification admission o k response has a 5xx status code

func (*GetNameVerificationAdmissionOK) IsSuccess added in v7.1.0

func (o *GetNameVerificationAdmissionOK) IsSuccess() bool

IsSuccess returns true when this get name verification admission o k response has a 2xx status code

type GetNameVerificationAdmissionReader added in v7.1.0

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

GetNameVerificationAdmissionReader is a Reader for the GetNameVerificationAdmission structure.

func (*GetNameVerificationAdmissionReader) ReadResponse added in v7.1.0

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

ReadResponse reads a server response into the received o.

type GetNameVerificationAdmissionRequest added in v7.1.0

type GetNameVerificationAdmissionRequest struct {
	ID strfmt.UUID

	NameVerificationID strfmt.UUID

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

func (*GetNameVerificationAdmissionRequest) Do added in v7.1.0

get name verification admission API

func (*GetNameVerificationAdmissionRequest) FromJson added in v7.1.0

func (*GetNameVerificationAdmissionRequest) MustDo added in v7.1.0

func (*GetNameVerificationAdmissionRequest) WithContext added in v7.1.0

//////////////// WithContext adds the context to the get name verification admission Request

func (*GetNameVerificationAdmissionRequest) WithHTTPClient added in v7.1.0

WithHTTPClient adds the HTTPClient to the get name verification admission Request

func (*GetNameVerificationAdmissionRequest) WithID added in v7.1.0

func (*GetNameVerificationAdmissionRequest) WithNameVerificationID added in v7.1.0

func (o *GetNameVerificationAdmissionRequest) WithNameVerificationID(nameVerificationID strfmt.UUID) *GetNameVerificationAdmissionRequest

func (*GetNameVerificationAdmissionRequest) WriteToRequest added in v7.1.0

WriteToRequest writes these Request to a swagger request

type GetNameVerificationBadRequest added in v7.1.0

type GetNameVerificationBadRequest struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationBadRequest handles this case with default header values.

Bad Request

func NewGetNameVerificationBadRequest added in v7.1.0

func NewGetNameVerificationBadRequest() *GetNameVerificationBadRequest

NewGetNameVerificationBadRequest creates a GetNameVerificationBadRequest with default headers values

func (*GetNameVerificationBadRequest) Code added in v7.1.0

Code gets the status code for the get name verification bad request response

func (*GetNameVerificationBadRequest) Error added in v7.1.0

func (*GetNameVerificationBadRequest) IsClientError added in v7.1.0

func (o *GetNameVerificationBadRequest) IsClientError() bool

IsClientError returns true when this get name verification bad request response has a 4xx status code

func (*GetNameVerificationBadRequest) IsCode added in v7.1.0

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

IsCode returns true when this get name verification bad request response a status code equal to that given

func (*GetNameVerificationBadRequest) IsRedirect added in v7.1.0

func (o *GetNameVerificationBadRequest) IsRedirect() bool

IsRedirect returns true when this get name verification bad request response has a 3xx status code

func (*GetNameVerificationBadRequest) IsServerError added in v7.1.0

func (o *GetNameVerificationBadRequest) IsServerError() bool

IsServerError returns true when this get name verification bad request response has a 5xx status code

func (*GetNameVerificationBadRequest) IsSuccess added in v7.1.0

func (o *GetNameVerificationBadRequest) IsSuccess() bool

IsSuccess returns true when this get name verification bad request response has a 2xx status code

type GetNameVerificationForbidden added in v7.1.0

type GetNameVerificationForbidden struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationForbidden handles this case with default header values.

Forbidden

func NewGetNameVerificationForbidden added in v7.1.0

func NewGetNameVerificationForbidden() *GetNameVerificationForbidden

NewGetNameVerificationForbidden creates a GetNameVerificationForbidden with default headers values

func (*GetNameVerificationForbidden) Code added in v7.1.0

Code gets the status code for the get name verification forbidden response

func (*GetNameVerificationForbidden) Error added in v7.1.0

func (*GetNameVerificationForbidden) IsClientError added in v7.1.0

func (o *GetNameVerificationForbidden) IsClientError() bool

IsClientError returns true when this get name verification forbidden response has a 4xx status code

func (*GetNameVerificationForbidden) IsCode added in v7.1.0

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

IsCode returns true when this get name verification forbidden response a status code equal to that given

func (*GetNameVerificationForbidden) IsRedirect added in v7.1.0

func (o *GetNameVerificationForbidden) IsRedirect() bool

IsRedirect returns true when this get name verification forbidden response has a 3xx status code

func (*GetNameVerificationForbidden) IsServerError added in v7.1.0

func (o *GetNameVerificationForbidden) IsServerError() bool

IsServerError returns true when this get name verification forbidden response has a 5xx status code

func (*GetNameVerificationForbidden) IsSuccess added in v7.1.0

func (o *GetNameVerificationForbidden) IsSuccess() bool

IsSuccess returns true when this get name verification forbidden response has a 2xx status code

type GetNameVerificationInternalServerError added in v7.1.0

type GetNameVerificationInternalServerError struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationInternalServerError handles this case with default header values.

Internal Server Error

func NewGetNameVerificationInternalServerError added in v7.1.0

func NewGetNameVerificationInternalServerError() *GetNameVerificationInternalServerError

NewGetNameVerificationInternalServerError creates a GetNameVerificationInternalServerError with default headers values

func (*GetNameVerificationInternalServerError) Code added in v7.1.0

Code gets the status code for the get name verification internal server error response

func (*GetNameVerificationInternalServerError) Error added in v7.1.0

func (*GetNameVerificationInternalServerError) IsClientError added in v7.1.0

func (o *GetNameVerificationInternalServerError) IsClientError() bool

IsClientError returns true when this get name verification internal server error response has a 4xx status code

func (*GetNameVerificationInternalServerError) IsCode added in v7.1.0

IsCode returns true when this get name verification internal server error response a status code equal to that given

func (*GetNameVerificationInternalServerError) IsRedirect added in v7.1.0

IsRedirect returns true when this get name verification internal server error response has a 3xx status code

func (*GetNameVerificationInternalServerError) IsServerError added in v7.1.0

func (o *GetNameVerificationInternalServerError) IsServerError() bool

IsServerError returns true when this get name verification internal server error response has a 5xx status code

func (*GetNameVerificationInternalServerError) IsSuccess added in v7.1.0

IsSuccess returns true when this get name verification internal server error response has a 2xx status code

type GetNameVerificationNotFound added in v7.1.0

type GetNameVerificationNotFound struct {

	// isStream: false
	*models.APIError
}

GetNameVerificationNotFound handles this case with default header values.

Not Found

func NewGetNameVerificationNotFound added in v7.1.0

func NewGetNameVerificationNotFound() *GetNameVerificationNotFound

NewGetNameVerificationNotFound creates a GetNameVerificationNotFound with default headers values

func (*GetNameVerificationNotFound) Code added in v7.1.0

func (o *GetNameVerificationNotFound) Code() int

Code gets the status code for the get name verification not found response

func (*GetNameVerificationNotFound) Error added in v7.1.0

func (*GetNameVerificationNotFound) IsClientError added in v7.1.0

func (o *GetNameVerificationNotFound) IsClientError() bool

IsClientError returns true when this get name verification not found response has a 4xx status code

func (*GetNameVerificationNotFound) IsCode added in v7.1.0

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

IsCode returns true when this get name verification not found response a status code equal to that given

func (*GetNameVerificationNotFound) IsRedirect added in v7.1.0

func (o *GetNameVerificationNotFound) IsRedirect() bool

IsRedirect returns true when this get name verification not found response has a 3xx status code

func (*GetNameVerificationNotFound) IsServerError added in v7.1.0

func (o *GetNameVerificationNotFound) IsServerError() bool

IsServerError returns true when this get name verification not found response has a 5xx status code

func (*GetNameVerificationNotFound) IsSuccess added in v7.1.0

func (o *GetNameVerificationNotFound) IsSuccess() bool

IsSuccess returns true when this get name verification not found response has a 2xx status code

type GetNameVerificationOK added in v7.1.0

type GetNameVerificationOK struct {

	// isStream: false
	*models.NameVerificationDetailsResponse
}

GetNameVerificationOK handles this case with default header values.

Name verification details

func NewGetNameVerificationOK added in v7.1.0

func NewGetNameVerificationOK() *GetNameVerificationOK

NewGetNameVerificationOK creates a GetNameVerificationOK with default headers values

func (*GetNameVerificationOK) Code added in v7.1.0

func (o *GetNameVerificationOK) Code() int

Code gets the status code for the get name verification o k response

func (*GetNameVerificationOK) Error added in v7.1.0

func (o *GetNameVerificationOK) Error() string

func (*GetNameVerificationOK) IsClientError added in v7.1.0

func (o *GetNameVerificationOK) IsClientError() bool

IsClientError returns true when this get name verification o k response has a 4xx status code

func (*GetNameVerificationOK) IsCode added in v7.1.0

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

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

func (*GetNameVerificationOK) IsRedirect added in v7.1.0

func (o *GetNameVerificationOK) IsRedirect() bool

IsRedirect returns true when this get name verification o k response has a 3xx status code

func (*GetNameVerificationOK) IsServerError added in v7.1.0

func (o *GetNameVerificationOK) IsServerError() bool

IsServerError returns true when this get name verification o k response has a 5xx status code

func (*GetNameVerificationOK) IsSuccess added in v7.1.0

func (o *GetNameVerificationOK) IsSuccess() bool

IsSuccess returns true when this get name verification o k response has a 2xx status code

type GetNameVerificationReader added in v7.1.0

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

GetNameVerificationReader is a Reader for the GetNameVerification structure.

func (*GetNameVerificationReader) ReadResponse added in v7.1.0

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

ReadResponse reads a server response into the received o.

type GetNameVerificationRequest added in v7.1.0

type GetNameVerificationRequest struct {
	ID strfmt.UUID

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

func (*GetNameVerificationRequest) Do added in v7.1.0

get name verification API

func (*GetNameVerificationRequest) FromJson added in v7.1.0

func (*GetNameVerificationRequest) MustDo added in v7.1.0

func (*GetNameVerificationRequest) WithContext added in v7.1.0

//////////////// WithContext adds the context to the get name verification Request

func (*GetNameVerificationRequest) WithHTTPClient added in v7.1.0

WithHTTPClient adds the HTTPClient to the get name verification Request

func (*GetNameVerificationRequest) WithID added in v7.1.0

func (*GetNameVerificationRequest) WriteToRequest added in v7.1.0

WriteToRequest writes these Request to a swagger request

type ListNameVerificationsBadRequest added in v7.1.0

type ListNameVerificationsBadRequest struct {

	// isStream: false
	*models.APIError
}

ListNameVerificationsBadRequest handles this case with default header values.

Bad Request

func NewListNameVerificationsBadRequest added in v7.1.0

func NewListNameVerificationsBadRequest() *ListNameVerificationsBadRequest

NewListNameVerificationsBadRequest creates a ListNameVerificationsBadRequest with default headers values

func (*ListNameVerificationsBadRequest) Code added in v7.1.0

Code gets the status code for the list name verifications bad request response

func (*ListNameVerificationsBadRequest) Error added in v7.1.0

func (*ListNameVerificationsBadRequest) IsClientError added in v7.1.0

func (o *ListNameVerificationsBadRequest) IsClientError() bool

IsClientError returns true when this list name verifications bad request response has a 4xx status code

func (*ListNameVerificationsBadRequest) IsCode added in v7.1.0

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

IsCode returns true when this list name verifications bad request response a status code equal to that given

func (*ListNameVerificationsBadRequest) IsRedirect added in v7.1.0

func (o *ListNameVerificationsBadRequest) IsRedirect() bool

IsRedirect returns true when this list name verifications bad request response has a 3xx status code

func (*ListNameVerificationsBadRequest) IsServerError added in v7.1.0

func (o *ListNameVerificationsBadRequest) IsServerError() bool

IsServerError returns true when this list name verifications bad request response has a 5xx status code

func (*ListNameVerificationsBadRequest) IsSuccess added in v7.1.0

func (o *ListNameVerificationsBadRequest) IsSuccess() bool

IsSuccess returns true when this list name verifications bad request response has a 2xx status code

type ListNameVerificationsForbidden added in v7.1.0

type ListNameVerificationsForbidden struct {

	// isStream: false
	*models.APIError
}

ListNameVerificationsForbidden handles this case with default header values.

Forbidden

func NewListNameVerificationsForbidden added in v7.1.0

func NewListNameVerificationsForbidden() *ListNameVerificationsForbidden

NewListNameVerificationsForbidden creates a ListNameVerificationsForbidden with default headers values

func (*ListNameVerificationsForbidden) Code added in v7.1.0

Code gets the status code for the list name verifications forbidden response

func (*ListNameVerificationsForbidden) Error added in v7.1.0

func (*ListNameVerificationsForbidden) IsClientError added in v7.1.0

func (o *ListNameVerificationsForbidden) IsClientError() bool

IsClientError returns true when this list name verifications forbidden response has a 4xx status code

func (*ListNameVerificationsForbidden) IsCode added in v7.1.0

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

IsCode returns true when this list name verifications forbidden response a status code equal to that given

func (*ListNameVerificationsForbidden) IsRedirect added in v7.1.0

func (o *ListNameVerificationsForbidden) IsRedirect() bool

IsRedirect returns true when this list name verifications forbidden response has a 3xx status code

func (*ListNameVerificationsForbidden) IsServerError added in v7.1.0

func (o *ListNameVerificationsForbidden) IsServerError() bool

IsServerError returns true when this list name verifications forbidden response has a 5xx status code

func (*ListNameVerificationsForbidden) IsSuccess added in v7.1.0

func (o *ListNameVerificationsForbidden) IsSuccess() bool

IsSuccess returns true when this list name verifications forbidden response has a 2xx status code

type ListNameVerificationsInternalServerError added in v7.1.0

type ListNameVerificationsInternalServerError struct {

	// isStream: false
	*models.APIError
}

ListNameVerificationsInternalServerError handles this case with default header values.

Internal Server Error

func NewListNameVerificationsInternalServerError added in v7.1.0

func NewListNameVerificationsInternalServerError() *ListNameVerificationsInternalServerError

NewListNameVerificationsInternalServerError creates a ListNameVerificationsInternalServerError with default headers values

func (*ListNameVerificationsInternalServerError) Code added in v7.1.0

Code gets the status code for the list name verifications internal server error response

func (*ListNameVerificationsInternalServerError) Error added in v7.1.0

func (*ListNameVerificationsInternalServerError) IsClientError added in v7.1.0

IsClientError returns true when this list name verifications internal server error response has a 4xx status code

func (*ListNameVerificationsInternalServerError) IsCode added in v7.1.0

IsCode returns true when this list name verifications internal server error response a status code equal to that given

func (*ListNameVerificationsInternalServerError) IsRedirect added in v7.1.0

IsRedirect returns true when this list name verifications internal server error response has a 3xx status code

func (*ListNameVerificationsInternalServerError) IsServerError added in v7.1.0

IsServerError returns true when this list name verifications internal server error response has a 5xx status code

func (*ListNameVerificationsInternalServerError) IsSuccess added in v7.1.0

IsSuccess returns true when this list name verifications internal server error response has a 2xx status code

type ListNameVerificationsNotFound added in v7.1.0

type ListNameVerificationsNotFound struct {

	// isStream: false
	*models.APIError
}

ListNameVerificationsNotFound handles this case with default header values.

Not Found

func NewListNameVerificationsNotFound added in v7.1.0

func NewListNameVerificationsNotFound() *ListNameVerificationsNotFound

NewListNameVerificationsNotFound creates a ListNameVerificationsNotFound with default headers values

func (*ListNameVerificationsNotFound) Code added in v7.1.0

Code gets the status code for the list name verifications not found response

func (*ListNameVerificationsNotFound) Error added in v7.1.0

func (*ListNameVerificationsNotFound) IsClientError added in v7.1.0

func (o *ListNameVerificationsNotFound) IsClientError() bool

IsClientError returns true when this list name verifications not found response has a 4xx status code

func (*ListNameVerificationsNotFound) IsCode added in v7.1.0

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

IsCode returns true when this list name verifications not found response a status code equal to that given

func (*ListNameVerificationsNotFound) IsRedirect added in v7.1.0

func (o *ListNameVerificationsNotFound) IsRedirect() bool

IsRedirect returns true when this list name verifications not found response has a 3xx status code

func (*ListNameVerificationsNotFound) IsServerError added in v7.1.0

func (o *ListNameVerificationsNotFound) IsServerError() bool

IsServerError returns true when this list name verifications not found response has a 5xx status code

func (*ListNameVerificationsNotFound) IsSuccess added in v7.1.0

func (o *ListNameVerificationsNotFound) IsSuccess() bool

IsSuccess returns true when this list name verifications not found response has a 2xx status code

type ListNameVerificationsOK added in v7.1.0

type ListNameVerificationsOK struct {

	// isStream: false
	*models.NameVerificationDetailsListResponse
}

ListNameVerificationsOK handles this case with default header values.

List of name verification details

func NewListNameVerificationsOK added in v7.1.0

func NewListNameVerificationsOK() *ListNameVerificationsOK

NewListNameVerificationsOK creates a ListNameVerificationsOK with default headers values

func (*ListNameVerificationsOK) Code added in v7.1.0

func (o *ListNameVerificationsOK) Code() int

Code gets the status code for the list name verifications o k response

func (*ListNameVerificationsOK) Error added in v7.1.0

func (o *ListNameVerificationsOK) Error() string

func (*ListNameVerificationsOK) IsClientError added in v7.1.0

func (o *ListNameVerificationsOK) IsClientError() bool

IsClientError returns true when this list name verifications o k response has a 4xx status code

func (*ListNameVerificationsOK) IsCode added in v7.1.0

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

IsCode returns true when this list name verifications o k response a status code equal to that given

func (*ListNameVerificationsOK) IsRedirect added in v7.1.0

func (o *ListNameVerificationsOK) IsRedirect() bool

IsRedirect returns true when this list name verifications o k response has a 3xx status code

func (*ListNameVerificationsOK) IsServerError added in v7.1.0

func (o *ListNameVerificationsOK) IsServerError() bool

IsServerError returns true when this list name verifications o k response has a 5xx status code

func (*ListNameVerificationsOK) IsSuccess added in v7.1.0

func (o *ListNameVerificationsOK) IsSuccess() bool

IsSuccess returns true when this list name verifications o k response has a 2xx status code

type ListNameVerificationsReader added in v7.1.0

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

ListNameVerificationsReader is a Reader for the ListNameVerifications structure.

func (*ListNameVerificationsReader) ReadResponse added in v7.1.0

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

ReadResponse reads a server response into the received o.

type ListNameVerificationsRequest added in v7.1.0

type ListNameVerificationsRequest struct {
	FilterAccountClassification *string

	FilterAccountNumber *string

	FilterAdmissionActualName *string

	FilterAdmissionAnswer *string

	FilterAdmissionCreatedDateFrom *strfmt.DateTime

	FilterAdmissionCreatedDateTo *strfmt.DateTime

	FilterAdmissionModifiedDateFrom *strfmt.DateTime

	FilterAdmissionModifiedDateTo *strfmt.DateTime

	FilterAdmissionReason *string

	FilterAdmissionReasonCode *string

	FilterAdmissionStatus *string

	FilterBankID *string

	FilterBankIDCode *string

	FilterCreatedDateFrom *strfmt.DateTime

	FilterCreatedDateTo *strfmt.DateTime

	FilterModifiedDateFrom *strfmt.DateTime

	FilterModifiedDateTo *strfmt.DateTime

	FilterName []string

	FilterOrganisationID *strfmt.UUID

	FilterSecondaryIdentification *string

	FilterSubmissionActualName *string

	FilterSubmissionAnswer *string

	FilterSubmissionCreatedDateFrom *strfmt.DateTime

	FilterSubmissionCreatedDateTo *strfmt.DateTime

	FilterSubmissionModifiedDateFrom *strfmt.DateTime

	FilterSubmissionModifiedDateTo *strfmt.DateTime

	FilterSubmissionReason *string

	FilterSubmissionReasonCode *string

	FilterSubmissionStatus *string

	PageNumber *int64

	PageSize *int64

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

func (*ListNameVerificationsRequest) Do added in v7.1.0

list name verifications API

func (*ListNameVerificationsRequest) FromJson added in v7.1.0

func (*ListNameVerificationsRequest) MustDo added in v7.1.0

func (*ListNameVerificationsRequest) WithContext added in v7.1.0

//////////////// WithContext adds the context to the list name verifications Request

func (*ListNameVerificationsRequest) WithFilterAccountClassification added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAccountClassification(filterAccountClassification string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAccountNumber added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAccountNumber(filterAccountNumber string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionActualName added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionActualName(filterAdmissionActualName string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionAnswer added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionAnswer(filterAdmissionAnswer string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionCreatedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionCreatedDateFrom(filterAdmissionCreatedDateFrom strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionCreatedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionCreatedDateTo(filterAdmissionCreatedDateTo strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionModifiedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionModifiedDateFrom(filterAdmissionModifiedDateFrom strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionModifiedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionModifiedDateTo(filterAdmissionModifiedDateTo strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionReason added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionReason(filterAdmissionReason string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionReasonCode added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionReasonCode(filterAdmissionReasonCode string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterAdmissionStatus added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterAdmissionStatus(filterAdmissionStatus string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterBankID added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterBankID(filterBankID string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterBankIDCode added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterBankIDCode(filterBankIDCode string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterCreatedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterCreatedDateFrom(filterCreatedDateFrom strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterCreatedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterCreatedDateTo(filterCreatedDateTo strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterModifiedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterModifiedDateFrom(filterModifiedDateFrom strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterModifiedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterModifiedDateTo(filterModifiedDateTo strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterName added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterName(filterName []string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterOrganisationID added in v7.1.0

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

func (*ListNameVerificationsRequest) WithFilterSecondaryIdentification added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionActualName added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionActualName(filterSubmissionActualName string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionAnswer added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionAnswer(filterSubmissionAnswer string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionCreatedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionCreatedDateFrom(filterSubmissionCreatedDateFrom strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionCreatedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionCreatedDateTo(filterSubmissionCreatedDateTo strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionModifiedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionModifiedDateFrom(filterSubmissionModifiedDateFrom strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionModifiedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionModifiedDateTo(filterSubmissionModifiedDateTo strfmt.DateTime) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionReason added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionReason(filterSubmissionReason string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionReasonCode added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionReasonCode(filterSubmissionReasonCode string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithFilterSubmissionStatus added in v7.1.0

func (o *ListNameVerificationsRequest) WithFilterSubmissionStatus(filterSubmissionStatus string) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithHTTPClient added in v7.1.0

WithHTTPClient adds the HTTPClient to the list name verifications Request

func (*ListNameVerificationsRequest) WithPageNumber added in v7.1.0

func (o *ListNameVerificationsRequest) WithPageNumber(pageNumber int64) *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithPageSize added in v7.1.0

func (*ListNameVerificationsRequest) WithoutFilterAccountClassification added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAccountClassification() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAccountNumber added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAccountNumber() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionActualName added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionActualName() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionAnswer added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionAnswer() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionCreatedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionCreatedDateFrom() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionCreatedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionCreatedDateTo() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionModifiedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionModifiedDateFrom() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionModifiedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionModifiedDateTo() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionReason added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionReason() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionReasonCode added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionReasonCode() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterAdmissionStatus added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterAdmissionStatus() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterBankID added in v7.1.0

func (*ListNameVerificationsRequest) WithoutFilterBankIDCode added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterBankIDCode() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterCreatedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterCreatedDateFrom() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterCreatedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterCreatedDateTo() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterModifiedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterModifiedDateFrom() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterModifiedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterModifiedDateTo() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterName added in v7.1.0

func (*ListNameVerificationsRequest) WithoutFilterOrganisationID added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterOrganisationID() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSecondaryIdentification added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSecondaryIdentification() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionActualName added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionActualName() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionAnswer added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionAnswer() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionCreatedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionCreatedDateFrom() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionCreatedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionCreatedDateTo() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionModifiedDateFrom added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionModifiedDateFrom() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionModifiedDateTo added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionModifiedDateTo() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionReason added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionReason() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionReasonCode added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionReasonCode() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutFilterSubmissionStatus added in v7.1.0

func (o *ListNameVerificationsRequest) WithoutFilterSubmissionStatus() *ListNameVerificationsRequest

func (*ListNameVerificationsRequest) WithoutPageNumber added in v7.1.0

func (*ListNameVerificationsRequest) WithoutPageSize added in v7.1.0

func (*ListNameVerificationsRequest) WriteToRequest added in v7.1.0

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