o_p_i_n

package
v0.0.0-...-7b99a6d Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 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 {
	// contains filtered or unexported fields
}

Client for o p i n API

func (*Client) CreateInsuranceDataAccessConsent

CreateInsuranceDataAccessConsent creates insurance data access consent

This API allows AISP to create consent to access PSU registration data, information about transactions in their accounts, credit card and contracted credit products

func (*Client) DeleteInsuranceDataAccessConsent

DeleteInsuranceDataAccessConsent deletes insurance data access consent

This API allows PISP to remove previously created consent

func (*Client) GetInsuranceDataAccessConsent

func (a *Client) GetInsuranceDataAccessConsent(params *GetInsuranceDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInsuranceDataAccessConsentOK, error)

GetInsuranceDataAccessConsent gets insurance data access consent

This API allows PISP to retrieve previously created consent

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateInsuranceDataAccessConsent(params *CreateInsuranceDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateInsuranceDataAccessConsentCreated, error)

	DeleteInsuranceDataAccessConsent(params *DeleteInsuranceDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteInsuranceDataAccessConsentNoContent, error)

	GetInsuranceDataAccessConsent(params *GetInsuranceDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetInsuranceDataAccessConsentOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new o p i n API client.

type CreateInsuranceDataAccessConsentBadRequest

type CreateInsuranceDataAccessConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewCreateInsuranceDataAccessConsentBadRequest

func NewCreateInsuranceDataAccessConsentBadRequest() *CreateInsuranceDataAccessConsentBadRequest

NewCreateInsuranceDataAccessConsentBadRequest creates a CreateInsuranceDataAccessConsentBadRequest with default headers values

func (*CreateInsuranceDataAccessConsentBadRequest) Code

Code gets the status code for the create insurance data access consent bad request response

func (*CreateInsuranceDataAccessConsentBadRequest) Error

func (*CreateInsuranceDataAccessConsentBadRequest) GetPayload

func (*CreateInsuranceDataAccessConsentBadRequest) IsClientError

IsClientError returns true when this create insurance data access consent bad request response has a 4xx status code

func (*CreateInsuranceDataAccessConsentBadRequest) IsCode

IsCode returns true when this create insurance data access consent bad request response a status code equal to that given

func (*CreateInsuranceDataAccessConsentBadRequest) IsRedirect

IsRedirect returns true when this create insurance data access consent bad request response has a 3xx status code

func (*CreateInsuranceDataAccessConsentBadRequest) IsServerError

IsServerError returns true when this create insurance data access consent bad request response has a 5xx status code

func (*CreateInsuranceDataAccessConsentBadRequest) IsSuccess

IsSuccess returns true when this create insurance data access consent bad request response has a 2xx status code

func (*CreateInsuranceDataAccessConsentBadRequest) String

type CreateInsuranceDataAccessConsentCreated

type CreateInsuranceDataAccessConsentCreated struct {
	Payload *models.BrazilInsuranceCustomerDataAccessConsentResponse
}

CreateInsuranceDataAccessConsentCreated describes a response with status code 201, with default header values.

Customer data access consent

func NewCreateInsuranceDataAccessConsentCreated

func NewCreateInsuranceDataAccessConsentCreated() *CreateInsuranceDataAccessConsentCreated

NewCreateInsuranceDataAccessConsentCreated creates a CreateInsuranceDataAccessConsentCreated with default headers values

func (*CreateInsuranceDataAccessConsentCreated) Code

Code gets the status code for the create insurance data access consent created response

func (*CreateInsuranceDataAccessConsentCreated) Error

func (*CreateInsuranceDataAccessConsentCreated) GetPayload

func (*CreateInsuranceDataAccessConsentCreated) IsClientError

func (o *CreateInsuranceDataAccessConsentCreated) IsClientError() bool

IsClientError returns true when this create insurance data access consent created response has a 4xx status code

func (*CreateInsuranceDataAccessConsentCreated) IsCode

IsCode returns true when this create insurance data access consent created response a status code equal to that given

func (*CreateInsuranceDataAccessConsentCreated) IsRedirect

IsRedirect returns true when this create insurance data access consent created response has a 3xx status code

func (*CreateInsuranceDataAccessConsentCreated) IsServerError

func (o *CreateInsuranceDataAccessConsentCreated) IsServerError() bool

IsServerError returns true when this create insurance data access consent created response has a 5xx status code

func (*CreateInsuranceDataAccessConsentCreated) IsSuccess

IsSuccess returns true when this create insurance data access consent created response has a 2xx status code

func (*CreateInsuranceDataAccessConsentCreated) String

type CreateInsuranceDataAccessConsentForbidden

type CreateInsuranceDataAccessConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentForbidden describes a response with status code 403, with default header values.

Error

func NewCreateInsuranceDataAccessConsentForbidden

func NewCreateInsuranceDataAccessConsentForbidden() *CreateInsuranceDataAccessConsentForbidden

NewCreateInsuranceDataAccessConsentForbidden creates a CreateInsuranceDataAccessConsentForbidden with default headers values

func (*CreateInsuranceDataAccessConsentForbidden) Code

Code gets the status code for the create insurance data access consent forbidden response

func (*CreateInsuranceDataAccessConsentForbidden) Error

func (*CreateInsuranceDataAccessConsentForbidden) GetPayload

func (*CreateInsuranceDataAccessConsentForbidden) IsClientError

IsClientError returns true when this create insurance data access consent forbidden response has a 4xx status code

func (*CreateInsuranceDataAccessConsentForbidden) IsCode

IsCode returns true when this create insurance data access consent forbidden response a status code equal to that given

func (*CreateInsuranceDataAccessConsentForbidden) IsRedirect

IsRedirect returns true when this create insurance data access consent forbidden response has a 3xx status code

func (*CreateInsuranceDataAccessConsentForbidden) IsServerError

IsServerError returns true when this create insurance data access consent forbidden response has a 5xx status code

func (*CreateInsuranceDataAccessConsentForbidden) IsSuccess

IsSuccess returns true when this create insurance data access consent forbidden response has a 2xx status code

func (*CreateInsuranceDataAccessConsentForbidden) String

type CreateInsuranceDataAccessConsentInternalServerError

type CreateInsuranceDataAccessConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewCreateInsuranceDataAccessConsentInternalServerError

func NewCreateInsuranceDataAccessConsentInternalServerError() *CreateInsuranceDataAccessConsentInternalServerError

NewCreateInsuranceDataAccessConsentInternalServerError creates a CreateInsuranceDataAccessConsentInternalServerError with default headers values

func (*CreateInsuranceDataAccessConsentInternalServerError) Code

Code gets the status code for the create insurance data access consent internal server error response

func (*CreateInsuranceDataAccessConsentInternalServerError) Error

func (*CreateInsuranceDataAccessConsentInternalServerError) GetPayload

func (*CreateInsuranceDataAccessConsentInternalServerError) IsClientError

IsClientError returns true when this create insurance data access consent internal server error response has a 4xx status code

func (*CreateInsuranceDataAccessConsentInternalServerError) IsCode

IsCode returns true when this create insurance data access consent internal server error response a status code equal to that given

func (*CreateInsuranceDataAccessConsentInternalServerError) IsRedirect

IsRedirect returns true when this create insurance data access consent internal server error response has a 3xx status code

func (*CreateInsuranceDataAccessConsentInternalServerError) IsServerError

IsServerError returns true when this create insurance data access consent internal server error response has a 5xx status code

func (*CreateInsuranceDataAccessConsentInternalServerError) IsSuccess

IsSuccess returns true when this create insurance data access consent internal server error response has a 2xx status code

func (*CreateInsuranceDataAccessConsentInternalServerError) String

type CreateInsuranceDataAccessConsentMethodNotAllowed

type CreateInsuranceDataAccessConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewCreateInsuranceDataAccessConsentMethodNotAllowed

func NewCreateInsuranceDataAccessConsentMethodNotAllowed() *CreateInsuranceDataAccessConsentMethodNotAllowed

NewCreateInsuranceDataAccessConsentMethodNotAllowed creates a CreateInsuranceDataAccessConsentMethodNotAllowed with default headers values

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) Code

