account_amendment

package
v5.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 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 amendment API

func New

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

New creates a new account amendment API client.

func (*Client) CreateAccountAmendment

func (c *Client) CreateAccountAmendment() *CreateAccountAmendmentRequest

Client.CreateAccountAmendment creates a new CreateAccountAmendmentRequest object with the default values initialized.

func (*Client) CreateAccountAmendmentSubmission

func (c *Client) CreateAccountAmendmentSubmission() *CreateAccountAmendmentSubmissionRequest

Client.CreateAccountAmendmentSubmission creates a new CreateAccountAmendmentSubmissionRequest object with the default values initialized.

func (*Client) GetAccountAmendment

func (c *Client) GetAccountAmendment() *GetAccountAmendmentRequest

Client.GetAccountAmendment creates a new GetAccountAmendmentRequest object with the default values initialized.

func (*Client) GetAccountAmendmentSubmission

func (c *Client) GetAccountAmendmentSubmission() *GetAccountAmendmentSubmissionRequest

Client.GetAccountAmendmentSubmission creates a new GetAccountAmendmentSubmissionRequest object with the default values initialized.

func (*Client) ListAccountAmendments

func (c *Client) ListAccountAmendments() *ListAccountAmendmentsRequest

Client.ListAccountAmendments creates a new ListAccountAmendmentsRequest object with the default values initialized.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateAccountAmendmentBadGateway

type CreateAccountAmendmentBadGateway struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentBadGateway handles this case with default header values.

Bad Gateway

func NewCreateAccountAmendmentBadGateway

func NewCreateAccountAmendmentBadGateway() *CreateAccountAmendmentBadGateway

NewCreateAccountAmendmentBadGateway creates a CreateAccountAmendmentBadGateway with default headers values

func (*CreateAccountAmendmentBadGateway) Error

type CreateAccountAmendmentBadRequest

type CreateAccountAmendmentBadRequest struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentBadRequest handles this case with default header values.

Account Request creation error

func NewCreateAccountAmendmentBadRequest

func NewCreateAccountAmendmentBadRequest() *CreateAccountAmendmentBadRequest

NewCreateAccountAmendmentBadRequest creates a CreateAccountAmendmentBadRequest with default headers values

func (*CreateAccountAmendmentBadRequest) Error

type CreateAccountAmendmentConflict

type CreateAccountAmendmentConflict struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentConflict handles this case with default header values.

Conflict

func NewCreateAccountAmendmentConflict

func NewCreateAccountAmendmentConflict() *CreateAccountAmendmentConflict

NewCreateAccountAmendmentConflict creates a CreateAccountAmendmentConflict with default headers values

func (*CreateAccountAmendmentConflict) Error

type CreateAccountAmendmentCreated

type CreateAccountAmendmentCreated struct {

	// isStream: false
	*models.AccountAmendmentResponse
}

CreateAccountAmendmentCreated handles this case with default header values.

Account Amendment creation response

func NewCreateAccountAmendmentCreated

func NewCreateAccountAmendmentCreated() *CreateAccountAmendmentCreated

NewCreateAccountAmendmentCreated creates a CreateAccountAmendmentCreated with default headers values

func (*CreateAccountAmendmentCreated) Error

type CreateAccountAmendmentForbidden

type CreateAccountAmendmentForbidden struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentForbidden handles this case with default header values.

Forbidden

func NewCreateAccountAmendmentForbidden

func NewCreateAccountAmendmentForbidden() *CreateAccountAmendmentForbidden

NewCreateAccountAmendmentForbidden creates a CreateAccountAmendmentForbidden with default headers values

func (*CreateAccountAmendmentForbidden) Error

type CreateAccountAmendmentGatewayTimeout

type CreateAccountAmendmentGatewayTimeout struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentGatewayTimeout handles this case with default header values.

Gateway timeout

func NewCreateAccountAmendmentGatewayTimeout

func NewCreateAccountAmendmentGatewayTimeout() *CreateAccountAmendmentGatewayTimeout

