Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateAccountIdentification() *CreateAccountIdentificationRequest
- func (c *Client) DeleteAccountIdentification() *DeleteAccountIdentificationRequest
- func (c *Client) GetAccountIdentification() *GetAccountIdentificationRequest
- func (c *Client) ListAccountIdentificationsByAccount() *ListAccountIdentificationsByAccountRequest
- func (c *Client) PatchAccountIdentification() *PatchAccountIdentificationRequest
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateAccountIdentificationConflict
- func (o *CreateAccountIdentificationConflict) Code() int
- func (o *CreateAccountIdentificationConflict) Error() string
- func (o *CreateAccountIdentificationConflict) IsClientError() bool
- func (o *CreateAccountIdentificationConflict) IsCode(code int) bool
- func (o *CreateAccountIdentificationConflict) IsRedirect() bool
- func (o *CreateAccountIdentificationConflict) IsServerError() bool
- func (o *CreateAccountIdentificationConflict) IsSuccess() bool
- type CreateAccountIdentificationCreated
- func (o *CreateAccountIdentificationCreated) Code() int
- func (o *CreateAccountIdentificationCreated) Error() string
- func (o *CreateAccountIdentificationCreated) IsClientError() bool
- func (o *CreateAccountIdentificationCreated) IsCode(code int) bool
- func (o *CreateAccountIdentificationCreated) IsRedirect() bool
- func (o *CreateAccountIdentificationCreated) IsServerError() bool
- func (o *CreateAccountIdentificationCreated) IsSuccess() bool
- type CreateAccountIdentificationReader
- type CreateAccountIdentificationRequest
- func (a *CreateAccountIdentificationRequest) Do() (*CreateAccountIdentificationCreated, error)
- func (o *CreateAccountIdentificationRequest) FromJson(j string) (*CreateAccountIdentificationRequest, error)
- func (a *CreateAccountIdentificationRequest) MustDo() *CreateAccountIdentificationCreated
- func (o *CreateAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *CreateAccountIdentificationRequest
- func (o *CreateAccountIdentificationRequest) WithAccountIdentificationCreationRequest(accountIdentificationCreationRequest models.AccountIdentificationRequest) *CreateAccountIdentificationRequest
- func (o *CreateAccountIdentificationRequest) WithContext(ctx context.Context) *CreateAccountIdentificationRequest
- func (o *CreateAccountIdentificationRequest) WithHTTPClient(client *http.Client) *CreateAccountIdentificationRequest
- func (o *CreateAccountIdentificationRequest) WithoutAccountIdentificationCreationRequest() *CreateAccountIdentificationRequest
- func (o *CreateAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAccountIdentificationNoContent
- func (o *DeleteAccountIdentificationNoContent) Code() int
- func (o *DeleteAccountIdentificationNoContent) Error() string
- func (o *DeleteAccountIdentificationNoContent) IsClientError() bool
- func (o *DeleteAccountIdentificationNoContent) IsCode(code int) bool
- func (o *DeleteAccountIdentificationNoContent) IsRedirect() bool
- func (o *DeleteAccountIdentificationNoContent) IsServerError() bool
- func (o *DeleteAccountIdentificationNoContent) IsSuccess() bool
- type DeleteAccountIdentificationNotFound
- func (o *DeleteAccountIdentificationNotFound) Code() int
- func (o *DeleteAccountIdentificationNotFound) Error() string
- func (o *DeleteAccountIdentificationNotFound) IsClientError() bool
- func (o *DeleteAccountIdentificationNotFound) IsCode(code int) bool
- func (o *DeleteAccountIdentificationNotFound) IsRedirect() bool
- func (o *DeleteAccountIdentificationNotFound) IsServerError() bool
- func (o *DeleteAccountIdentificationNotFound) IsSuccess() bool
- type DeleteAccountIdentificationReader
- type DeleteAccountIdentificationRequest
- func (a *DeleteAccountIdentificationRequest) Do() (*DeleteAccountIdentificationNoContent, error)
- func (o *DeleteAccountIdentificationRequest) FromJson(j string) (*DeleteAccountIdentificationRequest, error)
- func (a *DeleteAccountIdentificationRequest) MustDo() *DeleteAccountIdentificationNoContent
- func (o *DeleteAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *DeleteAccountIdentificationRequest
- func (o *DeleteAccountIdentificationRequest) WithContext(ctx context.Context) *DeleteAccountIdentificationRequest
- func (o *DeleteAccountIdentificationRequest) WithHTTPClient(client *http.Client) *DeleteAccountIdentificationRequest
- func (o *DeleteAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *DeleteAccountIdentificationRequest
- func (o *DeleteAccountIdentificationRequest) WithVersion(version int64) *DeleteAccountIdentificationRequest
- func (o *DeleteAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAccountIdentificationOK
- func (o *GetAccountIdentificationOK) Code() int
- func (o *GetAccountIdentificationOK) Error() string
- func (o *GetAccountIdentificationOK) IsClientError() bool
- func (o *GetAccountIdentificationOK) IsCode(code int) bool
- func (o *GetAccountIdentificationOK) IsRedirect() bool
- func (o *GetAccountIdentificationOK) IsServerError() bool
- func (o *GetAccountIdentificationOK) IsSuccess() bool
- type GetAccountIdentificationReader
- type GetAccountIdentificationRequest
- func (a *GetAccountIdentificationRequest) Do() (*GetAccountIdentificationOK, error)
- func (o *GetAccountIdentificationRequest) FromJson(j string) (*GetAccountIdentificationRequest, error)
- func (a *GetAccountIdentificationRequest) MustDo() *GetAccountIdentificationOK
- func (o *GetAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *GetAccountIdentificationRequest
- func (o *GetAccountIdentificationRequest) WithContext(ctx context.Context) *GetAccountIdentificationRequest
- func (o *GetAccountIdentificationRequest) WithHTTPClient(client *http.Client) *GetAccountIdentificationRequest
- func (o *GetAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *GetAccountIdentificationRequest
- func (o *GetAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAccountIdentificationsByAccountOK
- func (o *ListAccountIdentificationsByAccountOK) Code() int
- func (o *ListAccountIdentificationsByAccountOK) Error() string
- func (o *ListAccountIdentificationsByAccountOK) IsClientError() bool
- func (o *ListAccountIdentificationsByAccountOK) IsCode(code int) bool
- func (o *ListAccountIdentificationsByAccountOK) IsRedirect() bool
- func (o *ListAccountIdentificationsByAccountOK) IsServerError() bool
- func (o *ListAccountIdentificationsByAccountOK) IsSuccess() bool
- type ListAccountIdentificationsByAccountReader
- type ListAccountIdentificationsByAccountRequest
- func (a *ListAccountIdentificationsByAccountRequest) Do() (*ListAccountIdentificationsByAccountOK, error)
- func (o *ListAccountIdentificationsByAccountRequest) FromJson(j string) (*ListAccountIdentificationsByAccountRequest, error)
- func (a *ListAccountIdentificationsByAccountRequest) MustDo() *ListAccountIdentificationsByAccountOK
- func (o *ListAccountIdentificationsByAccountRequest) WithAccountID(accountID strfmt.UUID) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithContext(ctx context.Context) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification []string) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithHTTPClient(client *http.Client) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithPageNumber(pageNumber string) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithPageSize(pageSize int64) *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithoutFilterOrganisationID() *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithoutFilterSecondaryIdentification() *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithoutPageNumber() *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WithoutPageSize() *ListAccountIdentificationsByAccountRequest
- func (o *ListAccountIdentificationsByAccountRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchAccountIdentificationConflict
- func (o *PatchAccountIdentificationConflict) Code() int
- func (o *PatchAccountIdentificationConflict) Error() string
- func (o *PatchAccountIdentificationConflict) IsClientError() bool
- func (o *PatchAccountIdentificationConflict) IsCode(code int) bool
- func (o *PatchAccountIdentificationConflict) IsRedirect() bool
- func (o *PatchAccountIdentificationConflict) IsServerError() bool
- func (o *PatchAccountIdentificationConflict) IsSuccess() bool
- type PatchAccountIdentificationOK
- func (o *PatchAccountIdentificationOK) Code() int
- func (o *PatchAccountIdentificationOK) Error() string
- func (o *PatchAccountIdentificationOK) IsClientError() bool
- func (o *PatchAccountIdentificationOK) IsCode(code int) bool
- func (o *PatchAccountIdentificationOK) IsRedirect() bool
- func (o *PatchAccountIdentificationOK) IsServerError() bool
- func (o *PatchAccountIdentificationOK) IsSuccess() bool
- type PatchAccountIdentificationReader
- type PatchAccountIdentificationRequest
- func (a *PatchAccountIdentificationRequest) Do() (*PatchAccountIdentificationOK, error)
- func (o *PatchAccountIdentificationRequest) FromJson(j string) (*PatchAccountIdentificationRequest, error)
- func (a *PatchAccountIdentificationRequest) MustDo() *PatchAccountIdentificationOK
- func (o *PatchAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *PatchAccountIdentificationRequest
- func (o *PatchAccountIdentificationRequest) WithAccountIdentificationAmendRequest(accountIdentificationAmendRequest models.AccountIdentificationRequest) *PatchAccountIdentificationRequest
- func (o *PatchAccountIdentificationRequest) WithContext(ctx context.Context) *PatchAccountIdentificationRequest
- func (o *PatchAccountIdentificationRequest) WithHTTPClient(client *http.Client) *PatchAccountIdentificationRequest
- func (o *PatchAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *PatchAccountIdentificationRequest
- func (o *PatchAccountIdentificationRequest) WithoutAccountIdentificationAmendRequest() *PatchAccountIdentificationRequest
- func (o *PatchAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for account identification API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, defaults client.Defaults) *Client
New creates a new account identification API client.
func (*Client) CreateAccountIdentification ¶
func (c *Client) CreateAccountIdentification() *CreateAccountIdentificationRequest
Client.CreateAccountIdentification creates a new CreateAccountIdentificationRequest object with the default values initialized.
func (*Client) DeleteAccountIdentification ¶
func (c *Client) DeleteAccountIdentification() *DeleteAccountIdentificationRequest
Client.DeleteAccountIdentification creates a new DeleteAccountIdentificationRequest object with the default values initialized.
func (*Client) GetAccountIdentification ¶
func (c *Client) GetAccountIdentification() *GetAccountIdentificationRequest
Client.GetAccountIdentification creates a new GetAccountIdentificationRequest object with the default values initialized.
func (*Client) ListAccountIdentificationsByAccount ¶
func (c *Client) ListAccountIdentificationsByAccount() *ListAccountIdentificationsByAccountRequest
Client.ListAccountIdentificationsByAccount creates a new ListAccountIdentificationsByAccountRequest object with the default values initialized.
func (*Client) PatchAccountIdentification ¶
func (c *Client) PatchAccountIdentification() *PatchAccountIdentificationRequest
Client.PatchAccountIdentification creates a new PatchAccountIdentificationRequest object with the default values initialized.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type CreateAccountIdentificationConflict ¶
CreateAccountIdentificationConflict handles this case with default header values.
Account Identification creation error, constraint violation of secondary identification
func NewCreateAccountIdentificationConflict ¶
func NewCreateAccountIdentificationConflict() *CreateAccountIdentificationConflict
NewCreateAccountIdentificationConflict creates a CreateAccountIdentificationConflict with default headers values
func (*CreateAccountIdentificationConflict) Code ¶
func (o *CreateAccountIdentificationConflict) Code() int
Code gets the status code for the create account identification conflict response
func (*CreateAccountIdentificationConflict) Error ¶
func (o *CreateAccountIdentificationConflict) Error() string
func (*CreateAccountIdentificationConflict) IsClientError ¶
func (o *CreateAccountIdentificationConflict) IsClientError() bool
IsClientError returns true when this create account identification conflict response has a 4xx status code
func (*CreateAccountIdentificationConflict) IsCode ¶
func (o *CreateAccountIdentificationConflict) IsCode(code int) bool
IsCode returns true when this create account identification conflict response a status code equal to that given
func (*CreateAccountIdentificationConflict) IsRedirect ¶
func (o *CreateAccountIdentificationConflict) IsRedirect() bool
IsRedirect returns true when this create account identification conflict response has a 3xx status code
func (*CreateAccountIdentificationConflict) IsServerError ¶
func (o *CreateAccountIdentificationConflict) IsServerError() bool
IsServerError returns true when this create account identification conflict response has a 5xx status code
func (*CreateAccountIdentificationConflict) IsSuccess ¶
func (o *CreateAccountIdentificationConflict) IsSuccess() bool
IsSuccess returns true when this create account identification conflict response has a 2xx status code
type CreateAccountIdentificationCreated ¶
type CreateAccountIdentificationCreated struct { // isStream: false *models.AccountIdentificationResponse }
CreateAccountIdentificationCreated handles this case with default header values.
Account Identification creation response
func NewCreateAccountIdentificationCreated ¶
func NewCreateAccountIdentificationCreated() *CreateAccountIdentificationCreated
NewCreateAccountIdentificationCreated creates a CreateAccountIdentificationCreated with default headers values
func (*CreateAccountIdentificationCreated) Code ¶
func (o *CreateAccountIdentificationCreated) Code() int
Code gets the status code for the create account identification created response
func (*CreateAccountIdentificationCreated) Error ¶
func (o *CreateAccountIdentificationCreated) Error() string
func (*CreateAccountIdentificationCreated) IsClientError ¶
func (o *CreateAccountIdentificationCreated) IsClientError() bool
IsClientError returns true when this create account identification created response has a 4xx status code
func (*CreateAccountIdentificationCreated) IsCode ¶
func (o *CreateAccountIdentificationCreated) IsCode(code int) bool
IsCode returns true when this create account identification created response a status code equal to that given
func (*CreateAccountIdentificationCreated) IsRedirect ¶
func (o *CreateAccountIdentificationCreated) IsRedirect() bool
IsRedirect returns true when this create account identification created response has a 3xx status code
func (*CreateAccountIdentificationCreated) IsServerError ¶
func (o *CreateAccountIdentificationCreated) IsServerError() bool
IsServerError returns true when this create account identification created response has a 5xx status code
func (*CreateAccountIdentificationCreated) IsSuccess ¶
func (o *CreateAccountIdentificationCreated) IsSuccess() bool
IsSuccess returns true when this create account identification created response has a 2xx status code
type CreateAccountIdentificationReader ¶
type CreateAccountIdentificationReader struct {
// contains filtered or unexported fields
}
CreateAccountIdentificationReader is a Reader for the CreateAccountIdentification structure.
func (*CreateAccountIdentificationReader) ReadResponse ¶
func (o *CreateAccountIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAccountIdentificationRequest ¶
type CreateAccountIdentificationRequest struct { *models.AccountIdentificationRequest AccountID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
func (*CreateAccountIdentificationRequest) Do ¶
func (a *CreateAccountIdentificationRequest) Do() (*CreateAccountIdentificationCreated, error)
create account identification API
func (*CreateAccountIdentificationRequest) FromJson ¶
func (o *CreateAccountIdentificationRequest) FromJson(j string) (*CreateAccountIdentificationRequest, error)
func (*CreateAccountIdentificationRequest) MustDo ¶
func (a *CreateAccountIdentificationRequest) MustDo() *CreateAccountIdentificationCreated
func (*CreateAccountIdentificationRequest) WithAccountID ¶
func (o *CreateAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *CreateAccountIdentificationRequest
func (*CreateAccountIdentificationRequest) WithAccountIdentificationCreationRequest ¶
func (o *CreateAccountIdentificationRequest) WithAccountIdentificationCreationRequest(accountIdentificationCreationRequest models.AccountIdentificationRequest) *CreateAccountIdentificationRequest
func (*CreateAccountIdentificationRequest) WithContext ¶
func (o *CreateAccountIdentificationRequest) WithContext(ctx context.Context) *CreateAccountIdentificationRequest
//////////////// WithContext adds the context to the create account identification Request
func (*CreateAccountIdentificationRequest) WithHTTPClient ¶
func (o *CreateAccountIdentificationRequest) WithHTTPClient(client *http.Client) *CreateAccountIdentificationRequest
WithHTTPClient adds the HTTPClient to the create account identification Request
func (*CreateAccountIdentificationRequest) WithoutAccountIdentificationCreationRequest ¶
func (o *CreateAccountIdentificationRequest) WithoutAccountIdentificationCreationRequest() *CreateAccountIdentificationRequest
func (*CreateAccountIdentificationRequest) WriteToRequest ¶
func (o *CreateAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
type DeleteAccountIdentificationNoContent ¶
type DeleteAccountIdentificationNoContent struct { }
DeleteAccountIdentificationNoContent handles this case with default header values.
Account Identification deleted
func NewDeleteAccountIdentificationNoContent ¶
func NewDeleteAccountIdentificationNoContent() *DeleteAccountIdentificationNoContent
NewDeleteAccountIdentificationNoContent creates a DeleteAccountIdentificationNoContent with default headers values
func (*DeleteAccountIdentificationNoContent) Code ¶
func (o *DeleteAccountIdentificationNoContent) Code() int
Code gets the status code for the delete account identification no content response
func (*DeleteAccountIdentificationNoContent) Error ¶
func (o *DeleteAccountIdentificationNoContent) Error() string
func (*DeleteAccountIdentificationNoContent) IsClientError ¶
func (o *DeleteAccountIdentificationNoContent) IsClientError() bool
IsClientError returns true when this delete account identification no content response has a 4xx status code
func (*DeleteAccountIdentificationNoContent) IsCode ¶
func (o *DeleteAccountIdentificationNoContent) IsCode(code int) bool
IsCode returns true when this delete account identification no content response a status code equal to that given
func (*DeleteAccountIdentificationNoContent) IsRedirect ¶
func (o *DeleteAccountIdentificationNoContent) IsRedirect() bool
IsRedirect returns true when this delete account identification no content response has a 3xx status code
func (*DeleteAccountIdentificationNoContent) IsServerError ¶
func (o *DeleteAccountIdentificationNoContent) IsServerError() bool
IsServerError returns true when this delete account identification no content response has a 5xx status code
func (*DeleteAccountIdentificationNoContent) IsSuccess ¶
func (o *DeleteAccountIdentificationNoContent) IsSuccess() bool
IsSuccess returns true when this delete account identification no content response has a 2xx status code
type DeleteAccountIdentificationNotFound ¶
type DeleteAccountIdentificationNotFound struct { }
DeleteAccountIdentificationNotFound handles this case with default header values.
Account Identification not found
func NewDeleteAccountIdentificationNotFound ¶
func NewDeleteAccountIdentificationNotFound() *DeleteAccountIdentificationNotFound
NewDeleteAccountIdentificationNotFound creates a DeleteAccountIdentificationNotFound with default headers values
func (*DeleteAccountIdentificationNotFound) Code ¶
func (o *DeleteAccountIdentificationNotFound) Code() int
Code gets the status code for the delete account identification not found response
func (*DeleteAccountIdentificationNotFound) Error ¶
func (o *DeleteAccountIdentificationNotFound) Error() string
func (*DeleteAccountIdentificationNotFound) IsClientError ¶
func (o *DeleteAccountIdentificationNotFound) IsClientError() bool
IsClientError returns true when this delete account identification not found response has a 4xx status code
func (*DeleteAccountIdentificationNotFound) IsCode ¶
func (o *DeleteAccountIdentificationNotFound) IsCode(code int) bool
IsCode returns true when this delete account identification not found response a status code equal to that given
func (*DeleteAccountIdentificationNotFound) IsRedirect ¶
func (o *DeleteAccountIdentificationNotFound) IsRedirect() bool
IsRedirect returns true when this delete account identification not found response has a 3xx status code
func (*DeleteAccountIdentificationNotFound) IsServerError ¶
func (o *DeleteAccountIdentificationNotFound) IsServerError() bool
IsServerError returns true when this delete account identification not found response has a 5xx status code
func (*DeleteAccountIdentificationNotFound) IsSuccess ¶
func (o *DeleteAccountIdentificationNotFound) IsSuccess() bool
IsSuccess returns true when this delete account identification not found response has a 2xx status code
type DeleteAccountIdentificationReader ¶
type DeleteAccountIdentificationReader struct {
// contains filtered or unexported fields
}
DeleteAccountIdentificationReader is a Reader for the DeleteAccountIdentification structure.
func (*DeleteAccountIdentificationReader) ReadResponse ¶
func (o *DeleteAccountIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAccountIdentificationRequest ¶
type DeleteAccountIdentificationRequest struct { AccountID strfmt.UUID IdentificationID strfmt.UUID Version int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
func (*DeleteAccountIdentificationRequest) Do ¶
func (a *DeleteAccountIdentificationRequest) Do() (*DeleteAccountIdentificationNoContent, error)
delete account identification API
func (*DeleteAccountIdentificationRequest) FromJson ¶
func (o *DeleteAccountIdentificationRequest) FromJson(j string) (*DeleteAccountIdentificationRequest, error)
func (*DeleteAccountIdentificationRequest) MustDo ¶
func (a *DeleteAccountIdentificationRequest) MustDo() *DeleteAccountIdentificationNoContent
func (*DeleteAccountIdentificationRequest) WithAccountID ¶
func (o *DeleteAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *DeleteAccountIdentificationRequest
func (*DeleteAccountIdentificationRequest) WithContext ¶
func (o *DeleteAccountIdentificationRequest) WithContext(ctx context.Context) *DeleteAccountIdentificationRequest
//////////////// WithContext adds the context to the delete account identification Request
func (*DeleteAccountIdentificationRequest) WithHTTPClient ¶
func (o *DeleteAccountIdentificationRequest) WithHTTPClient(client *http.Client) *DeleteAccountIdentificationRequest
WithHTTPClient adds the HTTPClient to the delete account identification Request
func (*DeleteAccountIdentificationRequest) WithIdentificationID ¶
func (o *DeleteAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *DeleteAccountIdentificationRequest
func (*DeleteAccountIdentificationRequest) WithVersion ¶
func (o *DeleteAccountIdentificationRequest) WithVersion(version int64) *DeleteAccountIdentificationRequest
func (*DeleteAccountIdentificationRequest) WriteToRequest ¶
func (o *DeleteAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
type GetAccountIdentificationOK ¶
type GetAccountIdentificationOK struct { // isStream: false *models.AccountIdentificationResponse }
GetAccountIdentificationOK handles this case with default header values.
Account Identification response
func NewGetAccountIdentificationOK ¶
func NewGetAccountIdentificationOK() *GetAccountIdentificationOK
NewGetAccountIdentificationOK creates a GetAccountIdentificationOK with default headers values
func (*GetAccountIdentificationOK) Code ¶
func (o *GetAccountIdentificationOK) Code() int
Code gets the status code for the get account identification o k response
func (*GetAccountIdentificationOK) Error ¶
func (o *GetAccountIdentificationOK) Error() string
func (*GetAccountIdentificationOK) IsClientError ¶
func (o *GetAccountIdentificationOK) IsClientError() bool
IsClientError returns true when this get account identification o k response has a 4xx status code
func (*GetAccountIdentificationOK) IsCode ¶
func (o *GetAccountIdentificationOK) IsCode(code int) bool
IsCode returns true when this get account identification o k response a status code equal to that given
func (*GetAccountIdentificationOK) IsRedirect ¶
func (o *GetAccountIdentificationOK) IsRedirect() bool
IsRedirect returns true when this get account identification o k response has a 3xx status code
func (*GetAccountIdentificationOK) IsServerError ¶
func (o *GetAccountIdentificationOK) IsServerError() bool
IsServerError returns true when this get account identification o k response has a 5xx status code
func (*GetAccountIdentificationOK) IsSuccess ¶
func (o *GetAccountIdentificationOK) IsSuccess() bool
IsSuccess returns true when this get account identification o k response has a 2xx status code
type GetAccountIdentificationReader ¶
type GetAccountIdentificationReader struct {
// contains filtered or unexported fields
}
GetAccountIdentificationReader is a Reader for the GetAccountIdentification structure.
func (*GetAccountIdentificationReader) ReadResponse ¶
func (o *GetAccountIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAccountIdentificationRequest ¶
type GetAccountIdentificationRequest struct { AccountID strfmt.UUID IdentificationID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
func (*GetAccountIdentificationRequest) Do ¶
func (a *GetAccountIdentificationRequest) Do() (*GetAccountIdentificationOK, error)
get account identification API
func (*GetAccountIdentificationRequest) FromJson ¶
func (o *GetAccountIdentificationRequest) FromJson(j string) (*GetAccountIdentificationRequest, error)
func (*GetAccountIdentificationRequest) MustDo ¶
func (a *GetAccountIdentificationRequest) MustDo() *GetAccountIdentificationOK
func (*GetAccountIdentificationRequest) WithAccountID ¶
func (o *GetAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *GetAccountIdentificationRequest
func (*GetAccountIdentificationRequest) WithContext ¶
func (o *GetAccountIdentificationRequest) WithContext(ctx context.Context) *GetAccountIdentificationRequest
//////////////// WithContext adds the context to the get account identification Request
func (*GetAccountIdentificationRequest) WithHTTPClient ¶
func (o *GetAccountIdentificationRequest) WithHTTPClient(client *http.Client) *GetAccountIdentificationRequest
WithHTTPClient adds the HTTPClient to the get account identification Request
func (*GetAccountIdentificationRequest) WithIdentificationID ¶
func (o *GetAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *GetAccountIdentificationRequest
func (*GetAccountIdentificationRequest) WriteToRequest ¶
func (o *GetAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
type ListAccountIdentificationsByAccountOK ¶
type ListAccountIdentificationsByAccountOK struct { // isStream: false *models.AccountIdentificationListResponse }
ListAccountIdentificationsByAccountOK handles this case with default header values.
List of account identification
func NewListAccountIdentificationsByAccountOK ¶
func NewListAccountIdentificationsByAccountOK() *ListAccountIdentificationsByAccountOK
NewListAccountIdentificationsByAccountOK creates a ListAccountIdentificationsByAccountOK with default headers values
func (*ListAccountIdentificationsByAccountOK) Code ¶
func (o *ListAccountIdentificationsByAccountOK) Code() int
Code gets the status code for the list account identifications by account o k response
func (*ListAccountIdentificationsByAccountOK) Error ¶
func (o *ListAccountIdentificationsByAccountOK) Error() string
func (*ListAccountIdentificationsByAccountOK) IsClientError ¶
func (o *ListAccountIdentificationsByAccountOK) IsClientError() bool
IsClientError returns true when this list account identifications by account o k response has a 4xx status code
func (*ListAccountIdentificationsByAccountOK) IsCode ¶
func (o *ListAccountIdentificationsByAccountOK) IsCode(code int) bool
IsCode returns true when this list account identifications by account o k response a status code equal to that given
func (*ListAccountIdentificationsByAccountOK) IsRedirect ¶
func (o *ListAccountIdentificationsByAccountOK) IsRedirect() bool
IsRedirect returns true when this list account identifications by account o k response has a 3xx status code
func (*ListAccountIdentificationsByAccountOK) IsServerError ¶
func (o *ListAccountIdentificationsByAccountOK) IsServerError() bool
IsServerError returns true when this list account identifications by account o k response has a 5xx status code
func (*ListAccountIdentificationsByAccountOK) IsSuccess ¶
func (o *ListAccountIdentificationsByAccountOK) IsSuccess() bool
IsSuccess returns true when this list account identifications by account o k response has a 2xx status code
type ListAccountIdentificationsByAccountReader ¶
type ListAccountIdentificationsByAccountReader struct {
// contains filtered or unexported fields
}
ListAccountIdentificationsByAccountReader is a Reader for the ListAccountIdentificationsByAccount structure.
func (*ListAccountIdentificationsByAccountReader) ReadResponse ¶
func (o *ListAccountIdentificationsByAccountReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAccountIdentificationsByAccountRequest ¶
type ListAccountIdentificationsByAccountRequest struct { AccountID strfmt.UUID FilterOrganisationID []strfmt.UUID FilterSecondaryIdentification []string PageNumber *string PageSize *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
func (*ListAccountIdentificationsByAccountRequest) Do ¶
func (a *ListAccountIdentificationsByAccountRequest) Do() (*ListAccountIdentificationsByAccountOK, error)
list account identifications by account API
func (*ListAccountIdentificationsByAccountRequest) FromJson ¶
func (o *ListAccountIdentificationsByAccountRequest) FromJson(j string) (*ListAccountIdentificationsByAccountRequest, error)
func (*ListAccountIdentificationsByAccountRequest) MustDo ¶
func (a *ListAccountIdentificationsByAccountRequest) MustDo() *ListAccountIdentificationsByAccountOK
func (*ListAccountIdentificationsByAccountRequest) WithAccountID ¶
func (o *ListAccountIdentificationsByAccountRequest) WithAccountID(accountID strfmt.UUID) *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithContext ¶
func (o *ListAccountIdentificationsByAccountRequest) WithContext(ctx context.Context) *ListAccountIdentificationsByAccountRequest
//////////////// WithContext adds the context to the list account identifications by account Request
func (*ListAccountIdentificationsByAccountRequest) WithFilterOrganisationID ¶
func (o *ListAccountIdentificationsByAccountRequest) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithFilterSecondaryIdentification ¶
func (o *ListAccountIdentificationsByAccountRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification []string) *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithHTTPClient ¶
func (o *ListAccountIdentificationsByAccountRequest) WithHTTPClient(client *http.Client) *ListAccountIdentificationsByAccountRequest
WithHTTPClient adds the HTTPClient to the list account identifications by account Request
func (*ListAccountIdentificationsByAccountRequest) WithPageNumber ¶
func (o *ListAccountIdentificationsByAccountRequest) WithPageNumber(pageNumber string) *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithPageSize ¶
func (o *ListAccountIdentificationsByAccountRequest) WithPageSize(pageSize int64) *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithoutFilterOrganisationID ¶
func (o *ListAccountIdentificationsByAccountRequest) WithoutFilterOrganisationID() *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithoutFilterSecondaryIdentification ¶
func (o *ListAccountIdentificationsByAccountRequest) WithoutFilterSecondaryIdentification() *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithoutPageNumber ¶
func (o *ListAccountIdentificationsByAccountRequest) WithoutPageNumber() *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WithoutPageSize ¶
func (o *ListAccountIdentificationsByAccountRequest) WithoutPageSize() *ListAccountIdentificationsByAccountRequest
func (*ListAccountIdentificationsByAccountRequest) WriteToRequest ¶
func (o *ListAccountIdentificationsByAccountRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
type PatchAccountIdentificationConflict ¶
PatchAccountIdentificationConflict handles this case with default header values.
Account Identification update error, constraint violation of secondary identification
func NewPatchAccountIdentificationConflict ¶
func NewPatchAccountIdentificationConflict() *PatchAccountIdentificationConflict
NewPatchAccountIdentificationConflict creates a PatchAccountIdentificationConflict with default headers values
func (*PatchAccountIdentificationConflict) Code ¶
func (o *PatchAccountIdentificationConflict) Code() int
Code gets the status code for the patch account identification conflict response
func (*PatchAccountIdentificationConflict) Error ¶
func (o *PatchAccountIdentificationConflict) Error() string
func (*PatchAccountIdentificationConflict) IsClientError ¶
func (o *PatchAccountIdentificationConflict) IsClientError() bool
IsClientError returns true when this patch account identification conflict response has a 4xx status code
func (*PatchAccountIdentificationConflict) IsCode ¶
func (o *PatchAccountIdentificationConflict) IsCode(code int) bool
IsCode returns true when this patch account identification conflict response a status code equal to that given
func (*PatchAccountIdentificationConflict) IsRedirect ¶
func (o *PatchAccountIdentificationConflict) IsRedirect() bool
IsRedirect returns true when this patch account identification conflict response has a 3xx status code
func (*PatchAccountIdentificationConflict) IsServerError ¶
func (o *PatchAccountIdentificationConflict) IsServerError() bool
IsServerError returns true when this patch account identification conflict response has a 5xx status code
func (*PatchAccountIdentificationConflict) IsSuccess ¶
func (o *PatchAccountIdentificationConflict) IsSuccess() bool
IsSuccess returns true when this patch account identification conflict response has a 2xx status code
type PatchAccountIdentificationOK ¶
type PatchAccountIdentificationOK struct { // isStream: false *models.AccountIdentificationResponse }
PatchAccountIdentificationOK handles this case with default header values.
Account Identification updated
func NewPatchAccountIdentificationOK ¶
func NewPatchAccountIdentificationOK() *PatchAccountIdentificationOK
NewPatchAccountIdentificationOK creates a PatchAccountIdentificationOK with default headers values
func (*PatchAccountIdentificationOK) Code ¶
func (o *PatchAccountIdentificationOK) Code() int
Code gets the status code for the patch account identification o k response
func (*PatchAccountIdentificationOK) Error ¶
func (o *PatchAccountIdentificationOK) Error() string
func (*PatchAccountIdentificationOK) IsClientError ¶
func (o *PatchAccountIdentificationOK) IsClientError() bool
IsClientError returns true when this patch account identification o k response has a 4xx status code
func (*PatchAccountIdentificationOK) IsCode ¶
func (o *PatchAccountIdentificationOK) IsCode(code int) bool
IsCode returns true when this patch account identification o k response a status code equal to that given
func (*PatchAccountIdentificationOK) IsRedirect ¶
func (o *PatchAccountIdentificationOK) IsRedirect() bool
IsRedirect returns true when this patch account identification o k response has a 3xx status code
func (*PatchAccountIdentificationOK) IsServerError ¶
func (o *PatchAccountIdentificationOK) IsServerError() bool
IsServerError returns true when this patch account identification o k response has a 5xx status code
func (*PatchAccountIdentificationOK) IsSuccess ¶
func (o *PatchAccountIdentificationOK) IsSuccess() bool
IsSuccess returns true when this patch account identification o k response has a 2xx status code
type PatchAccountIdentificationReader ¶
type PatchAccountIdentificationReader struct {
// contains filtered or unexported fields
}
PatchAccountIdentificationReader is a Reader for the PatchAccountIdentification structure.
func (*PatchAccountIdentificationReader) ReadResponse ¶
func (o *PatchAccountIdentificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchAccountIdentificationRequest ¶
type PatchAccountIdentificationRequest struct { *models.AccountIdentificationRequest AccountID strfmt.UUID IdentificationID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
func (*PatchAccountIdentificationRequest) Do ¶
func (a *PatchAccountIdentificationRequest) Do() (*PatchAccountIdentificationOK, error)
patch account identification API
func (*PatchAccountIdentificationRequest) FromJson ¶
func (o *PatchAccountIdentificationRequest) FromJson(j string) (*PatchAccountIdentificationRequest, error)
func (*PatchAccountIdentificationRequest) MustDo ¶
func (a *PatchAccountIdentificationRequest) MustDo() *PatchAccountIdentificationOK
func (*PatchAccountIdentificationRequest) WithAccountID ¶
func (o *PatchAccountIdentificationRequest) WithAccountID(accountID strfmt.UUID) *PatchAccountIdentificationRequest
func (*PatchAccountIdentificationRequest) WithAccountIdentificationAmendRequest ¶
func (o *PatchAccountIdentificationRequest) WithAccountIdentificationAmendRequest(accountIdentificationAmendRequest models.AccountIdentificationRequest) *PatchAccountIdentificationRequest
func (*PatchAccountIdentificationRequest) WithContext ¶
func (o *PatchAccountIdentificationRequest) WithContext(ctx context.Context) *PatchAccountIdentificationRequest
//////////////// WithContext adds the context to the patch account identification Request
func (*PatchAccountIdentificationRequest) WithHTTPClient ¶
func (o *PatchAccountIdentificationRequest) WithHTTPClient(client *http.Client) *PatchAccountIdentificationRequest
WithHTTPClient adds the HTTPClient to the patch account identification Request
func (*PatchAccountIdentificationRequest) WithIdentificationID ¶
func (o *PatchAccountIdentificationRequest) WithIdentificationID(identificationID strfmt.UUID) *PatchAccountIdentificationRequest
func (*PatchAccountIdentificationRequest) WithoutAccountIdentificationAmendRequest ¶
func (o *PatchAccountIdentificationRequest) WithoutAccountIdentificationAmendRequest() *PatchAccountIdentificationRequest
func (*PatchAccountIdentificationRequest) WriteToRequest ¶
func (o *PatchAccountIdentificationRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these Request to a swagger request
Source Files ¶
- account_identification_client.go
- create_account_identification_requests.go
- create_account_identification_responses.go
- delete_account_identification_requests.go
- delete_account_identification_responses.go
- get_account_identification_requests.go
- get_account_identification_responses.go
- list_account_identifications_by_account_requests.go
- list_account_identifications_by_account_responses.go
- patch_account_identification_requests.go
- patch_account_identification_responses.go