Code gets the status code for the create insurance data access consent method not allowed response

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) Error

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) GetPayload

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) IsClientError

IsClientError returns true when this create insurance data access consent method not allowed response has a 4xx status code

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) IsCode

IsCode returns true when this create insurance data access consent method not allowed response a status code equal to that given

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this create insurance data access consent method not allowed response has a 3xx status code

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) IsServerError

IsServerError returns true when this create insurance data access consent method not allowed response has a 5xx status code

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this create insurance data access consent method not allowed response has a 2xx status code

func (*CreateInsuranceDataAccessConsentMethodNotAllowed) String

type CreateInsuranceDataAccessConsentNotAcceptable

type CreateInsuranceDataAccessConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewCreateInsuranceDataAccessConsentNotAcceptable

func NewCreateInsuranceDataAccessConsentNotAcceptable() *CreateInsuranceDataAccessConsentNotAcceptable

NewCreateInsuranceDataAccessConsentNotAcceptable creates a CreateInsuranceDataAccessConsentNotAcceptable with default headers values

func (*CreateInsuranceDataAccessConsentNotAcceptable) Code

Code gets the status code for the create insurance data access consent not acceptable response

func (*CreateInsuranceDataAccessConsentNotAcceptable) Error

func (*CreateInsuranceDataAccessConsentNotAcceptable) GetPayload

func (*CreateInsuranceDataAccessConsentNotAcceptable) IsClientError

IsClientError returns true when this create insurance data access consent not acceptable response has a 4xx status code

func (*CreateInsuranceDataAccessConsentNotAcceptable) IsCode

IsCode returns true when this create insurance data access consent not acceptable response a status code equal to that given

func (*CreateInsuranceDataAccessConsentNotAcceptable) IsRedirect

IsRedirect returns true when this create insurance data access consent not acceptable response has a 3xx status code

func (*CreateInsuranceDataAccessConsentNotAcceptable) IsServerError

IsServerError returns true when this create insurance data access consent not acceptable response has a 5xx status code

func (*CreateInsuranceDataAccessConsentNotAcceptable) IsSuccess

IsSuccess returns true when this create insurance data access consent not acceptable response has a 2xx status code

func (*CreateInsuranceDataAccessConsentNotAcceptable) String

type CreateInsuranceDataAccessConsentParams

