Versions in this module Expand all Collapse all v2 v2.8.1 Jun 8, 2021 v2.8.0 Jun 7, 2021 Changes in this version + type Client struct + Defaults client.Defaults + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (c *Client) DeleteOrganisationAccountsAccountIDIdentificationsIdentificationID() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (c *Client) GetOrganisationAccountsAccountIDIdentifications() *GetOrganisationAccountsAccountIDIdentificationsRequest + func (c *Client) GetOrganisationAccountsAccountIDIdentificationsIdentificationID() *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (c *Client) PatchOrganisationAccountsAccountIDIdentificationsIdentificationID() *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (c *Client) PostOrganisationAccountsAccountIDIdentifications() *PostOrganisationAccountsAccountIDIdentificationsRequest + type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent struct + func NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent) Error() string + type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound struct + func NewDeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNotFound) Error() string + type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDReader struct + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IdentificationID strfmt.UUID + Version int64 + func (a *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) Do() (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent, ...) + func (a *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) MustDo() *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDNoContent + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) FromJson(j string) (*DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest, ...) + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountID(accountID strfmt.UUID) *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithContext(ctx context.Context) *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithHTTPClient(client *http.Client) *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithIdentificationID(identificationID strfmt.UUID) *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithVersion(version int64) *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *DeleteOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated struct + func NewGetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated() *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated) Error() string + type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDReader struct + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IdentificationID strfmt.UUID + func (a *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) Do() (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated, error) + func (a *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) MustDo() *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDCreated + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) FromJson(j string) (*GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest, error) + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountID(accountID strfmt.UUID) *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithContext(ctx context.Context) *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithHTTPClient(client *http.Client) *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithIdentificationID(identificationID strfmt.UUID) *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetOrganisationAccountsAccountIDIdentificationsOK struct + func NewGetOrganisationAccountsAccountIDIdentificationsOK() *GetOrganisationAccountsAccountIDIdentificationsOK + func (o *GetOrganisationAccountsAccountIDIdentificationsOK) Error() string + type GetOrganisationAccountsAccountIDIdentificationsReader struct + func (o *GetOrganisationAccountsAccountIDIdentificationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetOrganisationAccountsAccountIDIdentificationsRequest struct + AccountID strfmt.UUID + Context context.Context + FilterOrganisationID []strfmt.UUID + FilterSecondaryIdentification []string + HTTPClient *http.Client + PageNumber *string + PageSize *int64 + func (a *GetOrganisationAccountsAccountIDIdentificationsRequest) Do() (*GetOrganisationAccountsAccountIDIdentificationsOK, error) + func (a *GetOrganisationAccountsAccountIDIdentificationsRequest) MustDo() *GetOrganisationAccountsAccountIDIdentificationsOK + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) FromJson(j string) (*GetOrganisationAccountsAccountIDIdentificationsRequest, error) + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithAccountID(accountID strfmt.UUID) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithContext(ctx context.Context) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithFilterSecondaryIdentification(filterSecondaryIdentification []string) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithHTTPClient(client *http.Client) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithPageNumber(pageNumber string) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithPageSize(pageSize int64) *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutFilterOrganisationID() *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutFilterSecondaryIdentification() *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutPageNumber() *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WithoutPageSize() *GetOrganisationAccountsAccountIDIdentificationsRequest + func (o *GetOrganisationAccountsAccountIDIdentificationsRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK struct + func NewPatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK() *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK) Error() string + type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDReader struct + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + IdentificationID strfmt.UUID + func (a *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) Do() (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK, error) + func (a *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) MustDo() *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDOK + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) FromJson(j string) (*PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest, ...) + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountID(accountID strfmt.UUID) *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithAccountIdentificationAmendRequest(accountIdentificationAmendRequest models.AccountIdentificationRequest) *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithContext(ctx context.Context) *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithHTTPClient(client *http.Client) *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithIdentificationID(identificationID strfmt.UUID) *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WithoutAccountIdentificationAmendRequest() *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest + func (o *PatchOrganisationAccountsAccountIDIdentificationsIdentificationIDRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostOrganisationAccountsAccountIDIdentificationsCreated struct + func NewPostOrganisationAccountsAccountIDIdentificationsCreated() *PostOrganisationAccountsAccountIDIdentificationsCreated + func (o *PostOrganisationAccountsAccountIDIdentificationsCreated) Error() string + type PostOrganisationAccountsAccountIDIdentificationsReader struct + func (o *PostOrganisationAccountsAccountIDIdentificationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostOrganisationAccountsAccountIDIdentificationsRequest struct + AccountID strfmt.UUID + Context context.Context + HTTPClient *http.Client + func (a *PostOrganisationAccountsAccountIDIdentificationsRequest) Do() (*PostOrganisationAccountsAccountIDIdentificationsCreated, error) + func (a *PostOrganisationAccountsAccountIDIdentificationsRequest) MustDo() *PostOrganisationAccountsAccountIDIdentificationsCreated + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) FromJson(j string) (*PostOrganisationAccountsAccountIDIdentificationsRequest, error) + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) WithAccountID(accountID strfmt.UUID) *PostOrganisationAccountsAccountIDIdentificationsRequest + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) WithAccountIdentificationCreationRequest(accountIdentificationCreationRequest models.AccountIdentificationRequest) *PostOrganisationAccountsAccountIDIdentificationsRequest + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) WithContext(ctx context.Context) *PostOrganisationAccountsAccountIDIdentificationsRequest + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) WithHTTPClient(client *http.Client) *PostOrganisationAccountsAccountIDIdentificationsRequest + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) WithoutAccountIdentificationCreationRequest() *PostOrganisationAccountsAccountIDIdentificationsRequest + func (o *PostOrganisationAccountsAccountIDIdentificationsRequest) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error Other modules containing this package github.com/form3tech-oss/go-form3/v3 github.com/form3tech-oss/go-form3/v4 github.com/form3tech-oss/go-form3/v5 github.com/form3tech-oss/go-form3/v6 github.com/form3tech-oss/go-form3/v7