NewCreateAccountAmendmentGatewayTimeout creates a CreateAccountAmendmentGatewayTimeout with default headers values

func (*CreateAccountAmendmentGatewayTimeout) Error

type CreateAccountAmendmentInternalServerError

type CreateAccountAmendmentInternalServerError struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateAccountAmendmentInternalServerError

func NewCreateAccountAmendmentInternalServerError() *CreateAccountAmendmentInternalServerError

NewCreateAccountAmendmentInternalServerError creates a CreateAccountAmendmentInternalServerError with default headers values

func (*CreateAccountAmendmentInternalServerError) Error

type CreateAccountAmendmentReader

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

CreateAccountAmendmentReader is a Reader for the CreateAccountAmendment structure.

func (*CreateAccountAmendmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAccountAmendmentRequest

type CreateAccountAmendmentRequest struct {
	*models.AccountAmendmentCreation

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

func (*CreateAccountAmendmentRequest) Do

create account amendment API

func (*CreateAccountAmendmentRequest) FromJson

func (*CreateAccountAmendmentRequest) MustDo

func (*CreateAccountAmendmentRequest) WithAccountAmendmentCreationBody

func (o *CreateAccountAmendmentRequest) WithAccountAmendmentCreationBody(accountAmendmentCreationBody models.AccountAmendmentCreation) *CreateAccountAmendmentRequest

func (*CreateAccountAmendmentRequest) WithContext

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

func (*CreateAccountAmendmentRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create account amendment Request

func (*CreateAccountAmendmentRequest) WithoutAccountAmendmentCreationBody

func (o *CreateAccountAmendmentRequest) WithoutAccountAmendmentCreationBody() *CreateAccountAmendmentRequest

func (*CreateAccountAmendmentRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreateAccountAmendmentServiceUnavailable

type CreateAccountAmendmentServiceUnavailable struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentServiceUnavailable handles this case with default header values.

Service unavailable

func NewCreateAccountAmendmentServiceUnavailable

func NewCreateAccountAmendmentServiceUnavailable() *CreateAccountAmendmentServiceUnavailable

NewCreateAccountAmendmentServiceUnavailable creates a CreateAccountAmendmentServiceUnavailable with default headers values

func (*CreateAccountAmendmentServiceUnavailable) Error

type CreateAccountAmendmentSubmissionBadGateway

type CreateAccountAmendmentSubmissionBadGateway struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionBadGateway handles this case with default header values.

Bad Gateway

func NewCreateAccountAmendmentSubmissionBadGateway

func NewCreateAccountAmendmentSubmissionBadGateway() *CreateAccountAmendmentSubmissionBadGateway

NewCreateAccountAmendmentSubmissionBadGateway creates a CreateAccountAmendmentSubmissionBadGateway with default headers values

func (*CreateAccountAmendmentSubmissionBadGateway) Error

type CreateAccountAmendmentSubmissionBadRequest

type CreateAccountAmendmentSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionBadRequest handles this case with default header values.

Account Request creation error

func NewCreateAccountAmendmentSubmissionBadRequest

func NewCreateAccountAmendmentSubmissionBadRequest() *CreateAccountAmendmentSubmissionBadRequest

NewCreateAccountAmendmentSubmissionBadRequest creates a CreateAccountAmendmentSubmissionBadRequest with default headers values

func (*CreateAccountAmendmentSubmissionBadRequest) Error

type CreateAccountAmendmentSubmissionConflict

type CreateAccountAmendmentSubmissionConflict struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionConflict handles this case with default header values.

Conflict

func NewCreateAccountAmendmentSubmissionConflict

func NewCreateAccountAmendmentSubmissionConflict() *CreateAccountAmendmentSubmissionConflict

NewCreateAccountAmendmentSubmissionConflict creates a CreateAccountAmendmentSubmissionConflict with default headers values

func (*CreateAccountAmendmentSubmissionConflict) Error

type CreateAccountAmendmentSubmissionCreated

type CreateAccountAmendmentSubmissionCreated struct {

	// isStream: false
	*models.AccountAmendmentSubmissionResponse
}

CreateAccountAmendmentSubmissionCreated handles this case with default header values.

Account Amendment creation response

func NewCreateAccountAmendmentSubmissionCreated

func NewCreateAccountAmendmentSubmissionCreated() *CreateAccountAmendmentSubmissionCreated

NewCreateAccountAmendmentSubmissionCreated creates a CreateAccountAmendmentSubmissionCreated with default headers values

func (*CreateAccountAmendmentSubmissionCreated) Error

type CreateAccountAmendmentSubmissionForbidden

type CreateAccountAmendmentSubmissionForbidden struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionForbidden handles this case with default header values.

Forbidden

func NewCreateAccountAmendmentSubmissionForbidden

func NewCreateAccountAmendmentSubmissionForbidden() *CreateAccountAmendmentSubmissionForbidden

NewCreateAccountAmendmentSubmissionForbidden creates a CreateAccountAmendmentSubmissionForbidden with default headers values

func (*CreateAccountAmendmentSubmissionForbidden) Error

type CreateAccountAmendmentSubmissionGatewayTimeout

type CreateAccountAmendmentSubmissionGatewayTimeout struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionGatewayTimeout handles this case with default header values.

Gateway timeout

func NewCreateAccountAmendmentSubmissionGatewayTimeout

func NewCreateAccountAmendmentSubmissionGatewayTimeout() *CreateAccountAmendmentSubmissionGatewayTimeout

NewCreateAccountAmendmentSubmissionGatewayTimeout creates a CreateAccountAmendmentSubmissionGatewayTimeout with default headers values

func (*CreateAccountAmendmentSubmissionGatewayTimeout) Error

type CreateAccountAmendmentSubmissionInternalServerError

type CreateAccountAmendmentSubmissionInternalServerError struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateAccountAmendmentSubmissionInternalServerError

func NewCreateAccountAmendmentSubmissionInternalServerError() *CreateAccountAmendmentSubmissionInternalServerError

NewCreateAccountAmendmentSubmissionInternalServerError creates a CreateAccountAmendmentSubmissionInternalServerError with default headers values

func (*CreateAccountAmendmentSubmissionInternalServerError) Error

type CreateAccountAmendmentSubmissionNotFound

type CreateAccountAmendmentSubmissionNotFound struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionNotFound handles this case with default header values.

Not Found

func NewCreateAccountAmendmentSubmissionNotFound

func NewCreateAccountAmendmentSubmissionNotFound() *CreateAccountAmendmentSubmissionNotFound

NewCreateAccountAmendmentSubmissionNotFound creates a CreateAccountAmendmentSubmissionNotFound with default headers values

func (*CreateAccountAmendmentSubmissionNotFound) Error

type CreateAccountAmendmentSubmissionReader

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

CreateAccountAmendmentSubmissionReader is a Reader for the CreateAccountAmendmentSubmission structure.

func (*CreateAccountAmendmentSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAccountAmendmentSubmissionRequest

type CreateAccountAmendmentSubmissionRequest struct {
	*models.AccountAmendmentSubmissionCreation

	ID strfmt.UUID

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

func (*CreateAccountAmendmentSubmissionRequest) Do

create account amendment submission API

func (*CreateAccountAmendmentSubmissionRequest) FromJson

func (*CreateAccountAmendmentSubmissionRequest) MustDo

func (*CreateAccountAmendmentSubmissionRequest) WithAccountAmendmentSubmissionRequest

func (o *CreateAccountAmendmentSubmissionRequest) WithAccountAmendmentSubmissionRequest(accountAmendmentSubmissionRequest models.AccountAmendmentSubmissionCreation) *CreateAccountAmendmentSubmissionRequest

func (*CreateAccountAmendmentSubmissionRequest) WithContext

//////////////// WithContext adds the context to the create account amendment submission Request

func (*CreateAccountAmendmentSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create account amendment submission Request

func (*CreateAccountAmendmentSubmissionRequest) WithID

func (*CreateAccountAmendmentSubmissionRequest) WithoutAccountAmendmentSubmissionRequest

func (o *CreateAccountAmendmentSubmissionRequest) WithoutAccountAmendmentSubmissionRequest() *CreateAccountAmendmentSubmissionRequest

func (*CreateAccountAmendmentSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type CreateAccountAmendmentSubmissionServiceUnavailable

type CreateAccountAmendmentSubmissionServiceUnavailable struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionServiceUnavailable handles this case with default header values.

Service unavailable

func NewCreateAccountAmendmentSubmissionServiceUnavailable

func NewCreateAccountAmendmentSubmissionServiceUnavailable() *CreateAccountAmendmentSubmissionServiceUnavailable

NewCreateAccountAmendmentSubmissionServiceUnavailable creates a CreateAccountAmendmentSubmissionServiceUnavailable with default headers values

func (*CreateAccountAmendmentSubmissionServiceUnavailable) Error

type CreateAccountAmendmentSubmissionUnauthorized

type CreateAccountAmendmentSubmissionUnauthorized struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentSubmissionUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAccountAmendmentSubmissionUnauthorized

func NewCreateAccountAmendmentSubmissionUnauthorized() *CreateAccountAmendmentSubmissionUnauthorized

NewCreateAccountAmendmentSubmissionUnauthorized creates a CreateAccountAmendmentSubmissionUnauthorized with default headers values

func (*CreateAccountAmendmentSubmissionUnauthorized) Error

type CreateAccountAmendmentUnauthorized

type CreateAccountAmendmentUnauthorized struct {

	// isStream: false
	*models.APIError
}

CreateAccountAmendmentUnauthorized handles this case with default header values.

Unauthorized

func NewCreateAccountAmendmentUnauthorized

func NewCreateAccountAmendmentUnauthorized() *CreateAccountAmendmentUnauthorized

NewCreateAccountAmendmentUnauthorized creates a CreateAccountAmendmentUnauthorized with default headers values

func (*CreateAccountAmendmentUnauthorized) Error

type GetAccountAmendmentBadGateway

type GetAccountAmendmentBadGateway struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentBadGateway handles this case with default header values.

Bad Gateway

func NewGetAccountAmendmentBadGateway

func NewGetAccountAmendmentBadGateway() *GetAccountAmendmentBadGateway

NewGetAccountAmendmentBadGateway creates a GetAccountAmendmentBadGateway with default headers values

func (*GetAccountAmendmentBadGateway) Error

type GetAccountAmendmentBadRequest

type GetAccountAmendmentBadRequest struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentBadRequest handles this case with default header values.

Account Request creation error

func NewGetAccountAmendmentBadRequest

func NewGetAccountAmendmentBadRequest() *GetAccountAmendmentBadRequest

NewGetAccountAmendmentBadRequest creates a GetAccountAmendmentBadRequest with default headers values

func (*GetAccountAmendmentBadRequest) Error

type GetAccountAmendmentForbidden

type GetAccountAmendmentForbidden struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentForbidden handles this case with default header values.

Forbidden

func NewGetAccountAmendmentForbidden

func NewGetAccountAmendmentForbidden() *GetAccountAmendmentForbidden

NewGetAccountAmendmentForbidden creates a GetAccountAmendmentForbidden with default headers values

func (*GetAccountAmendmentForbidden) Error

type GetAccountAmendmentGatewayTimeout

type GetAccountAmendmentGatewayTimeout struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetAccountAmendmentGatewayTimeout

func NewGetAccountAmendmentGatewayTimeout() *GetAccountAmendmentGatewayTimeout

NewGetAccountAmendmentGatewayTimeout creates a GetAccountAmendmentGatewayTimeout with default headers values

func (*GetAccountAmendmentGatewayTimeout) Error

type GetAccountAmendmentInternalServerError

type GetAccountAmendmentInternalServerError struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAccountAmendmentInternalServerError

func NewGetAccountAmendmentInternalServerError() *GetAccountAmendmentInternalServerError

NewGetAccountAmendmentInternalServerError creates a GetAccountAmendmentInternalServerError with default headers values

func (*GetAccountAmendmentInternalServerError) Error

type GetAccountAmendmentNotFound

type GetAccountAmendmentNotFound struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentNotFound handles this case with default header values.

Not Found

func NewGetAccountAmendmentNotFound

func NewGetAccountAmendmentNotFound() *GetAccountAmendmentNotFound

NewGetAccountAmendmentNotFound creates a GetAccountAmendmentNotFound with default headers values

func (*GetAccountAmendmentNotFound) Error

type GetAccountAmendmentOK

type GetAccountAmendmentOK struct {

	// isStream: false
	*models.AccountAmendmentResponse
}

GetAccountAmendmentOK handles this case with default header values.

Account Amendment Details

func NewGetAccountAmendmentOK

func NewGetAccountAmendmentOK() *GetAccountAmendmentOK

NewGetAccountAmendmentOK creates a GetAccountAmendmentOK with default headers values

func (*GetAccountAmendmentOK) Error

func (o *GetAccountAmendmentOK) Error() string

type GetAccountAmendmentReader

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

GetAccountAmendmentReader is a Reader for the GetAccountAmendment structure.

func (*GetAccountAmendmentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountAmendmentRequest

type GetAccountAmendmentRequest struct {
	ID strfmt.UUID

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

func (*GetAccountAmendmentRequest) Do

get account amendment API

func (*GetAccountAmendmentRequest) FromJson

func (*GetAccountAmendmentRequest) MustDo

func (*GetAccountAmendmentRequest) WithContext

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

func (*GetAccountAmendmentRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get account amendment Request

func (*GetAccountAmendmentRequest) WithID

func (*GetAccountAmendmentRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetAccountAmendmentServiceUnavailable

type GetAccountAmendmentServiceUnavailable struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetAccountAmendmentServiceUnavailable

func NewGetAccountAmendmentServiceUnavailable() *GetAccountAmendmentServiceUnavailable

NewGetAccountAmendmentServiceUnavailable creates a GetAccountAmendmentServiceUnavailable with default headers values

func (*GetAccountAmendmentServiceUnavailable) Error

type GetAccountAmendmentSubmissionBadGateway

type GetAccountAmendmentSubmissionBadGateway struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionBadGateway handles this case with default header values.

Bad Gateway

func NewGetAccountAmendmentSubmissionBadGateway

func NewGetAccountAmendmentSubmissionBadGateway() *GetAccountAmendmentSubmissionBadGateway

NewGetAccountAmendmentSubmissionBadGateway creates a GetAccountAmendmentSubmissionBadGateway with default headers values

func (*GetAccountAmendmentSubmissionBadGateway) Error

type GetAccountAmendmentSubmissionBadRequest

type GetAccountAmendmentSubmissionBadRequest struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionBadRequest handles this case with default header values.

Account Amendment creation error

func NewGetAccountAmendmentSubmissionBadRequest

func NewGetAccountAmendmentSubmissionBadRequest() *GetAccountAmendmentSubmissionBadRequest

NewGetAccountAmendmentSubmissionBadRequest creates a GetAccountAmendmentSubmissionBadRequest with default headers values

func (*GetAccountAmendmentSubmissionBadRequest) Error

type GetAccountAmendmentSubmissionForbidden

type GetAccountAmendmentSubmissionForbidden struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionForbidden handles this case with default header values.

Forbidden

func NewGetAccountAmendmentSubmissionForbidden

func NewGetAccountAmendmentSubmissionForbidden() *GetAccountAmendmentSubmissionForbidden

NewGetAccountAmendmentSubmissionForbidden creates a GetAccountAmendmentSubmissionForbidden with default headers values

func (*GetAccountAmendmentSubmissionForbidden) Error

type GetAccountAmendmentSubmissionGatewayTimeout

type GetAccountAmendmentSubmissionGatewayTimeout struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetAccountAmendmentSubmissionGatewayTimeout

func NewGetAccountAmendmentSubmissionGatewayTimeout() *GetAccountAmendmentSubmissionGatewayTimeout

NewGetAccountAmendmentSubmissionGatewayTimeout creates a GetAccountAmendmentSubmissionGatewayTimeout with default headers values

func (*GetAccountAmendmentSubmissionGatewayTimeout) Error

type GetAccountAmendmentSubmissionInternalServerError

type GetAccountAmendmentSubmissionInternalServerError struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionInternalServerError handles this case with default header values.

Internal Server Error

func NewGetAccountAmendmentSubmissionInternalServerError

func NewGetAccountAmendmentSubmissionInternalServerError() *GetAccountAmendmentSubmissionInternalServerError

NewGetAccountAmendmentSubmissionInternalServerError creates a GetAccountAmendmentSubmissionInternalServerError with default headers values

func (*GetAccountAmendmentSubmissionInternalServerError) Error

type GetAccountAmendmentSubmissionNotFound

type GetAccountAmendmentSubmissionNotFound struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionNotFound handles this case with default header values.

Not Found

func NewGetAccountAmendmentSubmissionNotFound

func NewGetAccountAmendmentSubmissionNotFound() *GetAccountAmendmentSubmissionNotFound

NewGetAccountAmendmentSubmissionNotFound creates a GetAccountAmendmentSubmissionNotFound with default headers values

func (*GetAccountAmendmentSubmissionNotFound) Error

type GetAccountAmendmentSubmissionOK

type GetAccountAmendmentSubmissionOK struct {

	// isStream: false
	*models.AccountAmendmentSubmissionResponse
}

GetAccountAmendmentSubmissionOK handles this case with default header values.

Account Amendment Submission details

func NewGetAccountAmendmentSubmissionOK

func NewGetAccountAmendmentSubmissionOK() *GetAccountAmendmentSubmissionOK

NewGetAccountAmendmentSubmissionOK creates a GetAccountAmendmentSubmissionOK with default headers values

func (*GetAccountAmendmentSubmissionOK) Error

type GetAccountAmendmentSubmissionReader

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

GetAccountAmendmentSubmissionReader is a Reader for the GetAccountAmendmentSubmission structure.

func (*GetAccountAmendmentSubmissionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccountAmendmentSubmissionRequest

type GetAccountAmendmentSubmissionRequest struct {
	ID strfmt.UUID

	SubmissionID strfmt.UUID

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

func (*GetAccountAmendmentSubmissionRequest) Do

get account amendment submission API

func (*GetAccountAmendmentSubmissionRequest) FromJson

func (*GetAccountAmendmentSubmissionRequest) MustDo

func (*GetAccountAmendmentSubmissionRequest) WithContext

//////////////// WithContext adds the context to the get account amendment submission Request

func (*GetAccountAmendmentSubmissionRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get account amendment submission Request

func (*GetAccountAmendmentSubmissionRequest) WithID

func (*GetAccountAmendmentSubmissionRequest) WithSubmissionID

func (*GetAccountAmendmentSubmissionRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type GetAccountAmendmentSubmissionServiceUnavailable

type GetAccountAmendmentSubmissionServiceUnavailable struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetAccountAmendmentSubmissionServiceUnavailable

func NewGetAccountAmendmentSubmissionServiceUnavailable() *GetAccountAmendmentSubmissionServiceUnavailable

NewGetAccountAmendmentSubmissionServiceUnavailable creates a GetAccountAmendmentSubmissionServiceUnavailable with default headers values

func (*GetAccountAmendmentSubmissionServiceUnavailable) Error

type GetAccountAmendmentSubmissionUnauthorized

type GetAccountAmendmentSubmissionUnauthorized struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentSubmissionUnauthorized handles this case with default header values.

Unauthorized

func NewGetAccountAmendmentSubmissionUnauthorized

func NewGetAccountAmendmentSubmissionUnauthorized() *GetAccountAmendmentSubmissionUnauthorized

NewGetAccountAmendmentSubmissionUnauthorized creates a GetAccountAmendmentSubmissionUnauthorized with default headers values

func (*GetAccountAmendmentSubmissionUnauthorized) Error

type GetAccountAmendmentUnauthorized

type GetAccountAmendmentUnauthorized struct {

	// isStream: false
	*models.APIError
}

GetAccountAmendmentUnauthorized handles this case with default header values.

Unauthorized

func NewGetAccountAmendmentUnauthorized

func NewGetAccountAmendmentUnauthorized() *GetAccountAmendmentUnauthorized

NewGetAccountAmendmentUnauthorized creates a GetAccountAmendmentUnauthorized with default headers values

func (*GetAccountAmendmentUnauthorized) Error

type ListAccountAmendmentsBadGateway

type ListAccountAmendmentsBadGateway struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsBadGateway handles this case with default header values.

Bad Gateway

func NewListAccountAmendmentsBadGateway

func NewListAccountAmendmentsBadGateway() *ListAccountAmendmentsBadGateway

NewListAccountAmendmentsBadGateway creates a ListAccountAmendmentsBadGateway with default headers values

func (*ListAccountAmendmentsBadGateway) Error

type ListAccountAmendmentsBadRequest

type ListAccountAmendmentsBadRequest struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsBadRequest handles this case with default header values.

Account Amendment creation error

func NewListAccountAmendmentsBadRequest

func NewListAccountAmendmentsBadRequest() *ListAccountAmendmentsBadRequest

NewListAccountAmendmentsBadRequest creates a ListAccountAmendmentsBadRequest with default headers values

func (*ListAccountAmendmentsBadRequest) Error

type ListAccountAmendmentsForbidden

type ListAccountAmendmentsForbidden struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsForbidden handles this case with default header values.

Forbidden

func NewListAccountAmendmentsForbidden

func NewListAccountAmendmentsForbidden() *ListAccountAmendmentsForbidden

NewListAccountAmendmentsForbidden creates a ListAccountAmendmentsForbidden with default headers values

func (*ListAccountAmendmentsForbidden) Error

type ListAccountAmendmentsGatewayTimeout

type ListAccountAmendmentsGatewayTimeout struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewListAccountAmendmentsGatewayTimeout

func NewListAccountAmendmentsGatewayTimeout() *ListAccountAmendmentsGatewayTimeout

NewListAccountAmendmentsGatewayTimeout creates a ListAccountAmendmentsGatewayTimeout with default headers values

func (*ListAccountAmendmentsGatewayTimeout) Error

type ListAccountAmendmentsInternalServerError

type ListAccountAmendmentsInternalServerError struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsInternalServerError handles this case with default header values.

Internal Server Error

func NewListAccountAmendmentsInternalServerError

func NewListAccountAmendmentsInternalServerError() *ListAccountAmendmentsInternalServerError

NewListAccountAmendmentsInternalServerError creates a ListAccountAmendmentsInternalServerError with default headers values

func (*ListAccountAmendmentsInternalServerError) Error

type ListAccountAmendmentsOK

type ListAccountAmendmentsOK struct {

	// isStream: false
	*models.AccountAmendmentListResponse
}

ListAccountAmendmentsOK handles this case with default header values.

List Account Amendments

func NewListAccountAmendmentsOK

func NewListAccountAmendmentsOK() *ListAccountAmendmentsOK

NewListAccountAmendmentsOK creates a ListAccountAmendmentsOK with default headers values

func (*ListAccountAmendmentsOK) Error

func (o *ListAccountAmendmentsOK) Error() string

type ListAccountAmendmentsReader

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

ListAccountAmendmentsReader is a Reader for the ListAccountAmendments structure.

func (*ListAccountAmendmentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAccountAmendmentsRequest

type ListAccountAmendmentsRequest struct {
	FilterAccountID *strfmt.UUID

	FilterOrganisationID *strfmt.UUID

	FilterSubmissionStatus *string

	FilterSubmissionSubmissionDateFrom *strfmt.DateTime

	FilterSubmissionSubmissionDateTo *strfmt.DateTime

	PageNumber *string

	PageSize *int64

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

func (*ListAccountAmendmentsRequest) Do

list account amendments API

func (*ListAccountAmendmentsRequest) FromJson

func (*ListAccountAmendmentsRequest) MustDo

func (*ListAccountAmendmentsRequest) WithContext

//////////////// WithContext adds the context to the list account amendments Request

func (*ListAccountAmendmentsRequest) WithFilterAccountID

func (o *ListAccountAmendmentsRequest) WithFilterAccountID(filterAccountID strfmt.UUID) *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithFilterOrganisationID

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

func (*ListAccountAmendmentsRequest) WithFilterSubmissionStatus

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

func (*ListAccountAmendmentsRequest) WithFilterSubmissionSubmissionDateFrom

func (o *ListAccountAmendmentsRequest) WithFilterSubmissionSubmissionDateFrom(filterSubmissionSubmissionDateFrom strfmt.DateTime) *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithFilterSubmissionSubmissionDateTo

func (o *ListAccountAmendmentsRequest) WithFilterSubmissionSubmissionDateTo(filterSubmissionSubmissionDateTo strfmt.DateTime) *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list account amendments Request

func (*ListAccountAmendmentsRequest) WithPageNumber

func (o *ListAccountAmendmentsRequest) WithPageNumber(pageNumber string) *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithPageSize

func (*ListAccountAmendmentsRequest) WithoutFilterAccountID

func (o *ListAccountAmendmentsRequest) WithoutFilterAccountID() *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithoutFilterOrganisationID

func (o *ListAccountAmendmentsRequest) WithoutFilterOrganisationID() *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithoutFilterSubmissionStatus

func (o *ListAccountAmendmentsRequest) WithoutFilterSubmissionStatus() *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithoutFilterSubmissionSubmissionDateFrom

func (o *ListAccountAmendmentsRequest) WithoutFilterSubmissionSubmissionDateFrom() *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithoutFilterSubmissionSubmissionDateTo

func (o *ListAccountAmendmentsRequest) WithoutFilterSubmissionSubmissionDateTo() *ListAccountAmendmentsRequest

func (*ListAccountAmendmentsRequest) WithoutPageNumber

func (*ListAccountAmendmentsRequest) WithoutPageSize

func (*ListAccountAmendmentsRequest) WriteToRequest

WriteToRequest writes these Request to a swagger request

type ListAccountAmendmentsServiceUnavailable

type ListAccountAmendmentsServiceUnavailable struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsServiceUnavailable handles this case with default header values.

Service unavailable

func NewListAccountAmendmentsServiceUnavailable

func NewListAccountAmendmentsServiceUnavailable() *ListAccountAmendmentsServiceUnavailable

NewListAccountAmendmentsServiceUnavailable creates a ListAccountAmendmentsServiceUnavailable with default headers values

func (*ListAccountAmendmentsServiceUnavailable) Error

type ListAccountAmendmentsUnauthorized

type ListAccountAmendmentsUnauthorized struct {

	// isStream: false
	*models.APIError
}

ListAccountAmendmentsUnauthorized handles this case with default header values.

Unauthorized

func NewListAccountAmendmentsUnauthorized

func NewListAccountAmendmentsUnauthorized() *ListAccountAmendmentsUnauthorized

NewListAccountAmendmentsUnauthorized creates a ListAccountAmendmentsUnauthorized with default headers values

func (*ListAccountAmendmentsUnauthorized) Error

Jump to

Keyboard shortcuts

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