type CreateInsuranceDataAccessConsentParams struct {

	/* Request.

	   Request
	*/
	Request *models.BrazilInsuranceCustomerDataAccessConsentRequest

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XIdempotencyKey.

	     Every request will be processed only once per x-idempotency-key.
	The Idempotency Key will be valid for 24 hours
	*/
	XIdempotencyKey *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

CreateInsuranceDataAccessConsentParams contains all the parameters to send to the API endpoint

for the create insurance data access consent operation.

Typically these are written to a http.Request.

func NewCreateInsuranceDataAccessConsentParams

func NewCreateInsuranceDataAccessConsentParams() *CreateInsuranceDataAccessConsentParams

NewCreateInsuranceDataAccessConsentParams creates a new CreateInsuranceDataAccessConsentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateInsuranceDataAccessConsentParamsWithContext

func NewCreateInsuranceDataAccessConsentParamsWithContext(ctx context.Context) *CreateInsuranceDataAccessConsentParams

NewCreateInsuranceDataAccessConsentParamsWithContext creates a new CreateInsuranceDataAccessConsentParams object with the ability to set a context for a request.

func NewCreateInsuranceDataAccessConsentParamsWithHTTPClient

func NewCreateInsuranceDataAccessConsentParamsWithHTTPClient(client *http.Client) *CreateInsuranceDataAccessConsentParams

NewCreateInsuranceDataAccessConsentParamsWithHTTPClient creates a new CreateInsuranceDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateInsuranceDataAccessConsentParamsWithTimeout

func NewCreateInsuranceDataAccessConsentParamsWithTimeout(timeout time.Duration) *CreateInsuranceDataAccessConsentParams

NewCreateInsuranceDataAccessConsentParamsWithTimeout creates a new CreateInsuranceDataAccessConsentParams object with the ability to set a timeout on a request.

func (*CreateInsuranceDataAccessConsentParams) SetContext

SetContext adds the context to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetDefaults

func (o *CreateInsuranceDataAccessConsentParams) SetDefaults()

SetDefaults hydrates default values in the create insurance data access consent params (not the query body).

All values with no default are reset to their zero value.

func (*CreateInsuranceDataAccessConsentParams) SetHTTPClient

func (o *CreateInsuranceDataAccessConsentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetRequest

SetRequest adds the request to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetTimeout

func (o *CreateInsuranceDataAccessConsentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetXCustomerUserAgent

func (o *CreateInsuranceDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetXFapiAuthDate

func (o *CreateInsuranceDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetXFapiCustomerIPAddress

func (o *CreateInsuranceDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetXFapiInteractionID

func (o *CreateInsuranceDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetXIdempotencyKey

func (o *CreateInsuranceDataAccessConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)

SetXIdempotencyKey adds the xIdempotencyKey to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) SetXJwsSignature

func (o *CreateInsuranceDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithContext

WithContext adds the context to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithDefaults

WithDefaults hydrates default values in the create insurance data access consent params (not the query body).

All values with no default are reset to their zero value.

func (*CreateInsuranceDataAccessConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithRequest

WithRequest adds the request to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithTimeout

WithTimeout adds the timeout to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithXCustomerUserAgent

func (o *CreateInsuranceDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateInsuranceDataAccessConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithXFapiCustomerIPAddress

func (o *CreateInsuranceDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateInsuranceDataAccessConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithXFapiInteractionID

func (o *CreateInsuranceDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateInsuranceDataAccessConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithXIdempotencyKey

WithXIdempotencyKey adds the xIdempotencyKey to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the create insurance data access consent params

func (*CreateInsuranceDataAccessConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateInsuranceDataAccessConsentReader

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

CreateInsuranceDataAccessConsentReader is a Reader for the CreateInsuranceDataAccessConsent structure.

func (*CreateInsuranceDataAccessConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInsuranceDataAccessConsentTooManyRequests

type CreateInsuranceDataAccessConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentTooManyRequests describes a response with status code 429, with default header values.

Error

func NewCreateInsuranceDataAccessConsentTooManyRequests

func NewCreateInsuranceDataAccessConsentTooManyRequests() *CreateInsuranceDataAccessConsentTooManyRequests

NewCreateInsuranceDataAccessConsentTooManyRequests creates a CreateInsuranceDataAccessConsentTooManyRequests with default headers values

func (*CreateInsuranceDataAccessConsentTooManyRequests) Code

Code gets the status code for the create insurance data access consent too many requests response

func (*CreateInsuranceDataAccessConsentTooManyRequests) Error

func (*CreateInsuranceDataAccessConsentTooManyRequests) GetPayload

func (*CreateInsuranceDataAccessConsentTooManyRequests) IsClientError

IsClientError returns true when this create insurance data access consent too many requests response has a 4xx status code

func (*CreateInsuranceDataAccessConsentTooManyRequests) IsCode

IsCode returns true when this create insurance data access consent too many requests response a status code equal to that given

func (*CreateInsuranceDataAccessConsentTooManyRequests) IsRedirect

IsRedirect returns true when this create insurance data access consent too many requests response has a 3xx status code

func (*CreateInsuranceDataAccessConsentTooManyRequests) IsServerError

IsServerError returns true when this create insurance data access consent too many requests response has a 5xx status code

func (*CreateInsuranceDataAccessConsentTooManyRequests) IsSuccess

IsSuccess returns true when this create insurance data access consent too many requests response has a 2xx status code

func (*CreateInsuranceDataAccessConsentTooManyRequests) String

type CreateInsuranceDataAccessConsentUnauthorized

type CreateInsuranceDataAccessConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentUnauthorized describes a response with status code 401, with default header values.

Error

func NewCreateInsuranceDataAccessConsentUnauthorized

func NewCreateInsuranceDataAccessConsentUnauthorized() *CreateInsuranceDataAccessConsentUnauthorized

NewCreateInsuranceDataAccessConsentUnauthorized creates a CreateInsuranceDataAccessConsentUnauthorized with default headers values

func (*CreateInsuranceDataAccessConsentUnauthorized) Code

Code gets the status code for the create insurance data access consent unauthorized response

func (*CreateInsuranceDataAccessConsentUnauthorized) Error

func (*CreateInsuranceDataAccessConsentUnauthorized) GetPayload

func (*CreateInsuranceDataAccessConsentUnauthorized) IsClientError

IsClientError returns true when this create insurance data access consent unauthorized response has a 4xx status code

func (*CreateInsuranceDataAccessConsentUnauthorized) IsCode

IsCode returns true when this create insurance data access consent unauthorized response a status code equal to that given

func (*CreateInsuranceDataAccessConsentUnauthorized) IsRedirect

IsRedirect returns true when this create insurance data access consent unauthorized response has a 3xx status code

func (*CreateInsuranceDataAccessConsentUnauthorized) IsServerError

IsServerError returns true when this create insurance data access consent unauthorized response has a 5xx status code

func (*CreateInsuranceDataAccessConsentUnauthorized) IsSuccess

IsSuccess returns true when this create insurance data access consent unauthorized response has a 2xx status code

func (*CreateInsuranceDataAccessConsentUnauthorized) String

type CreateInsuranceDataAccessConsentUnprocessableEntity

type CreateInsuranceDataAccessConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewCreateInsuranceDataAccessConsentUnprocessableEntity

func NewCreateInsuranceDataAccessConsentUnprocessableEntity() *CreateInsuranceDataAccessConsentUnprocessableEntity

NewCreateInsuranceDataAccessConsentUnprocessableEntity creates a CreateInsuranceDataAccessConsentUnprocessableEntity with default headers values

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) Code

Code gets the status code for the create insurance data access consent unprocessable entity response

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) Error

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) GetPayload

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) IsClientError

IsClientError returns true when this create insurance data access consent unprocessable entity response has a 4xx status code

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) IsCode

IsCode returns true when this create insurance data access consent unprocessable entity response a status code equal to that given

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this create insurance data access consent unprocessable entity response has a 3xx status code

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) IsServerError

IsServerError returns true when this create insurance data access consent unprocessable entity response has a 5xx status code

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this create insurance data access consent unprocessable entity response has a 2xx status code

func (*CreateInsuranceDataAccessConsentUnprocessableEntity) String

type CreateInsuranceDataAccessConsentUnsupportedMediaType

type CreateInsuranceDataAccessConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

CreateInsuranceDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewCreateInsuranceDataAccessConsentUnsupportedMediaType

func NewCreateInsuranceDataAccessConsentUnsupportedMediaType() *CreateInsuranceDataAccessConsentUnsupportedMediaType

NewCreateInsuranceDataAccessConsentUnsupportedMediaType creates a CreateInsuranceDataAccessConsentUnsupportedMediaType with default headers values

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) Code

Code gets the status code for the create insurance data access consent unsupported media type response

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) Error

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) GetPayload

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this create insurance data access consent unsupported media type response has a 4xx status code

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) IsCode

IsCode returns true when this create insurance data access consent unsupported media type response a status code equal to that given

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this create insurance data access consent unsupported media type response has a 3xx status code

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this create insurance data access consent unsupported media type response has a 5xx status code

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this create insurance data access consent unsupported media type response has a 2xx status code

func (*CreateInsuranceDataAccessConsentUnsupportedMediaType) String

type DeleteInsuranceDataAccessConsentBadRequest

type DeleteInsuranceDataAccessConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentBadRequest

func NewDeleteInsuranceDataAccessConsentBadRequest() *DeleteInsuranceDataAccessConsentBadRequest

NewDeleteInsuranceDataAccessConsentBadRequest creates a DeleteInsuranceDataAccessConsentBadRequest with default headers values

func (*DeleteInsuranceDataAccessConsentBadRequest) Code

Code gets the status code for the delete insurance data access consent bad request response

func (*DeleteInsuranceDataAccessConsentBadRequest) Error

func (*DeleteInsuranceDataAccessConsentBadRequest) GetPayload

func (*DeleteInsuranceDataAccessConsentBadRequest) IsClientError

IsClientError returns true when this delete insurance data access consent bad request response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentBadRequest) IsCode

IsCode returns true when this delete insurance data access consent bad request response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentBadRequest) IsRedirect

IsRedirect returns true when this delete insurance data access consent bad request response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentBadRequest) IsServerError

IsServerError returns true when this delete insurance data access consent bad request response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentBadRequest) IsSuccess

IsSuccess returns true when this delete insurance data access consent bad request response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentBadRequest) String

type DeleteInsuranceDataAccessConsentForbidden

type DeleteInsuranceDataAccessConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentForbidden describes a response with status code 403, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentForbidden

func NewDeleteInsuranceDataAccessConsentForbidden() *DeleteInsuranceDataAccessConsentForbidden

NewDeleteInsuranceDataAccessConsentForbidden creates a DeleteInsuranceDataAccessConsentForbidden with default headers values

func (*DeleteInsuranceDataAccessConsentForbidden) Code

Code gets the status code for the delete insurance data access consent forbidden response

func (*DeleteInsuranceDataAccessConsentForbidden) Error

func (*DeleteInsuranceDataAccessConsentForbidden) GetPayload

func (*DeleteInsuranceDataAccessConsentForbidden) IsClientError

IsClientError returns true when this delete insurance data access consent forbidden response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentForbidden) IsCode

IsCode returns true when this delete insurance data access consent forbidden response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentForbidden) IsRedirect

IsRedirect returns true when this delete insurance data access consent forbidden response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentForbidden) IsServerError

IsServerError returns true when this delete insurance data access consent forbidden response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentForbidden) IsSuccess

IsSuccess returns true when this delete insurance data access consent forbidden response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentForbidden) String

type DeleteInsuranceDataAccessConsentInternalServerError

type DeleteInsuranceDataAccessConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentInternalServerError

func NewDeleteInsuranceDataAccessConsentInternalServerError() *DeleteInsuranceDataAccessConsentInternalServerError

NewDeleteInsuranceDataAccessConsentInternalServerError creates a DeleteInsuranceDataAccessConsentInternalServerError with default headers values

func (*DeleteInsuranceDataAccessConsentInternalServerError) Code

Code gets the status code for the delete insurance data access consent internal server error response

func (*DeleteInsuranceDataAccessConsentInternalServerError) Error

func (*DeleteInsuranceDataAccessConsentInternalServerError) GetPayload

func (*DeleteInsuranceDataAccessConsentInternalServerError) IsClientError

IsClientError returns true when this delete insurance data access consent internal server error response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentInternalServerError) IsCode

IsCode returns true when this delete insurance data access consent internal server error response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentInternalServerError) IsRedirect

IsRedirect returns true when this delete insurance data access consent internal server error response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentInternalServerError) IsServerError

IsServerError returns true when this delete insurance data access consent internal server error response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentInternalServerError) IsSuccess

IsSuccess returns true when this delete insurance data access consent internal server error response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentInternalServerError) String

type DeleteInsuranceDataAccessConsentMethodNotAllowed

type DeleteInsuranceDataAccessConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentMethodNotAllowed

func NewDeleteInsuranceDataAccessConsentMethodNotAllowed() *DeleteInsuranceDataAccessConsentMethodNotAllowed

NewDeleteInsuranceDataAccessConsentMethodNotAllowed creates a DeleteInsuranceDataAccessConsentMethodNotAllowed with default headers values

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) Code

Code gets the status code for the delete insurance data access consent method not allowed response

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) Error

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) GetPayload

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) IsClientError

IsClientError returns true when this delete insurance data access consent method not allowed response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) IsCode

IsCode returns true when this delete insurance data access consent method not allowed response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this delete insurance data access consent method not allowed response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) IsServerError

IsServerError returns true when this delete insurance data access consent method not allowed response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this delete insurance data access consent method not allowed response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentMethodNotAllowed) String

type DeleteInsuranceDataAccessConsentNoContent

type DeleteInsuranceDataAccessConsentNoContent struct {
}

DeleteInsuranceDataAccessConsentNoContent describes a response with status code 204, with default header values.

consent deleted

func NewDeleteInsuranceDataAccessConsentNoContent

func NewDeleteInsuranceDataAccessConsentNoContent() *DeleteInsuranceDataAccessConsentNoContent

NewDeleteInsuranceDataAccessConsentNoContent creates a DeleteInsuranceDataAccessConsentNoContent with default headers values

func (*DeleteInsuranceDataAccessConsentNoContent) Code

Code gets the status code for the delete insurance data access consent no content response

func (*DeleteInsuranceDataAccessConsentNoContent) Error

func (*DeleteInsuranceDataAccessConsentNoContent) IsClientError

IsClientError returns true when this delete insurance data access consent no content response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentNoContent) IsCode

IsCode returns true when this delete insurance data access consent no content response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentNoContent) IsRedirect

IsRedirect returns true when this delete insurance data access consent no content response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentNoContent) IsServerError

IsServerError returns true when this delete insurance data access consent no content response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentNoContent) IsSuccess

IsSuccess returns true when this delete insurance data access consent no content response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentNoContent) String

type DeleteInsuranceDataAccessConsentNotAcceptable

type DeleteInsuranceDataAccessConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentNotAcceptable

func NewDeleteInsuranceDataAccessConsentNotAcceptable() *DeleteInsuranceDataAccessConsentNotAcceptable

NewDeleteInsuranceDataAccessConsentNotAcceptable creates a DeleteInsuranceDataAccessConsentNotAcceptable with default headers values

func (*DeleteInsuranceDataAccessConsentNotAcceptable) Code

Code gets the status code for the delete insurance data access consent not acceptable response

func (*DeleteInsuranceDataAccessConsentNotAcceptable) Error

func (*DeleteInsuranceDataAccessConsentNotAcceptable) GetPayload

func (*DeleteInsuranceDataAccessConsentNotAcceptable) IsClientError

IsClientError returns true when this delete insurance data access consent not acceptable response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentNotAcceptable) IsCode

IsCode returns true when this delete insurance data access consent not acceptable response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentNotAcceptable) IsRedirect

IsRedirect returns true when this delete insurance data access consent not acceptable response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentNotAcceptable) IsServerError

IsServerError returns true when this delete insurance data access consent not acceptable response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentNotAcceptable) IsSuccess

IsSuccess returns true when this delete insurance data access consent not acceptable response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentNotAcceptable) String

type DeleteInsuranceDataAccessConsentParams

type DeleteInsuranceDataAccessConsentParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

DeleteInsuranceDataAccessConsentParams contains all the parameters to send to the API endpoint

for the delete insurance data access consent operation.

Typically these are written to a http.Request.

func NewDeleteInsuranceDataAccessConsentParams

func NewDeleteInsuranceDataAccessConsentParams() *DeleteInsuranceDataAccessConsentParams

NewDeleteInsuranceDataAccessConsentParams creates a new DeleteInsuranceDataAccessConsentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteInsuranceDataAccessConsentParamsWithContext

func NewDeleteInsuranceDataAccessConsentParamsWithContext(ctx context.Context) *DeleteInsuranceDataAccessConsentParams

NewDeleteInsuranceDataAccessConsentParamsWithContext creates a new DeleteInsuranceDataAccessConsentParams object with the ability to set a context for a request.

func NewDeleteInsuranceDataAccessConsentParamsWithHTTPClient

func NewDeleteInsuranceDataAccessConsentParamsWithHTTPClient(client *http.Client) *DeleteInsuranceDataAccessConsentParams

NewDeleteInsuranceDataAccessConsentParamsWithHTTPClient creates a new DeleteInsuranceDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteInsuranceDataAccessConsentParamsWithTimeout

func NewDeleteInsuranceDataAccessConsentParamsWithTimeout(timeout time.Duration) *DeleteInsuranceDataAccessConsentParams

NewDeleteInsuranceDataAccessConsentParamsWithTimeout creates a new DeleteInsuranceDataAccessConsentParams object with the ability to set a timeout on a request.

func (*DeleteInsuranceDataAccessConsentParams) SetConsentID

func (o *DeleteInsuranceDataAccessConsentParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetContext

SetContext adds the context to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetDefaults

func (o *DeleteInsuranceDataAccessConsentParams) SetDefaults()

SetDefaults hydrates default values in the delete insurance data access consent params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteInsuranceDataAccessConsentParams) SetHTTPClient

func (o *DeleteInsuranceDataAccessConsentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetTimeout

func (o *DeleteInsuranceDataAccessConsentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetXCustomerUserAgent

func (o *DeleteInsuranceDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetXFapiAuthDate

func (o *DeleteInsuranceDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetXFapiCustomerIPAddress

func (o *DeleteInsuranceDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetXFapiInteractionID

func (o *DeleteInsuranceDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) SetXJwsSignature

func (o *DeleteInsuranceDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithConsentID

WithConsentID adds the consentID to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithContext

WithContext adds the context to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithDefaults

WithDefaults hydrates default values in the delete insurance data access consent params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteInsuranceDataAccessConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithTimeout

WithTimeout adds the timeout to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithXCustomerUserAgent

func (o *DeleteInsuranceDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteInsuranceDataAccessConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithXFapiCustomerIPAddress

func (o *DeleteInsuranceDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteInsuranceDataAccessConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithXFapiInteractionID

func (o *DeleteInsuranceDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteInsuranceDataAccessConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the delete insurance data access consent params

func (*DeleteInsuranceDataAccessConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteInsuranceDataAccessConsentReader

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

DeleteInsuranceDataAccessConsentReader is a Reader for the DeleteInsuranceDataAccessConsent structure.

func (*DeleteInsuranceDataAccessConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteInsuranceDataAccessConsentTooManyRequests

type DeleteInsuranceDataAccessConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentTooManyRequests describes a response with status code 429, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentTooManyRequests

func NewDeleteInsuranceDataAccessConsentTooManyRequests() *DeleteInsuranceDataAccessConsentTooManyRequests

NewDeleteInsuranceDataAccessConsentTooManyRequests creates a DeleteInsuranceDataAccessConsentTooManyRequests with default headers values

func (*DeleteInsuranceDataAccessConsentTooManyRequests) Code

Code gets the status code for the delete insurance data access consent too many requests response

func (*DeleteInsuranceDataAccessConsentTooManyRequests) Error

func (*DeleteInsuranceDataAccessConsentTooManyRequests) GetPayload

func (*DeleteInsuranceDataAccessConsentTooManyRequests) IsClientError

IsClientError returns true when this delete insurance data access consent too many requests response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentTooManyRequests) IsCode

IsCode returns true when this delete insurance data access consent too many requests response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentTooManyRequests) IsRedirect

IsRedirect returns true when this delete insurance data access consent too many requests response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentTooManyRequests) IsServerError

IsServerError returns true when this delete insurance data access consent too many requests response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentTooManyRequests) IsSuccess

IsSuccess returns true when this delete insurance data access consent too many requests response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentTooManyRequests) String

type DeleteInsuranceDataAccessConsentUnauthorized

type DeleteInsuranceDataAccessConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentUnauthorized describes a response with status code 401, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentUnauthorized

func NewDeleteInsuranceDataAccessConsentUnauthorized() *DeleteInsuranceDataAccessConsentUnauthorized

NewDeleteInsuranceDataAccessConsentUnauthorized creates a DeleteInsuranceDataAccessConsentUnauthorized with default headers values

func (*DeleteInsuranceDataAccessConsentUnauthorized) Code

Code gets the status code for the delete insurance data access consent unauthorized response

func (*DeleteInsuranceDataAccessConsentUnauthorized) Error

func (*DeleteInsuranceDataAccessConsentUnauthorized) GetPayload

func (*DeleteInsuranceDataAccessConsentUnauthorized) IsClientError

IsClientError returns true when this delete insurance data access consent unauthorized response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentUnauthorized) IsCode

IsCode returns true when this delete insurance data access consent unauthorized response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentUnauthorized) IsRedirect

IsRedirect returns true when this delete insurance data access consent unauthorized response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentUnauthorized) IsServerError

IsServerError returns true when this delete insurance data access consent unauthorized response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentUnauthorized) IsSuccess

IsSuccess returns true when this delete insurance data access consent unauthorized response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentUnauthorized) String

type DeleteInsuranceDataAccessConsentUnprocessableEntity

type DeleteInsuranceDataAccessConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentUnprocessableEntity

func NewDeleteInsuranceDataAccessConsentUnprocessableEntity() *DeleteInsuranceDataAccessConsentUnprocessableEntity

NewDeleteInsuranceDataAccessConsentUnprocessableEntity creates a DeleteInsuranceDataAccessConsentUnprocessableEntity with default headers values

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) Code

Code gets the status code for the delete insurance data access consent unprocessable entity response

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) Error

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) GetPayload

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) IsClientError

IsClientError returns true when this delete insurance data access consent unprocessable entity response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) IsCode

IsCode returns true when this delete insurance data access consent unprocessable entity response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this delete insurance data access consent unprocessable entity response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) IsServerError

IsServerError returns true when this delete insurance data access consent unprocessable entity response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this delete insurance data access consent unprocessable entity response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentUnprocessableEntity) String

type DeleteInsuranceDataAccessConsentUnsupportedMediaType

type DeleteInsuranceDataAccessConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

DeleteInsuranceDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewDeleteInsuranceDataAccessConsentUnsupportedMediaType

func NewDeleteInsuranceDataAccessConsentUnsupportedMediaType() *DeleteInsuranceDataAccessConsentUnsupportedMediaType

NewDeleteInsuranceDataAccessConsentUnsupportedMediaType creates a DeleteInsuranceDataAccessConsentUnsupportedMediaType with default headers values

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) Code

Code gets the status code for the delete insurance data access consent unsupported media type response

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) Error

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) GetPayload

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this delete insurance data access consent unsupported media type response has a 4xx status code

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) IsCode

IsCode returns true when this delete insurance data access consent unsupported media type response a status code equal to that given

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this delete insurance data access consent unsupported media type response has a 3xx status code

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this delete insurance data access consent unsupported media type response has a 5xx status code

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this delete insurance data access consent unsupported media type response has a 2xx status code

func (*DeleteInsuranceDataAccessConsentUnsupportedMediaType) String

type GetInsuranceDataAccessConsentBadRequest

type GetInsuranceDataAccessConsentBadRequest struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentBadRequest describes a response with status code 400, with default header values.

Error

func NewGetInsuranceDataAccessConsentBadRequest

func NewGetInsuranceDataAccessConsentBadRequest() *GetInsuranceDataAccessConsentBadRequest

NewGetInsuranceDataAccessConsentBadRequest creates a GetInsuranceDataAccessConsentBadRequest with default headers values

func (*GetInsuranceDataAccessConsentBadRequest) Code

Code gets the status code for the get insurance data access consent bad request response

func (*GetInsuranceDataAccessConsentBadRequest) Error

func (*GetInsuranceDataAccessConsentBadRequest) GetPayload

func (*GetInsuranceDataAccessConsentBadRequest) IsClientError

func (o *GetInsuranceDataAccessConsentBadRequest) IsClientError() bool

IsClientError returns true when this get insurance data access consent bad request response has a 4xx status code

func (*GetInsuranceDataAccessConsentBadRequest) IsCode

IsCode returns true when this get insurance data access consent bad request response a status code equal to that given

func (*GetInsuranceDataAccessConsentBadRequest) IsRedirect

IsRedirect returns true when this get insurance data access consent bad request response has a 3xx status code

func (*GetInsuranceDataAccessConsentBadRequest) IsServerError

func (o *GetInsuranceDataAccessConsentBadRequest) IsServerError() bool

IsServerError returns true when this get insurance data access consent bad request response has a 5xx status code

func (*GetInsuranceDataAccessConsentBadRequest) IsSuccess

IsSuccess returns true when this get insurance data access consent bad request response has a 2xx status code

func (*GetInsuranceDataAccessConsentBadRequest) String

type GetInsuranceDataAccessConsentForbidden

type GetInsuranceDataAccessConsentForbidden struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentForbidden describes a response with status code 403, with default header values.

Error

func NewGetInsuranceDataAccessConsentForbidden

func NewGetInsuranceDataAccessConsentForbidden() *GetInsuranceDataAccessConsentForbidden

NewGetInsuranceDataAccessConsentForbidden creates a GetInsuranceDataAccessConsentForbidden with default headers values

func (*GetInsuranceDataAccessConsentForbidden) Code

Code gets the status code for the get insurance data access consent forbidden response

func (*GetInsuranceDataAccessConsentForbidden) Error

func (*GetInsuranceDataAccessConsentForbidden) GetPayload

func (*GetInsuranceDataAccessConsentForbidden) IsClientError

func (o *GetInsuranceDataAccessConsentForbidden) IsClientError() bool

IsClientError returns true when this get insurance data access consent forbidden response has a 4xx status code

func (*GetInsuranceDataAccessConsentForbidden) IsCode

IsCode returns true when this get insurance data access consent forbidden response a status code equal to that given

func (*GetInsuranceDataAccessConsentForbidden) IsRedirect

IsRedirect returns true when this get insurance data access consent forbidden response has a 3xx status code

func (*GetInsuranceDataAccessConsentForbidden) IsServerError

func (o *GetInsuranceDataAccessConsentForbidden) IsServerError() bool

IsServerError returns true when this get insurance data access consent forbidden response has a 5xx status code

func (*GetInsuranceDataAccessConsentForbidden) IsSuccess

IsSuccess returns true when this get insurance data access consent forbidden response has a 2xx status code

func (*GetInsuranceDataAccessConsentForbidden) String

type GetInsuranceDataAccessConsentInternalServerError

type GetInsuranceDataAccessConsentInternalServerError struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentInternalServerError describes a response with status code 500, with default header values.

Error

func NewGetInsuranceDataAccessConsentInternalServerError

func NewGetInsuranceDataAccessConsentInternalServerError() *GetInsuranceDataAccessConsentInternalServerError

NewGetInsuranceDataAccessConsentInternalServerError creates a GetInsuranceDataAccessConsentInternalServerError with default headers values

func (*GetInsuranceDataAccessConsentInternalServerError) Code

Code gets the status code for the get insurance data access consent internal server error response

func (*GetInsuranceDataAccessConsentInternalServerError) Error

func (*GetInsuranceDataAccessConsentInternalServerError) GetPayload

func (*GetInsuranceDataAccessConsentInternalServerError) IsClientError

IsClientError returns true when this get insurance data access consent internal server error response has a 4xx status code

func (*GetInsuranceDataAccessConsentInternalServerError) IsCode

IsCode returns true when this get insurance data access consent internal server error response a status code equal to that given

func (*GetInsuranceDataAccessConsentInternalServerError) IsRedirect

IsRedirect returns true when this get insurance data access consent internal server error response has a 3xx status code

func (*GetInsuranceDataAccessConsentInternalServerError) IsServerError

IsServerError returns true when this get insurance data access consent internal server error response has a 5xx status code

func (*GetInsuranceDataAccessConsentInternalServerError) IsSuccess

IsSuccess returns true when this get insurance data access consent internal server error response has a 2xx status code

func (*GetInsuranceDataAccessConsentInternalServerError) String

type GetInsuranceDataAccessConsentMethodNotAllowed

type GetInsuranceDataAccessConsentMethodNotAllowed struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.

Error

func NewGetInsuranceDataAccessConsentMethodNotAllowed

func NewGetInsuranceDataAccessConsentMethodNotAllowed() *GetInsuranceDataAccessConsentMethodNotAllowed

NewGetInsuranceDataAccessConsentMethodNotAllowed creates a GetInsuranceDataAccessConsentMethodNotAllowed with default headers values

func (*GetInsuranceDataAccessConsentMethodNotAllowed) Code

Code gets the status code for the get insurance data access consent method not allowed response

func (*GetInsuranceDataAccessConsentMethodNotAllowed) Error

func (*GetInsuranceDataAccessConsentMethodNotAllowed) GetPayload

func (*GetInsuranceDataAccessConsentMethodNotAllowed) IsClientError

IsClientError returns true when this get insurance data access consent method not allowed response has a 4xx status code

func (*GetInsuranceDataAccessConsentMethodNotAllowed) IsCode

IsCode returns true when this get insurance data access consent method not allowed response a status code equal to that given

func (*GetInsuranceDataAccessConsentMethodNotAllowed) IsRedirect

IsRedirect returns true when this get insurance data access consent method not allowed response has a 3xx status code

func (*GetInsuranceDataAccessConsentMethodNotAllowed) IsServerError

IsServerError returns true when this get insurance data access consent method not allowed response has a 5xx status code

func (*GetInsuranceDataAccessConsentMethodNotAllowed) IsSuccess

IsSuccess returns true when this get insurance data access consent method not allowed response has a 2xx status code

func (*GetInsuranceDataAccessConsentMethodNotAllowed) String

type GetInsuranceDataAccessConsentNotAcceptable

type GetInsuranceDataAccessConsentNotAcceptable struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.

Error

func NewGetInsuranceDataAccessConsentNotAcceptable

func NewGetInsuranceDataAccessConsentNotAcceptable() *GetInsuranceDataAccessConsentNotAcceptable

NewGetInsuranceDataAccessConsentNotAcceptable creates a GetInsuranceDataAccessConsentNotAcceptable with default headers values

func (*GetInsuranceDataAccessConsentNotAcceptable) Code

Code gets the status code for the get insurance data access consent not acceptable response

func (*GetInsuranceDataAccessConsentNotAcceptable) Error

func (*GetInsuranceDataAccessConsentNotAcceptable) GetPayload

func (*GetInsuranceDataAccessConsentNotAcceptable) IsClientError

IsClientError returns true when this get insurance data access consent not acceptable response has a 4xx status code

func (*GetInsuranceDataAccessConsentNotAcceptable) IsCode

IsCode returns true when this get insurance data access consent not acceptable response a status code equal to that given

func (*GetInsuranceDataAccessConsentNotAcceptable) IsRedirect

IsRedirect returns true when this get insurance data access consent not acceptable response has a 3xx status code

func (*GetInsuranceDataAccessConsentNotAcceptable) IsServerError

IsServerError returns true when this get insurance data access consent not acceptable response has a 5xx status code

func (*GetInsuranceDataAccessConsentNotAcceptable) IsSuccess

IsSuccess returns true when this get insurance data access consent not acceptable response has a 2xx status code

func (*GetInsuranceDataAccessConsentNotAcceptable) String

type GetInsuranceDataAccessConsentOK

type GetInsuranceDataAccessConsentOK struct {
	Payload *models.BrazilInsuranceCustomerDataAccessConsentResponse
}

GetInsuranceDataAccessConsentOK describes a response with status code 200, with default header values.

Customer data access consent

func NewGetInsuranceDataAccessConsentOK

func NewGetInsuranceDataAccessConsentOK() *GetInsuranceDataAccessConsentOK

NewGetInsuranceDataAccessConsentOK creates a GetInsuranceDataAccessConsentOK with default headers values

func (*GetInsuranceDataAccessConsentOK) Code

Code gets the status code for the get insurance data access consent o k response

func (*GetInsuranceDataAccessConsentOK) Error

func (*GetInsuranceDataAccessConsentOK) GetPayload

func (*GetInsuranceDataAccessConsentOK) IsClientError

func (o *GetInsuranceDataAccessConsentOK) IsClientError() bool

IsClientError returns true when this get insurance data access consent o k response has a 4xx status code

func (*GetInsuranceDataAccessConsentOK) IsCode

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

IsCode returns true when this get insurance data access consent o k response a status code equal to that given

func (*GetInsuranceDataAccessConsentOK) IsRedirect

func (o *GetInsuranceDataAccessConsentOK) IsRedirect() bool

IsRedirect returns true when this get insurance data access consent o k response has a 3xx status code

func (*GetInsuranceDataAccessConsentOK) IsServerError

func (o *GetInsuranceDataAccessConsentOK) IsServerError() bool

IsServerError returns true when this get insurance data access consent o k response has a 5xx status code

func (*GetInsuranceDataAccessConsentOK) IsSuccess

func (o *GetInsuranceDataAccessConsentOK) IsSuccess() bool

IsSuccess returns true when this get insurance data access consent o k response has a 2xx status code

func (*GetInsuranceDataAccessConsentOK) String

type GetInsuranceDataAccessConsentParams

type GetInsuranceDataAccessConsentParams struct {

	/* ConsentID.

	   Consent id

	   Format: consentID
	*/
	ConsentID string

	/* XCustomerUserAgent.

	     The header indicates the user-agent that the PSU is using.

	The TPP may populate this field with the user-agent indicated by the PSU.
	If the PSU is using a TPP mobile app, the TPP must ensure that the user-agent string
	is different from browser based user-agent strings.
	*/
	XCustomerUserAgent *string

	/* XFapiAuthDate.

	     The time when the PSU last logged in with the TPP.

	The value is supplied as a HTTP-date as in section 7.1.1.1 of [RFC7231]
	*/
	XFapiAuthDate *string

	/* XFapiCustomerIPAddress.

	   The PSU's IP address if the PSU is currently logged in with the TPP.
	*/
	XFapiCustomerIPAddress *string

	/* XFapiInteractionID.

	     An RFC4122 UID used as a correlation Id.

	If provided, the ASPSP must "play back" this value
	in the x-fapi-interaction-id response header.
	*/
	XFapiInteractionID *string

	/* XJwsSignature.

	     Header containing a detached JWS signature of the body of the payload.

	Refer to resource specific documentation on when this header must be specified.
	*/
	XJwsSignature *string

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

GetInsuranceDataAccessConsentParams contains all the parameters to send to the API endpoint

for the get insurance data access consent operation.

Typically these are written to a http.Request.

func NewGetInsuranceDataAccessConsentParams

func NewGetInsuranceDataAccessConsentParams() *GetInsuranceDataAccessConsentParams

NewGetInsuranceDataAccessConsentParams creates a new GetInsuranceDataAccessConsentParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetInsuranceDataAccessConsentParamsWithContext

func NewGetInsuranceDataAccessConsentParamsWithContext(ctx context.Context) *GetInsuranceDataAccessConsentParams

NewGetInsuranceDataAccessConsentParamsWithContext creates a new GetInsuranceDataAccessConsentParams object with the ability to set a context for a request.

func NewGetInsuranceDataAccessConsentParamsWithHTTPClient

func NewGetInsuranceDataAccessConsentParamsWithHTTPClient(client *http.Client) *GetInsuranceDataAccessConsentParams

NewGetInsuranceDataAccessConsentParamsWithHTTPClient creates a new GetInsuranceDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.

func NewGetInsuranceDataAccessConsentParamsWithTimeout

func NewGetInsuranceDataAccessConsentParamsWithTimeout(timeout time.Duration) *GetInsuranceDataAccessConsentParams

NewGetInsuranceDataAccessConsentParamsWithTimeout creates a new GetInsuranceDataAccessConsentParams object with the ability to set a timeout on a request.

func (*GetInsuranceDataAccessConsentParams) SetConsentID

func (o *GetInsuranceDataAccessConsentParams) SetConsentID(consentID string)

SetConsentID adds the consentId to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetContext

SetContext adds the context to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetDefaults

func (o *GetInsuranceDataAccessConsentParams) SetDefaults()

SetDefaults hydrates default values in the get insurance data access consent params (not the query body).

All values with no default are reset to their zero value.

func (*GetInsuranceDataAccessConsentParams) SetHTTPClient

func (o *GetInsuranceDataAccessConsentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetTimeout

func (o *GetInsuranceDataAccessConsentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetXCustomerUserAgent

func (o *GetInsuranceDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)

SetXCustomerUserAgent adds the xCustomerUserAgent to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetXFapiAuthDate

func (o *GetInsuranceDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)

SetXFapiAuthDate adds the xFapiAuthDate to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetXFapiCustomerIPAddress

func (o *GetInsuranceDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)

SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetXFapiInteractionID

func (o *GetInsuranceDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)

SetXFapiInteractionID adds the xFapiInteractionId to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) SetXJwsSignature

func (o *GetInsuranceDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)

SetXJwsSignature adds the xJwsSignature to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithConsentID

WithConsentID adds the consentID to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithContext

WithContext adds the context to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithDefaults

WithDefaults hydrates default values in the get insurance data access consent params (not the query body).

All values with no default are reset to their zero value.

func (*GetInsuranceDataAccessConsentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithTimeout

WithTimeout adds the timeout to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithXCustomerUserAgent

func (o *GetInsuranceDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetInsuranceDataAccessConsentParams

WithXCustomerUserAgent adds the xCustomerUserAgent to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithXFapiAuthDate

WithXFapiAuthDate adds the xFapiAuthDate to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithXFapiCustomerIPAddress

func (o *GetInsuranceDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetInsuranceDataAccessConsentParams

WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithXFapiInteractionID

func (o *GetInsuranceDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetInsuranceDataAccessConsentParams

WithXFapiInteractionID adds the xFapiInteractionID to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WithXJwsSignature

WithXJwsSignature adds the xJwsSignature to the get insurance data access consent params

func (*GetInsuranceDataAccessConsentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetInsuranceDataAccessConsentReader

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

GetInsuranceDataAccessConsentReader is a Reader for the GetInsuranceDataAccessConsent structure.

func (*GetInsuranceDataAccessConsentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetInsuranceDataAccessConsentTooManyRequests

type GetInsuranceDataAccessConsentTooManyRequests struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentTooManyRequests describes a response with status code 429, with default header values.

Error

func NewGetInsuranceDataAccessConsentTooManyRequests

func NewGetInsuranceDataAccessConsentTooManyRequests() *GetInsuranceDataAccessConsentTooManyRequests

NewGetInsuranceDataAccessConsentTooManyRequests creates a GetInsuranceDataAccessConsentTooManyRequests with default headers values

func (*GetInsuranceDataAccessConsentTooManyRequests) Code

Code gets the status code for the get insurance data access consent too many requests response

func (*GetInsuranceDataAccessConsentTooManyRequests) Error

func (*GetInsuranceDataAccessConsentTooManyRequests) GetPayload

func (*GetInsuranceDataAccessConsentTooManyRequests) IsClientError

IsClientError returns true when this get insurance data access consent too many requests response has a 4xx status code

func (*GetInsuranceDataAccessConsentTooManyRequests) IsCode

IsCode returns true when this get insurance data access consent too many requests response a status code equal to that given

func (*GetInsuranceDataAccessConsentTooManyRequests) IsRedirect

IsRedirect returns true when this get insurance data access consent too many requests response has a 3xx status code

func (*GetInsuranceDataAccessConsentTooManyRequests) IsServerError

IsServerError returns true when this get insurance data access consent too many requests response has a 5xx status code

func (*GetInsuranceDataAccessConsentTooManyRequests) IsSuccess

IsSuccess returns true when this get insurance data access consent too many requests response has a 2xx status code

func (*GetInsuranceDataAccessConsentTooManyRequests) String

type GetInsuranceDataAccessConsentUnauthorized

type GetInsuranceDataAccessConsentUnauthorized struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentUnauthorized describes a response with status code 401, with default header values.

Error

func NewGetInsuranceDataAccessConsentUnauthorized

func NewGetInsuranceDataAccessConsentUnauthorized() *GetInsuranceDataAccessConsentUnauthorized

NewGetInsuranceDataAccessConsentUnauthorized creates a GetInsuranceDataAccessConsentUnauthorized with default headers values

func (*GetInsuranceDataAccessConsentUnauthorized) Code

Code gets the status code for the get insurance data access consent unauthorized response

func (*GetInsuranceDataAccessConsentUnauthorized) Error

func (*GetInsuranceDataAccessConsentUnauthorized) GetPayload

func (*GetInsuranceDataAccessConsentUnauthorized) IsClientError

IsClientError returns true when this get insurance data access consent unauthorized response has a 4xx status code

func (*GetInsuranceDataAccessConsentUnauthorized) IsCode

IsCode returns true when this get insurance data access consent unauthorized response a status code equal to that given

func (*GetInsuranceDataAccessConsentUnauthorized) IsRedirect

IsRedirect returns true when this get insurance data access consent unauthorized response has a 3xx status code

func (*GetInsuranceDataAccessConsentUnauthorized) IsServerError

IsServerError returns true when this get insurance data access consent unauthorized response has a 5xx status code

func (*GetInsuranceDataAccessConsentUnauthorized) IsSuccess

IsSuccess returns true when this get insurance data access consent unauthorized response has a 2xx status code

func (*GetInsuranceDataAccessConsentUnauthorized) String

type GetInsuranceDataAccessConsentUnprocessableEntity

type GetInsuranceDataAccessConsentUnprocessableEntity struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.

Error

func NewGetInsuranceDataAccessConsentUnprocessableEntity

func NewGetInsuranceDataAccessConsentUnprocessableEntity() *GetInsuranceDataAccessConsentUnprocessableEntity

NewGetInsuranceDataAccessConsentUnprocessableEntity creates a GetInsuranceDataAccessConsentUnprocessableEntity with default headers values

func (*GetInsuranceDataAccessConsentUnprocessableEntity) Code

Code gets the status code for the get insurance data access consent unprocessable entity response

func (*GetInsuranceDataAccessConsentUnprocessableEntity) Error

func (*GetInsuranceDataAccessConsentUnprocessableEntity) GetPayload

func (*GetInsuranceDataAccessConsentUnprocessableEntity) IsClientError

IsClientError returns true when this get insurance data access consent unprocessable entity response has a 4xx status code

func (*GetInsuranceDataAccessConsentUnprocessableEntity) IsCode

IsCode returns true when this get insurance data access consent unprocessable entity response a status code equal to that given

func (*GetInsuranceDataAccessConsentUnprocessableEntity) IsRedirect

IsRedirect returns true when this get insurance data access consent unprocessable entity response has a 3xx status code

func (*GetInsuranceDataAccessConsentUnprocessableEntity) IsServerError

IsServerError returns true when this get insurance data access consent unprocessable entity response has a 5xx status code

func (*GetInsuranceDataAccessConsentUnprocessableEntity) IsSuccess

IsSuccess returns true when this get insurance data access consent unprocessable entity response has a 2xx status code

func (*GetInsuranceDataAccessConsentUnprocessableEntity) String

type GetInsuranceDataAccessConsentUnsupportedMediaType

type GetInsuranceDataAccessConsentUnsupportedMediaType struct {
	Payload *models.OBBRErrorResponse
}

GetInsuranceDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.

Error

func NewGetInsuranceDataAccessConsentUnsupportedMediaType

func NewGetInsuranceDataAccessConsentUnsupportedMediaType() *GetInsuranceDataAccessConsentUnsupportedMediaType

NewGetInsuranceDataAccessConsentUnsupportedMediaType creates a GetInsuranceDataAccessConsentUnsupportedMediaType with default headers values

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) Code

Code gets the status code for the get insurance data access consent unsupported media type response

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) Error

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) GetPayload

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) IsClientError

IsClientError returns true when this get insurance data access consent unsupported media type response has a 4xx status code

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) IsCode

IsCode returns true when this get insurance data access consent unsupported media type response a status code equal to that given

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) IsRedirect

IsRedirect returns true when this get insurance data access consent unsupported media type response has a 3xx status code

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) IsServerError

IsServerError returns true when this get insurance data access consent unsupported media type response has a 5xx status code

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) IsSuccess

IsSuccess returns true when this get insurance data access consent unsupported media type response has a 2xx status code

func (*GetInsuranceDataAccessConsentUnsupportedMediaType) String

Jump to

Keyboard shortcuts

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