Documentation ¶
Index ¶
- func WithAcceptApplicationJSON(r *runtime.ClientOperation)
- func WithAcceptApplicationJwt(r *runtime.ClientOperation)
- func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
- func WithContentTypeApplicationJwt(r *runtime.ClientOperation)
- func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)
- type Client
- func (a *Client) CreateDataAccessConsent(params *CreateDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateDataAccessConsentCreated, error)
- func (a *Client) CreateDataAccessConsentDeprecated(params *CreateDataAccessConsentDeprecatedParams, ...) (*CreateDataAccessConsentDeprecatedCreated, error)
- func (a *Client) CreateDataAccessConsentExtension(params *CreateDataAccessConsentExtensionParams, ...) (*CreateDataAccessConsentExtensionOK, error)
- func (a *Client) CreateDataAccessConsentV2(params *CreateDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateDataAccessConsentV2Created, error)
- func (a *Client) CreatePaymentConsent(params *CreatePaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreatePaymentConsentCreated, error)
- func (a *Client) CreatePaymentConsentDeprecated(params *CreatePaymentConsentDeprecatedParams, ...) (*CreatePaymentConsentDeprecatedCreated, error)
- func (a *Client) CreatePaymentConsentV2(params *CreatePaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*CreatePaymentConsentV2Created, error)
- func (a *Client) CreatePaymentConsentV3(params *CreatePaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, ...) (*CreatePaymentConsentV3Created, error)
- func (a *Client) CreatePaymentConsentV4(params *CreatePaymentConsentV4Params, authInfo runtime.ClientAuthInfoWriter, ...) (*CreatePaymentConsentV4Created, error)
- func (a *Client) CreateRecurringPaymentConsentV1(params *CreateRecurringPaymentConsentV1Params, ...) (*CreateRecurringPaymentConsentV1Created, error)
- func (a *Client) DeleteDataAccessConsent(params *DeleteDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteDataAccessConsentNoContent, error)
- func (a *Client) DeleteDataAccessConsentDeprecated(params *DeleteDataAccessConsentDeprecatedParams, ...) (*DeleteDataAccessConsentDeprecatedNoContent, error)
- func (a *Client) DeleteDataAccessConsentV2(params *DeleteDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteDataAccessConsentV2NoContent, error)
- func (a *Client) GetDataAccessConsent(params *GetDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetDataAccessConsentOK, error)
- func (a *Client) GetDataAccessConsentDeprecated(params *GetDataAccessConsentDeprecatedParams, ...) (*GetDataAccessConsentDeprecatedOK, error)
- func (a *Client) GetDataAccessConsentExtensions(params *GetDataAccessConsentExtensionsParams, ...) (*GetDataAccessConsentExtensionsOK, error)
- func (a *Client) GetDataAccessConsentV2(params *GetDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*GetDataAccessConsentV2OK, error)
- func (a *Client) GetPaymentConsent(params *GetPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPaymentConsentOK, error)
- func (a *Client) GetPaymentConsentDeprecated(params *GetPaymentConsentDeprecatedParams, ...) (*GetPaymentConsentDeprecatedOK, error)
- func (a *Client) GetPaymentConsentV2(params *GetPaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPaymentConsentV2OK, error)
- func (a *Client) GetPaymentConsentV3(params *GetPaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPaymentConsentV3OK, error)
- func (a *Client) GetPaymentConsentV4(params *GetPaymentConsentV4Params, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPaymentConsentV4OK, error)
- func (a *Client) GetRecurringPaymentConsentV1(params *GetRecurringPaymentConsentV1Params, ...) (*GetRecurringPaymentConsentV1OK, error)
- func (a *Client) ObbrAutomaticPaymentsRecurringConsentIntrospect(params *ObbrAutomaticPaymentsRecurringConsentIntrospectParams, ...) (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK, error)
- func (a *Client) ObbrDataAccessConsentIntrospect(params *ObbrDataAccessConsentIntrospectParams, ...) (*ObbrDataAccessConsentIntrospectOK, error)
- func (a *Client) ObbrDataAccessConsentV2Introspect(params *ObbrDataAccessConsentV2IntrospectParams, ...) (*ObbrDataAccessConsentV2IntrospectOK, error)
- func (a *Client) ObbrPaymentConsentIntrospect(params *ObbrPaymentConsentIntrospectParams, ...) (*ObbrPaymentConsentIntrospectOK, error)
- func (a *Client) ObbrPaymentConsentIntrospectV2(params *ObbrPaymentConsentIntrospectV2Params, ...) (*ObbrPaymentConsentIntrospectV2OK, error)
- func (a *Client) ObbrPaymentConsentIntrospectV3(params *ObbrPaymentConsentIntrospectV3Params, ...) (*ObbrPaymentConsentIntrospectV3OK, error)
- func (a *Client) ObbrPaymentConsentIntrospectV4(params *ObbrPaymentConsentIntrospectV4Params, ...) (*ObbrPaymentConsentIntrospectV4OK, error)
- func (a *Client) PatchPaymentConsent(params *PatchPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchPaymentConsentOK, error)
- func (a *Client) PatchRecurringPaymentConsentV1(params *PatchRecurringPaymentConsentV1Params, ...) (*PatchRecurringPaymentConsentV1Created, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateDataAccessConsentBadRequest
- func (o *CreateDataAccessConsentBadRequest) Code() int
- func (o *CreateDataAccessConsentBadRequest) Error() string
- func (o *CreateDataAccessConsentBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentBadRequest) IsClientError() bool
- func (o *CreateDataAccessConsentBadRequest) IsCode(code int) bool
- func (o *CreateDataAccessConsentBadRequest) IsRedirect() bool
- func (o *CreateDataAccessConsentBadRequest) IsServerError() bool
- func (o *CreateDataAccessConsentBadRequest) IsSuccess() bool
- func (o *CreateDataAccessConsentBadRequest) String() string
- type CreateDataAccessConsentCreated
- func (o *CreateDataAccessConsentCreated) Code() int
- func (o *CreateDataAccessConsentCreated) Error() string
- func (o *CreateDataAccessConsentCreated) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
- func (o *CreateDataAccessConsentCreated) IsClientError() bool
- func (o *CreateDataAccessConsentCreated) IsCode(code int) bool
- func (o *CreateDataAccessConsentCreated) IsRedirect() bool
- func (o *CreateDataAccessConsentCreated) IsServerError() bool
- func (o *CreateDataAccessConsentCreated) IsSuccess() bool
- func (o *CreateDataAccessConsentCreated) String() string
- type CreateDataAccessConsentDeprecatedBadRequest
- func (o *CreateDataAccessConsentDeprecatedBadRequest) Code() int
- func (o *CreateDataAccessConsentDeprecatedBadRequest) Error() string
- func (o *CreateDataAccessConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedBadRequest) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedBadRequest) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedBadRequest) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedBadRequest) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedBadRequest) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedBadRequest) String() string
- type CreateDataAccessConsentDeprecatedCreated
- func (o *CreateDataAccessConsentDeprecatedCreated) Code() int
- func (o *CreateDataAccessConsentDeprecatedCreated) Error() string
- func (o *CreateDataAccessConsentDeprecatedCreated) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
- func (o *CreateDataAccessConsentDeprecatedCreated) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedCreated) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedCreated) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedCreated) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedCreated) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedCreated) String() string
- type CreateDataAccessConsentDeprecatedForbidden
- func (o *CreateDataAccessConsentDeprecatedForbidden) Code() int
- func (o *CreateDataAccessConsentDeprecatedForbidden) Error() string
- func (o *CreateDataAccessConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedForbidden) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedForbidden) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedForbidden) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedForbidden) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedForbidden) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedForbidden) String() string
- type CreateDataAccessConsentDeprecatedInternalServerError
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) Code() int
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) Error() string
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedInternalServerError) String() string
- type CreateDataAccessConsentDeprecatedMethodNotAllowed
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) Code() int
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) Error() string
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) String() string
- type CreateDataAccessConsentDeprecatedNotAcceptable
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) Code() int
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) Error() string
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedNotAcceptable) String() string
- type CreateDataAccessConsentDeprecatedParams
- func NewCreateDataAccessConsentDeprecatedParams() *CreateDataAccessConsentDeprecatedParams
- func NewCreateDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *CreateDataAccessConsentDeprecatedParams
- func NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentDeprecatedParams
- func NewCreateDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) SetContext(ctx context.Context)
- func (o *CreateDataAccessConsentDeprecatedParams) SetDefaults()
- func (o *CreateDataAccessConsentDeprecatedParams) SetHTTPClient(client *http.Client)
- func (o *CreateDataAccessConsentDeprecatedParams) SetRequest(request *models.BrazilCustomerDataAccessConsentRequestV1)
- func (o *CreateDataAccessConsentDeprecatedParams) SetTimeout(timeout time.Duration)
- func (o *CreateDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreateDataAccessConsentDeprecatedParams) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreateDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
- func (o *CreateDataAccessConsentDeprecatedParams) WithContext(ctx context.Context) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithDefaults() *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithHTTPClient(client *http.Client) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithRequest(request *models.BrazilCustomerDataAccessConsentRequestV1) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithTimeout(timeout time.Duration) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentDeprecatedParams
- func (o *CreateDataAccessConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDataAccessConsentDeprecatedReader
- type CreateDataAccessConsentDeprecatedTooManyRequests
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) Code() int
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) Error() string
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedTooManyRequests) String() string
- type CreateDataAccessConsentDeprecatedUnauthorized
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) Code() int
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) Error() string
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedUnauthorized) String() string
- type CreateDataAccessConsentDeprecatedUnprocessableEntity
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) Code() int
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) Error() string
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) String() string
- type CreateDataAccessConsentDeprecatedUnsupportedMediaType
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) Code() int
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) Error() string
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError() bool
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError() bool
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
- func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) String() string
- type CreateDataAccessConsentExtensionBadRequest
- func (o *CreateDataAccessConsentExtensionBadRequest) Code() int
- func (o *CreateDataAccessConsentExtensionBadRequest) Error() string
- func (o *CreateDataAccessConsentExtensionBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionBadRequest) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionBadRequest) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionBadRequest) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionBadRequest) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionBadRequest) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionBadRequest) String() string
- type CreateDataAccessConsentExtensionForbidden
- func (o *CreateDataAccessConsentExtensionForbidden) Code() int
- func (o *CreateDataAccessConsentExtensionForbidden) Error() string
- func (o *CreateDataAccessConsentExtensionForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionForbidden) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionForbidden) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionForbidden) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionForbidden) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionForbidden) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionForbidden) String() string
- type CreateDataAccessConsentExtensionInternalServerError
- func (o *CreateDataAccessConsentExtensionInternalServerError) Code() int
- func (o *CreateDataAccessConsentExtensionInternalServerError) Error() string
- func (o *CreateDataAccessConsentExtensionInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionInternalServerError) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionInternalServerError) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionInternalServerError) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionInternalServerError) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionInternalServerError) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionInternalServerError) String() string
- type CreateDataAccessConsentExtensionMethodNotAllowed
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) Code() int
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) Error() string
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionMethodNotAllowed) String() string
- type CreateDataAccessConsentExtensionNotAcceptable
- func (o *CreateDataAccessConsentExtensionNotAcceptable) Code() int
- func (o *CreateDataAccessConsentExtensionNotAcceptable) Error() string
- func (o *CreateDataAccessConsentExtensionNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionNotAcceptable) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionNotAcceptable) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionNotAcceptable) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionNotAcceptable) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionNotAcceptable) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionNotAcceptable) String() string
- type CreateDataAccessConsentExtensionOK
- func (o *CreateDataAccessConsentExtensionOK) Code() int
- func (o *CreateDataAccessConsentExtensionOK) Error() string
- func (o *CreateDataAccessConsentExtensionOK) GetPayload() *models.BrazilCreateConsentExtensionResponse
- func (o *CreateDataAccessConsentExtensionOK) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionOK) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionOK) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionOK) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionOK) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionOK) String() string
- type CreateDataAccessConsentExtensionParams
- func NewCreateDataAccessConsentExtensionParams() *CreateDataAccessConsentExtensionParams
- func NewCreateDataAccessConsentExtensionParamsWithContext(ctx context.Context) *CreateDataAccessConsentExtensionParams
- func NewCreateDataAccessConsentExtensionParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentExtensionParams
- func NewCreateDataAccessConsentExtensionParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) SetConsentID(consentID string)
- func (o *CreateDataAccessConsentExtensionParams) SetContext(ctx context.Context)
- func (o *CreateDataAccessConsentExtensionParams) SetDefaults()
- func (o *CreateDataAccessConsentExtensionParams) SetHTTPClient(client *http.Client)
- func (o *CreateDataAccessConsentExtensionParams) SetRequest(request *models.BrazilExtensionConsentRequest)
- func (o *CreateDataAccessConsentExtensionParams) SetTimeout(timeout time.Duration)
- func (o *CreateDataAccessConsentExtensionParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreateDataAccessConsentExtensionParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreateDataAccessConsentExtensionParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreateDataAccessConsentExtensionParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreateDataAccessConsentExtensionParams) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreateDataAccessConsentExtensionParams) SetXJwsSignature(xJwsSignature *string)
- func (o *CreateDataAccessConsentExtensionParams) WithConsentID(consentID string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithContext(ctx context.Context) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithDefaults() *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithHTTPClient(client *http.Client) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithRequest(request *models.BrazilExtensionConsentRequest) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithTimeout(timeout time.Duration) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentExtensionParams
- func (o *CreateDataAccessConsentExtensionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDataAccessConsentExtensionReader
- type CreateDataAccessConsentExtensionTooManyRequests
- func (o *CreateDataAccessConsentExtensionTooManyRequests) Code() int
- func (o *CreateDataAccessConsentExtensionTooManyRequests) Error() string
- func (o *CreateDataAccessConsentExtensionTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionTooManyRequests) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionTooManyRequests) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionTooManyRequests) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionTooManyRequests) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionTooManyRequests) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionTooManyRequests) String() string
- type CreateDataAccessConsentExtensionUnauthorized
- func (o *CreateDataAccessConsentExtensionUnauthorized) Code() int
- func (o *CreateDataAccessConsentExtensionUnauthorized) Error() string
- func (o *CreateDataAccessConsentExtensionUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionUnauthorized) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionUnauthorized) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionUnauthorized) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionUnauthorized) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionUnauthorized) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionUnauthorized) String() string
- type CreateDataAccessConsentExtensionUnprocessableEntity
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) Code() int
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) Error() string
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionUnprocessableEntity) String() string
- type CreateDataAccessConsentExtensionUnsupportedMediaType
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) Code() int
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) Error() string
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsClientError() bool
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsCode(code int) bool
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsRedirect() bool
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsServerError() bool
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsSuccess() bool
- func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) String() string
- type CreateDataAccessConsentForbidden
- func (o *CreateDataAccessConsentForbidden) Code() int
- func (o *CreateDataAccessConsentForbidden) Error() string
- func (o *CreateDataAccessConsentForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentForbidden) IsClientError() bool
- func (o *CreateDataAccessConsentForbidden) IsCode(code int) bool
- func (o *CreateDataAccessConsentForbidden) IsRedirect() bool
- func (o *CreateDataAccessConsentForbidden) IsServerError() bool
- func (o *CreateDataAccessConsentForbidden) IsSuccess() bool
- func (o *CreateDataAccessConsentForbidden) String() string
- type CreateDataAccessConsentInternalServerError
- func (o *CreateDataAccessConsentInternalServerError) Code() int
- func (o *CreateDataAccessConsentInternalServerError) Error() string
- func (o *CreateDataAccessConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentInternalServerError) IsClientError() bool
- func (o *CreateDataAccessConsentInternalServerError) IsCode(code int) bool
- func (o *CreateDataAccessConsentInternalServerError) IsRedirect() bool
- func (o *CreateDataAccessConsentInternalServerError) IsServerError() bool
- func (o *CreateDataAccessConsentInternalServerError) IsSuccess() bool
- func (o *CreateDataAccessConsentInternalServerError) String() string
- type CreateDataAccessConsentMethodNotAllowed
- func (o *CreateDataAccessConsentMethodNotAllowed) Code() int
- func (o *CreateDataAccessConsentMethodNotAllowed) Error() string
- func (o *CreateDataAccessConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentMethodNotAllowed) IsClientError() bool
- func (o *CreateDataAccessConsentMethodNotAllowed) IsCode(code int) bool
- func (o *CreateDataAccessConsentMethodNotAllowed) IsRedirect() bool
- func (o *CreateDataAccessConsentMethodNotAllowed) IsServerError() bool
- func (o *CreateDataAccessConsentMethodNotAllowed) IsSuccess() bool
- func (o *CreateDataAccessConsentMethodNotAllowed) String() string
- type CreateDataAccessConsentNotAcceptable
- func (o *CreateDataAccessConsentNotAcceptable) Code() int
- func (o *CreateDataAccessConsentNotAcceptable) Error() string
- func (o *CreateDataAccessConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentNotAcceptable) IsClientError() bool
- func (o *CreateDataAccessConsentNotAcceptable) IsCode(code int) bool
- func (o *CreateDataAccessConsentNotAcceptable) IsRedirect() bool
- func (o *CreateDataAccessConsentNotAcceptable) IsServerError() bool
- func (o *CreateDataAccessConsentNotAcceptable) IsSuccess() bool
- func (o *CreateDataAccessConsentNotAcceptable) String() string
- type CreateDataAccessConsentParams
- func NewCreateDataAccessConsentParams() *CreateDataAccessConsentParams
- func NewCreateDataAccessConsentParamsWithContext(ctx context.Context) *CreateDataAccessConsentParams
- func NewCreateDataAccessConsentParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentParams
- func NewCreateDataAccessConsentParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) SetContext(ctx context.Context)
- func (o *CreateDataAccessConsentParams) SetDefaults()
- func (o *CreateDataAccessConsentParams) SetHTTPClient(client *http.Client)
- func (o *CreateDataAccessConsentParams) SetRequest(request *models.BrazilCustomerDataAccessConsentRequestV1)
- func (o *CreateDataAccessConsentParams) SetTimeout(timeout time.Duration)
- func (o *CreateDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreateDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreateDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreateDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreateDataAccessConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreateDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)
- func (o *CreateDataAccessConsentParams) WithContext(ctx context.Context) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithDefaults() *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithHTTPClient(client *http.Client) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithRequest(request *models.BrazilCustomerDataAccessConsentRequestV1) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithTimeout(timeout time.Duration) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentParams
- func (o *CreateDataAccessConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDataAccessConsentReader
- type CreateDataAccessConsentTooManyRequests
- func (o *CreateDataAccessConsentTooManyRequests) Code() int
- func (o *CreateDataAccessConsentTooManyRequests) Error() string
- func (o *CreateDataAccessConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentTooManyRequests) IsClientError() bool
- func (o *CreateDataAccessConsentTooManyRequests) IsCode(code int) bool
- func (o *CreateDataAccessConsentTooManyRequests) IsRedirect() bool
- func (o *CreateDataAccessConsentTooManyRequests) IsServerError() bool
- func (o *CreateDataAccessConsentTooManyRequests) IsSuccess() bool
- func (o *CreateDataAccessConsentTooManyRequests) String() string
- type CreateDataAccessConsentUnauthorized
- func (o *CreateDataAccessConsentUnauthorized) Code() int
- func (o *CreateDataAccessConsentUnauthorized) Error() string
- func (o *CreateDataAccessConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentUnauthorized) IsClientError() bool
- func (o *CreateDataAccessConsentUnauthorized) IsCode(code int) bool
- func (o *CreateDataAccessConsentUnauthorized) IsRedirect() bool
- func (o *CreateDataAccessConsentUnauthorized) IsServerError() bool
- func (o *CreateDataAccessConsentUnauthorized) IsSuccess() bool
- func (o *CreateDataAccessConsentUnauthorized) String() string
- type CreateDataAccessConsentUnprocessableEntity
- func (o *CreateDataAccessConsentUnprocessableEntity) Code() int
- func (o *CreateDataAccessConsentUnprocessableEntity) Error() string
- func (o *CreateDataAccessConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentUnprocessableEntity) IsClientError() bool
- func (o *CreateDataAccessConsentUnprocessableEntity) IsCode(code int) bool
- func (o *CreateDataAccessConsentUnprocessableEntity) IsRedirect() bool
- func (o *CreateDataAccessConsentUnprocessableEntity) IsServerError() bool
- func (o *CreateDataAccessConsentUnprocessableEntity) IsSuccess() bool
- func (o *CreateDataAccessConsentUnprocessableEntity) String() string
- type CreateDataAccessConsentUnsupportedMediaType
- func (o *CreateDataAccessConsentUnsupportedMediaType) Code() int
- func (o *CreateDataAccessConsentUnsupportedMediaType) Error() string
- func (o *CreateDataAccessConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentUnsupportedMediaType) IsClientError() bool
- func (o *CreateDataAccessConsentUnsupportedMediaType) IsCode(code int) bool
- func (o *CreateDataAccessConsentUnsupportedMediaType) IsRedirect() bool
- func (o *CreateDataAccessConsentUnsupportedMediaType) IsServerError() bool
- func (o *CreateDataAccessConsentUnsupportedMediaType) IsSuccess() bool
- func (o *CreateDataAccessConsentUnsupportedMediaType) String() string
- type CreateDataAccessConsentV2BadRequest
- func (o *CreateDataAccessConsentV2BadRequest) Code() int
- func (o *CreateDataAccessConsentV2BadRequest) Error() string
- func (o *CreateDataAccessConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2BadRequest) IsClientError() bool
- func (o *CreateDataAccessConsentV2BadRequest) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2BadRequest) IsRedirect() bool
- func (o *CreateDataAccessConsentV2BadRequest) IsServerError() bool
- func (o *CreateDataAccessConsentV2BadRequest) IsSuccess() bool
- func (o *CreateDataAccessConsentV2BadRequest) String() string
- type CreateDataAccessConsentV2Created
- func (o *CreateDataAccessConsentV2Created) Code() int
- func (o *CreateDataAccessConsentV2Created) Error() string
- func (o *CreateDataAccessConsentV2Created) GetPayload() *models.BrazilCreateCustomerDataAccessConsentV2Response
- func (o *CreateDataAccessConsentV2Created) IsClientError() bool
- func (o *CreateDataAccessConsentV2Created) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2Created) IsRedirect() bool
- func (o *CreateDataAccessConsentV2Created) IsServerError() bool
- func (o *CreateDataAccessConsentV2Created) IsSuccess() bool
- func (o *CreateDataAccessConsentV2Created) String() string
- type CreateDataAccessConsentV2Forbidden
- func (o *CreateDataAccessConsentV2Forbidden) Code() int
- func (o *CreateDataAccessConsentV2Forbidden) Error() string
- func (o *CreateDataAccessConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2Forbidden) IsClientError() bool
- func (o *CreateDataAccessConsentV2Forbidden) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2Forbidden) IsRedirect() bool
- func (o *CreateDataAccessConsentV2Forbidden) IsServerError() bool
- func (o *CreateDataAccessConsentV2Forbidden) IsSuccess() bool
- func (o *CreateDataAccessConsentV2Forbidden) String() string
- type CreateDataAccessConsentV2InternalServerError
- func (o *CreateDataAccessConsentV2InternalServerError) Code() int
- func (o *CreateDataAccessConsentV2InternalServerError) Error() string
- func (o *CreateDataAccessConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2InternalServerError) IsClientError() bool
- func (o *CreateDataAccessConsentV2InternalServerError) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2InternalServerError) IsRedirect() bool
- func (o *CreateDataAccessConsentV2InternalServerError) IsServerError() bool
- func (o *CreateDataAccessConsentV2InternalServerError) IsSuccess() bool
- func (o *CreateDataAccessConsentV2InternalServerError) String() string
- type CreateDataAccessConsentV2MethodNotAllowed
- func (o *CreateDataAccessConsentV2MethodNotAllowed) Code() int
- func (o *CreateDataAccessConsentV2MethodNotAllowed) Error() string
- func (o *CreateDataAccessConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2MethodNotAllowed) IsClientError() bool
- func (o *CreateDataAccessConsentV2MethodNotAllowed) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2MethodNotAllowed) IsRedirect() bool
- func (o *CreateDataAccessConsentV2MethodNotAllowed) IsServerError() bool
- func (o *CreateDataAccessConsentV2MethodNotAllowed) IsSuccess() bool
- func (o *CreateDataAccessConsentV2MethodNotAllowed) String() string
- type CreateDataAccessConsentV2NotAcceptable
- func (o *CreateDataAccessConsentV2NotAcceptable) Code() int
- func (o *CreateDataAccessConsentV2NotAcceptable) Error() string
- func (o *CreateDataAccessConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2NotAcceptable) IsClientError() bool
- func (o *CreateDataAccessConsentV2NotAcceptable) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2NotAcceptable) IsRedirect() bool
- func (o *CreateDataAccessConsentV2NotAcceptable) IsServerError() bool
- func (o *CreateDataAccessConsentV2NotAcceptable) IsSuccess() bool
- func (o *CreateDataAccessConsentV2NotAcceptable) String() string
- type CreateDataAccessConsentV2Params
- func NewCreateDataAccessConsentV2Params() *CreateDataAccessConsentV2Params
- func NewCreateDataAccessConsentV2ParamsWithContext(ctx context.Context) *CreateDataAccessConsentV2Params
- func NewCreateDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentV2Params
- func NewCreateDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) SetContext(ctx context.Context)
- func (o *CreateDataAccessConsentV2Params) SetDefaults()
- func (o *CreateDataAccessConsentV2Params) SetHTTPClient(client *http.Client)
- func (o *CreateDataAccessConsentV2Params) SetRequest(request *models.BrazilCustomerDataAccessConsentRequestV2)
- func (o *CreateDataAccessConsentV2Params) SetTimeout(timeout time.Duration)
- func (o *CreateDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreateDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreateDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreateDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreateDataAccessConsentV2Params) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreateDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)
- func (o *CreateDataAccessConsentV2Params) WithContext(ctx context.Context) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithDefaults() *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithHTTPClient(client *http.Client) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithRequest(request *models.BrazilCustomerDataAccessConsentRequestV2) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithTimeout(timeout time.Duration) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentV2Params
- func (o *CreateDataAccessConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDataAccessConsentV2Reader
- type CreateDataAccessConsentV2TooManyRequests
- func (o *CreateDataAccessConsentV2TooManyRequests) Code() int
- func (o *CreateDataAccessConsentV2TooManyRequests) Error() string
- func (o *CreateDataAccessConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2TooManyRequests) IsClientError() bool
- func (o *CreateDataAccessConsentV2TooManyRequests) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2TooManyRequests) IsRedirect() bool
- func (o *CreateDataAccessConsentV2TooManyRequests) IsServerError() bool
- func (o *CreateDataAccessConsentV2TooManyRequests) IsSuccess() bool
- func (o *CreateDataAccessConsentV2TooManyRequests) String() string
- type CreateDataAccessConsentV2Unauthorized
- func (o *CreateDataAccessConsentV2Unauthorized) Code() int
- func (o *CreateDataAccessConsentV2Unauthorized) Error() string
- func (o *CreateDataAccessConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2Unauthorized) IsClientError() bool
- func (o *CreateDataAccessConsentV2Unauthorized) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2Unauthorized) IsRedirect() bool
- func (o *CreateDataAccessConsentV2Unauthorized) IsServerError() bool
- func (o *CreateDataAccessConsentV2Unauthorized) IsSuccess() bool
- func (o *CreateDataAccessConsentV2Unauthorized) String() string
- type CreateDataAccessConsentV2UnprocessableEntity
- func (o *CreateDataAccessConsentV2UnprocessableEntity) Code() int
- func (o *CreateDataAccessConsentV2UnprocessableEntity) Error() string
- func (o *CreateDataAccessConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2UnprocessableEntity) IsClientError() bool
- func (o *CreateDataAccessConsentV2UnprocessableEntity) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2UnprocessableEntity) IsRedirect() bool
- func (o *CreateDataAccessConsentV2UnprocessableEntity) IsServerError() bool
- func (o *CreateDataAccessConsentV2UnprocessableEntity) IsSuccess() bool
- func (o *CreateDataAccessConsentV2UnprocessableEntity) String() string
- type CreateDataAccessConsentV2UnsupportedMediaType
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) Code() int
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) Error() string
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsClientError() bool
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsCode(code int) bool
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsRedirect() bool
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsServerError() bool
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsSuccess() bool
- func (o *CreateDataAccessConsentV2UnsupportedMediaType) String() string
- type CreatePaymentConsentBadRequest
- func (o *CreatePaymentConsentBadRequest) Code() int
- func (o *CreatePaymentConsentBadRequest) Error() string
- func (o *CreatePaymentConsentBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentBadRequest) IsClientError() bool
- func (o *CreatePaymentConsentBadRequest) IsCode(code int) bool
- func (o *CreatePaymentConsentBadRequest) IsRedirect() bool
- func (o *CreatePaymentConsentBadRequest) IsServerError() bool
- func (o *CreatePaymentConsentBadRequest) IsSuccess() bool
- func (o *CreatePaymentConsentBadRequest) String() string
- type CreatePaymentConsentCreated
- func (o *CreatePaymentConsentCreated) Code() int
- func (o *CreatePaymentConsentCreated) Error() string
- func (o *CreatePaymentConsentCreated) GetPayload() *models.BrazilCustomerPaymentConsentResponse
- func (o *CreatePaymentConsentCreated) IsClientError() bool
- func (o *CreatePaymentConsentCreated) IsCode(code int) bool
- func (o *CreatePaymentConsentCreated) IsRedirect() bool
- func (o *CreatePaymentConsentCreated) IsServerError() bool
- func (o *CreatePaymentConsentCreated) IsSuccess() bool
- func (o *CreatePaymentConsentCreated) String() string
- type CreatePaymentConsentDeprecatedBadRequest
- func (o *CreatePaymentConsentDeprecatedBadRequest) Code() int
- func (o *CreatePaymentConsentDeprecatedBadRequest) Error() string
- func (o *CreatePaymentConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedBadRequest) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedBadRequest) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedBadRequest) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedBadRequest) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedBadRequest) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedBadRequest) String() string
- type CreatePaymentConsentDeprecatedCreated
- func (o *CreatePaymentConsentDeprecatedCreated) Code() int
- func (o *CreatePaymentConsentDeprecatedCreated) Error() string
- func (o *CreatePaymentConsentDeprecatedCreated) GetPayload() *models.BrazilCustomerPaymentConsentResponse
- func (o *CreatePaymentConsentDeprecatedCreated) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedCreated) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedCreated) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedCreated) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedCreated) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedCreated) String() string
- type CreatePaymentConsentDeprecatedForbidden
- func (o *CreatePaymentConsentDeprecatedForbidden) Code() int
- func (o *CreatePaymentConsentDeprecatedForbidden) Error() string
- func (o *CreatePaymentConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedForbidden) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedForbidden) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedForbidden) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedForbidden) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedForbidden) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedForbidden) String() string
- type CreatePaymentConsentDeprecatedInternalServerError
- func (o *CreatePaymentConsentDeprecatedInternalServerError) Code() int
- func (o *CreatePaymentConsentDeprecatedInternalServerError) Error() string
- func (o *CreatePaymentConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedInternalServerError) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedInternalServerError) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedInternalServerError) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedInternalServerError) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedInternalServerError) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedInternalServerError) String() string
- type CreatePaymentConsentDeprecatedMethodNotAllowed
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) Code() int
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) Error() string
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) String() string
- type CreatePaymentConsentDeprecatedNotAcceptable
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) Code() int
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) Error() string
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedNotAcceptable) String() string
- type CreatePaymentConsentDeprecatedParams
- func NewCreatePaymentConsentDeprecatedParams() *CreatePaymentConsentDeprecatedParams
- func NewCreatePaymentConsentDeprecatedParamsWithContext(ctx context.Context) *CreatePaymentConsentDeprecatedParams
- func NewCreatePaymentConsentDeprecatedParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentDeprecatedParams
- func NewCreatePaymentConsentDeprecatedParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) SetContext(ctx context.Context)
- func (o *CreatePaymentConsentDeprecatedParams) SetDefaults()
- func (o *CreatePaymentConsentDeprecatedParams) SetHTTPClient(client *http.Client)
- func (o *CreatePaymentConsentDeprecatedParams) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequest)
- func (o *CreatePaymentConsentDeprecatedParams) SetTimeout(timeout time.Duration)
- func (o *CreatePaymentConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreatePaymentConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreatePaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreatePaymentConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreatePaymentConsentDeprecatedParams) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreatePaymentConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
- func (o *CreatePaymentConsentDeprecatedParams) WithContext(ctx context.Context) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithDefaults() *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithHTTPClient(client *http.Client) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequest) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithTimeout(timeout time.Duration) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentDeprecatedParams
- func (o *CreatePaymentConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePaymentConsentDeprecatedReader
- type CreatePaymentConsentDeprecatedTooManyRequests
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) Code() int
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) Error() string
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedTooManyRequests) String() string
- type CreatePaymentConsentDeprecatedUnauthorized
- func (o *CreatePaymentConsentDeprecatedUnauthorized) Code() int
- func (o *CreatePaymentConsentDeprecatedUnauthorized) Error() string
- func (o *CreatePaymentConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedUnauthorized) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedUnauthorized) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedUnauthorized) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedUnauthorized) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedUnauthorized) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedUnauthorized) String() string
- type CreatePaymentConsentDeprecatedUnprocessableEntity
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) Code() int
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) Error() string
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) String() string
- type CreatePaymentConsentDeprecatedUnsupportedMediaType
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) Code() int
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) Error() string
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsClientError() bool
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsServerError() bool
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
- func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) String() string
- type CreatePaymentConsentForbidden
- func (o *CreatePaymentConsentForbidden) Code() int
- func (o *CreatePaymentConsentForbidden) Error() string
- func (o *CreatePaymentConsentForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentForbidden) IsClientError() bool
- func (o *CreatePaymentConsentForbidden) IsCode(code int) bool
- func (o *CreatePaymentConsentForbidden) IsRedirect() bool
- func (o *CreatePaymentConsentForbidden) IsServerError() bool
- func (o *CreatePaymentConsentForbidden) IsSuccess() bool
- func (o *CreatePaymentConsentForbidden) String() string
- type CreatePaymentConsentInternalServerError
- func (o *CreatePaymentConsentInternalServerError) Code() int
- func (o *CreatePaymentConsentInternalServerError) Error() string
- func (o *CreatePaymentConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentInternalServerError) IsClientError() bool
- func (o *CreatePaymentConsentInternalServerError) IsCode(code int) bool
- func (o *CreatePaymentConsentInternalServerError) IsRedirect() bool
- func (o *CreatePaymentConsentInternalServerError) IsServerError() bool
- func (o *CreatePaymentConsentInternalServerError) IsSuccess() bool
- func (o *CreatePaymentConsentInternalServerError) String() string
- type CreatePaymentConsentMethodNotAllowed
- func (o *CreatePaymentConsentMethodNotAllowed) Code() int
- func (o *CreatePaymentConsentMethodNotAllowed) Error() string
- func (o *CreatePaymentConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentMethodNotAllowed) IsClientError() bool
- func (o *CreatePaymentConsentMethodNotAllowed) IsCode(code int) bool
- func (o *CreatePaymentConsentMethodNotAllowed) IsRedirect() bool
- func (o *CreatePaymentConsentMethodNotAllowed) IsServerError() bool
- func (o *CreatePaymentConsentMethodNotAllowed) IsSuccess() bool
- func (o *CreatePaymentConsentMethodNotAllowed) String() string
- type CreatePaymentConsentNotAcceptable
- func (o *CreatePaymentConsentNotAcceptable) Code() int
- func (o *CreatePaymentConsentNotAcceptable) Error() string
- func (o *CreatePaymentConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentNotAcceptable) IsClientError() bool
- func (o *CreatePaymentConsentNotAcceptable) IsCode(code int) bool
- func (o *CreatePaymentConsentNotAcceptable) IsRedirect() bool
- func (o *CreatePaymentConsentNotAcceptable) IsServerError() bool
- func (o *CreatePaymentConsentNotAcceptable) IsSuccess() bool
- func (o *CreatePaymentConsentNotAcceptable) String() string
- type CreatePaymentConsentParams
- func NewCreatePaymentConsentParams() *CreatePaymentConsentParams
- func NewCreatePaymentConsentParamsWithContext(ctx context.Context) *CreatePaymentConsentParams
- func NewCreatePaymentConsentParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentParams
- func NewCreatePaymentConsentParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) SetContext(ctx context.Context)
- func (o *CreatePaymentConsentParams) SetDefaults()
- func (o *CreatePaymentConsentParams) SetHTTPClient(client *http.Client)
- func (o *CreatePaymentConsentParams) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequest)
- func (o *CreatePaymentConsentParams) SetTimeout(timeout time.Duration)
- func (o *CreatePaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreatePaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreatePaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreatePaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreatePaymentConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreatePaymentConsentParams) SetXJwsSignature(xJwsSignature *string)
- func (o *CreatePaymentConsentParams) WithContext(ctx context.Context) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithDefaults() *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithHTTPClient(client *http.Client) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequest) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithTimeout(timeout time.Duration) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentParams
- func (o *CreatePaymentConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePaymentConsentReader
- type CreatePaymentConsentTooManyRequests
- func (o *CreatePaymentConsentTooManyRequests) Code() int
- func (o *CreatePaymentConsentTooManyRequests) Error() string
- func (o *CreatePaymentConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentTooManyRequests) IsClientError() bool
- func (o *CreatePaymentConsentTooManyRequests) IsCode(code int) bool
- func (o *CreatePaymentConsentTooManyRequests) IsRedirect() bool
- func (o *CreatePaymentConsentTooManyRequests) IsServerError() bool
- func (o *CreatePaymentConsentTooManyRequests) IsSuccess() bool
- func (o *CreatePaymentConsentTooManyRequests) String() string
- type CreatePaymentConsentUnauthorized
- func (o *CreatePaymentConsentUnauthorized) Code() int
- func (o *CreatePaymentConsentUnauthorized) Error() string
- func (o *CreatePaymentConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentUnauthorized) IsClientError() bool
- func (o *CreatePaymentConsentUnauthorized) IsCode(code int) bool
- func (o *CreatePaymentConsentUnauthorized) IsRedirect() bool
- func (o *CreatePaymentConsentUnauthorized) IsServerError() bool
- func (o *CreatePaymentConsentUnauthorized) IsSuccess() bool
- func (o *CreatePaymentConsentUnauthorized) String() string
- type CreatePaymentConsentUnprocessableEntity
- func (o *CreatePaymentConsentUnprocessableEntity) Code() int
- func (o *CreatePaymentConsentUnprocessableEntity) Error() string
- func (o *CreatePaymentConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentUnprocessableEntity) IsClientError() bool
- func (o *CreatePaymentConsentUnprocessableEntity) IsCode(code int) bool
- func (o *CreatePaymentConsentUnprocessableEntity) IsRedirect() bool
- func (o *CreatePaymentConsentUnprocessableEntity) IsServerError() bool
- func (o *CreatePaymentConsentUnprocessableEntity) IsSuccess() bool
- func (o *CreatePaymentConsentUnprocessableEntity) String() string
- type CreatePaymentConsentUnsupportedMediaType
- func (o *CreatePaymentConsentUnsupportedMediaType) Code() int
- func (o *CreatePaymentConsentUnsupportedMediaType) Error() string
- func (o *CreatePaymentConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentUnsupportedMediaType) IsClientError() bool
- func (o *CreatePaymentConsentUnsupportedMediaType) IsCode(code int) bool
- func (o *CreatePaymentConsentUnsupportedMediaType) IsRedirect() bool
- func (o *CreatePaymentConsentUnsupportedMediaType) IsServerError() bool
- func (o *CreatePaymentConsentUnsupportedMediaType) IsSuccess() bool
- func (o *CreatePaymentConsentUnsupportedMediaType) String() string
- type CreatePaymentConsentV2BadRequest
- func (o *CreatePaymentConsentV2BadRequest) Code() int
- func (o *CreatePaymentConsentV2BadRequest) Error() string
- func (o *CreatePaymentConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2BadRequest) IsClientError() bool
- func (o *CreatePaymentConsentV2BadRequest) IsCode(code int) bool
- func (o *CreatePaymentConsentV2BadRequest) IsRedirect() bool
- func (o *CreatePaymentConsentV2BadRequest) IsServerError() bool
- func (o *CreatePaymentConsentV2BadRequest) IsSuccess() bool
- func (o *CreatePaymentConsentV2BadRequest) String() string
- type CreatePaymentConsentV2Created
- func (o *CreatePaymentConsentV2Created) Code() int
- func (o *CreatePaymentConsentV2Created) Error() string
- func (o *CreatePaymentConsentV2Created) GetPayload() *models.BrazilCustomerPaymentConsentResponseV2
- func (o *CreatePaymentConsentV2Created) IsClientError() bool
- func (o *CreatePaymentConsentV2Created) IsCode(code int) bool
- func (o *CreatePaymentConsentV2Created) IsRedirect() bool
- func (o *CreatePaymentConsentV2Created) IsServerError() bool
- func (o *CreatePaymentConsentV2Created) IsSuccess() bool
- func (o *CreatePaymentConsentV2Created) String() string
- type CreatePaymentConsentV2Forbidden
- func (o *CreatePaymentConsentV2Forbidden) Code() int
- func (o *CreatePaymentConsentV2Forbidden) Error() string
- func (o *CreatePaymentConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2Forbidden) IsClientError() bool
- func (o *CreatePaymentConsentV2Forbidden) IsCode(code int) bool
- func (o *CreatePaymentConsentV2Forbidden) IsRedirect() bool
- func (o *CreatePaymentConsentV2Forbidden) IsServerError() bool
- func (o *CreatePaymentConsentV2Forbidden) IsSuccess() bool
- func (o *CreatePaymentConsentV2Forbidden) String() string
- type CreatePaymentConsentV2InternalServerError
- func (o *CreatePaymentConsentV2InternalServerError) Code() int
- func (o *CreatePaymentConsentV2InternalServerError) Error() string
- func (o *CreatePaymentConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2InternalServerError) IsClientError() bool
- func (o *CreatePaymentConsentV2InternalServerError) IsCode(code int) bool
- func (o *CreatePaymentConsentV2InternalServerError) IsRedirect() bool
- func (o *CreatePaymentConsentV2InternalServerError) IsServerError() bool
- func (o *CreatePaymentConsentV2InternalServerError) IsSuccess() bool
- func (o *CreatePaymentConsentV2InternalServerError) String() string
- type CreatePaymentConsentV2MethodNotAllowed
- func (o *CreatePaymentConsentV2MethodNotAllowed) Code() int
- func (o *CreatePaymentConsentV2MethodNotAllowed) Error() string
- func (o *CreatePaymentConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2MethodNotAllowed) IsClientError() bool
- func (o *CreatePaymentConsentV2MethodNotAllowed) IsCode(code int) bool
- func (o *CreatePaymentConsentV2MethodNotAllowed) IsRedirect() bool
- func (o *CreatePaymentConsentV2MethodNotAllowed) IsServerError() bool
- func (o *CreatePaymentConsentV2MethodNotAllowed) IsSuccess() bool
- func (o *CreatePaymentConsentV2MethodNotAllowed) String() string
- type CreatePaymentConsentV2NotAcceptable
- func (o *CreatePaymentConsentV2NotAcceptable) Code() int
- func (o *CreatePaymentConsentV2NotAcceptable) Error() string
- func (o *CreatePaymentConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2NotAcceptable) IsClientError() bool
- func (o *CreatePaymentConsentV2NotAcceptable) IsCode(code int) bool
- func (o *CreatePaymentConsentV2NotAcceptable) IsRedirect() bool
- func (o *CreatePaymentConsentV2NotAcceptable) IsServerError() bool
- func (o *CreatePaymentConsentV2NotAcceptable) IsSuccess() bool
- func (o *CreatePaymentConsentV2NotAcceptable) String() string
- type CreatePaymentConsentV2Params
- func NewCreatePaymentConsentV2Params() *CreatePaymentConsentV2Params
- func NewCreatePaymentConsentV2ParamsWithContext(ctx context.Context) *CreatePaymentConsentV2Params
- func NewCreatePaymentConsentV2ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV2Params
- func NewCreatePaymentConsentV2ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) SetContext(ctx context.Context)
- func (o *CreatePaymentConsentV2Params) SetDefaults()
- func (o *CreatePaymentConsentV2Params) SetHTTPClient(client *http.Client)
- func (o *CreatePaymentConsentV2Params) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV2)
- func (o *CreatePaymentConsentV2Params) SetTimeout(timeout time.Duration)
- func (o *CreatePaymentConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreatePaymentConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreatePaymentConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreatePaymentConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreatePaymentConsentV2Params) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreatePaymentConsentV2Params) SetXJwsSignature(xJwsSignature *string)
- func (o *CreatePaymentConsentV2Params) WithContext(ctx context.Context) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithDefaults() *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithHTTPClient(client *http.Client) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV2) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithTimeout(timeout time.Duration) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV2Params
- func (o *CreatePaymentConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePaymentConsentV2Reader
- type CreatePaymentConsentV2TooManyRequests
- func (o *CreatePaymentConsentV2TooManyRequests) Code() int
- func (o *CreatePaymentConsentV2TooManyRequests) Error() string
- func (o *CreatePaymentConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2TooManyRequests) IsClientError() bool
- func (o *CreatePaymentConsentV2TooManyRequests) IsCode(code int) bool
- func (o *CreatePaymentConsentV2TooManyRequests) IsRedirect() bool
- func (o *CreatePaymentConsentV2TooManyRequests) IsServerError() bool
- func (o *CreatePaymentConsentV2TooManyRequests) IsSuccess() bool
- func (o *CreatePaymentConsentV2TooManyRequests) String() string
- type CreatePaymentConsentV2Unauthorized
- func (o *CreatePaymentConsentV2Unauthorized) Code() int
- func (o *CreatePaymentConsentV2Unauthorized) Error() string
- func (o *CreatePaymentConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2Unauthorized) IsClientError() bool
- func (o *CreatePaymentConsentV2Unauthorized) IsCode(code int) bool
- func (o *CreatePaymentConsentV2Unauthorized) IsRedirect() bool
- func (o *CreatePaymentConsentV2Unauthorized) IsServerError() bool
- func (o *CreatePaymentConsentV2Unauthorized) IsSuccess() bool
- func (o *CreatePaymentConsentV2Unauthorized) String() string
- type CreatePaymentConsentV2UnprocessableEntity
- func (o *CreatePaymentConsentV2UnprocessableEntity) Code() int
- func (o *CreatePaymentConsentV2UnprocessableEntity) Error() string
- func (o *CreatePaymentConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2UnprocessableEntity) IsClientError() bool
- func (o *CreatePaymentConsentV2UnprocessableEntity) IsCode(code int) bool
- func (o *CreatePaymentConsentV2UnprocessableEntity) IsRedirect() bool
- func (o *CreatePaymentConsentV2UnprocessableEntity) IsServerError() bool
- func (o *CreatePaymentConsentV2UnprocessableEntity) IsSuccess() bool
- func (o *CreatePaymentConsentV2UnprocessableEntity) String() string
- type CreatePaymentConsentV2UnsupportedMediaType
- func (o *CreatePaymentConsentV2UnsupportedMediaType) Code() int
- func (o *CreatePaymentConsentV2UnsupportedMediaType) Error() string
- func (o *CreatePaymentConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV2UnsupportedMediaType) IsClientError() bool
- func (o *CreatePaymentConsentV2UnsupportedMediaType) IsCode(code int) bool
- func (o *CreatePaymentConsentV2UnsupportedMediaType) IsRedirect() bool
- func (o *CreatePaymentConsentV2UnsupportedMediaType) IsServerError() bool
- func (o *CreatePaymentConsentV2UnsupportedMediaType) IsSuccess() bool
- func (o *CreatePaymentConsentV2UnsupportedMediaType) String() string
- type CreatePaymentConsentV3BadRequest
- func (o *CreatePaymentConsentV3BadRequest) Code() int
- func (o *CreatePaymentConsentV3BadRequest) Error() string
- func (o *CreatePaymentConsentV3BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3BadRequest) IsClientError() bool
- func (o *CreatePaymentConsentV3BadRequest) IsCode(code int) bool
- func (o *CreatePaymentConsentV3BadRequest) IsRedirect() bool
- func (o *CreatePaymentConsentV3BadRequest) IsServerError() bool
- func (o *CreatePaymentConsentV3BadRequest) IsSuccess() bool
- func (o *CreatePaymentConsentV3BadRequest) String() string
- type CreatePaymentConsentV3Created
- func (o *CreatePaymentConsentV3Created) Code() int
- func (o *CreatePaymentConsentV3Created) Error() string
- func (o *CreatePaymentConsentV3Created) GetPayload() *models.BrazilCustomerPaymentConsentResponseV3
- func (o *CreatePaymentConsentV3Created) IsClientError() bool
- func (o *CreatePaymentConsentV3Created) IsCode(code int) bool
- func (o *CreatePaymentConsentV3Created) IsRedirect() bool
- func (o *CreatePaymentConsentV3Created) IsServerError() bool
- func (o *CreatePaymentConsentV3Created) IsSuccess() bool
- func (o *CreatePaymentConsentV3Created) String() string
- type CreatePaymentConsentV3Forbidden
- func (o *CreatePaymentConsentV3Forbidden) Code() int
- func (o *CreatePaymentConsentV3Forbidden) Error() string
- func (o *CreatePaymentConsentV3Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3Forbidden) IsClientError() bool
- func (o *CreatePaymentConsentV3Forbidden) IsCode(code int) bool
- func (o *CreatePaymentConsentV3Forbidden) IsRedirect() bool
- func (o *CreatePaymentConsentV3Forbidden) IsServerError() bool
- func (o *CreatePaymentConsentV3Forbidden) IsSuccess() bool
- func (o *CreatePaymentConsentV3Forbidden) String() string
- type CreatePaymentConsentV3InternalServerError
- func (o *CreatePaymentConsentV3InternalServerError) Code() int
- func (o *CreatePaymentConsentV3InternalServerError) Error() string
- func (o *CreatePaymentConsentV3InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3InternalServerError) IsClientError() bool
- func (o *CreatePaymentConsentV3InternalServerError) IsCode(code int) bool
- func (o *CreatePaymentConsentV3InternalServerError) IsRedirect() bool
- func (o *CreatePaymentConsentV3InternalServerError) IsServerError() bool
- func (o *CreatePaymentConsentV3InternalServerError) IsSuccess() bool
- func (o *CreatePaymentConsentV3InternalServerError) String() string
- type CreatePaymentConsentV3MethodNotAllowed
- func (o *CreatePaymentConsentV3MethodNotAllowed) Code() int
- func (o *CreatePaymentConsentV3MethodNotAllowed) Error() string
- func (o *CreatePaymentConsentV3MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3MethodNotAllowed) IsClientError() bool
- func (o *CreatePaymentConsentV3MethodNotAllowed) IsCode(code int) bool
- func (o *CreatePaymentConsentV3MethodNotAllowed) IsRedirect() bool
- func (o *CreatePaymentConsentV3MethodNotAllowed) IsServerError() bool
- func (o *CreatePaymentConsentV3MethodNotAllowed) IsSuccess() bool
- func (o *CreatePaymentConsentV3MethodNotAllowed) String() string
- type CreatePaymentConsentV3NotAcceptable
- func (o *CreatePaymentConsentV3NotAcceptable) Code() int
- func (o *CreatePaymentConsentV3NotAcceptable) Error() string
- func (o *CreatePaymentConsentV3NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3NotAcceptable) IsClientError() bool
- func (o *CreatePaymentConsentV3NotAcceptable) IsCode(code int) bool
- func (o *CreatePaymentConsentV3NotAcceptable) IsRedirect() bool
- func (o *CreatePaymentConsentV3NotAcceptable) IsServerError() bool
- func (o *CreatePaymentConsentV3NotAcceptable) IsSuccess() bool
- func (o *CreatePaymentConsentV3NotAcceptable) String() string
- type CreatePaymentConsentV3Params
- func NewCreatePaymentConsentV3Params() *CreatePaymentConsentV3Params
- func NewCreatePaymentConsentV3ParamsWithContext(ctx context.Context) *CreatePaymentConsentV3Params
- func NewCreatePaymentConsentV3ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV3Params
- func NewCreatePaymentConsentV3ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) SetContext(ctx context.Context)
- func (o *CreatePaymentConsentV3Params) SetDefaults()
- func (o *CreatePaymentConsentV3Params) SetHTTPClient(client *http.Client)
- func (o *CreatePaymentConsentV3Params) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV3)
- func (o *CreatePaymentConsentV3Params) SetTimeout(timeout time.Duration)
- func (o *CreatePaymentConsentV3Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreatePaymentConsentV3Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreatePaymentConsentV3Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreatePaymentConsentV3Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreatePaymentConsentV3Params) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreatePaymentConsentV3Params) SetXJwsSignature(xJwsSignature *string)
- func (o *CreatePaymentConsentV3Params) WithContext(ctx context.Context) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithDefaults() *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithHTTPClient(client *http.Client) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV3) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithTimeout(timeout time.Duration) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV3Params
- func (o *CreatePaymentConsentV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePaymentConsentV3Reader
- type CreatePaymentConsentV3TooManyRequests
- func (o *CreatePaymentConsentV3TooManyRequests) Code() int
- func (o *CreatePaymentConsentV3TooManyRequests) Error() string
- func (o *CreatePaymentConsentV3TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3TooManyRequests) IsClientError() bool
- func (o *CreatePaymentConsentV3TooManyRequests) IsCode(code int) bool
- func (o *CreatePaymentConsentV3TooManyRequests) IsRedirect() bool
- func (o *CreatePaymentConsentV3TooManyRequests) IsServerError() bool
- func (o *CreatePaymentConsentV3TooManyRequests) IsSuccess() bool
- func (o *CreatePaymentConsentV3TooManyRequests) String() string
- type CreatePaymentConsentV3Unauthorized
- func (o *CreatePaymentConsentV3Unauthorized) Code() int
- func (o *CreatePaymentConsentV3Unauthorized) Error() string
- func (o *CreatePaymentConsentV3Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3Unauthorized) IsClientError() bool
- func (o *CreatePaymentConsentV3Unauthorized) IsCode(code int) bool
- func (o *CreatePaymentConsentV3Unauthorized) IsRedirect() bool
- func (o *CreatePaymentConsentV3Unauthorized) IsServerError() bool
- func (o *CreatePaymentConsentV3Unauthorized) IsSuccess() bool
- func (o *CreatePaymentConsentV3Unauthorized) String() string
- type CreatePaymentConsentV3UnprocessableEntity
- func (o *CreatePaymentConsentV3UnprocessableEntity) Code() int
- func (o *CreatePaymentConsentV3UnprocessableEntity) Error() string
- func (o *CreatePaymentConsentV3UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3UnprocessableEntity) IsClientError() bool
- func (o *CreatePaymentConsentV3UnprocessableEntity) IsCode(code int) bool
- func (o *CreatePaymentConsentV3UnprocessableEntity) IsRedirect() bool
- func (o *CreatePaymentConsentV3UnprocessableEntity) IsServerError() bool
- func (o *CreatePaymentConsentV3UnprocessableEntity) IsSuccess() bool
- func (o *CreatePaymentConsentV3UnprocessableEntity) String() string
- type CreatePaymentConsentV3UnsupportedMediaType
- func (o *CreatePaymentConsentV3UnsupportedMediaType) Code() int
- func (o *CreatePaymentConsentV3UnsupportedMediaType) Error() string
- func (o *CreatePaymentConsentV3UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV3UnsupportedMediaType) IsClientError() bool
- func (o *CreatePaymentConsentV3UnsupportedMediaType) IsCode(code int) bool
- func (o *CreatePaymentConsentV3UnsupportedMediaType) IsRedirect() bool
- func (o *CreatePaymentConsentV3UnsupportedMediaType) IsServerError() bool
- func (o *CreatePaymentConsentV3UnsupportedMediaType) IsSuccess() bool
- func (o *CreatePaymentConsentV3UnsupportedMediaType) String() string
- type CreatePaymentConsentV4BadRequest
- func (o *CreatePaymentConsentV4BadRequest) Code() int
- func (o *CreatePaymentConsentV4BadRequest) Error() string
- func (o *CreatePaymentConsentV4BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4BadRequest) IsClientError() bool
- func (o *CreatePaymentConsentV4BadRequest) IsCode(code int) bool
- func (o *CreatePaymentConsentV4BadRequest) IsRedirect() bool
- func (o *CreatePaymentConsentV4BadRequest) IsServerError() bool
- func (o *CreatePaymentConsentV4BadRequest) IsSuccess() bool
- func (o *CreatePaymentConsentV4BadRequest) String() string
- type CreatePaymentConsentV4Created
- func (o *CreatePaymentConsentV4Created) Code() int
- func (o *CreatePaymentConsentV4Created) Error() string
- func (o *CreatePaymentConsentV4Created) GetPayload() *models.BrazilCustomerPaymentConsentResponseV4
- func (o *CreatePaymentConsentV4Created) IsClientError() bool
- func (o *CreatePaymentConsentV4Created) IsCode(code int) bool
- func (o *CreatePaymentConsentV4Created) IsRedirect() bool
- func (o *CreatePaymentConsentV4Created) IsServerError() bool
- func (o *CreatePaymentConsentV4Created) IsSuccess() bool
- func (o *CreatePaymentConsentV4Created) String() string
- type CreatePaymentConsentV4Forbidden
- func (o *CreatePaymentConsentV4Forbidden) Code() int
- func (o *CreatePaymentConsentV4Forbidden) Error() string
- func (o *CreatePaymentConsentV4Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4Forbidden) IsClientError() bool
- func (o *CreatePaymentConsentV4Forbidden) IsCode(code int) bool
- func (o *CreatePaymentConsentV4Forbidden) IsRedirect() bool
- func (o *CreatePaymentConsentV4Forbidden) IsServerError() bool
- func (o *CreatePaymentConsentV4Forbidden) IsSuccess() bool
- func (o *CreatePaymentConsentV4Forbidden) String() string
- type CreatePaymentConsentV4InternalServerError
- func (o *CreatePaymentConsentV4InternalServerError) Code() int
- func (o *CreatePaymentConsentV4InternalServerError) Error() string
- func (o *CreatePaymentConsentV4InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4InternalServerError) IsClientError() bool
- func (o *CreatePaymentConsentV4InternalServerError) IsCode(code int) bool
- func (o *CreatePaymentConsentV4InternalServerError) IsRedirect() bool
- func (o *CreatePaymentConsentV4InternalServerError) IsServerError() bool
- func (o *CreatePaymentConsentV4InternalServerError) IsSuccess() bool
- func (o *CreatePaymentConsentV4InternalServerError) String() string
- type CreatePaymentConsentV4MethodNotAllowed
- func (o *CreatePaymentConsentV4MethodNotAllowed) Code() int
- func (o *CreatePaymentConsentV4MethodNotAllowed) Error() string
- func (o *CreatePaymentConsentV4MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4MethodNotAllowed) IsClientError() bool
- func (o *CreatePaymentConsentV4MethodNotAllowed) IsCode(code int) bool
- func (o *CreatePaymentConsentV4MethodNotAllowed) IsRedirect() bool
- func (o *CreatePaymentConsentV4MethodNotAllowed) IsServerError() bool
- func (o *CreatePaymentConsentV4MethodNotAllowed) IsSuccess() bool
- func (o *CreatePaymentConsentV4MethodNotAllowed) String() string
- type CreatePaymentConsentV4NotAcceptable
- func (o *CreatePaymentConsentV4NotAcceptable) Code() int
- func (o *CreatePaymentConsentV4NotAcceptable) Error() string
- func (o *CreatePaymentConsentV4NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4NotAcceptable) IsClientError() bool
- func (o *CreatePaymentConsentV4NotAcceptable) IsCode(code int) bool
- func (o *CreatePaymentConsentV4NotAcceptable) IsRedirect() bool
- func (o *CreatePaymentConsentV4NotAcceptable) IsServerError() bool
- func (o *CreatePaymentConsentV4NotAcceptable) IsSuccess() bool
- func (o *CreatePaymentConsentV4NotAcceptable) String() string
- type CreatePaymentConsentV4Params
- func NewCreatePaymentConsentV4Params() *CreatePaymentConsentV4Params
- func NewCreatePaymentConsentV4ParamsWithContext(ctx context.Context) *CreatePaymentConsentV4Params
- func NewCreatePaymentConsentV4ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV4Params
- func NewCreatePaymentConsentV4ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) SetContext(ctx context.Context)
- func (o *CreatePaymentConsentV4Params) SetDefaults()
- func (o *CreatePaymentConsentV4Params) SetHTTPClient(client *http.Client)
- func (o *CreatePaymentConsentV4Params) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV4)
- func (o *CreatePaymentConsentV4Params) SetTimeout(timeout time.Duration)
- func (o *CreatePaymentConsentV4Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreatePaymentConsentV4Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreatePaymentConsentV4Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreatePaymentConsentV4Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreatePaymentConsentV4Params) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreatePaymentConsentV4Params) SetXJwsSignature(xJwsSignature *string)
- func (o *CreatePaymentConsentV4Params) WithContext(ctx context.Context) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithDefaults() *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithHTTPClient(client *http.Client) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV4) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithTimeout(timeout time.Duration) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV4Params
- func (o *CreatePaymentConsentV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePaymentConsentV4Reader
- type CreatePaymentConsentV4TooManyRequests
- func (o *CreatePaymentConsentV4TooManyRequests) Code() int
- func (o *CreatePaymentConsentV4TooManyRequests) Error() string
- func (o *CreatePaymentConsentV4TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4TooManyRequests) IsClientError() bool
- func (o *CreatePaymentConsentV4TooManyRequests) IsCode(code int) bool
- func (o *CreatePaymentConsentV4TooManyRequests) IsRedirect() bool
- func (o *CreatePaymentConsentV4TooManyRequests) IsServerError() bool
- func (o *CreatePaymentConsentV4TooManyRequests) IsSuccess() bool
- func (o *CreatePaymentConsentV4TooManyRequests) String() string
- type CreatePaymentConsentV4Unauthorized
- func (o *CreatePaymentConsentV4Unauthorized) Code() int
- func (o *CreatePaymentConsentV4Unauthorized) Error() string
- func (o *CreatePaymentConsentV4Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4Unauthorized) IsClientError() bool
- func (o *CreatePaymentConsentV4Unauthorized) IsCode(code int) bool
- func (o *CreatePaymentConsentV4Unauthorized) IsRedirect() bool
- func (o *CreatePaymentConsentV4Unauthorized) IsServerError() bool
- func (o *CreatePaymentConsentV4Unauthorized) IsSuccess() bool
- func (o *CreatePaymentConsentV4Unauthorized) String() string
- type CreatePaymentConsentV4UnprocessableEntity
- func (o *CreatePaymentConsentV4UnprocessableEntity) Code() int
- func (o *CreatePaymentConsentV4UnprocessableEntity) Error() string
- func (o *CreatePaymentConsentV4UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4UnprocessableEntity) IsClientError() bool
- func (o *CreatePaymentConsentV4UnprocessableEntity) IsCode(code int) bool
- func (o *CreatePaymentConsentV4UnprocessableEntity) IsRedirect() bool
- func (o *CreatePaymentConsentV4UnprocessableEntity) IsServerError() bool
- func (o *CreatePaymentConsentV4UnprocessableEntity) IsSuccess() bool
- func (o *CreatePaymentConsentV4UnprocessableEntity) String() string
- type CreatePaymentConsentV4UnsupportedMediaType
- func (o *CreatePaymentConsentV4UnsupportedMediaType) Code() int
- func (o *CreatePaymentConsentV4UnsupportedMediaType) Error() string
- func (o *CreatePaymentConsentV4UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreatePaymentConsentV4UnsupportedMediaType) IsClientError() bool
- func (o *CreatePaymentConsentV4UnsupportedMediaType) IsCode(code int) bool
- func (o *CreatePaymentConsentV4UnsupportedMediaType) IsRedirect() bool
- func (o *CreatePaymentConsentV4UnsupportedMediaType) IsServerError() bool
- func (o *CreatePaymentConsentV4UnsupportedMediaType) IsSuccess() bool
- func (o *CreatePaymentConsentV4UnsupportedMediaType) String() string
- type CreateRecurringPaymentConsentV1BadRequest
- func (o *CreateRecurringPaymentConsentV1BadRequest) Code() int
- func (o *CreateRecurringPaymentConsentV1BadRequest) Error() string
- func (o *CreateRecurringPaymentConsentV1BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1BadRequest) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1BadRequest) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1BadRequest) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1BadRequest) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1BadRequest) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1BadRequest) String() string
- type CreateRecurringPaymentConsentV1Created
- func (o *CreateRecurringPaymentConsentV1Created) Code() int
- func (o *CreateRecurringPaymentConsentV1Created) Error() string
- func (o *CreateRecurringPaymentConsentV1Created) GetPayload() *models.BrazilCustomerRecurringPaymentConsentResponseV1
- func (o *CreateRecurringPaymentConsentV1Created) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1Created) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1Created) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1Created) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1Created) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1Created) String() string
- type CreateRecurringPaymentConsentV1Forbidden
- func (o *CreateRecurringPaymentConsentV1Forbidden) Code() int
- func (o *CreateRecurringPaymentConsentV1Forbidden) Error() string
- func (o *CreateRecurringPaymentConsentV1Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1Forbidden) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1Forbidden) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1Forbidden) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1Forbidden) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1Forbidden) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1Forbidden) String() string
- type CreateRecurringPaymentConsentV1InternalServerError
- func (o *CreateRecurringPaymentConsentV1InternalServerError) Code() int
- func (o *CreateRecurringPaymentConsentV1InternalServerError) Error() string
- func (o *CreateRecurringPaymentConsentV1InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1InternalServerError) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1InternalServerError) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1InternalServerError) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1InternalServerError) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1InternalServerError) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1InternalServerError) String() string
- type CreateRecurringPaymentConsentV1MethodNotAllowed
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) Code() int
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) Error() string
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) String() string
- type CreateRecurringPaymentConsentV1NotAcceptable
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) Code() int
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) Error() string
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1NotAcceptable) String() string
- type CreateRecurringPaymentConsentV1Params
- func NewCreateRecurringPaymentConsentV1Params() *CreateRecurringPaymentConsentV1Params
- func NewCreateRecurringPaymentConsentV1ParamsWithContext(ctx context.Context) *CreateRecurringPaymentConsentV1Params
- func NewCreateRecurringPaymentConsentV1ParamsWithHTTPClient(client *http.Client) *CreateRecurringPaymentConsentV1Params
- func NewCreateRecurringPaymentConsentV1ParamsWithTimeout(timeout time.Duration) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) SetContext(ctx context.Context)
- func (o *CreateRecurringPaymentConsentV1Params) SetDefaults()
- func (o *CreateRecurringPaymentConsentV1Params) SetHTTPClient(client *http.Client)
- func (o *CreateRecurringPaymentConsentV1Params) SetRequest(request *models.BrazilCustomerCreateRecurringPaymentConsentRequestV1)
- func (o *CreateRecurringPaymentConsentV1Params) SetTimeout(timeout time.Duration)
- func (o *CreateRecurringPaymentConsentV1Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *CreateRecurringPaymentConsentV1Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *CreateRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *CreateRecurringPaymentConsentV1Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *CreateRecurringPaymentConsentV1Params) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *CreateRecurringPaymentConsentV1Params) SetXJwsSignature(xJwsSignature *string)
- func (o *CreateRecurringPaymentConsentV1Params) WithContext(ctx context.Context) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithDefaults() *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithHTTPClient(client *http.Client) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithRequest(request *models.BrazilCustomerCreateRecurringPaymentConsentRequestV1) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithTimeout(timeout time.Duration) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WithXJwsSignature(xJwsSignature *string) *CreateRecurringPaymentConsentV1Params
- func (o *CreateRecurringPaymentConsentV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRecurringPaymentConsentV1Reader
- type CreateRecurringPaymentConsentV1TooManyRequests
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) Code() int
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) Error() string
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1TooManyRequests) String() string
- type CreateRecurringPaymentConsentV1Unauthorized
- func (o *CreateRecurringPaymentConsentV1Unauthorized) Code() int
- func (o *CreateRecurringPaymentConsentV1Unauthorized) Error() string
- func (o *CreateRecurringPaymentConsentV1Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1Unauthorized) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1Unauthorized) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1Unauthorized) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1Unauthorized) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1Unauthorized) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1Unauthorized) String() string
- type CreateRecurringPaymentConsentV1UnprocessableEntity
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) Code() int
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) Error() string
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) String() string
- type CreateRecurringPaymentConsentV1UnsupportedMediaType
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) Code() int
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) Error() string
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsClientError() bool
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsCode(code int) bool
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect() bool
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsServerError() bool
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess() bool
- func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) String() string
- type DeleteDataAccessConsentBadRequest
- func (o *DeleteDataAccessConsentBadRequest) Code() int
- func (o *DeleteDataAccessConsentBadRequest) Error() string
- func (o *DeleteDataAccessConsentBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentBadRequest) IsClientError() bool
- func (o *DeleteDataAccessConsentBadRequest) IsCode(code int) bool
- func (o *DeleteDataAccessConsentBadRequest) IsRedirect() bool
- func (o *DeleteDataAccessConsentBadRequest) IsServerError() bool
- func (o *DeleteDataAccessConsentBadRequest) IsSuccess() bool
- func (o *DeleteDataAccessConsentBadRequest) String() string
- type DeleteDataAccessConsentDeprecatedBadRequest
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) Code() int
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) Error() string
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedBadRequest) String() string
- type DeleteDataAccessConsentDeprecatedForbidden
- func (o *DeleteDataAccessConsentDeprecatedForbidden) Code() int
- func (o *DeleteDataAccessConsentDeprecatedForbidden) Error() string
- func (o *DeleteDataAccessConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedForbidden) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedForbidden) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedForbidden) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedForbidden) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedForbidden) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedForbidden) String() string
- type DeleteDataAccessConsentDeprecatedInternalServerError
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) Code() int
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) Error() string
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedInternalServerError) String() string
- type DeleteDataAccessConsentDeprecatedMethodNotAllowed
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) Code() int
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) Error() string
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) String() string
- type DeleteDataAccessConsentDeprecatedNoContent
- func (o *DeleteDataAccessConsentDeprecatedNoContent) Code() int
- func (o *DeleteDataAccessConsentDeprecatedNoContent) Error() string
- func (o *DeleteDataAccessConsentDeprecatedNoContent) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
- func (o *DeleteDataAccessConsentDeprecatedNoContent) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedNoContent) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedNoContent) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedNoContent) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedNoContent) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedNoContent) String() string
- type DeleteDataAccessConsentDeprecatedNotAcceptable
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) Code() int
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) Error() string
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) String() string
- type DeleteDataAccessConsentDeprecatedParams
- func NewDeleteDataAccessConsentDeprecatedParams() *DeleteDataAccessConsentDeprecatedParams
- func NewDeleteDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *DeleteDataAccessConsentDeprecatedParams
- func NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentDeprecatedParams
- func NewDeleteDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) SetConsentID(consentID string)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetContext(ctx context.Context)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetDefaults()
- func (o *DeleteDataAccessConsentDeprecatedParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *DeleteDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
- func (o *DeleteDataAccessConsentDeprecatedParams) WithConsentID(consentID string) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithContext(ctx context.Context) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithDefaults() *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithHTTPClient(client *http.Client) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithTimeout(timeout time.Duration) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentDeprecatedParams
- func (o *DeleteDataAccessConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDataAccessConsentDeprecatedReader
- type DeleteDataAccessConsentDeprecatedTooManyRequests
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) Code() int
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) Error() string
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) String() string
- type DeleteDataAccessConsentDeprecatedUnauthorized
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) Code() int
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) Error() string
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedUnauthorized) String() string
- type DeleteDataAccessConsentDeprecatedUnprocessableEntity
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) Code() int
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) Error() string
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) String() string
- type DeleteDataAccessConsentDeprecatedUnsupportedMediaType
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Code() int
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Error() string
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError() bool
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError() bool
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) String() string
- type DeleteDataAccessConsentForbidden
- func (o *DeleteDataAccessConsentForbidden) Code() int
- func (o *DeleteDataAccessConsentForbidden) Error() string
- func (o *DeleteDataAccessConsentForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentForbidden) IsClientError() bool
- func (o *DeleteDataAccessConsentForbidden) IsCode(code int) bool
- func (o *DeleteDataAccessConsentForbidden) IsRedirect() bool
- func (o *DeleteDataAccessConsentForbidden) IsServerError() bool
- func (o *DeleteDataAccessConsentForbidden) IsSuccess() bool
- func (o *DeleteDataAccessConsentForbidden) String() string
- type DeleteDataAccessConsentInternalServerError
- func (o *DeleteDataAccessConsentInternalServerError) Code() int
- func (o *DeleteDataAccessConsentInternalServerError) Error() string
- func (o *DeleteDataAccessConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentInternalServerError) IsClientError() bool
- func (o *DeleteDataAccessConsentInternalServerError) IsCode(code int) bool
- func (o *DeleteDataAccessConsentInternalServerError) IsRedirect() bool
- func (o *DeleteDataAccessConsentInternalServerError) IsServerError() bool
- func (o *DeleteDataAccessConsentInternalServerError) IsSuccess() bool
- func (o *DeleteDataAccessConsentInternalServerError) String() string
- type DeleteDataAccessConsentMethodNotAllowed
- func (o *DeleteDataAccessConsentMethodNotAllowed) Code() int
- func (o *DeleteDataAccessConsentMethodNotAllowed) Error() string
- func (o *DeleteDataAccessConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentMethodNotAllowed) IsClientError() bool
- func (o *DeleteDataAccessConsentMethodNotAllowed) IsCode(code int) bool
- func (o *DeleteDataAccessConsentMethodNotAllowed) IsRedirect() bool
- func (o *DeleteDataAccessConsentMethodNotAllowed) IsServerError() bool
- func (o *DeleteDataAccessConsentMethodNotAllowed) IsSuccess() bool
- func (o *DeleteDataAccessConsentMethodNotAllowed) String() string
- type DeleteDataAccessConsentNoContent
- func (o *DeleteDataAccessConsentNoContent) Code() int
- func (o *DeleteDataAccessConsentNoContent) Error() string
- func (o *DeleteDataAccessConsentNoContent) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
- func (o *DeleteDataAccessConsentNoContent) IsClientError() bool
- func (o *DeleteDataAccessConsentNoContent) IsCode(code int) bool
- func (o *DeleteDataAccessConsentNoContent) IsRedirect() bool
- func (o *DeleteDataAccessConsentNoContent) IsServerError() bool
- func (o *DeleteDataAccessConsentNoContent) IsSuccess() bool
- func (o *DeleteDataAccessConsentNoContent) String() string
- type DeleteDataAccessConsentNotAcceptable
- func (o *DeleteDataAccessConsentNotAcceptable) Code() int
- func (o *DeleteDataAccessConsentNotAcceptable) Error() string
- func (o *DeleteDataAccessConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentNotAcceptable) IsClientError() bool
- func (o *DeleteDataAccessConsentNotAcceptable) IsCode(code int) bool
- func (o *DeleteDataAccessConsentNotAcceptable) IsRedirect() bool
- func (o *DeleteDataAccessConsentNotAcceptable) IsServerError() bool
- func (o *DeleteDataAccessConsentNotAcceptable) IsSuccess() bool
- func (o *DeleteDataAccessConsentNotAcceptable) String() string
- type DeleteDataAccessConsentParams
- func NewDeleteDataAccessConsentParams() *DeleteDataAccessConsentParams
- func NewDeleteDataAccessConsentParamsWithContext(ctx context.Context) *DeleteDataAccessConsentParams
- func NewDeleteDataAccessConsentParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentParams
- func NewDeleteDataAccessConsentParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) SetConsentID(consentID string)
- func (o *DeleteDataAccessConsentParams) SetContext(ctx context.Context)
- func (o *DeleteDataAccessConsentParams) SetDefaults()
- func (o *DeleteDataAccessConsentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDataAccessConsentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *DeleteDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *DeleteDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *DeleteDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *DeleteDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)
- func (o *DeleteDataAccessConsentParams) WithConsentID(consentID string) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithContext(ctx context.Context) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithDefaults() *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithHTTPClient(client *http.Client) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithTimeout(timeout time.Duration) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentParams
- func (o *DeleteDataAccessConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDataAccessConsentReader
- type DeleteDataAccessConsentTooManyRequests
- func (o *DeleteDataAccessConsentTooManyRequests) Code() int
- func (o *DeleteDataAccessConsentTooManyRequests) Error() string
- func (o *DeleteDataAccessConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentTooManyRequests) IsClientError() bool
- func (o *DeleteDataAccessConsentTooManyRequests) IsCode(code int) bool
- func (o *DeleteDataAccessConsentTooManyRequests) IsRedirect() bool
- func (o *DeleteDataAccessConsentTooManyRequests) IsServerError() bool
- func (o *DeleteDataAccessConsentTooManyRequests) IsSuccess() bool
- func (o *DeleteDataAccessConsentTooManyRequests) String() string
- type DeleteDataAccessConsentUnauthorized
- func (o *DeleteDataAccessConsentUnauthorized) Code() int
- func (o *DeleteDataAccessConsentUnauthorized) Error() string
- func (o *DeleteDataAccessConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentUnauthorized) IsClientError() bool
- func (o *DeleteDataAccessConsentUnauthorized) IsCode(code int) bool
- func (o *DeleteDataAccessConsentUnauthorized) IsRedirect() bool
- func (o *DeleteDataAccessConsentUnauthorized) IsServerError() bool
- func (o *DeleteDataAccessConsentUnauthorized) IsSuccess() bool
- func (o *DeleteDataAccessConsentUnauthorized) String() string
- type DeleteDataAccessConsentUnprocessableEntity
- func (o *DeleteDataAccessConsentUnprocessableEntity) Code() int
- func (o *DeleteDataAccessConsentUnprocessableEntity) Error() string
- func (o *DeleteDataAccessConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentUnprocessableEntity) IsClientError() bool
- func (o *DeleteDataAccessConsentUnprocessableEntity) IsCode(code int) bool
- func (o *DeleteDataAccessConsentUnprocessableEntity) IsRedirect() bool
- func (o *DeleteDataAccessConsentUnprocessableEntity) IsServerError() bool
- func (o *DeleteDataAccessConsentUnprocessableEntity) IsSuccess() bool
- func (o *DeleteDataAccessConsentUnprocessableEntity) String() string
- type DeleteDataAccessConsentUnsupportedMediaType
- func (o *DeleteDataAccessConsentUnsupportedMediaType) Code() int
- func (o *DeleteDataAccessConsentUnsupportedMediaType) Error() string
- func (o *DeleteDataAccessConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentUnsupportedMediaType) IsClientError() bool
- func (o *DeleteDataAccessConsentUnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteDataAccessConsentUnsupportedMediaType) IsRedirect() bool
- func (o *DeleteDataAccessConsentUnsupportedMediaType) IsServerError() bool
- func (o *DeleteDataAccessConsentUnsupportedMediaType) IsSuccess() bool
- func (o *DeleteDataAccessConsentUnsupportedMediaType) String() string
- type DeleteDataAccessConsentV2BadRequest
- func (o *DeleteDataAccessConsentV2BadRequest) Code() int
- func (o *DeleteDataAccessConsentV2BadRequest) Error() string
- func (o *DeleteDataAccessConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2BadRequest) IsClientError() bool
- func (o *DeleteDataAccessConsentV2BadRequest) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2BadRequest) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2BadRequest) IsServerError() bool
- func (o *DeleteDataAccessConsentV2BadRequest) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2BadRequest) String() string
- type DeleteDataAccessConsentV2Forbidden
- func (o *DeleteDataAccessConsentV2Forbidden) Code() int
- func (o *DeleteDataAccessConsentV2Forbidden) Error() string
- func (o *DeleteDataAccessConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2Forbidden) IsClientError() bool
- func (o *DeleteDataAccessConsentV2Forbidden) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2Forbidden) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2Forbidden) IsServerError() bool
- func (o *DeleteDataAccessConsentV2Forbidden) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2Forbidden) String() string
- type DeleteDataAccessConsentV2InternalServerError
- func (o *DeleteDataAccessConsentV2InternalServerError) Code() int
- func (o *DeleteDataAccessConsentV2InternalServerError) Error() string
- func (o *DeleteDataAccessConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2InternalServerError) IsClientError() bool
- func (o *DeleteDataAccessConsentV2InternalServerError) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2InternalServerError) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2InternalServerError) IsServerError() bool
- func (o *DeleteDataAccessConsentV2InternalServerError) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2InternalServerError) String() string
- type DeleteDataAccessConsentV2MethodNotAllowed
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) Code() int
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) Error() string
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsClientError() bool
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsServerError() bool
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2MethodNotAllowed) String() string
- type DeleteDataAccessConsentV2NoContent
- func (o *DeleteDataAccessConsentV2NoContent) Code() int
- func (o *DeleteDataAccessConsentV2NoContent) Error() string
- func (o *DeleteDataAccessConsentV2NoContent) IsClientError() bool
- func (o *DeleteDataAccessConsentV2NoContent) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2NoContent) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2NoContent) IsServerError() bool
- func (o *DeleteDataAccessConsentV2NoContent) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2NoContent) String() string
- type DeleteDataAccessConsentV2NotAcceptable
- func (o *DeleteDataAccessConsentV2NotAcceptable) Code() int
- func (o *DeleteDataAccessConsentV2NotAcceptable) Error() string
- func (o *DeleteDataAccessConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2NotAcceptable) IsClientError() bool
- func (o *DeleteDataAccessConsentV2NotAcceptable) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2NotAcceptable) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2NotAcceptable) IsServerError() bool
- func (o *DeleteDataAccessConsentV2NotAcceptable) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2NotAcceptable) String() string
- type DeleteDataAccessConsentV2Params
- func NewDeleteDataAccessConsentV2Params() *DeleteDataAccessConsentV2Params
- func NewDeleteDataAccessConsentV2ParamsWithContext(ctx context.Context) *DeleteDataAccessConsentV2Params
- func NewDeleteDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentV2Params
- func NewDeleteDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) SetConsentID(consentID string)
- func (o *DeleteDataAccessConsentV2Params) SetContext(ctx context.Context)
- func (o *DeleteDataAccessConsentV2Params) SetDefaults()
- func (o *DeleteDataAccessConsentV2Params) SetHTTPClient(client *http.Client)
- func (o *DeleteDataAccessConsentV2Params) SetTimeout(timeout time.Duration)
- func (o *DeleteDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *DeleteDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *DeleteDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *DeleteDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *DeleteDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)
- func (o *DeleteDataAccessConsentV2Params) WithConsentID(consentID string) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithContext(ctx context.Context) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithDefaults() *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithHTTPClient(client *http.Client) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithTimeout(timeout time.Duration) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentV2Params
- func (o *DeleteDataAccessConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDataAccessConsentV2Reader
- type DeleteDataAccessConsentV2TooManyRequests
- func (o *DeleteDataAccessConsentV2TooManyRequests) Code() int
- func (o *DeleteDataAccessConsentV2TooManyRequests) Error() string
- func (o *DeleteDataAccessConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2TooManyRequests) IsClientError() bool
- func (o *DeleteDataAccessConsentV2TooManyRequests) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2TooManyRequests) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2TooManyRequests) IsServerError() bool
- func (o *DeleteDataAccessConsentV2TooManyRequests) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2TooManyRequests) String() string
- type DeleteDataAccessConsentV2Unauthorized
- func (o *DeleteDataAccessConsentV2Unauthorized) Code() int
- func (o *DeleteDataAccessConsentV2Unauthorized) Error() string
- func (o *DeleteDataAccessConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2Unauthorized) IsClientError() bool
- func (o *DeleteDataAccessConsentV2Unauthorized) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2Unauthorized) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2Unauthorized) IsServerError() bool
- func (o *DeleteDataAccessConsentV2Unauthorized) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2Unauthorized) String() string
- type DeleteDataAccessConsentV2UnprocessableEntity
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) Code() int
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) Error() string
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsClientError() bool
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsServerError() bool
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2UnprocessableEntity) String() string
- type DeleteDataAccessConsentV2UnsupportedMediaType
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) Code() int
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) Error() string
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsClientError() bool
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsCode(code int) bool
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsRedirect() bool
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsServerError() bool
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsSuccess() bool
- func (o *DeleteDataAccessConsentV2UnsupportedMediaType) String() string
- type GetDataAccessConsentBadRequest
- func (o *GetDataAccessConsentBadRequest) Code() int
- func (o *GetDataAccessConsentBadRequest) Error() string
- func (o *GetDataAccessConsentBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentBadRequest) IsClientError() bool
- func (o *GetDataAccessConsentBadRequest) IsCode(code int) bool
- func (o *GetDataAccessConsentBadRequest) IsRedirect() bool
- func (o *GetDataAccessConsentBadRequest) IsServerError() bool
- func (o *GetDataAccessConsentBadRequest) IsSuccess() bool
- func (o *GetDataAccessConsentBadRequest) String() string
- type GetDataAccessConsentDeprecatedBadRequest
- func (o *GetDataAccessConsentDeprecatedBadRequest) Code() int
- func (o *GetDataAccessConsentDeprecatedBadRequest) Error() string
- func (o *GetDataAccessConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedBadRequest) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedBadRequest) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedBadRequest) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedBadRequest) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedBadRequest) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedBadRequest) String() string
- type GetDataAccessConsentDeprecatedForbidden
- func (o *GetDataAccessConsentDeprecatedForbidden) Code() int
- func (o *GetDataAccessConsentDeprecatedForbidden) Error() string
- func (o *GetDataAccessConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedForbidden) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedForbidden) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedForbidden) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedForbidden) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedForbidden) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedForbidden) String() string
- type GetDataAccessConsentDeprecatedInternalServerError
- func (o *GetDataAccessConsentDeprecatedInternalServerError) Code() int
- func (o *GetDataAccessConsentDeprecatedInternalServerError) Error() string
- func (o *GetDataAccessConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedInternalServerError) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedInternalServerError) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedInternalServerError) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedInternalServerError) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedInternalServerError) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedInternalServerError) String() string
- type GetDataAccessConsentDeprecatedMethodNotAllowed
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) Code() int
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) Error() string
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) String() string
- type GetDataAccessConsentDeprecatedNotAcceptable
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) Code() int
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) Error() string
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedNotAcceptable) String() string
- type GetDataAccessConsentDeprecatedOK
- func (o *GetDataAccessConsentDeprecatedOK) Code() int
- func (o *GetDataAccessConsentDeprecatedOK) Error() string
- func (o *GetDataAccessConsentDeprecatedOK) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
- func (o *GetDataAccessConsentDeprecatedOK) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedOK) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedOK) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedOK) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedOK) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedOK) String() string
- type GetDataAccessConsentDeprecatedParams
- func NewGetDataAccessConsentDeprecatedParams() *GetDataAccessConsentDeprecatedParams
- func NewGetDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *GetDataAccessConsentDeprecatedParams
- func NewGetDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentDeprecatedParams
- func NewGetDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) SetConsentID(consentID string)
- func (o *GetDataAccessConsentDeprecatedParams) SetContext(ctx context.Context)
- func (o *GetDataAccessConsentDeprecatedParams) SetDefaults()
- func (o *GetDataAccessConsentDeprecatedParams) SetHTTPClient(client *http.Client)
- func (o *GetDataAccessConsentDeprecatedParams) SetTimeout(timeout time.Duration)
- func (o *GetDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
- func (o *GetDataAccessConsentDeprecatedParams) WithConsentID(consentID string) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithContext(ctx context.Context) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithDefaults() *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithHTTPClient(client *http.Client) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithTimeout(timeout time.Duration) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentDeprecatedParams
- func (o *GetDataAccessConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataAccessConsentDeprecatedReader
- type GetDataAccessConsentDeprecatedTooManyRequests
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) Code() int
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) Error() string
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedTooManyRequests) String() string
- type GetDataAccessConsentDeprecatedUnauthorized
- func (o *GetDataAccessConsentDeprecatedUnauthorized) Code() int
- func (o *GetDataAccessConsentDeprecatedUnauthorized) Error() string
- func (o *GetDataAccessConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedUnauthorized) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedUnauthorized) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedUnauthorized) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedUnauthorized) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedUnauthorized) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedUnauthorized) String() string
- type GetDataAccessConsentDeprecatedUnprocessableEntity
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) Code() int
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) Error() string
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) String() string
- type GetDataAccessConsentDeprecatedUnsupportedMediaType
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) Code() int
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) Error() string
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError() bool
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError() bool
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
- func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) String() string
- type GetDataAccessConsentExtensionsBadRequest
- func (o *GetDataAccessConsentExtensionsBadRequest) Code() int
- func (o *GetDataAccessConsentExtensionsBadRequest) Error() string
- func (o *GetDataAccessConsentExtensionsBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsBadRequest) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsBadRequest) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsBadRequest) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsBadRequest) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsBadRequest) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsBadRequest) String() string
- type GetDataAccessConsentExtensionsForbidden
- func (o *GetDataAccessConsentExtensionsForbidden) Code() int
- func (o *GetDataAccessConsentExtensionsForbidden) Error() string
- func (o *GetDataAccessConsentExtensionsForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsForbidden) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsForbidden) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsForbidden) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsForbidden) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsForbidden) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsForbidden) String() string
- type GetDataAccessConsentExtensionsInternalServerError
- func (o *GetDataAccessConsentExtensionsInternalServerError) Code() int
- func (o *GetDataAccessConsentExtensionsInternalServerError) Error() string
- func (o *GetDataAccessConsentExtensionsInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsInternalServerError) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsInternalServerError) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsInternalServerError) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsInternalServerError) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsInternalServerError) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsInternalServerError) String() string
- type GetDataAccessConsentExtensionsMethodNotAllowed
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) Code() int
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) Error() string
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsMethodNotAllowed) String() string
- type GetDataAccessConsentExtensionsNotAcceptable
- func (o *GetDataAccessConsentExtensionsNotAcceptable) Code() int
- func (o *GetDataAccessConsentExtensionsNotAcceptable) Error() string
- func (o *GetDataAccessConsentExtensionsNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsNotAcceptable) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsNotAcceptable) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsNotAcceptable) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsNotAcceptable) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsNotAcceptable) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsNotAcceptable) String() string
- type GetDataAccessConsentExtensionsOK
- func (o *GetDataAccessConsentExtensionsOK) Code() int
- func (o *GetDataAccessConsentExtensionsOK) Error() string
- func (o *GetDataAccessConsentExtensionsOK) GetPayload() *models.BrazilGetConsentExtensionsResponse
- func (o *GetDataAccessConsentExtensionsOK) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsOK) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsOK) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsOK) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsOK) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsOK) String() string
- type GetDataAccessConsentExtensionsParams
- func NewGetDataAccessConsentExtensionsParams() *GetDataAccessConsentExtensionsParams
- func NewGetDataAccessConsentExtensionsParamsWithContext(ctx context.Context) *GetDataAccessConsentExtensionsParams
- func NewGetDataAccessConsentExtensionsParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentExtensionsParams
- func NewGetDataAccessConsentExtensionsParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) SetConsentID(consentID string)
- func (o *GetDataAccessConsentExtensionsParams) SetContext(ctx context.Context)
- func (o *GetDataAccessConsentExtensionsParams) SetDefaults()
- func (o *GetDataAccessConsentExtensionsParams) SetHTTPClient(client *http.Client)
- func (o *GetDataAccessConsentExtensionsParams) SetTimeout(timeout time.Duration)
- func (o *GetDataAccessConsentExtensionsParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetDataAccessConsentExtensionsParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetDataAccessConsentExtensionsParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetDataAccessConsentExtensionsParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetDataAccessConsentExtensionsParams) SetXJwsSignature(xJwsSignature *string)
- func (o *GetDataAccessConsentExtensionsParams) WithConsentID(consentID string) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithContext(ctx context.Context) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithDefaults() *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithHTTPClient(client *http.Client) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithTimeout(timeout time.Duration) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentExtensionsParams
- func (o *GetDataAccessConsentExtensionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataAccessConsentExtensionsReader
- type GetDataAccessConsentExtensionsTooManyRequests
- func (o *GetDataAccessConsentExtensionsTooManyRequests) Code() int
- func (o *GetDataAccessConsentExtensionsTooManyRequests) Error() string
- func (o *GetDataAccessConsentExtensionsTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsTooManyRequests) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsTooManyRequests) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsTooManyRequests) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsTooManyRequests) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsTooManyRequests) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsTooManyRequests) String() string
- type GetDataAccessConsentExtensionsUnauthorized
- func (o *GetDataAccessConsentExtensionsUnauthorized) Code() int
- func (o *GetDataAccessConsentExtensionsUnauthorized) Error() string
- func (o *GetDataAccessConsentExtensionsUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsUnauthorized) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsUnauthorized) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsUnauthorized) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsUnauthorized) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsUnauthorized) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsUnauthorized) String() string
- type GetDataAccessConsentExtensionsUnprocessableEntity
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) Code() int
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) Error() string
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsUnprocessableEntity) String() string
- type GetDataAccessConsentExtensionsUnsupportedMediaType
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) Code() int
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) Error() string
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsClientError() bool
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsCode(code int) bool
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsRedirect() bool
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsServerError() bool
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsSuccess() bool
- func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) String() string
- type GetDataAccessConsentForbidden
- func (o *GetDataAccessConsentForbidden) Code() int
- func (o *GetDataAccessConsentForbidden) Error() string
- func (o *GetDataAccessConsentForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentForbidden) IsClientError() bool
- func (o *GetDataAccessConsentForbidden) IsCode(code int) bool
- func (o *GetDataAccessConsentForbidden) IsRedirect() bool
- func (o *GetDataAccessConsentForbidden) IsServerError() bool
- func (o *GetDataAccessConsentForbidden) IsSuccess() bool
- func (o *GetDataAccessConsentForbidden) String() string
- type GetDataAccessConsentInternalServerError
- func (o *GetDataAccessConsentInternalServerError) Code() int
- func (o *GetDataAccessConsentInternalServerError) Error() string
- func (o *GetDataAccessConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentInternalServerError) IsClientError() bool
- func (o *GetDataAccessConsentInternalServerError) IsCode(code int) bool
- func (o *GetDataAccessConsentInternalServerError) IsRedirect() bool
- func (o *GetDataAccessConsentInternalServerError) IsServerError() bool
- func (o *GetDataAccessConsentInternalServerError) IsSuccess() bool
- func (o *GetDataAccessConsentInternalServerError) String() string
- type GetDataAccessConsentMethodNotAllowed
- func (o *GetDataAccessConsentMethodNotAllowed) Code() int
- func (o *GetDataAccessConsentMethodNotAllowed) Error() string
- func (o *GetDataAccessConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentMethodNotAllowed) IsClientError() bool
- func (o *GetDataAccessConsentMethodNotAllowed) IsCode(code int) bool
- func (o *GetDataAccessConsentMethodNotAllowed) IsRedirect() bool
- func (o *GetDataAccessConsentMethodNotAllowed) IsServerError() bool
- func (o *GetDataAccessConsentMethodNotAllowed) IsSuccess() bool
- func (o *GetDataAccessConsentMethodNotAllowed) String() string
- type GetDataAccessConsentNotAcceptable
- func (o *GetDataAccessConsentNotAcceptable) Code() int
- func (o *GetDataAccessConsentNotAcceptable) Error() string
- func (o *GetDataAccessConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentNotAcceptable) IsClientError() bool
- func (o *GetDataAccessConsentNotAcceptable) IsCode(code int) bool
- func (o *GetDataAccessConsentNotAcceptable) IsRedirect() bool
- func (o *GetDataAccessConsentNotAcceptable) IsServerError() bool
- func (o *GetDataAccessConsentNotAcceptable) IsSuccess() bool
- func (o *GetDataAccessConsentNotAcceptable) String() string
- type GetDataAccessConsentOK
- func (o *GetDataAccessConsentOK) Code() int
- func (o *GetDataAccessConsentOK) Error() string
- func (o *GetDataAccessConsentOK) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
- func (o *GetDataAccessConsentOK) IsClientError() bool
- func (o *GetDataAccessConsentOK) IsCode(code int) bool
- func (o *GetDataAccessConsentOK) IsRedirect() bool
- func (o *GetDataAccessConsentOK) IsServerError() bool
- func (o *GetDataAccessConsentOK) IsSuccess() bool
- func (o *GetDataAccessConsentOK) String() string
- type GetDataAccessConsentParams
- func NewGetDataAccessConsentParams() *GetDataAccessConsentParams
- func NewGetDataAccessConsentParamsWithContext(ctx context.Context) *GetDataAccessConsentParams
- func NewGetDataAccessConsentParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentParams
- func NewGetDataAccessConsentParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) SetConsentID(consentID string)
- func (o *GetDataAccessConsentParams) SetContext(ctx context.Context)
- func (o *GetDataAccessConsentParams) SetDefaults()
- func (o *GetDataAccessConsentParams) SetHTTPClient(client *http.Client)
- func (o *GetDataAccessConsentParams) SetTimeout(timeout time.Duration)
- func (o *GetDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)
- func (o *GetDataAccessConsentParams) WithConsentID(consentID string) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithContext(ctx context.Context) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithDefaults() *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithHTTPClient(client *http.Client) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithTimeout(timeout time.Duration) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentParams
- func (o *GetDataAccessConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataAccessConsentReader
- type GetDataAccessConsentTooManyRequests
- func (o *GetDataAccessConsentTooManyRequests) Code() int
- func (o *GetDataAccessConsentTooManyRequests) Error() string
- func (o *GetDataAccessConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentTooManyRequests) IsClientError() bool
- func (o *GetDataAccessConsentTooManyRequests) IsCode(code int) bool
- func (o *GetDataAccessConsentTooManyRequests) IsRedirect() bool
- func (o *GetDataAccessConsentTooManyRequests) IsServerError() bool
- func (o *GetDataAccessConsentTooManyRequests) IsSuccess() bool
- func (o *GetDataAccessConsentTooManyRequests) String() string
- type GetDataAccessConsentUnauthorized
- func (o *GetDataAccessConsentUnauthorized) Code() int
- func (o *GetDataAccessConsentUnauthorized) Error() string
- func (o *GetDataAccessConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentUnauthorized) IsClientError() bool
- func (o *GetDataAccessConsentUnauthorized) IsCode(code int) bool
- func (o *GetDataAccessConsentUnauthorized) IsRedirect() bool
- func (o *GetDataAccessConsentUnauthorized) IsServerError() bool
- func (o *GetDataAccessConsentUnauthorized) IsSuccess() bool
- func (o *GetDataAccessConsentUnauthorized) String() string
- type GetDataAccessConsentUnprocessableEntity
- func (o *GetDataAccessConsentUnprocessableEntity) Code() int
- func (o *GetDataAccessConsentUnprocessableEntity) Error() string
- func (o *GetDataAccessConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentUnprocessableEntity) IsClientError() bool
- func (o *GetDataAccessConsentUnprocessableEntity) IsCode(code int) bool
- func (o *GetDataAccessConsentUnprocessableEntity) IsRedirect() bool
- func (o *GetDataAccessConsentUnprocessableEntity) IsServerError() bool
- func (o *GetDataAccessConsentUnprocessableEntity) IsSuccess() bool
- func (o *GetDataAccessConsentUnprocessableEntity) String() string
- type GetDataAccessConsentUnsupportedMediaType
- func (o *GetDataAccessConsentUnsupportedMediaType) Code() int
- func (o *GetDataAccessConsentUnsupportedMediaType) Error() string
- func (o *GetDataAccessConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentUnsupportedMediaType) IsClientError() bool
- func (o *GetDataAccessConsentUnsupportedMediaType) IsCode(code int) bool
- func (o *GetDataAccessConsentUnsupportedMediaType) IsRedirect() bool
- func (o *GetDataAccessConsentUnsupportedMediaType) IsServerError() bool
- func (o *GetDataAccessConsentUnsupportedMediaType) IsSuccess() bool
- func (o *GetDataAccessConsentUnsupportedMediaType) String() string
- type GetDataAccessConsentV2BadRequest
- func (o *GetDataAccessConsentV2BadRequest) Code() int
- func (o *GetDataAccessConsentV2BadRequest) Error() string
- func (o *GetDataAccessConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2BadRequest) IsClientError() bool
- func (o *GetDataAccessConsentV2BadRequest) IsCode(code int) bool
- func (o *GetDataAccessConsentV2BadRequest) IsRedirect() bool
- func (o *GetDataAccessConsentV2BadRequest) IsServerError() bool
- func (o *GetDataAccessConsentV2BadRequest) IsSuccess() bool
- func (o *GetDataAccessConsentV2BadRequest) String() string
- type GetDataAccessConsentV2Forbidden
- func (o *GetDataAccessConsentV2Forbidden) Code() int
- func (o *GetDataAccessConsentV2Forbidden) Error() string
- func (o *GetDataAccessConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2Forbidden) IsClientError() bool
- func (o *GetDataAccessConsentV2Forbidden) IsCode(code int) bool
- func (o *GetDataAccessConsentV2Forbidden) IsRedirect() bool
- func (o *GetDataAccessConsentV2Forbidden) IsServerError() bool
- func (o *GetDataAccessConsentV2Forbidden) IsSuccess() bool
- func (o *GetDataAccessConsentV2Forbidden) String() string
- type GetDataAccessConsentV2InternalServerError
- func (o *GetDataAccessConsentV2InternalServerError) Code() int
- func (o *GetDataAccessConsentV2InternalServerError) Error() string
- func (o *GetDataAccessConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2InternalServerError) IsClientError() bool
- func (o *GetDataAccessConsentV2InternalServerError) IsCode(code int) bool
- func (o *GetDataAccessConsentV2InternalServerError) IsRedirect() bool
- func (o *GetDataAccessConsentV2InternalServerError) IsServerError() bool
- func (o *GetDataAccessConsentV2InternalServerError) IsSuccess() bool
- func (o *GetDataAccessConsentV2InternalServerError) String() string
- type GetDataAccessConsentV2MethodNotAllowed
- func (o *GetDataAccessConsentV2MethodNotAllowed) Code() int
- func (o *GetDataAccessConsentV2MethodNotAllowed) Error() string
- func (o *GetDataAccessConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2MethodNotAllowed) IsClientError() bool
- func (o *GetDataAccessConsentV2MethodNotAllowed) IsCode(code int) bool
- func (o *GetDataAccessConsentV2MethodNotAllowed) IsRedirect() bool
- func (o *GetDataAccessConsentV2MethodNotAllowed) IsServerError() bool
- func (o *GetDataAccessConsentV2MethodNotAllowed) IsSuccess() bool
- func (o *GetDataAccessConsentV2MethodNotAllowed) String() string
- type GetDataAccessConsentV2NotAcceptable
- func (o *GetDataAccessConsentV2NotAcceptable) Code() int
- func (o *GetDataAccessConsentV2NotAcceptable) Error() string
- func (o *GetDataAccessConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2NotAcceptable) IsClientError() bool
- func (o *GetDataAccessConsentV2NotAcceptable) IsCode(code int) bool
- func (o *GetDataAccessConsentV2NotAcceptable) IsRedirect() bool
- func (o *GetDataAccessConsentV2NotAcceptable) IsServerError() bool
- func (o *GetDataAccessConsentV2NotAcceptable) IsSuccess() bool
- func (o *GetDataAccessConsentV2NotAcceptable) String() string
- type GetDataAccessConsentV2OK
- func (o *GetDataAccessConsentV2OK) Code() int
- func (o *GetDataAccessConsentV2OK) Error() string
- func (o *GetDataAccessConsentV2OK) GetPayload() *models.BrazilGetCustomerDataAccessConsentV2Response
- func (o *GetDataAccessConsentV2OK) IsClientError() bool
- func (o *GetDataAccessConsentV2OK) IsCode(code int) bool
- func (o *GetDataAccessConsentV2OK) IsRedirect() bool
- func (o *GetDataAccessConsentV2OK) IsServerError() bool
- func (o *GetDataAccessConsentV2OK) IsSuccess() bool
- func (o *GetDataAccessConsentV2OK) String() string
- type GetDataAccessConsentV2Params
- func NewGetDataAccessConsentV2Params() *GetDataAccessConsentV2Params
- func NewGetDataAccessConsentV2ParamsWithContext(ctx context.Context) *GetDataAccessConsentV2Params
- func NewGetDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentV2Params
- func NewGetDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) SetConsentID(consentID string)
- func (o *GetDataAccessConsentV2Params) SetContext(ctx context.Context)
- func (o *GetDataAccessConsentV2Params) SetDefaults()
- func (o *GetDataAccessConsentV2Params) SetHTTPClient(client *http.Client)
- func (o *GetDataAccessConsentV2Params) SetTimeout(timeout time.Duration)
- func (o *GetDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)
- func (o *GetDataAccessConsentV2Params) WithConsentID(consentID string) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithContext(ctx context.Context) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithDefaults() *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithHTTPClient(client *http.Client) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithTimeout(timeout time.Duration) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentV2Params
- func (o *GetDataAccessConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataAccessConsentV2Reader
- type GetDataAccessConsentV2TooManyRequests
- func (o *GetDataAccessConsentV2TooManyRequests) Code() int
- func (o *GetDataAccessConsentV2TooManyRequests) Error() string
- func (o *GetDataAccessConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2TooManyRequests) IsClientError() bool
- func (o *GetDataAccessConsentV2TooManyRequests) IsCode(code int) bool
- func (o *GetDataAccessConsentV2TooManyRequests) IsRedirect() bool
- func (o *GetDataAccessConsentV2TooManyRequests) IsServerError() bool
- func (o *GetDataAccessConsentV2TooManyRequests) IsSuccess() bool
- func (o *GetDataAccessConsentV2TooManyRequests) String() string
- type GetDataAccessConsentV2Unauthorized
- func (o *GetDataAccessConsentV2Unauthorized) Code() int
- func (o *GetDataAccessConsentV2Unauthorized) Error() string
- func (o *GetDataAccessConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2Unauthorized) IsClientError() bool
- func (o *GetDataAccessConsentV2Unauthorized) IsCode(code int) bool
- func (o *GetDataAccessConsentV2Unauthorized) IsRedirect() bool
- func (o *GetDataAccessConsentV2Unauthorized) IsServerError() bool
- func (o *GetDataAccessConsentV2Unauthorized) IsSuccess() bool
- func (o *GetDataAccessConsentV2Unauthorized) String() string
- type GetDataAccessConsentV2UnprocessableEntity
- func (o *GetDataAccessConsentV2UnprocessableEntity) Code() int
- func (o *GetDataAccessConsentV2UnprocessableEntity) Error() string
- func (o *GetDataAccessConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2UnprocessableEntity) IsClientError() bool
- func (o *GetDataAccessConsentV2UnprocessableEntity) IsCode(code int) bool
- func (o *GetDataAccessConsentV2UnprocessableEntity) IsRedirect() bool
- func (o *GetDataAccessConsentV2UnprocessableEntity) IsServerError() bool
- func (o *GetDataAccessConsentV2UnprocessableEntity) IsSuccess() bool
- func (o *GetDataAccessConsentV2UnprocessableEntity) String() string
- type GetDataAccessConsentV2UnsupportedMediaType
- func (o *GetDataAccessConsentV2UnsupportedMediaType) Code() int
- func (o *GetDataAccessConsentV2UnsupportedMediaType) Error() string
- func (o *GetDataAccessConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetDataAccessConsentV2UnsupportedMediaType) IsClientError() bool
- func (o *GetDataAccessConsentV2UnsupportedMediaType) IsCode(code int) bool
- func (o *GetDataAccessConsentV2UnsupportedMediaType) IsRedirect() bool
- func (o *GetDataAccessConsentV2UnsupportedMediaType) IsServerError() bool
- func (o *GetDataAccessConsentV2UnsupportedMediaType) IsSuccess() bool
- func (o *GetDataAccessConsentV2UnsupportedMediaType) String() string
- type GetPaymentConsentBadRequest
- func (o *GetPaymentConsentBadRequest) Code() int
- func (o *GetPaymentConsentBadRequest) Error() string
- func (o *GetPaymentConsentBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentBadRequest) IsClientError() bool
- func (o *GetPaymentConsentBadRequest) IsCode(code int) bool
- func (o *GetPaymentConsentBadRequest) IsRedirect() bool
- func (o *GetPaymentConsentBadRequest) IsServerError() bool
- func (o *GetPaymentConsentBadRequest) IsSuccess() bool
- func (o *GetPaymentConsentBadRequest) String() string
- type GetPaymentConsentDeprecatedBadRequest
- func (o *GetPaymentConsentDeprecatedBadRequest) Code() int
- func (o *GetPaymentConsentDeprecatedBadRequest) Error() string
- func (o *GetPaymentConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedBadRequest) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedBadRequest) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedBadRequest) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedBadRequest) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedBadRequest) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedBadRequest) String() string
- type GetPaymentConsentDeprecatedForbidden
- func (o *GetPaymentConsentDeprecatedForbidden) Code() int
- func (o *GetPaymentConsentDeprecatedForbidden) Error() string
- func (o *GetPaymentConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedForbidden) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedForbidden) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedForbidden) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedForbidden) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedForbidden) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedForbidden) String() string
- type GetPaymentConsentDeprecatedInternalServerError
- func (o *GetPaymentConsentDeprecatedInternalServerError) Code() int
- func (o *GetPaymentConsentDeprecatedInternalServerError) Error() string
- func (o *GetPaymentConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedInternalServerError) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedInternalServerError) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedInternalServerError) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedInternalServerError) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedInternalServerError) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedInternalServerError) String() string
- type GetPaymentConsentDeprecatedMethodNotAllowed
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) Code() int
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) Error() string
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedMethodNotAllowed) String() string
- type GetPaymentConsentDeprecatedNotAcceptable
- func (o *GetPaymentConsentDeprecatedNotAcceptable) Code() int
- func (o *GetPaymentConsentDeprecatedNotAcceptable) Error() string
- func (o *GetPaymentConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedNotAcceptable) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedNotAcceptable) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedNotAcceptable) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedNotAcceptable) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedNotAcceptable) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedNotAcceptable) String() string
- type GetPaymentConsentDeprecatedOK
- func (o *GetPaymentConsentDeprecatedOK) Code() int
- func (o *GetPaymentConsentDeprecatedOK) Error() string
- func (o *GetPaymentConsentDeprecatedOK) GetPayload() *models.BrazilCustomerPaymentConsentResponse
- func (o *GetPaymentConsentDeprecatedOK) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedOK) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedOK) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedOK) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedOK) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedOK) String() string
- type GetPaymentConsentDeprecatedParams
- func NewGetPaymentConsentDeprecatedParams() *GetPaymentConsentDeprecatedParams
- func NewGetPaymentConsentDeprecatedParamsWithContext(ctx context.Context) *GetPaymentConsentDeprecatedParams
- func NewGetPaymentConsentDeprecatedParamsWithHTTPClient(client *http.Client) *GetPaymentConsentDeprecatedParams
- func NewGetPaymentConsentDeprecatedParamsWithTimeout(timeout time.Duration) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) SetConsentID(consentID string)
- func (o *GetPaymentConsentDeprecatedParams) SetContext(ctx context.Context)
- func (o *GetPaymentConsentDeprecatedParams) SetDefaults()
- func (o *GetPaymentConsentDeprecatedParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentConsentDeprecatedParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetPaymentConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetPaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetPaymentConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetPaymentConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
- func (o *GetPaymentConsentDeprecatedParams) WithConsentID(consentID string) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithContext(ctx context.Context) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithDefaults() *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithHTTPClient(client *http.Client) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithTimeout(timeout time.Duration) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentDeprecatedParams
- func (o *GetPaymentConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentConsentDeprecatedReader
- type GetPaymentConsentDeprecatedTooManyRequests
- func (o *GetPaymentConsentDeprecatedTooManyRequests) Code() int
- func (o *GetPaymentConsentDeprecatedTooManyRequests) Error() string
- func (o *GetPaymentConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedTooManyRequests) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedTooManyRequests) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedTooManyRequests) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedTooManyRequests) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedTooManyRequests) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedTooManyRequests) String() string
- type GetPaymentConsentDeprecatedUnauthorized
- func (o *GetPaymentConsentDeprecatedUnauthorized) Code() int
- func (o *GetPaymentConsentDeprecatedUnauthorized) Error() string
- func (o *GetPaymentConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedUnauthorized) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedUnauthorized) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedUnauthorized) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedUnauthorized) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedUnauthorized) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedUnauthorized) String() string
- type GetPaymentConsentDeprecatedUnprocessableEntity
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) Code() int
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) Error() string
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedUnprocessableEntity) String() string
- type GetPaymentConsentDeprecatedUnsupportedMediaType
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) Code() int
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) Error() string
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsClientError() bool
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsServerError() bool
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
- func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) String() string
- type GetPaymentConsentForbidden
- func (o *GetPaymentConsentForbidden) Code() int
- func (o *GetPaymentConsentForbidden) Error() string
- func (o *GetPaymentConsentForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentForbidden) IsClientError() bool
- func (o *GetPaymentConsentForbidden) IsCode(code int) bool
- func (o *GetPaymentConsentForbidden) IsRedirect() bool
- func (o *GetPaymentConsentForbidden) IsServerError() bool
- func (o *GetPaymentConsentForbidden) IsSuccess() bool
- func (o *GetPaymentConsentForbidden) String() string
- type GetPaymentConsentInternalServerError
- func (o *GetPaymentConsentInternalServerError) Code() int
- func (o *GetPaymentConsentInternalServerError) Error() string
- func (o *GetPaymentConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentInternalServerError) IsClientError() bool
- func (o *GetPaymentConsentInternalServerError) IsCode(code int) bool
- func (o *GetPaymentConsentInternalServerError) IsRedirect() bool
- func (o *GetPaymentConsentInternalServerError) IsServerError() bool
- func (o *GetPaymentConsentInternalServerError) IsSuccess() bool
- func (o *GetPaymentConsentInternalServerError) String() string
- type GetPaymentConsentMethodNotAllowed
- func (o *GetPaymentConsentMethodNotAllowed) Code() int
- func (o *GetPaymentConsentMethodNotAllowed) Error() string
- func (o *GetPaymentConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentMethodNotAllowed) IsClientError() bool
- func (o *GetPaymentConsentMethodNotAllowed) IsCode(code int) bool
- func (o *GetPaymentConsentMethodNotAllowed) IsRedirect() bool
- func (o *GetPaymentConsentMethodNotAllowed) IsServerError() bool
- func (o *GetPaymentConsentMethodNotAllowed) IsSuccess() bool
- func (o *GetPaymentConsentMethodNotAllowed) String() string
- type GetPaymentConsentNotAcceptable
- func (o *GetPaymentConsentNotAcceptable) Code() int
- func (o *GetPaymentConsentNotAcceptable) Error() string
- func (o *GetPaymentConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentNotAcceptable) IsClientError() bool
- func (o *GetPaymentConsentNotAcceptable) IsCode(code int) bool
- func (o *GetPaymentConsentNotAcceptable) IsRedirect() bool
- func (o *GetPaymentConsentNotAcceptable) IsServerError() bool
- func (o *GetPaymentConsentNotAcceptable) IsSuccess() bool
- func (o *GetPaymentConsentNotAcceptable) String() string
- type GetPaymentConsentOK
- func (o *GetPaymentConsentOK) Code() int
- func (o *GetPaymentConsentOK) Error() string
- func (o *GetPaymentConsentOK) GetPayload() *models.BrazilCustomerPaymentConsentResponse
- func (o *GetPaymentConsentOK) IsClientError() bool
- func (o *GetPaymentConsentOK) IsCode(code int) bool
- func (o *GetPaymentConsentOK) IsRedirect() bool
- func (o *GetPaymentConsentOK) IsServerError() bool
- func (o *GetPaymentConsentOK) IsSuccess() bool
- func (o *GetPaymentConsentOK) String() string
- type GetPaymentConsentParams
- func NewGetPaymentConsentParams() *GetPaymentConsentParams
- func NewGetPaymentConsentParamsWithContext(ctx context.Context) *GetPaymentConsentParams
- func NewGetPaymentConsentParamsWithHTTPClient(client *http.Client) *GetPaymentConsentParams
- func NewGetPaymentConsentParamsWithTimeout(timeout time.Duration) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) SetConsentID(consentID string)
- func (o *GetPaymentConsentParams) SetContext(ctx context.Context)
- func (o *GetPaymentConsentParams) SetDefaults()
- func (o *GetPaymentConsentParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentConsentParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetPaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetPaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetPaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetPaymentConsentParams) SetXJwsSignature(xJwsSignature *string)
- func (o *GetPaymentConsentParams) WithConsentID(consentID string) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithContext(ctx context.Context) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithDefaults() *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithHTTPClient(client *http.Client) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithTimeout(timeout time.Duration) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentParams
- func (o *GetPaymentConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentConsentReader
- type GetPaymentConsentTooManyRequests
- func (o *GetPaymentConsentTooManyRequests) Code() int
- func (o *GetPaymentConsentTooManyRequests) Error() string
- func (o *GetPaymentConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentTooManyRequests) IsClientError() bool
- func (o *GetPaymentConsentTooManyRequests) IsCode(code int) bool
- func (o *GetPaymentConsentTooManyRequests) IsRedirect() bool
- func (o *GetPaymentConsentTooManyRequests) IsServerError() bool
- func (o *GetPaymentConsentTooManyRequests) IsSuccess() bool
- func (o *GetPaymentConsentTooManyRequests) String() string
- type GetPaymentConsentUnauthorized
- func (o *GetPaymentConsentUnauthorized) Code() int
- func (o *GetPaymentConsentUnauthorized) Error() string
- func (o *GetPaymentConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentUnauthorized) IsClientError() bool
- func (o *GetPaymentConsentUnauthorized) IsCode(code int) bool
- func (o *GetPaymentConsentUnauthorized) IsRedirect() bool
- func (o *GetPaymentConsentUnauthorized) IsServerError() bool
- func (o *GetPaymentConsentUnauthorized) IsSuccess() bool
- func (o *GetPaymentConsentUnauthorized) String() string
- type GetPaymentConsentUnprocessableEntity
- func (o *GetPaymentConsentUnprocessableEntity) Code() int
- func (o *GetPaymentConsentUnprocessableEntity) Error() string
- func (o *GetPaymentConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentUnprocessableEntity) IsClientError() bool
- func (o *GetPaymentConsentUnprocessableEntity) IsCode(code int) bool
- func (o *GetPaymentConsentUnprocessableEntity) IsRedirect() bool
- func (o *GetPaymentConsentUnprocessableEntity) IsServerError() bool
- func (o *GetPaymentConsentUnprocessableEntity) IsSuccess() bool
- func (o *GetPaymentConsentUnprocessableEntity) String() string
- type GetPaymentConsentUnsupportedMediaType
- func (o *GetPaymentConsentUnsupportedMediaType) Code() int
- func (o *GetPaymentConsentUnsupportedMediaType) Error() string
- func (o *GetPaymentConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentUnsupportedMediaType) IsClientError() bool
- func (o *GetPaymentConsentUnsupportedMediaType) IsCode(code int) bool
- func (o *GetPaymentConsentUnsupportedMediaType) IsRedirect() bool
- func (o *GetPaymentConsentUnsupportedMediaType) IsServerError() bool
- func (o *GetPaymentConsentUnsupportedMediaType) IsSuccess() bool
- func (o *GetPaymentConsentUnsupportedMediaType) String() string
- type GetPaymentConsentV2BadRequest
- func (o *GetPaymentConsentV2BadRequest) Code() int
- func (o *GetPaymentConsentV2BadRequest) Error() string
- func (o *GetPaymentConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2BadRequest) IsClientError() bool
- func (o *GetPaymentConsentV2BadRequest) IsCode(code int) bool
- func (o *GetPaymentConsentV2BadRequest) IsRedirect() bool
- func (o *GetPaymentConsentV2BadRequest) IsServerError() bool
- func (o *GetPaymentConsentV2BadRequest) IsSuccess() bool
- func (o *GetPaymentConsentV2BadRequest) String() string
- type GetPaymentConsentV2Forbidden
- func (o *GetPaymentConsentV2Forbidden) Code() int
- func (o *GetPaymentConsentV2Forbidden) Error() string
- func (o *GetPaymentConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2Forbidden) IsClientError() bool
- func (o *GetPaymentConsentV2Forbidden) IsCode(code int) bool
- func (o *GetPaymentConsentV2Forbidden) IsRedirect() bool
- func (o *GetPaymentConsentV2Forbidden) IsServerError() bool
- func (o *GetPaymentConsentV2Forbidden) IsSuccess() bool
- func (o *GetPaymentConsentV2Forbidden) String() string
- type GetPaymentConsentV2InternalServerError
- func (o *GetPaymentConsentV2InternalServerError) Code() int
- func (o *GetPaymentConsentV2InternalServerError) Error() string
- func (o *GetPaymentConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2InternalServerError) IsClientError() bool
- func (o *GetPaymentConsentV2InternalServerError) IsCode(code int) bool
- func (o *GetPaymentConsentV2InternalServerError) IsRedirect() bool
- func (o *GetPaymentConsentV2InternalServerError) IsServerError() bool
- func (o *GetPaymentConsentV2InternalServerError) IsSuccess() bool
- func (o *GetPaymentConsentV2InternalServerError) String() string
- type GetPaymentConsentV2MethodNotAllowed
- func (o *GetPaymentConsentV2MethodNotAllowed) Code() int
- func (o *GetPaymentConsentV2MethodNotAllowed) Error() string
- func (o *GetPaymentConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2MethodNotAllowed) IsClientError() bool
- func (o *GetPaymentConsentV2MethodNotAllowed) IsCode(code int) bool
- func (o *GetPaymentConsentV2MethodNotAllowed) IsRedirect() bool
- func (o *GetPaymentConsentV2MethodNotAllowed) IsServerError() bool
- func (o *GetPaymentConsentV2MethodNotAllowed) IsSuccess() bool
- func (o *GetPaymentConsentV2MethodNotAllowed) String() string
- type GetPaymentConsentV2NotAcceptable
- func (o *GetPaymentConsentV2NotAcceptable) Code() int
- func (o *GetPaymentConsentV2NotAcceptable) Error() string
- func (o *GetPaymentConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2NotAcceptable) IsClientError() bool
- func (o *GetPaymentConsentV2NotAcceptable) IsCode(code int) bool
- func (o *GetPaymentConsentV2NotAcceptable) IsRedirect() bool
- func (o *GetPaymentConsentV2NotAcceptable) IsServerError() bool
- func (o *GetPaymentConsentV2NotAcceptable) IsSuccess() bool
- func (o *GetPaymentConsentV2NotAcceptable) String() string
- type GetPaymentConsentV2OK
- func (o *GetPaymentConsentV2OK) Code() int
- func (o *GetPaymentConsentV2OK) Error() string
- func (o *GetPaymentConsentV2OK) GetPayload() *models.BrazilCustomerPaymentConsentResponseV2
- func (o *GetPaymentConsentV2OK) IsClientError() bool
- func (o *GetPaymentConsentV2OK) IsCode(code int) bool
- func (o *GetPaymentConsentV2OK) IsRedirect() bool
- func (o *GetPaymentConsentV2OK) IsServerError() bool
- func (o *GetPaymentConsentV2OK) IsSuccess() bool
- func (o *GetPaymentConsentV2OK) String() string
- type GetPaymentConsentV2Params
- func NewGetPaymentConsentV2Params() *GetPaymentConsentV2Params
- func NewGetPaymentConsentV2ParamsWithContext(ctx context.Context) *GetPaymentConsentV2Params
- func NewGetPaymentConsentV2ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV2Params
- func NewGetPaymentConsentV2ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) SetConsentID(consentID string)
- func (o *GetPaymentConsentV2Params) SetContext(ctx context.Context)
- func (o *GetPaymentConsentV2Params) SetDefaults()
- func (o *GetPaymentConsentV2Params) SetHTTPClient(client *http.Client)
- func (o *GetPaymentConsentV2Params) SetTimeout(timeout time.Duration)
- func (o *GetPaymentConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetPaymentConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetPaymentConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetPaymentConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetPaymentConsentV2Params) SetXJwsSignature(xJwsSignature *string)
- func (o *GetPaymentConsentV2Params) WithConsentID(consentID string) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithContext(ctx context.Context) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithDefaults() *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithHTTPClient(client *http.Client) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithTimeout(timeout time.Duration) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV2Params
- func (o *GetPaymentConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentConsentV2Reader
- type GetPaymentConsentV2TooManyRequests
- func (o *GetPaymentConsentV2TooManyRequests) Code() int
- func (o *GetPaymentConsentV2TooManyRequests) Error() string
- func (o *GetPaymentConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2TooManyRequests) IsClientError() bool
- func (o *GetPaymentConsentV2TooManyRequests) IsCode(code int) bool
- func (o *GetPaymentConsentV2TooManyRequests) IsRedirect() bool
- func (o *GetPaymentConsentV2TooManyRequests) IsServerError() bool
- func (o *GetPaymentConsentV2TooManyRequests) IsSuccess() bool
- func (o *GetPaymentConsentV2TooManyRequests) String() string
- type GetPaymentConsentV2Unauthorized
- func (o *GetPaymentConsentV2Unauthorized) Code() int
- func (o *GetPaymentConsentV2Unauthorized) Error() string
- func (o *GetPaymentConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2Unauthorized) IsClientError() bool
- func (o *GetPaymentConsentV2Unauthorized) IsCode(code int) bool
- func (o *GetPaymentConsentV2Unauthorized) IsRedirect() bool
- func (o *GetPaymentConsentV2Unauthorized) IsServerError() bool
- func (o *GetPaymentConsentV2Unauthorized) IsSuccess() bool
- func (o *GetPaymentConsentV2Unauthorized) String() string
- type GetPaymentConsentV2UnprocessableEntity
- func (o *GetPaymentConsentV2UnprocessableEntity) Code() int
- func (o *GetPaymentConsentV2UnprocessableEntity) Error() string
- func (o *GetPaymentConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2UnprocessableEntity) IsClientError() bool
- func (o *GetPaymentConsentV2UnprocessableEntity) IsCode(code int) bool
- func (o *GetPaymentConsentV2UnprocessableEntity) IsRedirect() bool
- func (o *GetPaymentConsentV2UnprocessableEntity) IsServerError() bool
- func (o *GetPaymentConsentV2UnprocessableEntity) IsSuccess() bool
- func (o *GetPaymentConsentV2UnprocessableEntity) String() string
- type GetPaymentConsentV2UnsupportedMediaType
- func (o *GetPaymentConsentV2UnsupportedMediaType) Code() int
- func (o *GetPaymentConsentV2UnsupportedMediaType) Error() string
- func (o *GetPaymentConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV2UnsupportedMediaType) IsClientError() bool
- func (o *GetPaymentConsentV2UnsupportedMediaType) IsCode(code int) bool
- func (o *GetPaymentConsentV2UnsupportedMediaType) IsRedirect() bool
- func (o *GetPaymentConsentV2UnsupportedMediaType) IsServerError() bool
- func (o *GetPaymentConsentV2UnsupportedMediaType) IsSuccess() bool
- func (o *GetPaymentConsentV2UnsupportedMediaType) String() string
- type GetPaymentConsentV3BadRequest
- func (o *GetPaymentConsentV3BadRequest) Code() int
- func (o *GetPaymentConsentV3BadRequest) Error() string
- func (o *GetPaymentConsentV3BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3BadRequest) IsClientError() bool
- func (o *GetPaymentConsentV3BadRequest) IsCode(code int) bool
- func (o *GetPaymentConsentV3BadRequest) IsRedirect() bool
- func (o *GetPaymentConsentV3BadRequest) IsServerError() bool
- func (o *GetPaymentConsentV3BadRequest) IsSuccess() bool
- func (o *GetPaymentConsentV3BadRequest) String() string
- type GetPaymentConsentV3Forbidden
- func (o *GetPaymentConsentV3Forbidden) Code() int
- func (o *GetPaymentConsentV3Forbidden) Error() string
- func (o *GetPaymentConsentV3Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3Forbidden) IsClientError() bool
- func (o *GetPaymentConsentV3Forbidden) IsCode(code int) bool
- func (o *GetPaymentConsentV3Forbidden) IsRedirect() bool
- func (o *GetPaymentConsentV3Forbidden) IsServerError() bool
- func (o *GetPaymentConsentV3Forbidden) IsSuccess() bool
- func (o *GetPaymentConsentV3Forbidden) String() string
- type GetPaymentConsentV3InternalServerError
- func (o *GetPaymentConsentV3InternalServerError) Code() int
- func (o *GetPaymentConsentV3InternalServerError) Error() string
- func (o *GetPaymentConsentV3InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3InternalServerError) IsClientError() bool
- func (o *GetPaymentConsentV3InternalServerError) IsCode(code int) bool
- func (o *GetPaymentConsentV3InternalServerError) IsRedirect() bool
- func (o *GetPaymentConsentV3InternalServerError) IsServerError() bool
- func (o *GetPaymentConsentV3InternalServerError) IsSuccess() bool
- func (o *GetPaymentConsentV3InternalServerError) String() string
- type GetPaymentConsentV3MethodNotAllowed
- func (o *GetPaymentConsentV3MethodNotAllowed) Code() int
- func (o *GetPaymentConsentV3MethodNotAllowed) Error() string
- func (o *GetPaymentConsentV3MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3MethodNotAllowed) IsClientError() bool
- func (o *GetPaymentConsentV3MethodNotAllowed) IsCode(code int) bool
- func (o *GetPaymentConsentV3MethodNotAllowed) IsRedirect() bool
- func (o *GetPaymentConsentV3MethodNotAllowed) IsServerError() bool
- func (o *GetPaymentConsentV3MethodNotAllowed) IsSuccess() bool
- func (o *GetPaymentConsentV3MethodNotAllowed) String() string
- type GetPaymentConsentV3NotAcceptable
- func (o *GetPaymentConsentV3NotAcceptable) Code() int
- func (o *GetPaymentConsentV3NotAcceptable) Error() string
- func (o *GetPaymentConsentV3NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3NotAcceptable) IsClientError() bool
- func (o *GetPaymentConsentV3NotAcceptable) IsCode(code int) bool
- func (o *GetPaymentConsentV3NotAcceptable) IsRedirect() bool
- func (o *GetPaymentConsentV3NotAcceptable) IsServerError() bool
- func (o *GetPaymentConsentV3NotAcceptable) IsSuccess() bool
- func (o *GetPaymentConsentV3NotAcceptable) String() string
- type GetPaymentConsentV3OK
- func (o *GetPaymentConsentV3OK) Code() int
- func (o *GetPaymentConsentV3OK) Error() string
- func (o *GetPaymentConsentV3OK) GetPayload() *models.BrazilCustomerPaymentConsentResponseV3
- func (o *GetPaymentConsentV3OK) IsClientError() bool
- func (o *GetPaymentConsentV3OK) IsCode(code int) bool
- func (o *GetPaymentConsentV3OK) IsRedirect() bool
- func (o *GetPaymentConsentV3OK) IsServerError() bool
- func (o *GetPaymentConsentV3OK) IsSuccess() bool
- func (o *GetPaymentConsentV3OK) String() string
- type GetPaymentConsentV3Params
- func NewGetPaymentConsentV3Params() *GetPaymentConsentV3Params
- func NewGetPaymentConsentV3ParamsWithContext(ctx context.Context) *GetPaymentConsentV3Params
- func NewGetPaymentConsentV3ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV3Params
- func NewGetPaymentConsentV3ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) SetConsentID(consentID string)
- func (o *GetPaymentConsentV3Params) SetContext(ctx context.Context)
- func (o *GetPaymentConsentV3Params) SetDefaults()
- func (o *GetPaymentConsentV3Params) SetHTTPClient(client *http.Client)
- func (o *GetPaymentConsentV3Params) SetTimeout(timeout time.Duration)
- func (o *GetPaymentConsentV3Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetPaymentConsentV3Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetPaymentConsentV3Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetPaymentConsentV3Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetPaymentConsentV3Params) SetXJwsSignature(xJwsSignature *string)
- func (o *GetPaymentConsentV3Params) WithConsentID(consentID string) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithContext(ctx context.Context) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithDefaults() *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithHTTPClient(client *http.Client) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithTimeout(timeout time.Duration) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV3Params
- func (o *GetPaymentConsentV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentConsentV3Reader
- type GetPaymentConsentV3TooManyRequests
- func (o *GetPaymentConsentV3TooManyRequests) Code() int
- func (o *GetPaymentConsentV3TooManyRequests) Error() string
- func (o *GetPaymentConsentV3TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3TooManyRequests) IsClientError() bool
- func (o *GetPaymentConsentV3TooManyRequests) IsCode(code int) bool
- func (o *GetPaymentConsentV3TooManyRequests) IsRedirect() bool
- func (o *GetPaymentConsentV3TooManyRequests) IsServerError() bool
- func (o *GetPaymentConsentV3TooManyRequests) IsSuccess() bool
- func (o *GetPaymentConsentV3TooManyRequests) String() string
- type GetPaymentConsentV3Unauthorized
- func (o *GetPaymentConsentV3Unauthorized) Code() int
- func (o *GetPaymentConsentV3Unauthorized) Error() string
- func (o *GetPaymentConsentV3Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3Unauthorized) IsClientError() bool
- func (o *GetPaymentConsentV3Unauthorized) IsCode(code int) bool
- func (o *GetPaymentConsentV3Unauthorized) IsRedirect() bool
- func (o *GetPaymentConsentV3Unauthorized) IsServerError() bool
- func (o *GetPaymentConsentV3Unauthorized) IsSuccess() bool
- func (o *GetPaymentConsentV3Unauthorized) String() string
- type GetPaymentConsentV3UnprocessableEntity
- func (o *GetPaymentConsentV3UnprocessableEntity) Code() int
- func (o *GetPaymentConsentV3UnprocessableEntity) Error() string
- func (o *GetPaymentConsentV3UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3UnprocessableEntity) IsClientError() bool
- func (o *GetPaymentConsentV3UnprocessableEntity) IsCode(code int) bool
- func (o *GetPaymentConsentV3UnprocessableEntity) IsRedirect() bool
- func (o *GetPaymentConsentV3UnprocessableEntity) IsServerError() bool
- func (o *GetPaymentConsentV3UnprocessableEntity) IsSuccess() bool
- func (o *GetPaymentConsentV3UnprocessableEntity) String() string
- type GetPaymentConsentV3UnsupportedMediaType
- func (o *GetPaymentConsentV3UnsupportedMediaType) Code() int
- func (o *GetPaymentConsentV3UnsupportedMediaType) Error() string
- func (o *GetPaymentConsentV3UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV3UnsupportedMediaType) IsClientError() bool
- func (o *GetPaymentConsentV3UnsupportedMediaType) IsCode(code int) bool
- func (o *GetPaymentConsentV3UnsupportedMediaType) IsRedirect() bool
- func (o *GetPaymentConsentV3UnsupportedMediaType) IsServerError() bool
- func (o *GetPaymentConsentV3UnsupportedMediaType) IsSuccess() bool
- func (o *GetPaymentConsentV3UnsupportedMediaType) String() string
- type GetPaymentConsentV4BadRequest
- func (o *GetPaymentConsentV4BadRequest) Code() int
- func (o *GetPaymentConsentV4BadRequest) Error() string
- func (o *GetPaymentConsentV4BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4BadRequest) IsClientError() bool
- func (o *GetPaymentConsentV4BadRequest) IsCode(code int) bool
- func (o *GetPaymentConsentV4BadRequest) IsRedirect() bool
- func (o *GetPaymentConsentV4BadRequest) IsServerError() bool
- func (o *GetPaymentConsentV4BadRequest) IsSuccess() bool
- func (o *GetPaymentConsentV4BadRequest) String() string
- type GetPaymentConsentV4Forbidden
- func (o *GetPaymentConsentV4Forbidden) Code() int
- func (o *GetPaymentConsentV4Forbidden) Error() string
- func (o *GetPaymentConsentV4Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4Forbidden) IsClientError() bool
- func (o *GetPaymentConsentV4Forbidden) IsCode(code int) bool
- func (o *GetPaymentConsentV4Forbidden) IsRedirect() bool
- func (o *GetPaymentConsentV4Forbidden) IsServerError() bool
- func (o *GetPaymentConsentV4Forbidden) IsSuccess() bool
- func (o *GetPaymentConsentV4Forbidden) String() string
- type GetPaymentConsentV4InternalServerError
- func (o *GetPaymentConsentV4InternalServerError) Code() int
- func (o *GetPaymentConsentV4InternalServerError) Error() string
- func (o *GetPaymentConsentV4InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4InternalServerError) IsClientError() bool
- func (o *GetPaymentConsentV4InternalServerError) IsCode(code int) bool
- func (o *GetPaymentConsentV4InternalServerError) IsRedirect() bool
- func (o *GetPaymentConsentV4InternalServerError) IsServerError() bool
- func (o *GetPaymentConsentV4InternalServerError) IsSuccess() bool
- func (o *GetPaymentConsentV4InternalServerError) String() string
- type GetPaymentConsentV4MethodNotAllowed
- func (o *GetPaymentConsentV4MethodNotAllowed) Code() int
- func (o *GetPaymentConsentV4MethodNotAllowed) Error() string
- func (o *GetPaymentConsentV4MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4MethodNotAllowed) IsClientError() bool
- func (o *GetPaymentConsentV4MethodNotAllowed) IsCode(code int) bool
- func (o *GetPaymentConsentV4MethodNotAllowed) IsRedirect() bool
- func (o *GetPaymentConsentV4MethodNotAllowed) IsServerError() bool
- func (o *GetPaymentConsentV4MethodNotAllowed) IsSuccess() bool
- func (o *GetPaymentConsentV4MethodNotAllowed) String() string
- type GetPaymentConsentV4NotAcceptable
- func (o *GetPaymentConsentV4NotAcceptable) Code() int
- func (o *GetPaymentConsentV4NotAcceptable) Error() string
- func (o *GetPaymentConsentV4NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4NotAcceptable) IsClientError() bool
- func (o *GetPaymentConsentV4NotAcceptable) IsCode(code int) bool
- func (o *GetPaymentConsentV4NotAcceptable) IsRedirect() bool
- func (o *GetPaymentConsentV4NotAcceptable) IsServerError() bool
- func (o *GetPaymentConsentV4NotAcceptable) IsSuccess() bool
- func (o *GetPaymentConsentV4NotAcceptable) String() string
- type GetPaymentConsentV4OK
- func (o *GetPaymentConsentV4OK) Code() int
- func (o *GetPaymentConsentV4OK) Error() string
- func (o *GetPaymentConsentV4OK) GetPayload() *models.BrazilCustomerPaymentConsentResponseV4
- func (o *GetPaymentConsentV4OK) IsClientError() bool
- func (o *GetPaymentConsentV4OK) IsCode(code int) bool
- func (o *GetPaymentConsentV4OK) IsRedirect() bool
- func (o *GetPaymentConsentV4OK) IsServerError() bool
- func (o *GetPaymentConsentV4OK) IsSuccess() bool
- func (o *GetPaymentConsentV4OK) String() string
- type GetPaymentConsentV4Params
- func NewGetPaymentConsentV4Params() *GetPaymentConsentV4Params
- func NewGetPaymentConsentV4ParamsWithContext(ctx context.Context) *GetPaymentConsentV4Params
- func NewGetPaymentConsentV4ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV4Params
- func NewGetPaymentConsentV4ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) SetConsentID(consentID string)
- func (o *GetPaymentConsentV4Params) SetContext(ctx context.Context)
- func (o *GetPaymentConsentV4Params) SetDefaults()
- func (o *GetPaymentConsentV4Params) SetHTTPClient(client *http.Client)
- func (o *GetPaymentConsentV4Params) SetTimeout(timeout time.Duration)
- func (o *GetPaymentConsentV4Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetPaymentConsentV4Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetPaymentConsentV4Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetPaymentConsentV4Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetPaymentConsentV4Params) SetXJwsSignature(xJwsSignature *string)
- func (o *GetPaymentConsentV4Params) WithConsentID(consentID string) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithContext(ctx context.Context) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithDefaults() *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithHTTPClient(client *http.Client) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithTimeout(timeout time.Duration) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV4Params
- func (o *GetPaymentConsentV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentConsentV4Reader
- type GetPaymentConsentV4TooManyRequests
- func (o *GetPaymentConsentV4TooManyRequests) Code() int
- func (o *GetPaymentConsentV4TooManyRequests) Error() string
- func (o *GetPaymentConsentV4TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4TooManyRequests) IsClientError() bool
- func (o *GetPaymentConsentV4TooManyRequests) IsCode(code int) bool
- func (o *GetPaymentConsentV4TooManyRequests) IsRedirect() bool
- func (o *GetPaymentConsentV4TooManyRequests) IsServerError() bool
- func (o *GetPaymentConsentV4TooManyRequests) IsSuccess() bool
- func (o *GetPaymentConsentV4TooManyRequests) String() string
- type GetPaymentConsentV4Unauthorized
- func (o *GetPaymentConsentV4Unauthorized) Code() int
- func (o *GetPaymentConsentV4Unauthorized) Error() string
- func (o *GetPaymentConsentV4Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4Unauthorized) IsClientError() bool
- func (o *GetPaymentConsentV4Unauthorized) IsCode(code int) bool
- func (o *GetPaymentConsentV4Unauthorized) IsRedirect() bool
- func (o *GetPaymentConsentV4Unauthorized) IsServerError() bool
- func (o *GetPaymentConsentV4Unauthorized) IsSuccess() bool
- func (o *GetPaymentConsentV4Unauthorized) String() string
- type GetPaymentConsentV4UnprocessableEntity
- func (o *GetPaymentConsentV4UnprocessableEntity) Code() int
- func (o *GetPaymentConsentV4UnprocessableEntity) Error() string
- func (o *GetPaymentConsentV4UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4UnprocessableEntity) IsClientError() bool
- func (o *GetPaymentConsentV4UnprocessableEntity) IsCode(code int) bool
- func (o *GetPaymentConsentV4UnprocessableEntity) IsRedirect() bool
- func (o *GetPaymentConsentV4UnprocessableEntity) IsServerError() bool
- func (o *GetPaymentConsentV4UnprocessableEntity) IsSuccess() bool
- func (o *GetPaymentConsentV4UnprocessableEntity) String() string
- type GetPaymentConsentV4UnsupportedMediaType
- func (o *GetPaymentConsentV4UnsupportedMediaType) Code() int
- func (o *GetPaymentConsentV4UnsupportedMediaType) Error() string
- func (o *GetPaymentConsentV4UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetPaymentConsentV4UnsupportedMediaType) IsClientError() bool
- func (o *GetPaymentConsentV4UnsupportedMediaType) IsCode(code int) bool
- func (o *GetPaymentConsentV4UnsupportedMediaType) IsRedirect() bool
- func (o *GetPaymentConsentV4UnsupportedMediaType) IsServerError() bool
- func (o *GetPaymentConsentV4UnsupportedMediaType) IsSuccess() bool
- func (o *GetPaymentConsentV4UnsupportedMediaType) String() string
- type GetRecurringPaymentConsentV1BadRequest
- func (o *GetRecurringPaymentConsentV1BadRequest) Code() int
- func (o *GetRecurringPaymentConsentV1BadRequest) Error() string
- func (o *GetRecurringPaymentConsentV1BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1BadRequest) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1BadRequest) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1BadRequest) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1BadRequest) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1BadRequest) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1BadRequest) String() string
- type GetRecurringPaymentConsentV1Forbidden
- func (o *GetRecurringPaymentConsentV1Forbidden) Code() int
- func (o *GetRecurringPaymentConsentV1Forbidden) Error() string
- func (o *GetRecurringPaymentConsentV1Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1Forbidden) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1Forbidden) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1Forbidden) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1Forbidden) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1Forbidden) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1Forbidden) String() string
- type GetRecurringPaymentConsentV1InternalServerError
- func (o *GetRecurringPaymentConsentV1InternalServerError) Code() int
- func (o *GetRecurringPaymentConsentV1InternalServerError) Error() string
- func (o *GetRecurringPaymentConsentV1InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1InternalServerError) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1InternalServerError) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1InternalServerError) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1InternalServerError) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1InternalServerError) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1InternalServerError) String() string
- type GetRecurringPaymentConsentV1MethodNotAllowed
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) Code() int
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) Error() string
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1MethodNotAllowed) String() string
- type GetRecurringPaymentConsentV1NotAcceptable
- func (o *GetRecurringPaymentConsentV1NotAcceptable) Code() int
- func (o *GetRecurringPaymentConsentV1NotAcceptable) Error() string
- func (o *GetRecurringPaymentConsentV1NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1NotAcceptable) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1NotAcceptable) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1NotAcceptable) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1NotAcceptable) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1NotAcceptable) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1NotAcceptable) String() string
- type GetRecurringPaymentConsentV1OK
- func (o *GetRecurringPaymentConsentV1OK) Code() int
- func (o *GetRecurringPaymentConsentV1OK) Error() string
- func (o *GetRecurringPaymentConsentV1OK) GetPayload() *models.BrazilCustomerRecurringPaymentConsentResponseV1
- func (o *GetRecurringPaymentConsentV1OK) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1OK) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1OK) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1OK) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1OK) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1OK) String() string
- type GetRecurringPaymentConsentV1Params
- func NewGetRecurringPaymentConsentV1Params() *GetRecurringPaymentConsentV1Params
- func NewGetRecurringPaymentConsentV1ParamsWithContext(ctx context.Context) *GetRecurringPaymentConsentV1Params
- func NewGetRecurringPaymentConsentV1ParamsWithHTTPClient(client *http.Client) *GetRecurringPaymentConsentV1Params
- func NewGetRecurringPaymentConsentV1ParamsWithTimeout(timeout time.Duration) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) SetConsentID(consentID string)
- func (o *GetRecurringPaymentConsentV1Params) SetContext(ctx context.Context)
- func (o *GetRecurringPaymentConsentV1Params) SetDefaults()
- func (o *GetRecurringPaymentConsentV1Params) SetHTTPClient(client *http.Client)
- func (o *GetRecurringPaymentConsentV1Params) SetTimeout(timeout time.Duration)
- func (o *GetRecurringPaymentConsentV1Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *GetRecurringPaymentConsentV1Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *GetRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *GetRecurringPaymentConsentV1Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *GetRecurringPaymentConsentV1Params) SetXJwsSignature(xJwsSignature *string)
- func (o *GetRecurringPaymentConsentV1Params) WithConsentID(consentID string) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithContext(ctx context.Context) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithDefaults() *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithHTTPClient(client *http.Client) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithTimeout(timeout time.Duration) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WithXJwsSignature(xJwsSignature *string) *GetRecurringPaymentConsentV1Params
- func (o *GetRecurringPaymentConsentV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRecurringPaymentConsentV1Reader
- type GetRecurringPaymentConsentV1TooManyRequests
- func (o *GetRecurringPaymentConsentV1TooManyRequests) Code() int
- func (o *GetRecurringPaymentConsentV1TooManyRequests) Error() string
- func (o *GetRecurringPaymentConsentV1TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1TooManyRequests) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1TooManyRequests) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1TooManyRequests) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1TooManyRequests) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1TooManyRequests) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1TooManyRequests) String() string
- type GetRecurringPaymentConsentV1Unauthorized
- func (o *GetRecurringPaymentConsentV1Unauthorized) Code() int
- func (o *GetRecurringPaymentConsentV1Unauthorized) Error() string
- func (o *GetRecurringPaymentConsentV1Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1Unauthorized) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1Unauthorized) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1Unauthorized) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1Unauthorized) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1Unauthorized) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1Unauthorized) String() string
- type GetRecurringPaymentConsentV1UnprocessableEntity
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) Code() int
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) Error() string
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1UnprocessableEntity) String() string
- type GetRecurringPaymentConsentV1UnsupportedMediaType
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) Code() int
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) Error() string
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsClientError() bool
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsCode(code int) bool
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect() bool
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsServerError() bool
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess() bool
- func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) String() string
- type ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) Code() int
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) Error() string
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) GetPayload() *models.GenericError
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsClientError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsCode(code int) bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsRedirect() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsServerError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsSuccess() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) String() string
- type ObbrAutomaticPaymentsRecurringConsentIntrospectOK
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) Code() int
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) Error() string
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) GetPayload() *models.IntrospectOBBRAutomaticPaymentsRecurringConsentResponse
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsClientError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsCode(code int) bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsRedirect() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsServerError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsSuccess() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) String() string
- type ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func NewObbrAutomaticPaymentsRecurringConsentIntrospectParams() *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithContext(ctx context.Context) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetContext(ctx context.Context)
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetDefaults()
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetHTTPClient(client *http.Client)
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetTimeout(timeout time.Duration)
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetToken(token *string)
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithContext(ctx context.Context) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithDefaults() *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithHTTPClient(client *http.Client) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithTimeout(timeout time.Duration) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithToken(token *string) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrAutomaticPaymentsRecurringConsentIntrospectReader
- type ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) Code() int
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) Error() string
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsClientError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsCode(code int) bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsRedirect() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsServerError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsSuccess() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) String() string
- type ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) Code() int
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) Error() string
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) GetPayload() *models.GenericError
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsClientError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsCode(code int) bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsRedirect() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsServerError() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsSuccess() bool
- func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) String() string
- type ObbrDataAccessConsentIntrospectNotFound
- func (o *ObbrDataAccessConsentIntrospectNotFound) Code() int
- func (o *ObbrDataAccessConsentIntrospectNotFound) Error() string
- func (o *ObbrDataAccessConsentIntrospectNotFound) GetPayload() *models.GenericError
- func (o *ObbrDataAccessConsentIntrospectNotFound) IsClientError() bool
- func (o *ObbrDataAccessConsentIntrospectNotFound) IsCode(code int) bool
- func (o *ObbrDataAccessConsentIntrospectNotFound) IsRedirect() bool
- func (o *ObbrDataAccessConsentIntrospectNotFound) IsServerError() bool
- func (o *ObbrDataAccessConsentIntrospectNotFound) IsSuccess() bool
- func (o *ObbrDataAccessConsentIntrospectNotFound) String() string
- type ObbrDataAccessConsentIntrospectOK
- func (o *ObbrDataAccessConsentIntrospectOK) Code() int
- func (o *ObbrDataAccessConsentIntrospectOK) Error() string
- func (o *ObbrDataAccessConsentIntrospectOK) GetPayload() *models.IntrospectOBBRDataAccessConsentResponse
- func (o *ObbrDataAccessConsentIntrospectOK) IsClientError() bool
- func (o *ObbrDataAccessConsentIntrospectOK) IsCode(code int) bool
- func (o *ObbrDataAccessConsentIntrospectOK) IsRedirect() bool
- func (o *ObbrDataAccessConsentIntrospectOK) IsServerError() bool
- func (o *ObbrDataAccessConsentIntrospectOK) IsSuccess() bool
- func (o *ObbrDataAccessConsentIntrospectOK) String() string
- type ObbrDataAccessConsentIntrospectParams
- func NewObbrDataAccessConsentIntrospectParams() *ObbrDataAccessConsentIntrospectParams
- func NewObbrDataAccessConsentIntrospectParamsWithContext(ctx context.Context) *ObbrDataAccessConsentIntrospectParams
- func NewObbrDataAccessConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrDataAccessConsentIntrospectParams
- func NewObbrDataAccessConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrDataAccessConsentIntrospectParams
- func (o *ObbrDataAccessConsentIntrospectParams) SetContext(ctx context.Context)
- func (o *ObbrDataAccessConsentIntrospectParams) SetDefaults()
- func (o *ObbrDataAccessConsentIntrospectParams) SetHTTPClient(client *http.Client)
- func (o *ObbrDataAccessConsentIntrospectParams) SetTimeout(timeout time.Duration)
- func (o *ObbrDataAccessConsentIntrospectParams) SetToken(token *string)
- func (o *ObbrDataAccessConsentIntrospectParams) WithContext(ctx context.Context) *ObbrDataAccessConsentIntrospectParams
- func (o *ObbrDataAccessConsentIntrospectParams) WithDefaults() *ObbrDataAccessConsentIntrospectParams
- func (o *ObbrDataAccessConsentIntrospectParams) WithHTTPClient(client *http.Client) *ObbrDataAccessConsentIntrospectParams
- func (o *ObbrDataAccessConsentIntrospectParams) WithTimeout(timeout time.Duration) *ObbrDataAccessConsentIntrospectParams
- func (o *ObbrDataAccessConsentIntrospectParams) WithToken(token *string) *ObbrDataAccessConsentIntrospectParams
- func (o *ObbrDataAccessConsentIntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrDataAccessConsentIntrospectReader
- type ObbrDataAccessConsentIntrospectTooManyRequests
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) Code() int
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) Error() string
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsClientError() bool
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsCode(code int) bool
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsRedirect() bool
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsServerError() bool
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsSuccess() bool
- func (o *ObbrDataAccessConsentIntrospectTooManyRequests) String() string
- type ObbrDataAccessConsentIntrospectUnauthorized
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) Code() int
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) Error() string
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) GetPayload() *models.GenericError
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsClientError() bool
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsCode(code int) bool
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsRedirect() bool
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsServerError() bool
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsSuccess() bool
- func (o *ObbrDataAccessConsentIntrospectUnauthorized) String() string
- type ObbrDataAccessConsentV2IntrospectNotFound
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) Code() int
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) Error() string
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) GetPayload() *models.GenericError
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsClientError() bool
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsCode(code int) bool
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsRedirect() bool
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsServerError() bool
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsSuccess() bool
- func (o *ObbrDataAccessConsentV2IntrospectNotFound) String() string
- type ObbrDataAccessConsentV2IntrospectOK
- func (o *ObbrDataAccessConsentV2IntrospectOK) Code() int
- func (o *ObbrDataAccessConsentV2IntrospectOK) Error() string
- func (o *ObbrDataAccessConsentV2IntrospectOK) GetPayload() *models.IntrospectOBBRDataAccessConsentV2Response
- func (o *ObbrDataAccessConsentV2IntrospectOK) IsClientError() bool
- func (o *ObbrDataAccessConsentV2IntrospectOK) IsCode(code int) bool
- func (o *ObbrDataAccessConsentV2IntrospectOK) IsRedirect() bool
- func (o *ObbrDataAccessConsentV2IntrospectOK) IsServerError() bool
- func (o *ObbrDataAccessConsentV2IntrospectOK) IsSuccess() bool
- func (o *ObbrDataAccessConsentV2IntrospectOK) String() string
- type ObbrDataAccessConsentV2IntrospectParams
- func NewObbrDataAccessConsentV2IntrospectParams() *ObbrDataAccessConsentV2IntrospectParams
- func NewObbrDataAccessConsentV2IntrospectParamsWithContext(ctx context.Context) *ObbrDataAccessConsentV2IntrospectParams
- func NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient(client *http.Client) *ObbrDataAccessConsentV2IntrospectParams
- func NewObbrDataAccessConsentV2IntrospectParamsWithTimeout(timeout time.Duration) *ObbrDataAccessConsentV2IntrospectParams
- func (o *ObbrDataAccessConsentV2IntrospectParams) SetContext(ctx context.Context)
- func (o *ObbrDataAccessConsentV2IntrospectParams) SetDefaults()
- func (o *ObbrDataAccessConsentV2IntrospectParams) SetHTTPClient(client *http.Client)
- func (o *ObbrDataAccessConsentV2IntrospectParams) SetTimeout(timeout time.Duration)
- func (o *ObbrDataAccessConsentV2IntrospectParams) SetToken(token *string)
- func (o *ObbrDataAccessConsentV2IntrospectParams) WithContext(ctx context.Context) *ObbrDataAccessConsentV2IntrospectParams
- func (o *ObbrDataAccessConsentV2IntrospectParams) WithDefaults() *ObbrDataAccessConsentV2IntrospectParams
- func (o *ObbrDataAccessConsentV2IntrospectParams) WithHTTPClient(client *http.Client) *ObbrDataAccessConsentV2IntrospectParams
- func (o *ObbrDataAccessConsentV2IntrospectParams) WithTimeout(timeout time.Duration) *ObbrDataAccessConsentV2IntrospectParams
- func (o *ObbrDataAccessConsentV2IntrospectParams) WithToken(token *string) *ObbrDataAccessConsentV2IntrospectParams
- func (o *ObbrDataAccessConsentV2IntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrDataAccessConsentV2IntrospectReader
- type ObbrDataAccessConsentV2IntrospectTooManyRequests
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) Code() int
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) Error() string
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsClientError() bool
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsCode(code int) bool
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsRedirect() bool
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsServerError() bool
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsSuccess() bool
- func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) String() string
- type ObbrDataAccessConsentV2IntrospectUnauthorized
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) Code() int
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) Error() string
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) GetPayload() *models.GenericError
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsClientError() bool
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsCode(code int) bool
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsRedirect() bool
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsServerError() bool
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsSuccess() bool
- func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) String() string
- type ObbrPaymentConsentIntrospectNotFound
- func (o *ObbrPaymentConsentIntrospectNotFound) Code() int
- func (o *ObbrPaymentConsentIntrospectNotFound) Error() string
- func (o *ObbrPaymentConsentIntrospectNotFound) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectNotFound) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectNotFound) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectNotFound) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectNotFound) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectNotFound) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectNotFound) String() string
- type ObbrPaymentConsentIntrospectOK
- func (o *ObbrPaymentConsentIntrospectOK) Code() int
- func (o *ObbrPaymentConsentIntrospectOK) Error() string
- func (o *ObbrPaymentConsentIntrospectOK) GetPayload() *models.IntrospectOBBRPaymentConsentResponse
- func (o *ObbrPaymentConsentIntrospectOK) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectOK) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectOK) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectOK) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectOK) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectOK) String() string
- type ObbrPaymentConsentIntrospectParams
- func NewObbrPaymentConsentIntrospectParams() *ObbrPaymentConsentIntrospectParams
- func NewObbrPaymentConsentIntrospectParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectParams
- func NewObbrPaymentConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectParams
- func NewObbrPaymentConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectParams
- func (o *ObbrPaymentConsentIntrospectParams) SetContext(ctx context.Context)
- func (o *ObbrPaymentConsentIntrospectParams) SetDefaults()
- func (o *ObbrPaymentConsentIntrospectParams) SetHTTPClient(client *http.Client)
- func (o *ObbrPaymentConsentIntrospectParams) SetTimeout(timeout time.Duration)
- func (o *ObbrPaymentConsentIntrospectParams) SetToken(token *string)
- func (o *ObbrPaymentConsentIntrospectParams) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectParams
- func (o *ObbrPaymentConsentIntrospectParams) WithDefaults() *ObbrPaymentConsentIntrospectParams
- func (o *ObbrPaymentConsentIntrospectParams) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectParams
- func (o *ObbrPaymentConsentIntrospectParams) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectParams
- func (o *ObbrPaymentConsentIntrospectParams) WithToken(token *string) *ObbrPaymentConsentIntrospectParams
- func (o *ObbrPaymentConsentIntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrPaymentConsentIntrospectReader
- type ObbrPaymentConsentIntrospectTooManyRequests
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) Code() int
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) Error() string
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectTooManyRequests) String() string
- type ObbrPaymentConsentIntrospectUnauthorized
- func (o *ObbrPaymentConsentIntrospectUnauthorized) Code() int
- func (o *ObbrPaymentConsentIntrospectUnauthorized) Error() string
- func (o *ObbrPaymentConsentIntrospectUnauthorized) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectUnauthorized) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectUnauthorized) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectUnauthorized) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectUnauthorized) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectUnauthorized) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectUnauthorized) String() string
- type ObbrPaymentConsentIntrospectV2NotFound
- func (o *ObbrPaymentConsentIntrospectV2NotFound) Code() int
- func (o *ObbrPaymentConsentIntrospectV2NotFound) Error() string
- func (o *ObbrPaymentConsentIntrospectV2NotFound) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV2NotFound) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV2NotFound) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV2NotFound) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV2NotFound) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV2NotFound) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV2NotFound) String() string
- type ObbrPaymentConsentIntrospectV2OK
- func (o *ObbrPaymentConsentIntrospectV2OK) Code() int
- func (o *ObbrPaymentConsentIntrospectV2OK) Error() string
- func (o *ObbrPaymentConsentIntrospectV2OK) GetPayload() *models.IntrospectOBBRPaymentConsentResponseV2
- func (o *ObbrPaymentConsentIntrospectV2OK) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV2OK) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV2OK) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV2OK) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV2OK) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV2OK) String() string
- type ObbrPaymentConsentIntrospectV2Params
- func NewObbrPaymentConsentIntrospectV2Params() *ObbrPaymentConsentIntrospectV2Params
- func NewObbrPaymentConsentIntrospectV2ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV2Params
- func NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV2Params
- func NewObbrPaymentConsentIntrospectV2ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV2Params
- func (o *ObbrPaymentConsentIntrospectV2Params) SetContext(ctx context.Context)
- func (o *ObbrPaymentConsentIntrospectV2Params) SetDefaults()
- func (o *ObbrPaymentConsentIntrospectV2Params) SetHTTPClient(client *http.Client)
- func (o *ObbrPaymentConsentIntrospectV2Params) SetTimeout(timeout time.Duration)
- func (o *ObbrPaymentConsentIntrospectV2Params) SetToken(token *string)
- func (o *ObbrPaymentConsentIntrospectV2Params) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV2Params
- func (o *ObbrPaymentConsentIntrospectV2Params) WithDefaults() *ObbrPaymentConsentIntrospectV2Params
- func (o *ObbrPaymentConsentIntrospectV2Params) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV2Params
- func (o *ObbrPaymentConsentIntrospectV2Params) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV2Params
- func (o *ObbrPaymentConsentIntrospectV2Params) WithToken(token *string) *ObbrPaymentConsentIntrospectV2Params
- func (o *ObbrPaymentConsentIntrospectV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrPaymentConsentIntrospectV2Reader
- type ObbrPaymentConsentIntrospectV2TooManyRequests
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) Code() int
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) Error() string
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) String() string
- type ObbrPaymentConsentIntrospectV2Unauthorized
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) Code() int
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) Error() string
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV2Unauthorized) String() string
- type ObbrPaymentConsentIntrospectV3NotFound
- func (o *ObbrPaymentConsentIntrospectV3NotFound) Code() int
- func (o *ObbrPaymentConsentIntrospectV3NotFound) Error() string
- func (o *ObbrPaymentConsentIntrospectV3NotFound) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV3NotFound) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV3NotFound) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV3NotFound) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV3NotFound) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV3NotFound) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV3NotFound) String() string
- type ObbrPaymentConsentIntrospectV3OK
- func (o *ObbrPaymentConsentIntrospectV3OK) Code() int
- func (o *ObbrPaymentConsentIntrospectV3OK) Error() string
- func (o *ObbrPaymentConsentIntrospectV3OK) GetPayload() *models.IntrospectOBBRPaymentConsentResponseV3
- func (o *ObbrPaymentConsentIntrospectV3OK) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV3OK) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV3OK) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV3OK) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV3OK) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV3OK) String() string
- type ObbrPaymentConsentIntrospectV3Params
- func NewObbrPaymentConsentIntrospectV3Params() *ObbrPaymentConsentIntrospectV3Params
- func NewObbrPaymentConsentIntrospectV3ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV3Params
- func NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV3Params
- func NewObbrPaymentConsentIntrospectV3ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV3Params
- func (o *ObbrPaymentConsentIntrospectV3Params) SetContext(ctx context.Context)
- func (o *ObbrPaymentConsentIntrospectV3Params) SetDefaults()
- func (o *ObbrPaymentConsentIntrospectV3Params) SetHTTPClient(client *http.Client)
- func (o *ObbrPaymentConsentIntrospectV3Params) SetTimeout(timeout time.Duration)
- func (o *ObbrPaymentConsentIntrospectV3Params) SetToken(token *string)
- func (o *ObbrPaymentConsentIntrospectV3Params) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV3Params
- func (o *ObbrPaymentConsentIntrospectV3Params) WithDefaults() *ObbrPaymentConsentIntrospectV3Params
- func (o *ObbrPaymentConsentIntrospectV3Params) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV3Params
- func (o *ObbrPaymentConsentIntrospectV3Params) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV3Params
- func (o *ObbrPaymentConsentIntrospectV3Params) WithToken(token *string) *ObbrPaymentConsentIntrospectV3Params
- func (o *ObbrPaymentConsentIntrospectV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrPaymentConsentIntrospectV3Reader
- type ObbrPaymentConsentIntrospectV3TooManyRequests
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) Code() int
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) Error() string
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) String() string
- type ObbrPaymentConsentIntrospectV3Unauthorized
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) Code() int
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) Error() string
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV3Unauthorized) String() string
- type ObbrPaymentConsentIntrospectV4NotFound
- func (o *ObbrPaymentConsentIntrospectV4NotFound) Code() int
- func (o *ObbrPaymentConsentIntrospectV4NotFound) Error() string
- func (o *ObbrPaymentConsentIntrospectV4NotFound) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV4NotFound) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV4NotFound) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV4NotFound) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV4NotFound) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV4NotFound) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV4NotFound) String() string
- type ObbrPaymentConsentIntrospectV4OK
- func (o *ObbrPaymentConsentIntrospectV4OK) Code() int
- func (o *ObbrPaymentConsentIntrospectV4OK) Error() string
- func (o *ObbrPaymentConsentIntrospectV4OK) GetPayload() *models.IntrospectOBBRPaymentConsentResponseV4
- func (o *ObbrPaymentConsentIntrospectV4OK) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV4OK) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV4OK) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV4OK) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV4OK) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV4OK) String() string
- type ObbrPaymentConsentIntrospectV4Params
- func NewObbrPaymentConsentIntrospectV4Params() *ObbrPaymentConsentIntrospectV4Params
- func NewObbrPaymentConsentIntrospectV4ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV4Params
- func NewObbrPaymentConsentIntrospectV4ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV4Params
- func NewObbrPaymentConsentIntrospectV4ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV4Params
- func (o *ObbrPaymentConsentIntrospectV4Params) SetContext(ctx context.Context)
- func (o *ObbrPaymentConsentIntrospectV4Params) SetDefaults()
- func (o *ObbrPaymentConsentIntrospectV4Params) SetHTTPClient(client *http.Client)
- func (o *ObbrPaymentConsentIntrospectV4Params) SetTimeout(timeout time.Duration)
- func (o *ObbrPaymentConsentIntrospectV4Params) SetToken(token *string)
- func (o *ObbrPaymentConsentIntrospectV4Params) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV4Params
- func (o *ObbrPaymentConsentIntrospectV4Params) WithDefaults() *ObbrPaymentConsentIntrospectV4Params
- func (o *ObbrPaymentConsentIntrospectV4Params) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV4Params
- func (o *ObbrPaymentConsentIntrospectV4Params) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV4Params
- func (o *ObbrPaymentConsentIntrospectV4Params) WithToken(token *string) *ObbrPaymentConsentIntrospectV4Params
- func (o *ObbrPaymentConsentIntrospectV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ObbrPaymentConsentIntrospectV4Reader
- type ObbrPaymentConsentIntrospectV4TooManyRequests
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) Code() int
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) Error() string
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) String() string
- type ObbrPaymentConsentIntrospectV4Unauthorized
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) Code() int
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) Error() string
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) GetPayload() *models.GenericError
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsClientError() bool
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsCode(code int) bool
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsRedirect() bool
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsServerError() bool
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsSuccess() bool
- func (o *ObbrPaymentConsentIntrospectV4Unauthorized) String() string
- type PatchPaymentConsentBadRequest
- func (o *PatchPaymentConsentBadRequest) Code() int
- func (o *PatchPaymentConsentBadRequest) Error() string
- func (o *PatchPaymentConsentBadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentBadRequest) IsClientError() bool
- func (o *PatchPaymentConsentBadRequest) IsCode(code int) bool
- func (o *PatchPaymentConsentBadRequest) IsRedirect() bool
- func (o *PatchPaymentConsentBadRequest) IsServerError() bool
- func (o *PatchPaymentConsentBadRequest) IsSuccess() bool
- func (o *PatchPaymentConsentBadRequest) String() string
- type PatchPaymentConsentForbidden
- func (o *PatchPaymentConsentForbidden) Code() int
- func (o *PatchPaymentConsentForbidden) Error() string
- func (o *PatchPaymentConsentForbidden) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentForbidden) IsClientError() bool
- func (o *PatchPaymentConsentForbidden) IsCode(code int) bool
- func (o *PatchPaymentConsentForbidden) IsRedirect() bool
- func (o *PatchPaymentConsentForbidden) IsServerError() bool
- func (o *PatchPaymentConsentForbidden) IsSuccess() bool
- func (o *PatchPaymentConsentForbidden) String() string
- type PatchPaymentConsentInternalServerError
- func (o *PatchPaymentConsentInternalServerError) Code() int
- func (o *PatchPaymentConsentInternalServerError) Error() string
- func (o *PatchPaymentConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentInternalServerError) IsClientError() bool
- func (o *PatchPaymentConsentInternalServerError) IsCode(code int) bool
- func (o *PatchPaymentConsentInternalServerError) IsRedirect() bool
- func (o *PatchPaymentConsentInternalServerError) IsServerError() bool
- func (o *PatchPaymentConsentInternalServerError) IsSuccess() bool
- func (o *PatchPaymentConsentInternalServerError) String() string
- type PatchPaymentConsentMethodNotAllowed
- func (o *PatchPaymentConsentMethodNotAllowed) Code() int
- func (o *PatchPaymentConsentMethodNotAllowed) Error() string
- func (o *PatchPaymentConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentMethodNotAllowed) IsClientError() bool
- func (o *PatchPaymentConsentMethodNotAllowed) IsCode(code int) bool
- func (o *PatchPaymentConsentMethodNotAllowed) IsRedirect() bool
- func (o *PatchPaymentConsentMethodNotAllowed) IsServerError() bool
- func (o *PatchPaymentConsentMethodNotAllowed) IsSuccess() bool
- func (o *PatchPaymentConsentMethodNotAllowed) String() string
- type PatchPaymentConsentNotAcceptable
- func (o *PatchPaymentConsentNotAcceptable) Code() int
- func (o *PatchPaymentConsentNotAcceptable) Error() string
- func (o *PatchPaymentConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentNotAcceptable) IsClientError() bool
- func (o *PatchPaymentConsentNotAcceptable) IsCode(code int) bool
- func (o *PatchPaymentConsentNotAcceptable) IsRedirect() bool
- func (o *PatchPaymentConsentNotAcceptable) IsServerError() bool
- func (o *PatchPaymentConsentNotAcceptable) IsSuccess() bool
- func (o *PatchPaymentConsentNotAcceptable) String() string
- type PatchPaymentConsentOK
- func (o *PatchPaymentConsentOK) Code() int
- func (o *PatchPaymentConsentOK) Error() string
- func (o *PatchPaymentConsentOK) GetPayload() *models.BrazilCustomerPaymentConsentResponse
- func (o *PatchPaymentConsentOK) IsClientError() bool
- func (o *PatchPaymentConsentOK) IsCode(code int) bool
- func (o *PatchPaymentConsentOK) IsRedirect() bool
- func (o *PatchPaymentConsentOK) IsServerError() bool
- func (o *PatchPaymentConsentOK) IsSuccess() bool
- func (o *PatchPaymentConsentOK) String() string
- type PatchPaymentConsentParams
- func NewPatchPaymentConsentParams() *PatchPaymentConsentParams
- func NewPatchPaymentConsentParamsWithContext(ctx context.Context) *PatchPaymentConsentParams
- func NewPatchPaymentConsentParamsWithHTTPClient(client *http.Client) *PatchPaymentConsentParams
- func NewPatchPaymentConsentParamsWithTimeout(timeout time.Duration) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) SetConsentID(consentID string)
- func (o *PatchPaymentConsentParams) SetContext(ctx context.Context)
- func (o *PatchPaymentConsentParams) SetDefaults()
- func (o *PatchPaymentConsentParams) SetHTTPClient(client *http.Client)
- func (o *PatchPaymentConsentParams) SetRequest(request *models.BrazilCustomerPatchPaymentConsentRequest)
- func (o *PatchPaymentConsentParams) SetTimeout(timeout time.Duration)
- func (o *PatchPaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *PatchPaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *PatchPaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *PatchPaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *PatchPaymentConsentParams) SetXJwsSignature(xJwsSignature *string)
- func (o *PatchPaymentConsentParams) WithConsentID(consentID string) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithContext(ctx context.Context) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithDefaults() *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithHTTPClient(client *http.Client) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithRequest(request *models.BrazilCustomerPatchPaymentConsentRequest) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithTimeout(timeout time.Duration) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *PatchPaymentConsentParams
- func (o *PatchPaymentConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchPaymentConsentReader
- type PatchPaymentConsentTooManyRequests
- func (o *PatchPaymentConsentTooManyRequests) Code() int
- func (o *PatchPaymentConsentTooManyRequests) Error() string
- func (o *PatchPaymentConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentTooManyRequests) IsClientError() bool
- func (o *PatchPaymentConsentTooManyRequests) IsCode(code int) bool
- func (o *PatchPaymentConsentTooManyRequests) IsRedirect() bool
- func (o *PatchPaymentConsentTooManyRequests) IsServerError() bool
- func (o *PatchPaymentConsentTooManyRequests) IsSuccess() bool
- func (o *PatchPaymentConsentTooManyRequests) String() string
- type PatchPaymentConsentUnauthorized
- func (o *PatchPaymentConsentUnauthorized) Code() int
- func (o *PatchPaymentConsentUnauthorized) Error() string
- func (o *PatchPaymentConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentUnauthorized) IsClientError() bool
- func (o *PatchPaymentConsentUnauthorized) IsCode(code int) bool
- func (o *PatchPaymentConsentUnauthorized) IsRedirect() bool
- func (o *PatchPaymentConsentUnauthorized) IsServerError() bool
- func (o *PatchPaymentConsentUnauthorized) IsSuccess() bool
- func (o *PatchPaymentConsentUnauthorized) String() string
- type PatchPaymentConsentUnprocessableEntity
- func (o *PatchPaymentConsentUnprocessableEntity) Code() int
- func (o *PatchPaymentConsentUnprocessableEntity) Error() string
- func (o *PatchPaymentConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentUnprocessableEntity) IsClientError() bool
- func (o *PatchPaymentConsentUnprocessableEntity) IsCode(code int) bool
- func (o *PatchPaymentConsentUnprocessableEntity) IsRedirect() bool
- func (o *PatchPaymentConsentUnprocessableEntity) IsServerError() bool
- func (o *PatchPaymentConsentUnprocessableEntity) IsSuccess() bool
- func (o *PatchPaymentConsentUnprocessableEntity) String() string
- type PatchPaymentConsentUnsupportedMediaType
- func (o *PatchPaymentConsentUnsupportedMediaType) Code() int
- func (o *PatchPaymentConsentUnsupportedMediaType) Error() string
- func (o *PatchPaymentConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *PatchPaymentConsentUnsupportedMediaType) IsClientError() bool
- func (o *PatchPaymentConsentUnsupportedMediaType) IsCode(code int) bool
- func (o *PatchPaymentConsentUnsupportedMediaType) IsRedirect() bool
- func (o *PatchPaymentConsentUnsupportedMediaType) IsServerError() bool
- func (o *PatchPaymentConsentUnsupportedMediaType) IsSuccess() bool
- func (o *PatchPaymentConsentUnsupportedMediaType) String() string
- type PatchRecurringPaymentConsentV1BadRequest
- func (o *PatchRecurringPaymentConsentV1BadRequest) Code() int
- func (o *PatchRecurringPaymentConsentV1BadRequest) Error() string
- func (o *PatchRecurringPaymentConsentV1BadRequest) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1BadRequest) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1BadRequest) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1BadRequest) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1BadRequest) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1BadRequest) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1BadRequest) String() string
- type PatchRecurringPaymentConsentV1Created
- func (o *PatchRecurringPaymentConsentV1Created) Code() int
- func (o *PatchRecurringPaymentConsentV1Created) Error() string
- func (o *PatchRecurringPaymentConsentV1Created) GetPayload() *models.BrazilCustomerRecurringPaymentConsentResponseV1
- func (o *PatchRecurringPaymentConsentV1Created) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1Created) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1Created) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1Created) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1Created) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1Created) String() string
- type PatchRecurringPaymentConsentV1Forbidden
- func (o *PatchRecurringPaymentConsentV1Forbidden) Code() int
- func (o *PatchRecurringPaymentConsentV1Forbidden) Error() string
- func (o *PatchRecurringPaymentConsentV1Forbidden) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1Forbidden) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1Forbidden) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1Forbidden) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1Forbidden) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1Forbidden) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1Forbidden) String() string
- type PatchRecurringPaymentConsentV1InternalServerError
- func (o *PatchRecurringPaymentConsentV1InternalServerError) Code() int
- func (o *PatchRecurringPaymentConsentV1InternalServerError) Error() string
- func (o *PatchRecurringPaymentConsentV1InternalServerError) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1InternalServerError) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1InternalServerError) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1InternalServerError) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1InternalServerError) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1InternalServerError) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1InternalServerError) String() string
- type PatchRecurringPaymentConsentV1MethodNotAllowed
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) Code() int
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) Error() string
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) String() string
- type PatchRecurringPaymentConsentV1NotAcceptable
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) Code() int
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) Error() string
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1NotAcceptable) String() string
- type PatchRecurringPaymentConsentV1Params
- func NewPatchRecurringPaymentConsentV1Params() *PatchRecurringPaymentConsentV1Params
- func NewPatchRecurringPaymentConsentV1ParamsWithContext(ctx context.Context) *PatchRecurringPaymentConsentV1Params
- func NewPatchRecurringPaymentConsentV1ParamsWithHTTPClient(client *http.Client) *PatchRecurringPaymentConsentV1Params
- func NewPatchRecurringPaymentConsentV1ParamsWithTimeout(timeout time.Duration) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) SetConsentID(consentID string)
- func (o *PatchRecurringPaymentConsentV1Params) SetContext(ctx context.Context)
- func (o *PatchRecurringPaymentConsentV1Params) SetDefaults()
- func (o *PatchRecurringPaymentConsentV1Params) SetHTTPClient(client *http.Client)
- func (o *PatchRecurringPaymentConsentV1Params) SetRequest(request *models.BrazilCustomerPatchRecurringPaymentConsentRequestV1)
- func (o *PatchRecurringPaymentConsentV1Params) SetTimeout(timeout time.Duration)
- func (o *PatchRecurringPaymentConsentV1Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
- func (o *PatchRecurringPaymentConsentV1Params) SetXFapiAuthDate(xFapiAuthDate *string)
- func (o *PatchRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
- func (o *PatchRecurringPaymentConsentV1Params) SetXFapiInteractionID(xFapiInteractionID *string)
- func (o *PatchRecurringPaymentConsentV1Params) SetXIdempotencyKey(xIdempotencyKey *string)
- func (o *PatchRecurringPaymentConsentV1Params) SetXJwsSignature(xJwsSignature *string)
- func (o *PatchRecurringPaymentConsentV1Params) WithConsentID(consentID string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithContext(ctx context.Context) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithDefaults() *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithHTTPClient(client *http.Client) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithRequest(request *models.BrazilCustomerPatchRecurringPaymentConsentRequestV1) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithTimeout(timeout time.Duration) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithXFapiAuthDate(xFapiAuthDate *string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithXFapiInteractionID(xFapiInteractionID *string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithXIdempotencyKey(xIdempotencyKey *string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WithXJwsSignature(xJwsSignature *string) *PatchRecurringPaymentConsentV1Params
- func (o *PatchRecurringPaymentConsentV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchRecurringPaymentConsentV1Reader
- type PatchRecurringPaymentConsentV1TooManyRequests
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) Code() int
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) Error() string
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1TooManyRequests) String() string
- type PatchRecurringPaymentConsentV1Unauthorized
- func (o *PatchRecurringPaymentConsentV1Unauthorized) Code() int
- func (o *PatchRecurringPaymentConsentV1Unauthorized) Error() string
- func (o *PatchRecurringPaymentConsentV1Unauthorized) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1Unauthorized) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1Unauthorized) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1Unauthorized) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1Unauthorized) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1Unauthorized) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1Unauthorized) String() string
- type PatchRecurringPaymentConsentV1UnprocessableEntity
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) Code() int
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) Error() string
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) String() string
- type PatchRecurringPaymentConsentV1UnsupportedMediaType
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) Code() int
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) Error() string
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsClientError() bool
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsCode(code int) bool
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect() bool
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsServerError() bool
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess() bool
- func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAcceptApplicationJSON ¶
func WithAcceptApplicationJSON(r *runtime.ClientOperation)
WithAcceptApplicationJSON sets the Accept header to "application/json".
func WithAcceptApplicationJwt ¶
func WithAcceptApplicationJwt(r *runtime.ClientOperation)
WithAcceptApplicationJwt sets the Accept header to "application/jwt".
func WithContentTypeApplicationJSON ¶
func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
WithContentTypeApplicationJSON sets the Content-Type header to "application/json".
func WithContentTypeApplicationJwt ¶
func WithContentTypeApplicationJwt(r *runtime.ClientOperation)
WithContentTypeApplicationJwt sets the Content-Type header to "application/jwt".
func WithContentTypeApplicationxWwwFormUrlencoded ¶
func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)
WithContentTypeApplicationxWwwFormUrlencoded sets the Content-Type header to "application/x-www-form-urlencoded".
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for o b b r API
func (*Client) CreateDataAccessConsent ¶
func (a *Client) CreateDataAccessConsent(params *CreateDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentCreated, error)
CreateDataAccessConsent creates data access consent v1 This API allows an Account Information Service Provider (AISP) to create a consent to access the registration data
of a Payment Service User (PSU), along with information about transactions in PSU's accounts, credit cards, and contracted credit products.
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreateDataAccessConsentDeprecated ¶
func (a *Client) CreateDataAccessConsentDeprecated(params *CreateDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentDeprecatedCreated, error)
CreateDataAccessConsentDeprecated creates data access consent v1 This API allows an Account Information Service Provider (AISP) to create a consent to access the registration data
of a Payment Service User (PSU), along with information about transactions in PSU's accounts, credit cards, and contracted credit products.
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreateDataAccessConsentExtension ¶
func (a *Client) CreateDataAccessConsentExtension(params *CreateDataAccessConsentExtensionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentExtensionOK, error)
CreateDataAccessConsentExtension extends a data access v2 consent Extend the expiration time on an already authorised data access v2 consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) CreateDataAccessConsentV2 ¶
func (a *Client) CreateDataAccessConsentV2(params *CreateDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentV2Created, error)
CreateDataAccessConsentV2 creates data access consent v2 This API allows an Account Information Service Provider (AISP) to create a consent to access the registration data
of a Payment Service User (PSU), along with information about transactions in PSU's accounts, credit cards, and contracted credit products.
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreatePaymentConsent ¶
func (a *Client) CreatePaymentConsent(params *CreatePaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentCreated, error)
CreatePaymentConsent creates payment consent v1 This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between
banks and financial institutions on behalf of a Payment Service User (PSU).
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreatePaymentConsentDeprecated ¶
func (a *Client) CreatePaymentConsentDeprecated(params *CreatePaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentDeprecatedCreated, error)
CreatePaymentConsentDeprecated creates payment consent v1 This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between
banks and financial institutions on behalf of a Payment Service User (PSU).
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreatePaymentConsentV2 ¶
func (a *Client) CreatePaymentConsentV2(params *CreatePaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV2Created, error)
CreatePaymentConsentV2 creates payment consent v2 This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between
banks and financial institutions on behalf of a Payment Service User (PSU).
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreatePaymentConsentV3 ¶
func (a *Client) CreatePaymentConsentV3(params *CreatePaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV3Created, error)
CreatePaymentConsentV3 creates payment consent v3 This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between
banks and financial institutions on behalf of a Payment Service User (PSU).
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreatePaymentConsentV4 ¶
func (a *Client) CreatePaymentConsentV4(params *CreatePaymentConsentV4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV4Created, error)
CreatePaymentConsentV4 creates payment consent v4 This API allows an Account Information Service Provider (AISP) to create a consent to initiate payments between
banks and financial institutions on behalf of a Payment Service User (PSU).
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) CreateRecurringPaymentConsentV1 ¶
func (a *Client) CreateRecurringPaymentConsentV1(params *CreateRecurringPaymentConsentV1Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateRecurringPaymentConsentV1Created, error)
CreateRecurringPaymentConsentV1 creates recurring payment consent v1 This API allows an Account Information Service Provider (AISP) to create a long-term consent to initiate payments between
banks and financial institutions on behalf of a Payment Service User (PSU).
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) DeleteDataAccessConsent ¶
func (a *Client) DeleteDataAccessConsent(params *DeleteDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentNoContent, error)
DeleteDataAccessConsent deletes data access consent v1 Delete a previously created data access consent. Pass the required consent identifier in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) DeleteDataAccessConsentDeprecated ¶
func (a *Client) DeleteDataAccessConsentDeprecated(params *DeleteDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentDeprecatedNoContent, error)
DeleteDataAccessConsentDeprecated deletes data access consent v1 Delete a previously created data access consent. Pass the required consent identifier in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) DeleteDataAccessConsentV2 ¶
func (a *Client) DeleteDataAccessConsentV2(params *DeleteDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentV2NoContent, error)
DeleteDataAccessConsentV2 deletes data access consent v2 Delete a previously created data access consent. Pass the required consent identifier in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetDataAccessConsent ¶
func (a *Client) GetDataAccessConsent(params *GetDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentOK, error)
GetDataAccessConsent gets data access consent v1 Retrieve the information about a previously created data access consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetDataAccessConsentDeprecated ¶
func (a *Client) GetDataAccessConsentDeprecated(params *GetDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentDeprecatedOK, error)
GetDataAccessConsentDeprecated gets data access consent v1 Retrieve the information about a previously created data access consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetDataAccessConsentExtensions ¶
func (a *Client) GetDataAccessConsentExtensions(params *GetDataAccessConsentExtensionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentExtensionsOK, error)
GetDataAccessConsentExtensions gets data access consent extensions Retrieve the details of consent extension. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetDataAccessConsentV2 ¶
func (a *Client) GetDataAccessConsentV2(params *GetDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentV2OK, error)
GetDataAccessConsentV2 gets data access consent v2 Retrieve the information about a previously created data access consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetPaymentConsent ¶
func (a *Client) GetPaymentConsent(params *GetPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentOK, error)
GetPaymentConsent gets payment consent v1 Retrieve the information about a previously created payment consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetPaymentConsentDeprecated ¶
func (a *Client) GetPaymentConsentDeprecated(params *GetPaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentDeprecatedOK, error)
GetPaymentConsentDeprecated gets payment consent v1 Retrieve the information about a previously created payment consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetPaymentConsentV2 ¶
func (a *Client) GetPaymentConsentV2(params *GetPaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV2OK, error)
GetPaymentConsentV2 gets payment consent v2 Retrieve the information about a previously created payment consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetPaymentConsentV3 ¶
func (a *Client) GetPaymentConsentV3(params *GetPaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV3OK, error)
GetPaymentConsentV3 gets payment consent v3 Retrieve the information about a previously created payment consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetPaymentConsentV4 ¶
func (a *Client) GetPaymentConsentV4(params *GetPaymentConsentV4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV4OK, error)
GetPaymentConsentV4 gets payment consent v4 Retrieve the information about a previously created payment consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) GetRecurringPaymentConsentV1 ¶
func (a *Client) GetRecurringPaymentConsentV1(params *GetRecurringPaymentConsentV1Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRecurringPaymentConsentV1OK, error)
GetRecurringPaymentConsentV1 gets recurring payment consent v1 Retrieve the information about a previously created long-term payment consent. Pass the required consent identifier
in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) ObbrAutomaticPaymentsRecurringConsentIntrospect ¶
func (a *Client) ObbrAutomaticPaymentsRecurringConsentIntrospect(params *ObbrAutomaticPaymentsRecurringConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK, error)
ObbrAutomaticPaymentsRecurringConsentIntrospect introspects open banking brazil automatic payments recurring consent This endpoint accepts an OAuth 2.0 token and returns meta information surrounding the token along with the
data access consent and the associated account identifiers.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) ObbrDataAccessConsentIntrospect ¶
func (a *Client) ObbrDataAccessConsentIntrospect(params *ObbrDataAccessConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentIntrospectOK, error)
ObbrDataAccessConsentIntrospect introspects open banking brazil data access consent v1 This endpoint accepts an OAuth 2.0 token and returns meta information surrounding the token along with the
data access consent and the associated account identifiers.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) ObbrDataAccessConsentV2Introspect ¶
func (a *Client) ObbrDataAccessConsentV2Introspect(params *ObbrDataAccessConsentV2IntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentV2IntrospectOK, error)
ObbrDataAccessConsentV2Introspect introspects open banking brazil data access consent v2 This endpoint accepts an OAuth 2.0 token bound to v2 data access consents and returns meta information surrounding the token
along with the data access consent and the associated account identifiers. It's also backwards compatible with v1 data access consent tokens.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) ObbrPaymentConsentIntrospect ¶
func (a *Client) ObbrPaymentConsentIntrospect(params *ObbrPaymentConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectOK, error)
ObbrPaymentConsentIntrospect introspects open banking brazil payment consent v1 This endpoint accepts an Oauth 2.0 token and returns meta information surrounding the token along with the
payment consent and the associated account identifiers.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) ObbrPaymentConsentIntrospectV2 ¶
func (a *Client) ObbrPaymentConsentIntrospectV2(params *ObbrPaymentConsentIntrospectV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV2OK, error)
ObbrPaymentConsentIntrospectV2 introspects open banking brazil payment consent v2 This endpoint accepts an OAuth 2.0 token bound to v2 payment consents and returns meta information surrounding the
token along with the payment consent and the associated account identifiers. It's also backwards compatible with v1 payment consent tokens.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) ObbrPaymentConsentIntrospectV3 ¶
func (a *Client) ObbrPaymentConsentIntrospectV3(params *ObbrPaymentConsentIntrospectV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV3OK, error)
ObbrPaymentConsentIntrospectV3 introspects open banking brazil payment consent v3 This endpoint accepts an OAuth 2.0 token bound to v3 payment consents and returns meta information surrounding the
token along with the payment consent and the associated account identifiers. It's also backwards compatible with v1 and v2 payment consent tokens.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) ObbrPaymentConsentIntrospectV4 ¶
func (a *Client) ObbrPaymentConsentIntrospectV4(params *ObbrPaymentConsentIntrospectV4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV4OK, error)
ObbrPaymentConsentIntrospectV4 introspects open banking brazil payment consent v4 This endpoint accepts an OAuth 2.0 token bound to v4 payment consents and returns meta information surrounding the
token along with the payment consent and the associated account identifiers. It's also backwards compatible with v1, v2 and v3 payment consent tokens.
Pass the token as the bearer value with the `Authorization: Bearer` header. To obtain the token with all the required scopes, apply the [Authorization Code](https://cloudentity.com/developers/basics/oauth-grant-types/authorization-code-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
func (*Client) PatchPaymentConsent ¶
func (a *Client) PatchPaymentConsent(params *PatchPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchPaymentConsentOK, error)
PatchPaymentConsent revokes payment consent Revoke a previously granted payment consent. Pass the required consent identifier in the path.
This endpoint is used by a Payment Initiation Service Provider (PISP).
For authorization, pass the `Authorization: Bearer` with a token as a bearer value. To obtain the token and include the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scope list in the AUTHORIZATIONS block.
func (*Client) PatchRecurringPaymentConsentV1 ¶
func (a *Client) PatchRecurringPaymentConsentV1(params *PatchRecurringPaymentConsentV1Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchRecurringPaymentConsentV1Created, error)
PatchRecurringPaymentConsentV1 patches recurring payment consent v1 This API allows an Account Information Service Provider (AISP) to reject, revoke, or edit a long-term consent. Pass the required consent identifier
in the path.
For authorization, pass the `Authorization: Bearer` header with an access token as the bearer value. To obtain the access token with all the required scopes, apply the [Client Credentials](https://cloudentity.com/developers/basics/oauth-grant-types/client-credentials-flow/) grant type.
Find the scopes list in the AUTHORIZATIONS block.
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 may be used to customize the behavior of Client methods.
func WithAccept ¶
func WithAccept(mime string) ClientOption
WithAccept allows the client to force the Accept header to negotiate a specific Producer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
func WithContentType ¶
func WithContentType(mime string) ClientOption
WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.
You may use this option to set arbitrary extensions to your MIME media type.
type ClientService ¶
type ClientService interface { CreateDataAccessConsent(params *CreateDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentCreated, error) CreateDataAccessConsentDeprecated(params *CreateDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentDeprecatedCreated, error) CreateDataAccessConsentExtension(params *CreateDataAccessConsentExtensionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentExtensionOK, error) CreateDataAccessConsentV2(params *CreateDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDataAccessConsentV2Created, error) CreatePaymentConsent(params *CreatePaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentCreated, error) CreatePaymentConsentDeprecated(params *CreatePaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentDeprecatedCreated, error) CreatePaymentConsentV2(params *CreatePaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV2Created, error) CreatePaymentConsentV3(params *CreatePaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV3Created, error) CreatePaymentConsentV4(params *CreatePaymentConsentV4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreatePaymentConsentV4Created, error) CreateRecurringPaymentConsentV1(params *CreateRecurringPaymentConsentV1Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateRecurringPaymentConsentV1Created, error) DeleteDataAccessConsent(params *DeleteDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentNoContent, error) DeleteDataAccessConsentDeprecated(params *DeleteDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentDeprecatedNoContent, error) DeleteDataAccessConsentV2(params *DeleteDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDataAccessConsentV2NoContent, error) GetDataAccessConsent(params *GetDataAccessConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentOK, error) GetDataAccessConsentDeprecated(params *GetDataAccessConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentDeprecatedOK, error) GetDataAccessConsentExtensions(params *GetDataAccessConsentExtensionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentExtensionsOK, error) GetDataAccessConsentV2(params *GetDataAccessConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDataAccessConsentV2OK, error) GetPaymentConsent(params *GetPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentOK, error) GetPaymentConsentDeprecated(params *GetPaymentConsentDeprecatedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentDeprecatedOK, error) GetPaymentConsentV2(params *GetPaymentConsentV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV2OK, error) GetPaymentConsentV3(params *GetPaymentConsentV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV3OK, error) GetPaymentConsentV4(params *GetPaymentConsentV4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentConsentV4OK, error) GetRecurringPaymentConsentV1(params *GetRecurringPaymentConsentV1Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetRecurringPaymentConsentV1OK, error) PatchPaymentConsent(params *PatchPaymentConsentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchPaymentConsentOK, error) PatchRecurringPaymentConsentV1(params *PatchRecurringPaymentConsentV1Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchRecurringPaymentConsentV1Created, error) ObbrAutomaticPaymentsRecurringConsentIntrospect(params *ObbrAutomaticPaymentsRecurringConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK, error) ObbrDataAccessConsentIntrospect(params *ObbrDataAccessConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentIntrospectOK, error) ObbrDataAccessConsentV2Introspect(params *ObbrDataAccessConsentV2IntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrDataAccessConsentV2IntrospectOK, error) ObbrPaymentConsentIntrospect(params *ObbrPaymentConsentIntrospectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectOK, error) ObbrPaymentConsentIntrospectV2(params *ObbrPaymentConsentIntrospectV2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV2OK, error) ObbrPaymentConsentIntrospectV3(params *ObbrPaymentConsentIntrospectV3Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV3OK, error) ObbrPaymentConsentIntrospectV4(params *ObbrPaymentConsentIntrospectV4Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ObbrPaymentConsentIntrospectV4OK, 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 b b r API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new o b b r API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.
func NewClientWithBearerToken ¶
func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService
New creates a new o b b r API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.
type CreateDataAccessConsentBadRequest ¶
type CreateDataAccessConsentBadRequest struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentBadRequest describes a response with status code 400, with default header values.
Error
func NewCreateDataAccessConsentBadRequest ¶
func NewCreateDataAccessConsentBadRequest() *CreateDataAccessConsentBadRequest
NewCreateDataAccessConsentBadRequest creates a CreateDataAccessConsentBadRequest with default headers values
func (*CreateDataAccessConsentBadRequest) Code ¶
func (o *CreateDataAccessConsentBadRequest) Code() int
Code gets the status code for the create data access consent bad request response
func (*CreateDataAccessConsentBadRequest) Error ¶
func (o *CreateDataAccessConsentBadRequest) Error() string
func (*CreateDataAccessConsentBadRequest) GetPayload ¶
func (o *CreateDataAccessConsentBadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentBadRequest) IsClientError ¶
func (o *CreateDataAccessConsentBadRequest) IsClientError() bool
IsClientError returns true when this create data access consent bad request response has a 4xx status code
func (*CreateDataAccessConsentBadRequest) IsCode ¶
func (o *CreateDataAccessConsentBadRequest) IsCode(code int) bool
IsCode returns true when this create data access consent bad request response a status code equal to that given
func (*CreateDataAccessConsentBadRequest) IsRedirect ¶
func (o *CreateDataAccessConsentBadRequest) IsRedirect() bool
IsRedirect returns true when this create data access consent bad request response has a 3xx status code
func (*CreateDataAccessConsentBadRequest) IsServerError ¶
func (o *CreateDataAccessConsentBadRequest) IsServerError() bool
IsServerError returns true when this create data access consent bad request response has a 5xx status code
func (*CreateDataAccessConsentBadRequest) IsSuccess ¶
func (o *CreateDataAccessConsentBadRequest) IsSuccess() bool
IsSuccess returns true when this create data access consent bad request response has a 2xx status code
func (*CreateDataAccessConsentBadRequest) String ¶
func (o *CreateDataAccessConsentBadRequest) String() string
type CreateDataAccessConsentCreated ¶
type CreateDataAccessConsentCreated struct {
Payload *models.BrazilCustomerDataAccessConsentResponse
}
CreateDataAccessConsentCreated describes a response with status code 201, with default header values.
Customer data access consent
func NewCreateDataAccessConsentCreated ¶
func NewCreateDataAccessConsentCreated() *CreateDataAccessConsentCreated
NewCreateDataAccessConsentCreated creates a CreateDataAccessConsentCreated with default headers values
func (*CreateDataAccessConsentCreated) Code ¶
func (o *CreateDataAccessConsentCreated) Code() int
Code gets the status code for the create data access consent created response
func (*CreateDataAccessConsentCreated) Error ¶
func (o *CreateDataAccessConsentCreated) Error() string
func (*CreateDataAccessConsentCreated) GetPayload ¶
func (o *CreateDataAccessConsentCreated) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
func (*CreateDataAccessConsentCreated) IsClientError ¶
func (o *CreateDataAccessConsentCreated) IsClientError() bool
IsClientError returns true when this create data access consent created response has a 4xx status code
func (*CreateDataAccessConsentCreated) IsCode ¶
func (o *CreateDataAccessConsentCreated) IsCode(code int) bool
IsCode returns true when this create data access consent created response a status code equal to that given
func (*CreateDataAccessConsentCreated) IsRedirect ¶
func (o *CreateDataAccessConsentCreated) IsRedirect() bool
IsRedirect returns true when this create data access consent created response has a 3xx status code
func (*CreateDataAccessConsentCreated) IsServerError ¶
func (o *CreateDataAccessConsentCreated) IsServerError() bool
IsServerError returns true when this create data access consent created response has a 5xx status code
func (*CreateDataAccessConsentCreated) IsSuccess ¶
func (o *CreateDataAccessConsentCreated) IsSuccess() bool
IsSuccess returns true when this create data access consent created response has a 2xx status code
func (*CreateDataAccessConsentCreated) String ¶
func (o *CreateDataAccessConsentCreated) String() string
type CreateDataAccessConsentDeprecatedBadRequest ¶
type CreateDataAccessConsentDeprecatedBadRequest struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedBadRequest describes a response with status code 400, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedBadRequest ¶
func NewCreateDataAccessConsentDeprecatedBadRequest() *CreateDataAccessConsentDeprecatedBadRequest
NewCreateDataAccessConsentDeprecatedBadRequest creates a CreateDataAccessConsentDeprecatedBadRequest with default headers values
func (*CreateDataAccessConsentDeprecatedBadRequest) Code ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) Code() int
Code gets the status code for the create data access consent deprecated bad request response
func (*CreateDataAccessConsentDeprecatedBadRequest) Error ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) Error() string
func (*CreateDataAccessConsentDeprecatedBadRequest) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedBadRequest) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) IsClientError() bool
IsClientError returns true when this create data access consent deprecated bad request response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedBadRequest) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated bad request response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedBadRequest) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated bad request response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedBadRequest) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) IsServerError() bool
IsServerError returns true when this create data access consent deprecated bad request response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedBadRequest) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated bad request response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedBadRequest) String ¶
func (o *CreateDataAccessConsentDeprecatedBadRequest) String() string
type CreateDataAccessConsentDeprecatedCreated ¶
type CreateDataAccessConsentDeprecatedCreated struct {
Payload *models.BrazilCustomerDataAccessConsentResponse
}
CreateDataAccessConsentDeprecatedCreated describes a response with status code 201, with default header values.
Customer data access consent
func NewCreateDataAccessConsentDeprecatedCreated ¶
func NewCreateDataAccessConsentDeprecatedCreated() *CreateDataAccessConsentDeprecatedCreated
NewCreateDataAccessConsentDeprecatedCreated creates a CreateDataAccessConsentDeprecatedCreated with default headers values
func (*CreateDataAccessConsentDeprecatedCreated) Code ¶
func (o *CreateDataAccessConsentDeprecatedCreated) Code() int
Code gets the status code for the create data access consent deprecated created response
func (*CreateDataAccessConsentDeprecatedCreated) Error ¶
func (o *CreateDataAccessConsentDeprecatedCreated) Error() string
func (*CreateDataAccessConsentDeprecatedCreated) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedCreated) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
func (*CreateDataAccessConsentDeprecatedCreated) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedCreated) IsClientError() bool
IsClientError returns true when this create data access consent deprecated created response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedCreated) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedCreated) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated created response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedCreated) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedCreated) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated created response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedCreated) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedCreated) IsServerError() bool
IsServerError returns true when this create data access consent deprecated created response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedCreated) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedCreated) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated created response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedCreated) String ¶
func (o *CreateDataAccessConsentDeprecatedCreated) String() string
type CreateDataAccessConsentDeprecatedForbidden ¶
type CreateDataAccessConsentDeprecatedForbidden struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedForbidden describes a response with status code 403, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedForbidden ¶
func NewCreateDataAccessConsentDeprecatedForbidden() *CreateDataAccessConsentDeprecatedForbidden
NewCreateDataAccessConsentDeprecatedForbidden creates a CreateDataAccessConsentDeprecatedForbidden with default headers values
func (*CreateDataAccessConsentDeprecatedForbidden) Code ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) Code() int
Code gets the status code for the create data access consent deprecated forbidden response
func (*CreateDataAccessConsentDeprecatedForbidden) Error ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) Error() string
func (*CreateDataAccessConsentDeprecatedForbidden) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedForbidden) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) IsClientError() bool
IsClientError returns true when this create data access consent deprecated forbidden response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedForbidden) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated forbidden response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedForbidden) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated forbidden response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedForbidden) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) IsServerError() bool
IsServerError returns true when this create data access consent deprecated forbidden response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedForbidden) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated forbidden response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedForbidden) String ¶
func (o *CreateDataAccessConsentDeprecatedForbidden) String() string
type CreateDataAccessConsentDeprecatedInternalServerError ¶
type CreateDataAccessConsentDeprecatedInternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedInternalServerError ¶
func NewCreateDataAccessConsentDeprecatedInternalServerError() *CreateDataAccessConsentDeprecatedInternalServerError
NewCreateDataAccessConsentDeprecatedInternalServerError creates a CreateDataAccessConsentDeprecatedInternalServerError with default headers values
func (*CreateDataAccessConsentDeprecatedInternalServerError) Code ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) Code() int
Code gets the status code for the create data access consent deprecated internal server error response
func (*CreateDataAccessConsentDeprecatedInternalServerError) Error ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) Error() string
func (*CreateDataAccessConsentDeprecatedInternalServerError) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedInternalServerError) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsClientError() bool
IsClientError returns true when this create data access consent deprecated internal server error response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedInternalServerError) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated internal server error response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedInternalServerError) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated internal server error response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedInternalServerError) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsServerError() bool
IsServerError returns true when this create data access consent deprecated internal server error response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedInternalServerError) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated internal server error response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedInternalServerError) String ¶
func (o *CreateDataAccessConsentDeprecatedInternalServerError) String() string
type CreateDataAccessConsentDeprecatedMethodNotAllowed ¶
type CreateDataAccessConsentDeprecatedMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedMethodNotAllowed ¶
func NewCreateDataAccessConsentDeprecatedMethodNotAllowed() *CreateDataAccessConsentDeprecatedMethodNotAllowed
NewCreateDataAccessConsentDeprecatedMethodNotAllowed creates a CreateDataAccessConsentDeprecatedMethodNotAllowed with default headers values
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) Code ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) Code() int
Code gets the status code for the create data access consent deprecated method not allowed response
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) Error ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) Error() string
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsClientError() bool
IsClientError returns true when this create data access consent deprecated method not allowed response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated method not allowed response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated method not allowed response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsServerError() bool
IsServerError returns true when this create data access consent deprecated method not allowed response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated method not allowed response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedMethodNotAllowed) String ¶
func (o *CreateDataAccessConsentDeprecatedMethodNotAllowed) String() string
type CreateDataAccessConsentDeprecatedNotAcceptable ¶
type CreateDataAccessConsentDeprecatedNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedNotAcceptable ¶
func NewCreateDataAccessConsentDeprecatedNotAcceptable() *CreateDataAccessConsentDeprecatedNotAcceptable
NewCreateDataAccessConsentDeprecatedNotAcceptable creates a CreateDataAccessConsentDeprecatedNotAcceptable with default headers values
func (*CreateDataAccessConsentDeprecatedNotAcceptable) Code ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) Code() int
Code gets the status code for the create data access consent deprecated not acceptable response
func (*CreateDataAccessConsentDeprecatedNotAcceptable) Error ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) Error() string
func (*CreateDataAccessConsentDeprecatedNotAcceptable) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsClientError() bool
IsClientError returns true when this create data access consent deprecated not acceptable response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated not acceptable response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated not acceptable response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsServerError() bool
IsServerError returns true when this create data access consent deprecated not acceptable response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedNotAcceptable) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated not acceptable response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedNotAcceptable) String ¶
func (o *CreateDataAccessConsentDeprecatedNotAcceptable) String() string
type CreateDataAccessConsentDeprecatedParams ¶
type CreateDataAccessConsentDeprecatedParams struct { /* Request. Request */ Request *models.BrazilCustomerDataAccessConsentRequestV1 /* 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 }
CreateDataAccessConsentDeprecatedParams contains all the parameters to send to the API endpoint
for the create data access consent deprecated operation. Typically these are written to a http.Request.
func NewCreateDataAccessConsentDeprecatedParams ¶
func NewCreateDataAccessConsentDeprecatedParams() *CreateDataAccessConsentDeprecatedParams
NewCreateDataAccessConsentDeprecatedParams creates a new CreateDataAccessConsentDeprecatedParams 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 NewCreateDataAccessConsentDeprecatedParamsWithContext ¶
func NewCreateDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *CreateDataAccessConsentDeprecatedParams
NewCreateDataAccessConsentDeprecatedParamsWithContext creates a new CreateDataAccessConsentDeprecatedParams object with the ability to set a context for a request.
func NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient ¶
func NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentDeprecatedParams
NewCreateDataAccessConsentDeprecatedParamsWithHTTPClient creates a new CreateDataAccessConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDataAccessConsentDeprecatedParamsWithTimeout ¶
func NewCreateDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentDeprecatedParams
NewCreateDataAccessConsentDeprecatedParamsWithTimeout creates a new CreateDataAccessConsentDeprecatedParams object with the ability to set a timeout on a request.
func (*CreateDataAccessConsentDeprecatedParams) SetContext ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetContext(ctx context.Context)
SetContext adds the context to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetDefaults ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetDefaults()
SetDefaults hydrates default values in the create data access consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentDeprecatedParams) SetHTTPClient ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetRequest ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetRequest(request *models.BrazilCustomerDataAccessConsentRequestV1)
SetRequest adds the request to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetTimeout ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetXCustomerUserAgent ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetXFapiAuthDate ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetXFapiInteractionID ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetXIdempotencyKey ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) SetXJwsSignature ¶
func (o *CreateDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithContext ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithContext(ctx context.Context) *CreateDataAccessConsentDeprecatedParams
WithContext adds the context to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithDefaults ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithDefaults() *CreateDataAccessConsentDeprecatedParams
WithDefaults hydrates default values in the create data access consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentDeprecatedParams) WithHTTPClient ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithHTTPClient(client *http.Client) *CreateDataAccessConsentDeprecatedParams
WithHTTPClient adds the HTTPClient to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithRequest ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithRequest(request *models.BrazilCustomerDataAccessConsentRequestV1) *CreateDataAccessConsentDeprecatedParams
WithRequest adds the request to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithTimeout ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithTimeout(timeout time.Duration) *CreateDataAccessConsentDeprecatedParams
WithTimeout adds the timeout to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithXCustomerUserAgent ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentDeprecatedParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithXFapiAuthDate ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentDeprecatedParams
WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentDeprecatedParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithXFapiInteractionID ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentDeprecatedParams
WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithXIdempotencyKey ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentDeprecatedParams
WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WithXJwsSignature ¶
func (o *CreateDataAccessConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentDeprecatedParams
WithXJwsSignature adds the xJwsSignature to the create data access consent deprecated params
func (*CreateDataAccessConsentDeprecatedParams) WriteToRequest ¶
func (o *CreateDataAccessConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDataAccessConsentDeprecatedReader ¶
type CreateDataAccessConsentDeprecatedReader struct {
// contains filtered or unexported fields
}
CreateDataAccessConsentDeprecatedReader is a Reader for the CreateDataAccessConsentDeprecated structure.
func (*CreateDataAccessConsentDeprecatedReader) ReadResponse ¶
func (o *CreateDataAccessConsentDeprecatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDataAccessConsentDeprecatedTooManyRequests ¶
type CreateDataAccessConsentDeprecatedTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedTooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedTooManyRequests ¶
func NewCreateDataAccessConsentDeprecatedTooManyRequests() *CreateDataAccessConsentDeprecatedTooManyRequests
NewCreateDataAccessConsentDeprecatedTooManyRequests creates a CreateDataAccessConsentDeprecatedTooManyRequests with default headers values
func (*CreateDataAccessConsentDeprecatedTooManyRequests) Code ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) Code() int
Code gets the status code for the create data access consent deprecated too many requests response
func (*CreateDataAccessConsentDeprecatedTooManyRequests) Error ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) Error() string
func (*CreateDataAccessConsentDeprecatedTooManyRequests) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsClientError() bool
IsClientError returns true when this create data access consent deprecated too many requests response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated too many requests response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated too many requests response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsServerError() bool
IsServerError returns true when this create data access consent deprecated too many requests response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedTooManyRequests) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated too many requests response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedTooManyRequests) String ¶
func (o *CreateDataAccessConsentDeprecatedTooManyRequests) String() string
type CreateDataAccessConsentDeprecatedUnauthorized ¶
type CreateDataAccessConsentDeprecatedUnauthorized struct {
}CreateDataAccessConsentDeprecatedUnauthorized describes a response with status code 401, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedUnauthorized ¶
func NewCreateDataAccessConsentDeprecatedUnauthorized() *CreateDataAccessConsentDeprecatedUnauthorized
NewCreateDataAccessConsentDeprecatedUnauthorized creates a CreateDataAccessConsentDeprecatedUnauthorized with default headers values
func (*CreateDataAccessConsentDeprecatedUnauthorized) Code ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) Code() int
Code gets the status code for the create data access consent deprecated unauthorized response
func (*CreateDataAccessConsentDeprecatedUnauthorized) Error ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) Error() string
func (*CreateDataAccessConsentDeprecatedUnauthorized) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedUnauthorized) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsClientError() bool
IsClientError returns true when this create data access consent deprecated unauthorized response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedUnauthorized) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated unauthorized response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedUnauthorized) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated unauthorized response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedUnauthorized) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsServerError() bool
IsServerError returns true when this create data access consent deprecated unauthorized response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedUnauthorized) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated unauthorized response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedUnauthorized) String ¶
func (o *CreateDataAccessConsentDeprecatedUnauthorized) String() string
type CreateDataAccessConsentDeprecatedUnprocessableEntity ¶
type CreateDataAccessConsentDeprecatedUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedUnprocessableEntity ¶
func NewCreateDataAccessConsentDeprecatedUnprocessableEntity() *CreateDataAccessConsentDeprecatedUnprocessableEntity
NewCreateDataAccessConsentDeprecatedUnprocessableEntity creates a CreateDataAccessConsentDeprecatedUnprocessableEntity with default headers values
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) Code ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) Code() int
Code gets the status code for the create data access consent deprecated unprocessable entity response
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) Error ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) Error() string
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create data access consent deprecated unprocessable entity response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated unprocessable entity response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated unprocessable entity response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create data access consent deprecated unprocessable entity response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated unprocessable entity response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedUnprocessableEntity) String ¶
func (o *CreateDataAccessConsentDeprecatedUnprocessableEntity) String() string
type CreateDataAccessConsentDeprecatedUnsupportedMediaType ¶
type CreateDataAccessConsentDeprecatedUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreateDataAccessConsentDeprecatedUnsupportedMediaType ¶
func NewCreateDataAccessConsentDeprecatedUnsupportedMediaType() *CreateDataAccessConsentDeprecatedUnsupportedMediaType
NewCreateDataAccessConsentDeprecatedUnsupportedMediaType creates a CreateDataAccessConsentDeprecatedUnsupportedMediaType with default headers values
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) Code ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) Code() int
Code gets the status code for the create data access consent deprecated unsupported media type response
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) Error ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) Error() string
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create data access consent deprecated unsupported media type response has a 4xx status code
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsCode ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create data access consent deprecated unsupported media type response a status code equal to that given
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create data access consent deprecated unsupported media type response has a 3xx status code
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create data access consent deprecated unsupported media type response has a 5xx status code
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create data access consent deprecated unsupported media type response has a 2xx status code
func (*CreateDataAccessConsentDeprecatedUnsupportedMediaType) String ¶
func (o *CreateDataAccessConsentDeprecatedUnsupportedMediaType) String() string
type CreateDataAccessConsentExtensionBadRequest ¶
type CreateDataAccessConsentExtensionBadRequest struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionBadRequest describes a response with status code 400, with default header values.
Error
func NewCreateDataAccessConsentExtensionBadRequest ¶
func NewCreateDataAccessConsentExtensionBadRequest() *CreateDataAccessConsentExtensionBadRequest
NewCreateDataAccessConsentExtensionBadRequest creates a CreateDataAccessConsentExtensionBadRequest with default headers values
func (*CreateDataAccessConsentExtensionBadRequest) Code ¶
func (o *CreateDataAccessConsentExtensionBadRequest) Code() int
Code gets the status code for the create data access consent extension bad request response
func (*CreateDataAccessConsentExtensionBadRequest) Error ¶
func (o *CreateDataAccessConsentExtensionBadRequest) Error() string
func (*CreateDataAccessConsentExtensionBadRequest) GetPayload ¶
func (o *CreateDataAccessConsentExtensionBadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionBadRequest) IsClientError ¶
func (o *CreateDataAccessConsentExtensionBadRequest) IsClientError() bool
IsClientError returns true when this create data access consent extension bad request response has a 4xx status code
func (*CreateDataAccessConsentExtensionBadRequest) IsCode ¶
func (o *CreateDataAccessConsentExtensionBadRequest) IsCode(code int) bool
IsCode returns true when this create data access consent extension bad request response a status code equal to that given
func (*CreateDataAccessConsentExtensionBadRequest) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionBadRequest) IsRedirect() bool
IsRedirect returns true when this create data access consent extension bad request response has a 3xx status code
func (*CreateDataAccessConsentExtensionBadRequest) IsServerError ¶
func (o *CreateDataAccessConsentExtensionBadRequest) IsServerError() bool
IsServerError returns true when this create data access consent extension bad request response has a 5xx status code
func (*CreateDataAccessConsentExtensionBadRequest) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionBadRequest) IsSuccess() bool
IsSuccess returns true when this create data access consent extension bad request response has a 2xx status code
func (*CreateDataAccessConsentExtensionBadRequest) String ¶
func (o *CreateDataAccessConsentExtensionBadRequest) String() string
type CreateDataAccessConsentExtensionForbidden ¶
type CreateDataAccessConsentExtensionForbidden struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionForbidden describes a response with status code 403, with default header values.
Error
func NewCreateDataAccessConsentExtensionForbidden ¶
func NewCreateDataAccessConsentExtensionForbidden() *CreateDataAccessConsentExtensionForbidden
NewCreateDataAccessConsentExtensionForbidden creates a CreateDataAccessConsentExtensionForbidden with default headers values
func (*CreateDataAccessConsentExtensionForbidden) Code ¶
func (o *CreateDataAccessConsentExtensionForbidden) Code() int
Code gets the status code for the create data access consent extension forbidden response
func (*CreateDataAccessConsentExtensionForbidden) Error ¶
func (o *CreateDataAccessConsentExtensionForbidden) Error() string
func (*CreateDataAccessConsentExtensionForbidden) GetPayload ¶
func (o *CreateDataAccessConsentExtensionForbidden) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionForbidden) IsClientError ¶
func (o *CreateDataAccessConsentExtensionForbidden) IsClientError() bool
IsClientError returns true when this create data access consent extension forbidden response has a 4xx status code
func (*CreateDataAccessConsentExtensionForbidden) IsCode ¶
func (o *CreateDataAccessConsentExtensionForbidden) IsCode(code int) bool
IsCode returns true when this create data access consent extension forbidden response a status code equal to that given
func (*CreateDataAccessConsentExtensionForbidden) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionForbidden) IsRedirect() bool
IsRedirect returns true when this create data access consent extension forbidden response has a 3xx status code
func (*CreateDataAccessConsentExtensionForbidden) IsServerError ¶
func (o *CreateDataAccessConsentExtensionForbidden) IsServerError() bool
IsServerError returns true when this create data access consent extension forbidden response has a 5xx status code
func (*CreateDataAccessConsentExtensionForbidden) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionForbidden) IsSuccess() bool
IsSuccess returns true when this create data access consent extension forbidden response has a 2xx status code
func (*CreateDataAccessConsentExtensionForbidden) String ¶
func (o *CreateDataAccessConsentExtensionForbidden) String() string
type CreateDataAccessConsentExtensionInternalServerError ¶
type CreateDataAccessConsentExtensionInternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionInternalServerError describes a response with status code 500, with default header values.
Error
func NewCreateDataAccessConsentExtensionInternalServerError ¶
func NewCreateDataAccessConsentExtensionInternalServerError() *CreateDataAccessConsentExtensionInternalServerError
NewCreateDataAccessConsentExtensionInternalServerError creates a CreateDataAccessConsentExtensionInternalServerError with default headers values
func (*CreateDataAccessConsentExtensionInternalServerError) Code ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) Code() int
Code gets the status code for the create data access consent extension internal server error response
func (*CreateDataAccessConsentExtensionInternalServerError) Error ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) Error() string
func (*CreateDataAccessConsentExtensionInternalServerError) GetPayload ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionInternalServerError) IsClientError ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) IsClientError() bool
IsClientError returns true when this create data access consent extension internal server error response has a 4xx status code
func (*CreateDataAccessConsentExtensionInternalServerError) IsCode ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) IsCode(code int) bool
IsCode returns true when this create data access consent extension internal server error response a status code equal to that given
func (*CreateDataAccessConsentExtensionInternalServerError) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) IsRedirect() bool
IsRedirect returns true when this create data access consent extension internal server error response has a 3xx status code
func (*CreateDataAccessConsentExtensionInternalServerError) IsServerError ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) IsServerError() bool
IsServerError returns true when this create data access consent extension internal server error response has a 5xx status code
func (*CreateDataAccessConsentExtensionInternalServerError) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) IsSuccess() bool
IsSuccess returns true when this create data access consent extension internal server error response has a 2xx status code
func (*CreateDataAccessConsentExtensionInternalServerError) String ¶
func (o *CreateDataAccessConsentExtensionInternalServerError) String() string
type CreateDataAccessConsentExtensionMethodNotAllowed ¶
type CreateDataAccessConsentExtensionMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreateDataAccessConsentExtensionMethodNotAllowed ¶
func NewCreateDataAccessConsentExtensionMethodNotAllowed() *CreateDataAccessConsentExtensionMethodNotAllowed
NewCreateDataAccessConsentExtensionMethodNotAllowed creates a CreateDataAccessConsentExtensionMethodNotAllowed with default headers values
func (*CreateDataAccessConsentExtensionMethodNotAllowed) Code ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) Code() int
Code gets the status code for the create data access consent extension method not allowed response
func (*CreateDataAccessConsentExtensionMethodNotAllowed) Error ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) Error() string
func (*CreateDataAccessConsentExtensionMethodNotAllowed) GetPayload ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsClientError ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsClientError() bool
IsClientError returns true when this create data access consent extension method not allowed response has a 4xx status code
func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsCode ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create data access consent extension method not allowed response a status code equal to that given
func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create data access consent extension method not allowed response has a 3xx status code
func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsServerError ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsServerError() bool
IsServerError returns true when this create data access consent extension method not allowed response has a 5xx status code
func (*CreateDataAccessConsentExtensionMethodNotAllowed) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create data access consent extension method not allowed response has a 2xx status code
func (*CreateDataAccessConsentExtensionMethodNotAllowed) String ¶
func (o *CreateDataAccessConsentExtensionMethodNotAllowed) String() string
type CreateDataAccessConsentExtensionNotAcceptable ¶
type CreateDataAccessConsentExtensionNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionNotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreateDataAccessConsentExtensionNotAcceptable ¶
func NewCreateDataAccessConsentExtensionNotAcceptable() *CreateDataAccessConsentExtensionNotAcceptable
NewCreateDataAccessConsentExtensionNotAcceptable creates a CreateDataAccessConsentExtensionNotAcceptable with default headers values
func (*CreateDataAccessConsentExtensionNotAcceptable) Code ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) Code() int
Code gets the status code for the create data access consent extension not acceptable response
func (*CreateDataAccessConsentExtensionNotAcceptable) Error ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) Error() string
func (*CreateDataAccessConsentExtensionNotAcceptable) GetPayload ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionNotAcceptable) IsClientError ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) IsClientError() bool
IsClientError returns true when this create data access consent extension not acceptable response has a 4xx status code
func (*CreateDataAccessConsentExtensionNotAcceptable) IsCode ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) IsCode(code int) bool
IsCode returns true when this create data access consent extension not acceptable response a status code equal to that given
func (*CreateDataAccessConsentExtensionNotAcceptable) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) IsRedirect() bool
IsRedirect returns true when this create data access consent extension not acceptable response has a 3xx status code
func (*CreateDataAccessConsentExtensionNotAcceptable) IsServerError ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) IsServerError() bool
IsServerError returns true when this create data access consent extension not acceptable response has a 5xx status code
func (*CreateDataAccessConsentExtensionNotAcceptable) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) IsSuccess() bool
IsSuccess returns true when this create data access consent extension not acceptable response has a 2xx status code
func (*CreateDataAccessConsentExtensionNotAcceptable) String ¶
func (o *CreateDataAccessConsentExtensionNotAcceptable) String() string
type CreateDataAccessConsentExtensionOK ¶
type CreateDataAccessConsentExtensionOK struct {
Payload *models.BrazilCreateConsentExtensionResponse
}
CreateDataAccessConsentExtensionOK describes a response with status code 200, with default header values.
Create Customer data access v2 consent extension
func NewCreateDataAccessConsentExtensionOK ¶
func NewCreateDataAccessConsentExtensionOK() *CreateDataAccessConsentExtensionOK
NewCreateDataAccessConsentExtensionOK creates a CreateDataAccessConsentExtensionOK with default headers values
func (*CreateDataAccessConsentExtensionOK) Code ¶
func (o *CreateDataAccessConsentExtensionOK) Code() int
Code gets the status code for the create data access consent extension o k response
func (*CreateDataAccessConsentExtensionOK) Error ¶
func (o *CreateDataAccessConsentExtensionOK) Error() string
func (*CreateDataAccessConsentExtensionOK) GetPayload ¶
func (o *CreateDataAccessConsentExtensionOK) GetPayload() *models.BrazilCreateConsentExtensionResponse
func (*CreateDataAccessConsentExtensionOK) IsClientError ¶
func (o *CreateDataAccessConsentExtensionOK) IsClientError() bool
IsClientError returns true when this create data access consent extension o k response has a 4xx status code
func (*CreateDataAccessConsentExtensionOK) IsCode ¶
func (o *CreateDataAccessConsentExtensionOK) IsCode(code int) bool
IsCode returns true when this create data access consent extension o k response a status code equal to that given
func (*CreateDataAccessConsentExtensionOK) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionOK) IsRedirect() bool
IsRedirect returns true when this create data access consent extension o k response has a 3xx status code
func (*CreateDataAccessConsentExtensionOK) IsServerError ¶
func (o *CreateDataAccessConsentExtensionOK) IsServerError() bool
IsServerError returns true when this create data access consent extension o k response has a 5xx status code
func (*CreateDataAccessConsentExtensionOK) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionOK) IsSuccess() bool
IsSuccess returns true when this create data access consent extension o k response has a 2xx status code
func (*CreateDataAccessConsentExtensionOK) String ¶
func (o *CreateDataAccessConsentExtensionOK) String() string
type CreateDataAccessConsentExtensionParams ¶
type CreateDataAccessConsentExtensionParams struct { /* Request. Request */ Request *models.BrazilExtensionConsentRequest /* 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 /* 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 }
CreateDataAccessConsentExtensionParams contains all the parameters to send to the API endpoint
for the create data access consent extension operation. Typically these are written to a http.Request.
func NewCreateDataAccessConsentExtensionParams ¶
func NewCreateDataAccessConsentExtensionParams() *CreateDataAccessConsentExtensionParams
NewCreateDataAccessConsentExtensionParams creates a new CreateDataAccessConsentExtensionParams 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 NewCreateDataAccessConsentExtensionParamsWithContext ¶
func NewCreateDataAccessConsentExtensionParamsWithContext(ctx context.Context) *CreateDataAccessConsentExtensionParams
NewCreateDataAccessConsentExtensionParamsWithContext creates a new CreateDataAccessConsentExtensionParams object with the ability to set a context for a request.
func NewCreateDataAccessConsentExtensionParamsWithHTTPClient ¶
func NewCreateDataAccessConsentExtensionParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentExtensionParams
NewCreateDataAccessConsentExtensionParamsWithHTTPClient creates a new CreateDataAccessConsentExtensionParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDataAccessConsentExtensionParamsWithTimeout ¶
func NewCreateDataAccessConsentExtensionParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentExtensionParams
NewCreateDataAccessConsentExtensionParamsWithTimeout creates a new CreateDataAccessConsentExtensionParams object with the ability to set a timeout on a request.
func (*CreateDataAccessConsentExtensionParams) SetConsentID ¶
func (o *CreateDataAccessConsentExtensionParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetContext ¶
func (o *CreateDataAccessConsentExtensionParams) SetContext(ctx context.Context)
SetContext adds the context to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetDefaults ¶
func (o *CreateDataAccessConsentExtensionParams) SetDefaults()
SetDefaults hydrates default values in the create data access consent extension params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentExtensionParams) SetHTTPClient ¶
func (o *CreateDataAccessConsentExtensionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetRequest ¶
func (o *CreateDataAccessConsentExtensionParams) SetRequest(request *models.BrazilExtensionConsentRequest)
SetRequest adds the request to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetTimeout ¶
func (o *CreateDataAccessConsentExtensionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetXCustomerUserAgent ¶
func (o *CreateDataAccessConsentExtensionParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetXFapiAuthDate ¶
func (o *CreateDataAccessConsentExtensionParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentExtensionParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetXFapiInteractionID ¶
func (o *CreateDataAccessConsentExtensionParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetXIdempotencyKey ¶
func (o *CreateDataAccessConsentExtensionParams) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) SetXJwsSignature ¶
func (o *CreateDataAccessConsentExtensionParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithConsentID ¶
func (o *CreateDataAccessConsentExtensionParams) WithConsentID(consentID string) *CreateDataAccessConsentExtensionParams
WithConsentID adds the consentID to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithContext ¶
func (o *CreateDataAccessConsentExtensionParams) WithContext(ctx context.Context) *CreateDataAccessConsentExtensionParams
WithContext adds the context to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithDefaults ¶
func (o *CreateDataAccessConsentExtensionParams) WithDefaults() *CreateDataAccessConsentExtensionParams
WithDefaults hydrates default values in the create data access consent extension params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentExtensionParams) WithHTTPClient ¶
func (o *CreateDataAccessConsentExtensionParams) WithHTTPClient(client *http.Client) *CreateDataAccessConsentExtensionParams
WithHTTPClient adds the HTTPClient to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithRequest ¶
func (o *CreateDataAccessConsentExtensionParams) WithRequest(request *models.BrazilExtensionConsentRequest) *CreateDataAccessConsentExtensionParams
WithRequest adds the request to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithTimeout ¶
func (o *CreateDataAccessConsentExtensionParams) WithTimeout(timeout time.Duration) *CreateDataAccessConsentExtensionParams
WithTimeout adds the timeout to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithXCustomerUserAgent ¶
func (o *CreateDataAccessConsentExtensionParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentExtensionParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithXFapiAuthDate ¶
func (o *CreateDataAccessConsentExtensionParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentExtensionParams
WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentExtensionParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentExtensionParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithXFapiInteractionID ¶
func (o *CreateDataAccessConsentExtensionParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentExtensionParams
WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithXIdempotencyKey ¶
func (o *CreateDataAccessConsentExtensionParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentExtensionParams
WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WithXJwsSignature ¶
func (o *CreateDataAccessConsentExtensionParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentExtensionParams
WithXJwsSignature adds the xJwsSignature to the create data access consent extension params
func (*CreateDataAccessConsentExtensionParams) WriteToRequest ¶
func (o *CreateDataAccessConsentExtensionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDataAccessConsentExtensionReader ¶
type CreateDataAccessConsentExtensionReader struct {
// contains filtered or unexported fields
}
CreateDataAccessConsentExtensionReader is a Reader for the CreateDataAccessConsentExtension structure.
func (*CreateDataAccessConsentExtensionReader) ReadResponse ¶
func (o *CreateDataAccessConsentExtensionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDataAccessConsentExtensionTooManyRequests ¶
type CreateDataAccessConsentExtensionTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionTooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreateDataAccessConsentExtensionTooManyRequests ¶
func NewCreateDataAccessConsentExtensionTooManyRequests() *CreateDataAccessConsentExtensionTooManyRequests
NewCreateDataAccessConsentExtensionTooManyRequests creates a CreateDataAccessConsentExtensionTooManyRequests with default headers values
func (*CreateDataAccessConsentExtensionTooManyRequests) Code ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) Code() int
Code gets the status code for the create data access consent extension too many requests response
func (*CreateDataAccessConsentExtensionTooManyRequests) Error ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) Error() string
func (*CreateDataAccessConsentExtensionTooManyRequests) GetPayload ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionTooManyRequests) IsClientError ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) IsClientError() bool
IsClientError returns true when this create data access consent extension too many requests response has a 4xx status code
func (*CreateDataAccessConsentExtensionTooManyRequests) IsCode ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) IsCode(code int) bool
IsCode returns true when this create data access consent extension too many requests response a status code equal to that given
func (*CreateDataAccessConsentExtensionTooManyRequests) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create data access consent extension too many requests response has a 3xx status code
func (*CreateDataAccessConsentExtensionTooManyRequests) IsServerError ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) IsServerError() bool
IsServerError returns true when this create data access consent extension too many requests response has a 5xx status code
func (*CreateDataAccessConsentExtensionTooManyRequests) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create data access consent extension too many requests response has a 2xx status code
func (*CreateDataAccessConsentExtensionTooManyRequests) String ¶
func (o *CreateDataAccessConsentExtensionTooManyRequests) String() string
type CreateDataAccessConsentExtensionUnauthorized ¶
type CreateDataAccessConsentExtensionUnauthorized struct {
}CreateDataAccessConsentExtensionUnauthorized describes a response with status code 401, with default header values.
Error
func NewCreateDataAccessConsentExtensionUnauthorized ¶
func NewCreateDataAccessConsentExtensionUnauthorized() *CreateDataAccessConsentExtensionUnauthorized
NewCreateDataAccessConsentExtensionUnauthorized creates a CreateDataAccessConsentExtensionUnauthorized with default headers values
func (*CreateDataAccessConsentExtensionUnauthorized) Code ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) Code() int
Code gets the status code for the create data access consent extension unauthorized response
func (*CreateDataAccessConsentExtensionUnauthorized) Error ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) Error() string
func (*CreateDataAccessConsentExtensionUnauthorized) GetPayload ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionUnauthorized) IsClientError ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) IsClientError() bool
IsClientError returns true when this create data access consent extension unauthorized response has a 4xx status code
func (*CreateDataAccessConsentExtensionUnauthorized) IsCode ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) IsCode(code int) bool
IsCode returns true when this create data access consent extension unauthorized response a status code equal to that given
func (*CreateDataAccessConsentExtensionUnauthorized) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) IsRedirect() bool
IsRedirect returns true when this create data access consent extension unauthorized response has a 3xx status code
func (*CreateDataAccessConsentExtensionUnauthorized) IsServerError ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) IsServerError() bool
IsServerError returns true when this create data access consent extension unauthorized response has a 5xx status code
func (*CreateDataAccessConsentExtensionUnauthorized) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) IsSuccess() bool
IsSuccess returns true when this create data access consent extension unauthorized response has a 2xx status code
func (*CreateDataAccessConsentExtensionUnauthorized) String ¶
func (o *CreateDataAccessConsentExtensionUnauthorized) String() string
type CreateDataAccessConsentExtensionUnprocessableEntity ¶
type CreateDataAccessConsentExtensionUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreateDataAccessConsentExtensionUnprocessableEntity ¶
func NewCreateDataAccessConsentExtensionUnprocessableEntity() *CreateDataAccessConsentExtensionUnprocessableEntity
NewCreateDataAccessConsentExtensionUnprocessableEntity creates a CreateDataAccessConsentExtensionUnprocessableEntity with default headers values
func (*CreateDataAccessConsentExtensionUnprocessableEntity) Code ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) Code() int
Code gets the status code for the create data access consent extension unprocessable entity response
func (*CreateDataAccessConsentExtensionUnprocessableEntity) Error ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) Error() string
func (*CreateDataAccessConsentExtensionUnprocessableEntity) GetPayload ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsClientError ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create data access consent extension unprocessable entity response has a 4xx status code
func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsCode ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create data access consent extension unprocessable entity response a status code equal to that given
func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create data access consent extension unprocessable entity response has a 3xx status code
func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsServerError ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create data access consent extension unprocessable entity response has a 5xx status code
func (*CreateDataAccessConsentExtensionUnprocessableEntity) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create data access consent extension unprocessable entity response has a 2xx status code
func (*CreateDataAccessConsentExtensionUnprocessableEntity) String ¶
func (o *CreateDataAccessConsentExtensionUnprocessableEntity) String() string
type CreateDataAccessConsentExtensionUnsupportedMediaType ¶
type CreateDataAccessConsentExtensionUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentExtensionUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreateDataAccessConsentExtensionUnsupportedMediaType ¶
func NewCreateDataAccessConsentExtensionUnsupportedMediaType() *CreateDataAccessConsentExtensionUnsupportedMediaType
NewCreateDataAccessConsentExtensionUnsupportedMediaType creates a CreateDataAccessConsentExtensionUnsupportedMediaType with default headers values
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) Code ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) Code() int
Code gets the status code for the create data access consent extension unsupported media type response
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) Error ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) Error() string
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) GetPayload ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsClientError ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create data access consent extension unsupported media type response has a 4xx status code
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsCode ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create data access consent extension unsupported media type response a status code equal to that given
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsRedirect ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create data access consent extension unsupported media type response has a 3xx status code
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsServerError ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create data access consent extension unsupported media type response has a 5xx status code
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) IsSuccess ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create data access consent extension unsupported media type response has a 2xx status code
func (*CreateDataAccessConsentExtensionUnsupportedMediaType) String ¶
func (o *CreateDataAccessConsentExtensionUnsupportedMediaType) String() string
type CreateDataAccessConsentForbidden ¶
type CreateDataAccessConsentForbidden struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentForbidden describes a response with status code 403, with default header values.
Error
func NewCreateDataAccessConsentForbidden ¶
func NewCreateDataAccessConsentForbidden() *CreateDataAccessConsentForbidden
NewCreateDataAccessConsentForbidden creates a CreateDataAccessConsentForbidden with default headers values
func (*CreateDataAccessConsentForbidden) Code ¶
func (o *CreateDataAccessConsentForbidden) Code() int
Code gets the status code for the create data access consent forbidden response
func (*CreateDataAccessConsentForbidden) Error ¶
func (o *CreateDataAccessConsentForbidden) Error() string
func (*CreateDataAccessConsentForbidden) GetPayload ¶
func (o *CreateDataAccessConsentForbidden) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentForbidden) IsClientError ¶
func (o *CreateDataAccessConsentForbidden) IsClientError() bool
IsClientError returns true when this create data access consent forbidden response has a 4xx status code
func (*CreateDataAccessConsentForbidden) IsCode ¶
func (o *CreateDataAccessConsentForbidden) IsCode(code int) bool
IsCode returns true when this create data access consent forbidden response a status code equal to that given
func (*CreateDataAccessConsentForbidden) IsRedirect ¶
func (o *CreateDataAccessConsentForbidden) IsRedirect() bool
IsRedirect returns true when this create data access consent forbidden response has a 3xx status code
func (*CreateDataAccessConsentForbidden) IsServerError ¶
func (o *CreateDataAccessConsentForbidden) IsServerError() bool
IsServerError returns true when this create data access consent forbidden response has a 5xx status code
func (*CreateDataAccessConsentForbidden) IsSuccess ¶
func (o *CreateDataAccessConsentForbidden) IsSuccess() bool
IsSuccess returns true when this create data access consent forbidden response has a 2xx status code
func (*CreateDataAccessConsentForbidden) String ¶
func (o *CreateDataAccessConsentForbidden) String() string
type CreateDataAccessConsentInternalServerError ¶
type CreateDataAccessConsentInternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentInternalServerError describes a response with status code 500, with default header values.
Error
func NewCreateDataAccessConsentInternalServerError ¶
func NewCreateDataAccessConsentInternalServerError() *CreateDataAccessConsentInternalServerError
NewCreateDataAccessConsentInternalServerError creates a CreateDataAccessConsentInternalServerError with default headers values
func (*CreateDataAccessConsentInternalServerError) Code ¶
func (o *CreateDataAccessConsentInternalServerError) Code() int
Code gets the status code for the create data access consent internal server error response
func (*CreateDataAccessConsentInternalServerError) Error ¶
func (o *CreateDataAccessConsentInternalServerError) Error() string
func (*CreateDataAccessConsentInternalServerError) GetPayload ¶
func (o *CreateDataAccessConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentInternalServerError) IsClientError ¶
func (o *CreateDataAccessConsentInternalServerError) IsClientError() bool
IsClientError returns true when this create data access consent internal server error response has a 4xx status code
func (*CreateDataAccessConsentInternalServerError) IsCode ¶
func (o *CreateDataAccessConsentInternalServerError) IsCode(code int) bool
IsCode returns true when this create data access consent internal server error response a status code equal to that given
func (*CreateDataAccessConsentInternalServerError) IsRedirect ¶
func (o *CreateDataAccessConsentInternalServerError) IsRedirect() bool
IsRedirect returns true when this create data access consent internal server error response has a 3xx status code
func (*CreateDataAccessConsentInternalServerError) IsServerError ¶
func (o *CreateDataAccessConsentInternalServerError) IsServerError() bool
IsServerError returns true when this create data access consent internal server error response has a 5xx status code
func (*CreateDataAccessConsentInternalServerError) IsSuccess ¶
func (o *CreateDataAccessConsentInternalServerError) IsSuccess() bool
IsSuccess returns true when this create data access consent internal server error response has a 2xx status code
func (*CreateDataAccessConsentInternalServerError) String ¶
func (o *CreateDataAccessConsentInternalServerError) String() string
type CreateDataAccessConsentMethodNotAllowed ¶
type CreateDataAccessConsentMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreateDataAccessConsentMethodNotAllowed ¶
func NewCreateDataAccessConsentMethodNotAllowed() *CreateDataAccessConsentMethodNotAllowed
NewCreateDataAccessConsentMethodNotAllowed creates a CreateDataAccessConsentMethodNotAllowed with default headers values
func (*CreateDataAccessConsentMethodNotAllowed) Code ¶
func (o *CreateDataAccessConsentMethodNotAllowed) Code() int
Code gets the status code for the create data access consent method not allowed response
func (*CreateDataAccessConsentMethodNotAllowed) Error ¶
func (o *CreateDataAccessConsentMethodNotAllowed) Error() string
func (*CreateDataAccessConsentMethodNotAllowed) GetPayload ¶
func (o *CreateDataAccessConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentMethodNotAllowed) IsClientError ¶
func (o *CreateDataAccessConsentMethodNotAllowed) IsClientError() bool
IsClientError returns true when this create data access consent method not allowed response has a 4xx status code
func (*CreateDataAccessConsentMethodNotAllowed) IsCode ¶
func (o *CreateDataAccessConsentMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create data access consent method not allowed response a status code equal to that given
func (*CreateDataAccessConsentMethodNotAllowed) IsRedirect ¶
func (o *CreateDataAccessConsentMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create data access consent method not allowed response has a 3xx status code
func (*CreateDataAccessConsentMethodNotAllowed) IsServerError ¶
func (o *CreateDataAccessConsentMethodNotAllowed) IsServerError() bool
IsServerError returns true when this create data access consent method not allowed response has a 5xx status code
func (*CreateDataAccessConsentMethodNotAllowed) IsSuccess ¶
func (o *CreateDataAccessConsentMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create data access consent method not allowed response has a 2xx status code
func (*CreateDataAccessConsentMethodNotAllowed) String ¶
func (o *CreateDataAccessConsentMethodNotAllowed) String() string
type CreateDataAccessConsentNotAcceptable ¶
type CreateDataAccessConsentNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreateDataAccessConsentNotAcceptable ¶
func NewCreateDataAccessConsentNotAcceptable() *CreateDataAccessConsentNotAcceptable
NewCreateDataAccessConsentNotAcceptable creates a CreateDataAccessConsentNotAcceptable with default headers values
func (*CreateDataAccessConsentNotAcceptable) Code ¶
func (o *CreateDataAccessConsentNotAcceptable) Code() int
Code gets the status code for the create data access consent not acceptable response
func (*CreateDataAccessConsentNotAcceptable) Error ¶
func (o *CreateDataAccessConsentNotAcceptable) Error() string
func (*CreateDataAccessConsentNotAcceptable) GetPayload ¶
func (o *CreateDataAccessConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentNotAcceptable) IsClientError ¶
func (o *CreateDataAccessConsentNotAcceptable) IsClientError() bool
IsClientError returns true when this create data access consent not acceptable response has a 4xx status code
func (*CreateDataAccessConsentNotAcceptable) IsCode ¶
func (o *CreateDataAccessConsentNotAcceptable) IsCode(code int) bool
IsCode returns true when this create data access consent not acceptable response a status code equal to that given
func (*CreateDataAccessConsentNotAcceptable) IsRedirect ¶
func (o *CreateDataAccessConsentNotAcceptable) IsRedirect() bool
IsRedirect returns true when this create data access consent not acceptable response has a 3xx status code
func (*CreateDataAccessConsentNotAcceptable) IsServerError ¶
func (o *CreateDataAccessConsentNotAcceptable) IsServerError() bool
IsServerError returns true when this create data access consent not acceptable response has a 5xx status code
func (*CreateDataAccessConsentNotAcceptable) IsSuccess ¶
func (o *CreateDataAccessConsentNotAcceptable) IsSuccess() bool
IsSuccess returns true when this create data access consent not acceptable response has a 2xx status code
func (*CreateDataAccessConsentNotAcceptable) String ¶
func (o *CreateDataAccessConsentNotAcceptable) String() string
type CreateDataAccessConsentParams ¶
type CreateDataAccessConsentParams struct { /* Request. Request */ Request *models.BrazilCustomerDataAccessConsentRequestV1 /* 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 }
CreateDataAccessConsentParams contains all the parameters to send to the API endpoint
for the create data access consent operation. Typically these are written to a http.Request.
func NewCreateDataAccessConsentParams ¶
func NewCreateDataAccessConsentParams() *CreateDataAccessConsentParams
NewCreateDataAccessConsentParams creates a new CreateDataAccessConsentParams 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 NewCreateDataAccessConsentParamsWithContext ¶
func NewCreateDataAccessConsentParamsWithContext(ctx context.Context) *CreateDataAccessConsentParams
NewCreateDataAccessConsentParamsWithContext creates a new CreateDataAccessConsentParams object with the ability to set a context for a request.
func NewCreateDataAccessConsentParamsWithHTTPClient ¶
func NewCreateDataAccessConsentParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentParams
NewCreateDataAccessConsentParamsWithHTTPClient creates a new CreateDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDataAccessConsentParamsWithTimeout ¶
func NewCreateDataAccessConsentParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentParams
NewCreateDataAccessConsentParamsWithTimeout creates a new CreateDataAccessConsentParams object with the ability to set a timeout on a request.
func (*CreateDataAccessConsentParams) SetContext ¶
func (o *CreateDataAccessConsentParams) SetContext(ctx context.Context)
SetContext adds the context to the create data access consent params
func (*CreateDataAccessConsentParams) SetDefaults ¶
func (o *CreateDataAccessConsentParams) SetDefaults()
SetDefaults hydrates default values in the create data access consent params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentParams) SetHTTPClient ¶
func (o *CreateDataAccessConsentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create data access consent params
func (*CreateDataAccessConsentParams) SetRequest ¶
func (o *CreateDataAccessConsentParams) SetRequest(request *models.BrazilCustomerDataAccessConsentRequestV1)
SetRequest adds the request to the create data access consent params
func (*CreateDataAccessConsentParams) SetTimeout ¶
func (o *CreateDataAccessConsentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create data access consent params
func (*CreateDataAccessConsentParams) SetXCustomerUserAgent ¶
func (o *CreateDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent params
func (*CreateDataAccessConsentParams) SetXFapiAuthDate ¶
func (o *CreateDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent params
func (*CreateDataAccessConsentParams) SetXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent params
func (*CreateDataAccessConsentParams) SetXFapiInteractionID ¶
func (o *CreateDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent params
func (*CreateDataAccessConsentParams) SetXIdempotencyKey ¶
func (o *CreateDataAccessConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent params
func (*CreateDataAccessConsentParams) SetXJwsSignature ¶
func (o *CreateDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create data access consent params
func (*CreateDataAccessConsentParams) WithContext ¶
func (o *CreateDataAccessConsentParams) WithContext(ctx context.Context) *CreateDataAccessConsentParams
WithContext adds the context to the create data access consent params
func (*CreateDataAccessConsentParams) WithDefaults ¶
func (o *CreateDataAccessConsentParams) WithDefaults() *CreateDataAccessConsentParams
WithDefaults hydrates default values in the create data access consent params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentParams) WithHTTPClient ¶
func (o *CreateDataAccessConsentParams) WithHTTPClient(client *http.Client) *CreateDataAccessConsentParams
WithHTTPClient adds the HTTPClient to the create data access consent params
func (*CreateDataAccessConsentParams) WithRequest ¶
func (o *CreateDataAccessConsentParams) WithRequest(request *models.BrazilCustomerDataAccessConsentRequestV1) *CreateDataAccessConsentParams
WithRequest adds the request to the create data access consent params
func (*CreateDataAccessConsentParams) WithTimeout ¶
func (o *CreateDataAccessConsentParams) WithTimeout(timeout time.Duration) *CreateDataAccessConsentParams
WithTimeout adds the timeout to the create data access consent params
func (*CreateDataAccessConsentParams) WithXCustomerUserAgent ¶
func (o *CreateDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent params
func (*CreateDataAccessConsentParams) WithXFapiAuthDate ¶
func (o *CreateDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentParams
WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent params
func (*CreateDataAccessConsentParams) WithXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent params
func (*CreateDataAccessConsentParams) WithXFapiInteractionID ¶
func (o *CreateDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentParams
WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent params
func (*CreateDataAccessConsentParams) WithXIdempotencyKey ¶
func (o *CreateDataAccessConsentParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentParams
WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent params
func (*CreateDataAccessConsentParams) WithXJwsSignature ¶
func (o *CreateDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentParams
WithXJwsSignature adds the xJwsSignature to the create data access consent params
func (*CreateDataAccessConsentParams) WriteToRequest ¶
func (o *CreateDataAccessConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDataAccessConsentReader ¶
type CreateDataAccessConsentReader struct {
// contains filtered or unexported fields
}
CreateDataAccessConsentReader is a Reader for the CreateDataAccessConsent structure.
func (*CreateDataAccessConsentReader) ReadResponse ¶
func (o *CreateDataAccessConsentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDataAccessConsentTooManyRequests ¶
type CreateDataAccessConsentTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentTooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreateDataAccessConsentTooManyRequests ¶
func NewCreateDataAccessConsentTooManyRequests() *CreateDataAccessConsentTooManyRequests
NewCreateDataAccessConsentTooManyRequests creates a CreateDataAccessConsentTooManyRequests with default headers values
func (*CreateDataAccessConsentTooManyRequests) Code ¶
func (o *CreateDataAccessConsentTooManyRequests) Code() int
Code gets the status code for the create data access consent too many requests response
func (*CreateDataAccessConsentTooManyRequests) Error ¶
func (o *CreateDataAccessConsentTooManyRequests) Error() string
func (*CreateDataAccessConsentTooManyRequests) GetPayload ¶
func (o *CreateDataAccessConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentTooManyRequests) IsClientError ¶
func (o *CreateDataAccessConsentTooManyRequests) IsClientError() bool
IsClientError returns true when this create data access consent too many requests response has a 4xx status code
func (*CreateDataAccessConsentTooManyRequests) IsCode ¶
func (o *CreateDataAccessConsentTooManyRequests) IsCode(code int) bool
IsCode returns true when this create data access consent too many requests response a status code equal to that given
func (*CreateDataAccessConsentTooManyRequests) IsRedirect ¶
func (o *CreateDataAccessConsentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create data access consent too many requests response has a 3xx status code
func (*CreateDataAccessConsentTooManyRequests) IsServerError ¶
func (o *CreateDataAccessConsentTooManyRequests) IsServerError() bool
IsServerError returns true when this create data access consent too many requests response has a 5xx status code
func (*CreateDataAccessConsentTooManyRequests) IsSuccess ¶
func (o *CreateDataAccessConsentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create data access consent too many requests response has a 2xx status code
func (*CreateDataAccessConsentTooManyRequests) String ¶
func (o *CreateDataAccessConsentTooManyRequests) String() string
type CreateDataAccessConsentUnauthorized ¶
type CreateDataAccessConsentUnauthorized struct {
}CreateDataAccessConsentUnauthorized describes a response with status code 401, with default header values.
Error
func NewCreateDataAccessConsentUnauthorized ¶
func NewCreateDataAccessConsentUnauthorized() *CreateDataAccessConsentUnauthorized
NewCreateDataAccessConsentUnauthorized creates a CreateDataAccessConsentUnauthorized with default headers values
func (*CreateDataAccessConsentUnauthorized) Code ¶
func (o *CreateDataAccessConsentUnauthorized) Code() int
Code gets the status code for the create data access consent unauthorized response
func (*CreateDataAccessConsentUnauthorized) Error ¶
func (o *CreateDataAccessConsentUnauthorized) Error() string
func (*CreateDataAccessConsentUnauthorized) GetPayload ¶
func (o *CreateDataAccessConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentUnauthorized) IsClientError ¶
func (o *CreateDataAccessConsentUnauthorized) IsClientError() bool
IsClientError returns true when this create data access consent unauthorized response has a 4xx status code
func (*CreateDataAccessConsentUnauthorized) IsCode ¶
func (o *CreateDataAccessConsentUnauthorized) IsCode(code int) bool
IsCode returns true when this create data access consent unauthorized response a status code equal to that given
func (*CreateDataAccessConsentUnauthorized) IsRedirect ¶
func (o *CreateDataAccessConsentUnauthorized) IsRedirect() bool
IsRedirect returns true when this create data access consent unauthorized response has a 3xx status code
func (*CreateDataAccessConsentUnauthorized) IsServerError ¶
func (o *CreateDataAccessConsentUnauthorized) IsServerError() bool
IsServerError returns true when this create data access consent unauthorized response has a 5xx status code
func (*CreateDataAccessConsentUnauthorized) IsSuccess ¶
func (o *CreateDataAccessConsentUnauthorized) IsSuccess() bool
IsSuccess returns true when this create data access consent unauthorized response has a 2xx status code
func (*CreateDataAccessConsentUnauthorized) String ¶
func (o *CreateDataAccessConsentUnauthorized) String() string
type CreateDataAccessConsentUnprocessableEntity ¶
type CreateDataAccessConsentUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreateDataAccessConsentUnprocessableEntity ¶
func NewCreateDataAccessConsentUnprocessableEntity() *CreateDataAccessConsentUnprocessableEntity
NewCreateDataAccessConsentUnprocessableEntity creates a CreateDataAccessConsentUnprocessableEntity with default headers values
func (*CreateDataAccessConsentUnprocessableEntity) Code ¶
func (o *CreateDataAccessConsentUnprocessableEntity) Code() int
Code gets the status code for the create data access consent unprocessable entity response
func (*CreateDataAccessConsentUnprocessableEntity) Error ¶
func (o *CreateDataAccessConsentUnprocessableEntity) Error() string
func (*CreateDataAccessConsentUnprocessableEntity) GetPayload ¶
func (o *CreateDataAccessConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentUnprocessableEntity) IsClientError ¶
func (o *CreateDataAccessConsentUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create data access consent unprocessable entity response has a 4xx status code
func (*CreateDataAccessConsentUnprocessableEntity) IsCode ¶
func (o *CreateDataAccessConsentUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create data access consent unprocessable entity response a status code equal to that given
func (*CreateDataAccessConsentUnprocessableEntity) IsRedirect ¶
func (o *CreateDataAccessConsentUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create data access consent unprocessable entity response has a 3xx status code
func (*CreateDataAccessConsentUnprocessableEntity) IsServerError ¶
func (o *CreateDataAccessConsentUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create data access consent unprocessable entity response has a 5xx status code
func (*CreateDataAccessConsentUnprocessableEntity) IsSuccess ¶
func (o *CreateDataAccessConsentUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create data access consent unprocessable entity response has a 2xx status code
func (*CreateDataAccessConsentUnprocessableEntity) String ¶
func (o *CreateDataAccessConsentUnprocessableEntity) String() string
type CreateDataAccessConsentUnsupportedMediaType ¶
type CreateDataAccessConsentUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreateDataAccessConsentUnsupportedMediaType ¶
func NewCreateDataAccessConsentUnsupportedMediaType() *CreateDataAccessConsentUnsupportedMediaType
NewCreateDataAccessConsentUnsupportedMediaType creates a CreateDataAccessConsentUnsupportedMediaType with default headers values
func (*CreateDataAccessConsentUnsupportedMediaType) Code ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) Code() int
Code gets the status code for the create data access consent unsupported media type response
func (*CreateDataAccessConsentUnsupportedMediaType) Error ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) Error() string
func (*CreateDataAccessConsentUnsupportedMediaType) GetPayload ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentUnsupportedMediaType) IsClientError ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create data access consent unsupported media type response has a 4xx status code
func (*CreateDataAccessConsentUnsupportedMediaType) IsCode ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create data access consent unsupported media type response a status code equal to that given
func (*CreateDataAccessConsentUnsupportedMediaType) IsRedirect ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create data access consent unsupported media type response has a 3xx status code
func (*CreateDataAccessConsentUnsupportedMediaType) IsServerError ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create data access consent unsupported media type response has a 5xx status code
func (*CreateDataAccessConsentUnsupportedMediaType) IsSuccess ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create data access consent unsupported media type response has a 2xx status code
func (*CreateDataAccessConsentUnsupportedMediaType) String ¶
func (o *CreateDataAccessConsentUnsupportedMediaType) String() string
type CreateDataAccessConsentV2BadRequest ¶
type CreateDataAccessConsentV2BadRequest struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2BadRequest describes a response with status code 400, with default header values.
Error
func NewCreateDataAccessConsentV2BadRequest ¶
func NewCreateDataAccessConsentV2BadRequest() *CreateDataAccessConsentV2BadRequest
NewCreateDataAccessConsentV2BadRequest creates a CreateDataAccessConsentV2BadRequest with default headers values
func (*CreateDataAccessConsentV2BadRequest) Code ¶
func (o *CreateDataAccessConsentV2BadRequest) Code() int
Code gets the status code for the create data access consent v2 bad request response
func (*CreateDataAccessConsentV2BadRequest) Error ¶
func (o *CreateDataAccessConsentV2BadRequest) Error() string
func (*CreateDataAccessConsentV2BadRequest) GetPayload ¶
func (o *CreateDataAccessConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2BadRequest) IsClientError ¶
func (o *CreateDataAccessConsentV2BadRequest) IsClientError() bool
IsClientError returns true when this create data access consent v2 bad request response has a 4xx status code
func (*CreateDataAccessConsentV2BadRequest) IsCode ¶
func (o *CreateDataAccessConsentV2BadRequest) IsCode(code int) bool
IsCode returns true when this create data access consent v2 bad request response a status code equal to that given
func (*CreateDataAccessConsentV2BadRequest) IsRedirect ¶
func (o *CreateDataAccessConsentV2BadRequest) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 bad request response has a 3xx status code
func (*CreateDataAccessConsentV2BadRequest) IsServerError ¶
func (o *CreateDataAccessConsentV2BadRequest) IsServerError() bool
IsServerError returns true when this create data access consent v2 bad request response has a 5xx status code
func (*CreateDataAccessConsentV2BadRequest) IsSuccess ¶
func (o *CreateDataAccessConsentV2BadRequest) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 bad request response has a 2xx status code
func (*CreateDataAccessConsentV2BadRequest) String ¶
func (o *CreateDataAccessConsentV2BadRequest) String() string
type CreateDataAccessConsentV2Created ¶
type CreateDataAccessConsentV2Created struct {
Payload *models.BrazilCreateCustomerDataAccessConsentV2Response
}
CreateDataAccessConsentV2Created describes a response with status code 201, with default header values.
Create Customer data access v2 consent
func NewCreateDataAccessConsentV2Created ¶
func NewCreateDataAccessConsentV2Created() *CreateDataAccessConsentV2Created
NewCreateDataAccessConsentV2Created creates a CreateDataAccessConsentV2Created with default headers values
func (*CreateDataAccessConsentV2Created) Code ¶
func (o *CreateDataAccessConsentV2Created) Code() int
Code gets the status code for the create data access consent v2 created response
func (*CreateDataAccessConsentV2Created) Error ¶
func (o *CreateDataAccessConsentV2Created) Error() string
func (*CreateDataAccessConsentV2Created) GetPayload ¶
func (o *CreateDataAccessConsentV2Created) GetPayload() *models.BrazilCreateCustomerDataAccessConsentV2Response
func (*CreateDataAccessConsentV2Created) IsClientError ¶
func (o *CreateDataAccessConsentV2Created) IsClientError() bool
IsClientError returns true when this create data access consent v2 created response has a 4xx status code
func (*CreateDataAccessConsentV2Created) IsCode ¶
func (o *CreateDataAccessConsentV2Created) IsCode(code int) bool
IsCode returns true when this create data access consent v2 created response a status code equal to that given
func (*CreateDataAccessConsentV2Created) IsRedirect ¶
func (o *CreateDataAccessConsentV2Created) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 created response has a 3xx status code
func (*CreateDataAccessConsentV2Created) IsServerError ¶
func (o *CreateDataAccessConsentV2Created) IsServerError() bool
IsServerError returns true when this create data access consent v2 created response has a 5xx status code
func (*CreateDataAccessConsentV2Created) IsSuccess ¶
func (o *CreateDataAccessConsentV2Created) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 created response has a 2xx status code
func (*CreateDataAccessConsentV2Created) String ¶
func (o *CreateDataAccessConsentV2Created) String() string
type CreateDataAccessConsentV2Forbidden ¶
type CreateDataAccessConsentV2Forbidden struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2Forbidden describes a response with status code 403, with default header values.
Error
func NewCreateDataAccessConsentV2Forbidden ¶
func NewCreateDataAccessConsentV2Forbidden() *CreateDataAccessConsentV2Forbidden
NewCreateDataAccessConsentV2Forbidden creates a CreateDataAccessConsentV2Forbidden with default headers values
func (*CreateDataAccessConsentV2Forbidden) Code ¶
func (o *CreateDataAccessConsentV2Forbidden) Code() int
Code gets the status code for the create data access consent v2 forbidden response
func (*CreateDataAccessConsentV2Forbidden) Error ¶
func (o *CreateDataAccessConsentV2Forbidden) Error() string
func (*CreateDataAccessConsentV2Forbidden) GetPayload ¶
func (o *CreateDataAccessConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2Forbidden) IsClientError ¶
func (o *CreateDataAccessConsentV2Forbidden) IsClientError() bool
IsClientError returns true when this create data access consent v2 forbidden response has a 4xx status code
func (*CreateDataAccessConsentV2Forbidden) IsCode ¶
func (o *CreateDataAccessConsentV2Forbidden) IsCode(code int) bool
IsCode returns true when this create data access consent v2 forbidden response a status code equal to that given
func (*CreateDataAccessConsentV2Forbidden) IsRedirect ¶
func (o *CreateDataAccessConsentV2Forbidden) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 forbidden response has a 3xx status code
func (*CreateDataAccessConsentV2Forbidden) IsServerError ¶
func (o *CreateDataAccessConsentV2Forbidden) IsServerError() bool
IsServerError returns true when this create data access consent v2 forbidden response has a 5xx status code
func (*CreateDataAccessConsentV2Forbidden) IsSuccess ¶
func (o *CreateDataAccessConsentV2Forbidden) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 forbidden response has a 2xx status code
func (*CreateDataAccessConsentV2Forbidden) String ¶
func (o *CreateDataAccessConsentV2Forbidden) String() string
type CreateDataAccessConsentV2InternalServerError ¶
type CreateDataAccessConsentV2InternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2InternalServerError describes a response with status code 500, with default header values.
Error
func NewCreateDataAccessConsentV2InternalServerError ¶
func NewCreateDataAccessConsentV2InternalServerError() *CreateDataAccessConsentV2InternalServerError
NewCreateDataAccessConsentV2InternalServerError creates a CreateDataAccessConsentV2InternalServerError with default headers values
func (*CreateDataAccessConsentV2InternalServerError) Code ¶
func (o *CreateDataAccessConsentV2InternalServerError) Code() int
Code gets the status code for the create data access consent v2 internal server error response
func (*CreateDataAccessConsentV2InternalServerError) Error ¶
func (o *CreateDataAccessConsentV2InternalServerError) Error() string
func (*CreateDataAccessConsentV2InternalServerError) GetPayload ¶
func (o *CreateDataAccessConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2InternalServerError) IsClientError ¶
func (o *CreateDataAccessConsentV2InternalServerError) IsClientError() bool
IsClientError returns true when this create data access consent v2 internal server error response has a 4xx status code
func (*CreateDataAccessConsentV2InternalServerError) IsCode ¶
func (o *CreateDataAccessConsentV2InternalServerError) IsCode(code int) bool
IsCode returns true when this create data access consent v2 internal server error response a status code equal to that given
func (*CreateDataAccessConsentV2InternalServerError) IsRedirect ¶
func (o *CreateDataAccessConsentV2InternalServerError) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 internal server error response has a 3xx status code
func (*CreateDataAccessConsentV2InternalServerError) IsServerError ¶
func (o *CreateDataAccessConsentV2InternalServerError) IsServerError() bool
IsServerError returns true when this create data access consent v2 internal server error response has a 5xx status code
func (*CreateDataAccessConsentV2InternalServerError) IsSuccess ¶
func (o *CreateDataAccessConsentV2InternalServerError) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 internal server error response has a 2xx status code
func (*CreateDataAccessConsentV2InternalServerError) String ¶
func (o *CreateDataAccessConsentV2InternalServerError) String() string
type CreateDataAccessConsentV2MethodNotAllowed ¶
type CreateDataAccessConsentV2MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreateDataAccessConsentV2MethodNotAllowed ¶
func NewCreateDataAccessConsentV2MethodNotAllowed() *CreateDataAccessConsentV2MethodNotAllowed
NewCreateDataAccessConsentV2MethodNotAllowed creates a CreateDataAccessConsentV2MethodNotAllowed with default headers values
func (*CreateDataAccessConsentV2MethodNotAllowed) Code ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) Code() int
Code gets the status code for the create data access consent v2 method not allowed response
func (*CreateDataAccessConsentV2MethodNotAllowed) Error ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) Error() string
func (*CreateDataAccessConsentV2MethodNotAllowed) GetPayload ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2MethodNotAllowed) IsClientError ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) IsClientError() bool
IsClientError returns true when this create data access consent v2 method not allowed response has a 4xx status code
func (*CreateDataAccessConsentV2MethodNotAllowed) IsCode ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create data access consent v2 method not allowed response a status code equal to that given
func (*CreateDataAccessConsentV2MethodNotAllowed) IsRedirect ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 method not allowed response has a 3xx status code
func (*CreateDataAccessConsentV2MethodNotAllowed) IsServerError ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) IsServerError() bool
IsServerError returns true when this create data access consent v2 method not allowed response has a 5xx status code
func (*CreateDataAccessConsentV2MethodNotAllowed) IsSuccess ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 method not allowed response has a 2xx status code
func (*CreateDataAccessConsentV2MethodNotAllowed) String ¶
func (o *CreateDataAccessConsentV2MethodNotAllowed) String() string
type CreateDataAccessConsentV2NotAcceptable ¶
type CreateDataAccessConsentV2NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2NotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreateDataAccessConsentV2NotAcceptable ¶
func NewCreateDataAccessConsentV2NotAcceptable() *CreateDataAccessConsentV2NotAcceptable
NewCreateDataAccessConsentV2NotAcceptable creates a CreateDataAccessConsentV2NotAcceptable with default headers values
func (*CreateDataAccessConsentV2NotAcceptable) Code ¶
func (o *CreateDataAccessConsentV2NotAcceptable) Code() int
Code gets the status code for the create data access consent v2 not acceptable response
func (*CreateDataAccessConsentV2NotAcceptable) Error ¶
func (o *CreateDataAccessConsentV2NotAcceptable) Error() string
func (*CreateDataAccessConsentV2NotAcceptable) GetPayload ¶
func (o *CreateDataAccessConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2NotAcceptable) IsClientError ¶
func (o *CreateDataAccessConsentV2NotAcceptable) IsClientError() bool
IsClientError returns true when this create data access consent v2 not acceptable response has a 4xx status code
func (*CreateDataAccessConsentV2NotAcceptable) IsCode ¶
func (o *CreateDataAccessConsentV2NotAcceptable) IsCode(code int) bool
IsCode returns true when this create data access consent v2 not acceptable response a status code equal to that given
func (*CreateDataAccessConsentV2NotAcceptable) IsRedirect ¶
func (o *CreateDataAccessConsentV2NotAcceptable) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 not acceptable response has a 3xx status code
func (*CreateDataAccessConsentV2NotAcceptable) IsServerError ¶
func (o *CreateDataAccessConsentV2NotAcceptable) IsServerError() bool
IsServerError returns true when this create data access consent v2 not acceptable response has a 5xx status code
func (*CreateDataAccessConsentV2NotAcceptable) IsSuccess ¶
func (o *CreateDataAccessConsentV2NotAcceptable) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 not acceptable response has a 2xx status code
func (*CreateDataAccessConsentV2NotAcceptable) String ¶
func (o *CreateDataAccessConsentV2NotAcceptable) String() string
type CreateDataAccessConsentV2Params ¶
type CreateDataAccessConsentV2Params struct { /* Request. Request */ Request *models.BrazilCustomerDataAccessConsentRequestV2 /* 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 }
CreateDataAccessConsentV2Params contains all the parameters to send to the API endpoint
for the create data access consent v2 operation. Typically these are written to a http.Request.
func NewCreateDataAccessConsentV2Params ¶
func NewCreateDataAccessConsentV2Params() *CreateDataAccessConsentV2Params
NewCreateDataAccessConsentV2Params creates a new CreateDataAccessConsentV2Params 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 NewCreateDataAccessConsentV2ParamsWithContext ¶
func NewCreateDataAccessConsentV2ParamsWithContext(ctx context.Context) *CreateDataAccessConsentV2Params
NewCreateDataAccessConsentV2ParamsWithContext creates a new CreateDataAccessConsentV2Params object with the ability to set a context for a request.
func NewCreateDataAccessConsentV2ParamsWithHTTPClient ¶
func NewCreateDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *CreateDataAccessConsentV2Params
NewCreateDataAccessConsentV2ParamsWithHTTPClient creates a new CreateDataAccessConsentV2Params object with the ability to set a custom HTTPClient for a request.
func NewCreateDataAccessConsentV2ParamsWithTimeout ¶
func NewCreateDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *CreateDataAccessConsentV2Params
NewCreateDataAccessConsentV2ParamsWithTimeout creates a new CreateDataAccessConsentV2Params object with the ability to set a timeout on a request.
func (*CreateDataAccessConsentV2Params) SetContext ¶
func (o *CreateDataAccessConsentV2Params) SetContext(ctx context.Context)
SetContext adds the context to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetDefaults ¶
func (o *CreateDataAccessConsentV2Params) SetDefaults()
SetDefaults hydrates default values in the create data access consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentV2Params) SetHTTPClient ¶
func (o *CreateDataAccessConsentV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetRequest ¶
func (o *CreateDataAccessConsentV2Params) SetRequest(request *models.BrazilCustomerDataAccessConsentRequestV2)
SetRequest adds the request to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetTimeout ¶
func (o *CreateDataAccessConsentV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetXCustomerUserAgent ¶
func (o *CreateDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetXFapiAuthDate ¶
func (o *CreateDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetXFapiInteractionID ¶
func (o *CreateDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetXIdempotencyKey ¶
func (o *CreateDataAccessConsentV2Params) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) SetXJwsSignature ¶
func (o *CreateDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithContext ¶
func (o *CreateDataAccessConsentV2Params) WithContext(ctx context.Context) *CreateDataAccessConsentV2Params
WithContext adds the context to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithDefaults ¶
func (o *CreateDataAccessConsentV2Params) WithDefaults() *CreateDataAccessConsentV2Params
WithDefaults hydrates default values in the create data access consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDataAccessConsentV2Params) WithHTTPClient ¶
func (o *CreateDataAccessConsentV2Params) WithHTTPClient(client *http.Client) *CreateDataAccessConsentV2Params
WithHTTPClient adds the HTTPClient to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithRequest ¶
func (o *CreateDataAccessConsentV2Params) WithRequest(request *models.BrazilCustomerDataAccessConsentRequestV2) *CreateDataAccessConsentV2Params
WithRequest adds the request to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithTimeout ¶
func (o *CreateDataAccessConsentV2Params) WithTimeout(timeout time.Duration) *CreateDataAccessConsentV2Params
WithTimeout adds the timeout to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithXCustomerUserAgent ¶
func (o *CreateDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateDataAccessConsentV2Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithXFapiAuthDate ¶
func (o *CreateDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreateDataAccessConsentV2Params
WithXFapiAuthDate adds the xFapiAuthDate to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithXFapiCustomerIPAddress ¶
func (o *CreateDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateDataAccessConsentV2Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithXFapiInteractionID ¶
func (o *CreateDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreateDataAccessConsentV2Params
WithXFapiInteractionID adds the xFapiInteractionID to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithXIdempotencyKey ¶
func (o *CreateDataAccessConsentV2Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreateDataAccessConsentV2Params
WithXIdempotencyKey adds the xIdempotencyKey to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WithXJwsSignature ¶
func (o *CreateDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *CreateDataAccessConsentV2Params
WithXJwsSignature adds the xJwsSignature to the create data access consent v2 params
func (*CreateDataAccessConsentV2Params) WriteToRequest ¶
func (o *CreateDataAccessConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDataAccessConsentV2Reader ¶
type CreateDataAccessConsentV2Reader struct {
// contains filtered or unexported fields
}
CreateDataAccessConsentV2Reader is a Reader for the CreateDataAccessConsentV2 structure.
func (*CreateDataAccessConsentV2Reader) ReadResponse ¶
func (o *CreateDataAccessConsentV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDataAccessConsentV2TooManyRequests ¶
type CreateDataAccessConsentV2TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2TooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreateDataAccessConsentV2TooManyRequests ¶
func NewCreateDataAccessConsentV2TooManyRequests() *CreateDataAccessConsentV2TooManyRequests
NewCreateDataAccessConsentV2TooManyRequests creates a CreateDataAccessConsentV2TooManyRequests with default headers values
func (*CreateDataAccessConsentV2TooManyRequests) Code ¶
func (o *CreateDataAccessConsentV2TooManyRequests) Code() int
Code gets the status code for the create data access consent v2 too many requests response
func (*CreateDataAccessConsentV2TooManyRequests) Error ¶
func (o *CreateDataAccessConsentV2TooManyRequests) Error() string
func (*CreateDataAccessConsentV2TooManyRequests) GetPayload ¶
func (o *CreateDataAccessConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2TooManyRequests) IsClientError ¶
func (o *CreateDataAccessConsentV2TooManyRequests) IsClientError() bool
IsClientError returns true when this create data access consent v2 too many requests response has a 4xx status code
func (*CreateDataAccessConsentV2TooManyRequests) IsCode ¶
func (o *CreateDataAccessConsentV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this create data access consent v2 too many requests response a status code equal to that given
func (*CreateDataAccessConsentV2TooManyRequests) IsRedirect ¶
func (o *CreateDataAccessConsentV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 too many requests response has a 3xx status code
func (*CreateDataAccessConsentV2TooManyRequests) IsServerError ¶
func (o *CreateDataAccessConsentV2TooManyRequests) IsServerError() bool
IsServerError returns true when this create data access consent v2 too many requests response has a 5xx status code
func (*CreateDataAccessConsentV2TooManyRequests) IsSuccess ¶
func (o *CreateDataAccessConsentV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 too many requests response has a 2xx status code
func (*CreateDataAccessConsentV2TooManyRequests) String ¶
func (o *CreateDataAccessConsentV2TooManyRequests) String() string
type CreateDataAccessConsentV2Unauthorized ¶
type CreateDataAccessConsentV2Unauthorized struct {
}CreateDataAccessConsentV2Unauthorized describes a response with status code 401, with default header values.
Error
func NewCreateDataAccessConsentV2Unauthorized ¶
func NewCreateDataAccessConsentV2Unauthorized() *CreateDataAccessConsentV2Unauthorized
NewCreateDataAccessConsentV2Unauthorized creates a CreateDataAccessConsentV2Unauthorized with default headers values
func (*CreateDataAccessConsentV2Unauthorized) Code ¶
func (o *CreateDataAccessConsentV2Unauthorized) Code() int
Code gets the status code for the create data access consent v2 unauthorized response
func (*CreateDataAccessConsentV2Unauthorized) Error ¶
func (o *CreateDataAccessConsentV2Unauthorized) Error() string
func (*CreateDataAccessConsentV2Unauthorized) GetPayload ¶
func (o *CreateDataAccessConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2Unauthorized) IsClientError ¶
func (o *CreateDataAccessConsentV2Unauthorized) IsClientError() bool
IsClientError returns true when this create data access consent v2 unauthorized response has a 4xx status code
func (*CreateDataAccessConsentV2Unauthorized) IsCode ¶
func (o *CreateDataAccessConsentV2Unauthorized) IsCode(code int) bool
IsCode returns true when this create data access consent v2 unauthorized response a status code equal to that given
func (*CreateDataAccessConsentV2Unauthorized) IsRedirect ¶
func (o *CreateDataAccessConsentV2Unauthorized) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 unauthorized response has a 3xx status code
func (*CreateDataAccessConsentV2Unauthorized) IsServerError ¶
func (o *CreateDataAccessConsentV2Unauthorized) IsServerError() bool
IsServerError returns true when this create data access consent v2 unauthorized response has a 5xx status code
func (*CreateDataAccessConsentV2Unauthorized) IsSuccess ¶
func (o *CreateDataAccessConsentV2Unauthorized) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 unauthorized response has a 2xx status code
func (*CreateDataAccessConsentV2Unauthorized) String ¶
func (o *CreateDataAccessConsentV2Unauthorized) String() string
type CreateDataAccessConsentV2UnprocessableEntity ¶
type CreateDataAccessConsentV2UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreateDataAccessConsentV2UnprocessableEntity ¶
func NewCreateDataAccessConsentV2UnprocessableEntity() *CreateDataAccessConsentV2UnprocessableEntity
NewCreateDataAccessConsentV2UnprocessableEntity creates a CreateDataAccessConsentV2UnprocessableEntity with default headers values
func (*CreateDataAccessConsentV2UnprocessableEntity) Code ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) Code() int
Code gets the status code for the create data access consent v2 unprocessable entity response
func (*CreateDataAccessConsentV2UnprocessableEntity) Error ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) Error() string
func (*CreateDataAccessConsentV2UnprocessableEntity) GetPayload ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2UnprocessableEntity) IsClientError ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) IsClientError() bool
IsClientError returns true when this create data access consent v2 unprocessable entity response has a 4xx status code
func (*CreateDataAccessConsentV2UnprocessableEntity) IsCode ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create data access consent v2 unprocessable entity response a status code equal to that given
func (*CreateDataAccessConsentV2UnprocessableEntity) IsRedirect ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 unprocessable entity response has a 3xx status code
func (*CreateDataAccessConsentV2UnprocessableEntity) IsServerError ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) IsServerError() bool
IsServerError returns true when this create data access consent v2 unprocessable entity response has a 5xx status code
func (*CreateDataAccessConsentV2UnprocessableEntity) IsSuccess ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 unprocessable entity response has a 2xx status code
func (*CreateDataAccessConsentV2UnprocessableEntity) String ¶
func (o *CreateDataAccessConsentV2UnprocessableEntity) String() string
type CreateDataAccessConsentV2UnsupportedMediaType ¶
type CreateDataAccessConsentV2UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreateDataAccessConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreateDataAccessConsentV2UnsupportedMediaType ¶
func NewCreateDataAccessConsentV2UnsupportedMediaType() *CreateDataAccessConsentV2UnsupportedMediaType
NewCreateDataAccessConsentV2UnsupportedMediaType creates a CreateDataAccessConsentV2UnsupportedMediaType with default headers values
func (*CreateDataAccessConsentV2UnsupportedMediaType) Code ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) Code() int
Code gets the status code for the create data access consent v2 unsupported media type response
func (*CreateDataAccessConsentV2UnsupportedMediaType) Error ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) Error() string
func (*CreateDataAccessConsentV2UnsupportedMediaType) GetPayload ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreateDataAccessConsentV2UnsupportedMediaType) IsClientError ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create data access consent v2 unsupported media type response has a 4xx status code
func (*CreateDataAccessConsentV2UnsupportedMediaType) IsCode ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create data access consent v2 unsupported media type response a status code equal to that given
func (*CreateDataAccessConsentV2UnsupportedMediaType) IsRedirect ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create data access consent v2 unsupported media type response has a 3xx status code
func (*CreateDataAccessConsentV2UnsupportedMediaType) IsServerError ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create data access consent v2 unsupported media type response has a 5xx status code
func (*CreateDataAccessConsentV2UnsupportedMediaType) IsSuccess ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create data access consent v2 unsupported media type response has a 2xx status code
func (*CreateDataAccessConsentV2UnsupportedMediaType) String ¶
func (o *CreateDataAccessConsentV2UnsupportedMediaType) String() string
type CreatePaymentConsentBadRequest ¶
type CreatePaymentConsentBadRequest struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentBadRequest describes a response with status code 400, with default header values.
Error
func NewCreatePaymentConsentBadRequest ¶
func NewCreatePaymentConsentBadRequest() *CreatePaymentConsentBadRequest
NewCreatePaymentConsentBadRequest creates a CreatePaymentConsentBadRequest with default headers values
func (*CreatePaymentConsentBadRequest) Code ¶
func (o *CreatePaymentConsentBadRequest) Code() int
Code gets the status code for the create payment consent bad request response
func (*CreatePaymentConsentBadRequest) Error ¶
func (o *CreatePaymentConsentBadRequest) Error() string
func (*CreatePaymentConsentBadRequest) GetPayload ¶
func (o *CreatePaymentConsentBadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentBadRequest) IsClientError ¶
func (o *CreatePaymentConsentBadRequest) IsClientError() bool
IsClientError returns true when this create payment consent bad request response has a 4xx status code
func (*CreatePaymentConsentBadRequest) IsCode ¶
func (o *CreatePaymentConsentBadRequest) IsCode(code int) bool
IsCode returns true when this create payment consent bad request response a status code equal to that given
func (*CreatePaymentConsentBadRequest) IsRedirect ¶
func (o *CreatePaymentConsentBadRequest) IsRedirect() bool
IsRedirect returns true when this create payment consent bad request response has a 3xx status code
func (*CreatePaymentConsentBadRequest) IsServerError ¶
func (o *CreatePaymentConsentBadRequest) IsServerError() bool
IsServerError returns true when this create payment consent bad request response has a 5xx status code
func (*CreatePaymentConsentBadRequest) IsSuccess ¶
func (o *CreatePaymentConsentBadRequest) IsSuccess() bool
IsSuccess returns true when this create payment consent bad request response has a 2xx status code
func (*CreatePaymentConsentBadRequest) String ¶
func (o *CreatePaymentConsentBadRequest) String() string
type CreatePaymentConsentCreated ¶
type CreatePaymentConsentCreated struct {
Payload *models.BrazilCustomerPaymentConsentResponse
}
CreatePaymentConsentCreated describes a response with status code 201, with default header values.
Customer payment consent
func NewCreatePaymentConsentCreated ¶
func NewCreatePaymentConsentCreated() *CreatePaymentConsentCreated
NewCreatePaymentConsentCreated creates a CreatePaymentConsentCreated with default headers values
func (*CreatePaymentConsentCreated) Code ¶
func (o *CreatePaymentConsentCreated) Code() int
Code gets the status code for the create payment consent created response
func (*CreatePaymentConsentCreated) Error ¶
func (o *CreatePaymentConsentCreated) Error() string
func (*CreatePaymentConsentCreated) GetPayload ¶
func (o *CreatePaymentConsentCreated) GetPayload() *models.BrazilCustomerPaymentConsentResponse
func (*CreatePaymentConsentCreated) IsClientError ¶
func (o *CreatePaymentConsentCreated) IsClientError() bool
IsClientError returns true when this create payment consent created response has a 4xx status code
func (*CreatePaymentConsentCreated) IsCode ¶
func (o *CreatePaymentConsentCreated) IsCode(code int) bool
IsCode returns true when this create payment consent created response a status code equal to that given
func (*CreatePaymentConsentCreated) IsRedirect ¶
func (o *CreatePaymentConsentCreated) IsRedirect() bool
IsRedirect returns true when this create payment consent created response has a 3xx status code
func (*CreatePaymentConsentCreated) IsServerError ¶
func (o *CreatePaymentConsentCreated) IsServerError() bool
IsServerError returns true when this create payment consent created response has a 5xx status code
func (*CreatePaymentConsentCreated) IsSuccess ¶
func (o *CreatePaymentConsentCreated) IsSuccess() bool
IsSuccess returns true when this create payment consent created response has a 2xx status code
func (*CreatePaymentConsentCreated) String ¶
func (o *CreatePaymentConsentCreated) String() string
type CreatePaymentConsentDeprecatedBadRequest ¶
type CreatePaymentConsentDeprecatedBadRequest struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedBadRequest describes a response with status code 400, with default header values.
Error
func NewCreatePaymentConsentDeprecatedBadRequest ¶
func NewCreatePaymentConsentDeprecatedBadRequest() *CreatePaymentConsentDeprecatedBadRequest
NewCreatePaymentConsentDeprecatedBadRequest creates a CreatePaymentConsentDeprecatedBadRequest with default headers values
func (*CreatePaymentConsentDeprecatedBadRequest) Code ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) Code() int
Code gets the status code for the create payment consent deprecated bad request response
func (*CreatePaymentConsentDeprecatedBadRequest) Error ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) Error() string
func (*CreatePaymentConsentDeprecatedBadRequest) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedBadRequest) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) IsClientError() bool
IsClientError returns true when this create payment consent deprecated bad request response has a 4xx status code
func (*CreatePaymentConsentDeprecatedBadRequest) IsCode ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated bad request response a status code equal to that given
func (*CreatePaymentConsentDeprecatedBadRequest) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated bad request response has a 3xx status code
func (*CreatePaymentConsentDeprecatedBadRequest) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) IsServerError() bool
IsServerError returns true when this create payment consent deprecated bad request response has a 5xx status code
func (*CreatePaymentConsentDeprecatedBadRequest) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated bad request response has a 2xx status code
func (*CreatePaymentConsentDeprecatedBadRequest) String ¶
func (o *CreatePaymentConsentDeprecatedBadRequest) String() string
type CreatePaymentConsentDeprecatedCreated ¶
type CreatePaymentConsentDeprecatedCreated struct {
Payload *models.BrazilCustomerPaymentConsentResponse
}
CreatePaymentConsentDeprecatedCreated describes a response with status code 201, with default header values.
Customer payment consent
func NewCreatePaymentConsentDeprecatedCreated ¶
func NewCreatePaymentConsentDeprecatedCreated() *CreatePaymentConsentDeprecatedCreated
NewCreatePaymentConsentDeprecatedCreated creates a CreatePaymentConsentDeprecatedCreated with default headers values
func (*CreatePaymentConsentDeprecatedCreated) Code ¶
func (o *CreatePaymentConsentDeprecatedCreated) Code() int
Code gets the status code for the create payment consent deprecated created response
func (*CreatePaymentConsentDeprecatedCreated) Error ¶
func (o *CreatePaymentConsentDeprecatedCreated) Error() string
func (*CreatePaymentConsentDeprecatedCreated) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedCreated) GetPayload() *models.BrazilCustomerPaymentConsentResponse
func (*CreatePaymentConsentDeprecatedCreated) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedCreated) IsClientError() bool
IsClientError returns true when this create payment consent deprecated created response has a 4xx status code
func (*CreatePaymentConsentDeprecatedCreated) IsCode ¶
func (o *CreatePaymentConsentDeprecatedCreated) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated created response a status code equal to that given
func (*CreatePaymentConsentDeprecatedCreated) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedCreated) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated created response has a 3xx status code
func (*CreatePaymentConsentDeprecatedCreated) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedCreated) IsServerError() bool
IsServerError returns true when this create payment consent deprecated created response has a 5xx status code
func (*CreatePaymentConsentDeprecatedCreated) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedCreated) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated created response has a 2xx status code
func (*CreatePaymentConsentDeprecatedCreated) String ¶
func (o *CreatePaymentConsentDeprecatedCreated) String() string
type CreatePaymentConsentDeprecatedForbidden ¶
type CreatePaymentConsentDeprecatedForbidden struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedForbidden describes a response with status code 403, with default header values.
Error
func NewCreatePaymentConsentDeprecatedForbidden ¶
func NewCreatePaymentConsentDeprecatedForbidden() *CreatePaymentConsentDeprecatedForbidden
NewCreatePaymentConsentDeprecatedForbidden creates a CreatePaymentConsentDeprecatedForbidden with default headers values
func (*CreatePaymentConsentDeprecatedForbidden) Code ¶
func (o *CreatePaymentConsentDeprecatedForbidden) Code() int
Code gets the status code for the create payment consent deprecated forbidden response
func (*CreatePaymentConsentDeprecatedForbidden) Error ¶
func (o *CreatePaymentConsentDeprecatedForbidden) Error() string
func (*CreatePaymentConsentDeprecatedForbidden) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedForbidden) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedForbidden) IsClientError() bool
IsClientError returns true when this create payment consent deprecated forbidden response has a 4xx status code
func (*CreatePaymentConsentDeprecatedForbidden) IsCode ¶
func (o *CreatePaymentConsentDeprecatedForbidden) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated forbidden response a status code equal to that given
func (*CreatePaymentConsentDeprecatedForbidden) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedForbidden) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated forbidden response has a 3xx status code
func (*CreatePaymentConsentDeprecatedForbidden) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedForbidden) IsServerError() bool
IsServerError returns true when this create payment consent deprecated forbidden response has a 5xx status code
func (*CreatePaymentConsentDeprecatedForbidden) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedForbidden) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated forbidden response has a 2xx status code
func (*CreatePaymentConsentDeprecatedForbidden) String ¶
func (o *CreatePaymentConsentDeprecatedForbidden) String() string
type CreatePaymentConsentDeprecatedInternalServerError ¶
type CreatePaymentConsentDeprecatedInternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.
Error
func NewCreatePaymentConsentDeprecatedInternalServerError ¶
func NewCreatePaymentConsentDeprecatedInternalServerError() *CreatePaymentConsentDeprecatedInternalServerError
NewCreatePaymentConsentDeprecatedInternalServerError creates a CreatePaymentConsentDeprecatedInternalServerError with default headers values
func (*CreatePaymentConsentDeprecatedInternalServerError) Code ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) Code() int
Code gets the status code for the create payment consent deprecated internal server error response
func (*CreatePaymentConsentDeprecatedInternalServerError) Error ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) Error() string
func (*CreatePaymentConsentDeprecatedInternalServerError) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedInternalServerError) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) IsClientError() bool
IsClientError returns true when this create payment consent deprecated internal server error response has a 4xx status code
func (*CreatePaymentConsentDeprecatedInternalServerError) IsCode ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated internal server error response a status code equal to that given
func (*CreatePaymentConsentDeprecatedInternalServerError) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated internal server error response has a 3xx status code
func (*CreatePaymentConsentDeprecatedInternalServerError) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) IsServerError() bool
IsServerError returns true when this create payment consent deprecated internal server error response has a 5xx status code
func (*CreatePaymentConsentDeprecatedInternalServerError) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated internal server error response has a 2xx status code
func (*CreatePaymentConsentDeprecatedInternalServerError) String ¶
func (o *CreatePaymentConsentDeprecatedInternalServerError) String() string
type CreatePaymentConsentDeprecatedMethodNotAllowed ¶
type CreatePaymentConsentDeprecatedMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreatePaymentConsentDeprecatedMethodNotAllowed ¶
func NewCreatePaymentConsentDeprecatedMethodNotAllowed() *CreatePaymentConsentDeprecatedMethodNotAllowed
NewCreatePaymentConsentDeprecatedMethodNotAllowed creates a CreatePaymentConsentDeprecatedMethodNotAllowed with default headers values
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) Code ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) Code() int
Code gets the status code for the create payment consent deprecated method not allowed response
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) Error ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) Error() string
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsClientError() bool
IsClientError returns true when this create payment consent deprecated method not allowed response has a 4xx status code
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsCode ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated method not allowed response a status code equal to that given
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated method not allowed response has a 3xx status code
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsServerError() bool
IsServerError returns true when this create payment consent deprecated method not allowed response has a 5xx status code
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated method not allowed response has a 2xx status code
func (*CreatePaymentConsentDeprecatedMethodNotAllowed) String ¶
func (o *CreatePaymentConsentDeprecatedMethodNotAllowed) String() string
type CreatePaymentConsentDeprecatedNotAcceptable ¶
type CreatePaymentConsentDeprecatedNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreatePaymentConsentDeprecatedNotAcceptable ¶
func NewCreatePaymentConsentDeprecatedNotAcceptable() *CreatePaymentConsentDeprecatedNotAcceptable
NewCreatePaymentConsentDeprecatedNotAcceptable creates a CreatePaymentConsentDeprecatedNotAcceptable with default headers values
func (*CreatePaymentConsentDeprecatedNotAcceptable) Code ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) Code() int
Code gets the status code for the create payment consent deprecated not acceptable response
func (*CreatePaymentConsentDeprecatedNotAcceptable) Error ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) Error() string
func (*CreatePaymentConsentDeprecatedNotAcceptable) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedNotAcceptable) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsClientError() bool
IsClientError returns true when this create payment consent deprecated not acceptable response has a 4xx status code
func (*CreatePaymentConsentDeprecatedNotAcceptable) IsCode ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated not acceptable response a status code equal to that given
func (*CreatePaymentConsentDeprecatedNotAcceptable) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated not acceptable response has a 3xx status code
func (*CreatePaymentConsentDeprecatedNotAcceptable) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsServerError() bool
IsServerError returns true when this create payment consent deprecated not acceptable response has a 5xx status code
func (*CreatePaymentConsentDeprecatedNotAcceptable) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated not acceptable response has a 2xx status code
func (*CreatePaymentConsentDeprecatedNotAcceptable) String ¶
func (o *CreatePaymentConsentDeprecatedNotAcceptable) String() string
type CreatePaymentConsentDeprecatedParams ¶
type CreatePaymentConsentDeprecatedParams struct { /* Request. Request */ Request *models.BrazilCustomerCreatePaymentConsentRequest /* 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 }
CreatePaymentConsentDeprecatedParams contains all the parameters to send to the API endpoint
for the create payment consent deprecated operation. Typically these are written to a http.Request.
func NewCreatePaymentConsentDeprecatedParams ¶
func NewCreatePaymentConsentDeprecatedParams() *CreatePaymentConsentDeprecatedParams
NewCreatePaymentConsentDeprecatedParams creates a new CreatePaymentConsentDeprecatedParams 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 NewCreatePaymentConsentDeprecatedParamsWithContext ¶
func NewCreatePaymentConsentDeprecatedParamsWithContext(ctx context.Context) *CreatePaymentConsentDeprecatedParams
NewCreatePaymentConsentDeprecatedParamsWithContext creates a new CreatePaymentConsentDeprecatedParams object with the ability to set a context for a request.
func NewCreatePaymentConsentDeprecatedParamsWithHTTPClient ¶
func NewCreatePaymentConsentDeprecatedParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentDeprecatedParams
NewCreatePaymentConsentDeprecatedParamsWithHTTPClient creates a new CreatePaymentConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.
func NewCreatePaymentConsentDeprecatedParamsWithTimeout ¶
func NewCreatePaymentConsentDeprecatedParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentDeprecatedParams
NewCreatePaymentConsentDeprecatedParamsWithTimeout creates a new CreatePaymentConsentDeprecatedParams object with the ability to set a timeout on a request.
func (*CreatePaymentConsentDeprecatedParams) SetContext ¶
func (o *CreatePaymentConsentDeprecatedParams) SetContext(ctx context.Context)
SetContext adds the context to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetDefaults ¶
func (o *CreatePaymentConsentDeprecatedParams) SetDefaults()
SetDefaults hydrates default values in the create payment consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentDeprecatedParams) SetHTTPClient ¶
func (o *CreatePaymentConsentDeprecatedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetRequest ¶
func (o *CreatePaymentConsentDeprecatedParams) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequest)
SetRequest adds the request to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetTimeout ¶
func (o *CreatePaymentConsentDeprecatedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetXCustomerUserAgent ¶
func (o *CreatePaymentConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetXFapiAuthDate ¶
func (o *CreatePaymentConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetXFapiInteractionID ¶
func (o *CreatePaymentConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetXIdempotencyKey ¶
func (o *CreatePaymentConsentDeprecatedParams) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) SetXJwsSignature ¶
func (o *CreatePaymentConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithContext ¶
func (o *CreatePaymentConsentDeprecatedParams) WithContext(ctx context.Context) *CreatePaymentConsentDeprecatedParams
WithContext adds the context to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithDefaults ¶
func (o *CreatePaymentConsentDeprecatedParams) WithDefaults() *CreatePaymentConsentDeprecatedParams
WithDefaults hydrates default values in the create payment consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentDeprecatedParams) WithHTTPClient ¶
func (o *CreatePaymentConsentDeprecatedParams) WithHTTPClient(client *http.Client) *CreatePaymentConsentDeprecatedParams
WithHTTPClient adds the HTTPClient to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithRequest ¶
func (o *CreatePaymentConsentDeprecatedParams) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequest) *CreatePaymentConsentDeprecatedParams
WithRequest adds the request to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithTimeout ¶
func (o *CreatePaymentConsentDeprecatedParams) WithTimeout(timeout time.Duration) *CreatePaymentConsentDeprecatedParams
WithTimeout adds the timeout to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithXCustomerUserAgent ¶
func (o *CreatePaymentConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentDeprecatedParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithXFapiAuthDate ¶
func (o *CreatePaymentConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentDeprecatedParams
WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentDeprecatedParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithXFapiInteractionID ¶
func (o *CreatePaymentConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentDeprecatedParams
WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithXIdempotencyKey ¶
func (o *CreatePaymentConsentDeprecatedParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentDeprecatedParams
WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WithXJwsSignature ¶
func (o *CreatePaymentConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentDeprecatedParams
WithXJwsSignature adds the xJwsSignature to the create payment consent deprecated params
func (*CreatePaymentConsentDeprecatedParams) WriteToRequest ¶
func (o *CreatePaymentConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePaymentConsentDeprecatedReader ¶
type CreatePaymentConsentDeprecatedReader struct {
// contains filtered or unexported fields
}
CreatePaymentConsentDeprecatedReader is a Reader for the CreatePaymentConsentDeprecated structure.
func (*CreatePaymentConsentDeprecatedReader) ReadResponse ¶
func (o *CreatePaymentConsentDeprecatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePaymentConsentDeprecatedTooManyRequests ¶
type CreatePaymentConsentDeprecatedTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedTooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreatePaymentConsentDeprecatedTooManyRequests ¶
func NewCreatePaymentConsentDeprecatedTooManyRequests() *CreatePaymentConsentDeprecatedTooManyRequests
NewCreatePaymentConsentDeprecatedTooManyRequests creates a CreatePaymentConsentDeprecatedTooManyRequests with default headers values
func (*CreatePaymentConsentDeprecatedTooManyRequests) Code ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) Code() int
Code gets the status code for the create payment consent deprecated too many requests response
func (*CreatePaymentConsentDeprecatedTooManyRequests) Error ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) Error() string
func (*CreatePaymentConsentDeprecatedTooManyRequests) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedTooManyRequests) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsClientError() bool
IsClientError returns true when this create payment consent deprecated too many requests response has a 4xx status code
func (*CreatePaymentConsentDeprecatedTooManyRequests) IsCode ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated too many requests response a status code equal to that given
func (*CreatePaymentConsentDeprecatedTooManyRequests) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated too many requests response has a 3xx status code
func (*CreatePaymentConsentDeprecatedTooManyRequests) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsServerError() bool
IsServerError returns true when this create payment consent deprecated too many requests response has a 5xx status code
func (*CreatePaymentConsentDeprecatedTooManyRequests) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated too many requests response has a 2xx status code
func (*CreatePaymentConsentDeprecatedTooManyRequests) String ¶
func (o *CreatePaymentConsentDeprecatedTooManyRequests) String() string
type CreatePaymentConsentDeprecatedUnauthorized ¶
type CreatePaymentConsentDeprecatedUnauthorized struct {
}CreatePaymentConsentDeprecatedUnauthorized describes a response with status code 401, with default header values.
Error
func NewCreatePaymentConsentDeprecatedUnauthorized ¶
func NewCreatePaymentConsentDeprecatedUnauthorized() *CreatePaymentConsentDeprecatedUnauthorized
NewCreatePaymentConsentDeprecatedUnauthorized creates a CreatePaymentConsentDeprecatedUnauthorized with default headers values
func (*CreatePaymentConsentDeprecatedUnauthorized) Code ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) Code() int
Code gets the status code for the create payment consent deprecated unauthorized response
func (*CreatePaymentConsentDeprecatedUnauthorized) Error ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) Error() string
func (*CreatePaymentConsentDeprecatedUnauthorized) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedUnauthorized) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) IsClientError() bool
IsClientError returns true when this create payment consent deprecated unauthorized response has a 4xx status code
func (*CreatePaymentConsentDeprecatedUnauthorized) IsCode ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated unauthorized response a status code equal to that given
func (*CreatePaymentConsentDeprecatedUnauthorized) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated unauthorized response has a 3xx status code
func (*CreatePaymentConsentDeprecatedUnauthorized) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) IsServerError() bool
IsServerError returns true when this create payment consent deprecated unauthorized response has a 5xx status code
func (*CreatePaymentConsentDeprecatedUnauthorized) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated unauthorized response has a 2xx status code
func (*CreatePaymentConsentDeprecatedUnauthorized) String ¶
func (o *CreatePaymentConsentDeprecatedUnauthorized) String() string
type CreatePaymentConsentDeprecatedUnprocessableEntity ¶
type CreatePaymentConsentDeprecatedUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreatePaymentConsentDeprecatedUnprocessableEntity ¶
func NewCreatePaymentConsentDeprecatedUnprocessableEntity() *CreatePaymentConsentDeprecatedUnprocessableEntity
NewCreatePaymentConsentDeprecatedUnprocessableEntity creates a CreatePaymentConsentDeprecatedUnprocessableEntity with default headers values
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) Code ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) Code() int
Code gets the status code for the create payment consent deprecated unprocessable entity response
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) Error ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) Error() string
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create payment consent deprecated unprocessable entity response has a 4xx status code
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsCode ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated unprocessable entity response a status code equal to that given
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated unprocessable entity response has a 3xx status code
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create payment consent deprecated unprocessable entity response has a 5xx status code
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated unprocessable entity response has a 2xx status code
func (*CreatePaymentConsentDeprecatedUnprocessableEntity) String ¶
func (o *CreatePaymentConsentDeprecatedUnprocessableEntity) String() string
type CreatePaymentConsentDeprecatedUnsupportedMediaType ¶
type CreatePaymentConsentDeprecatedUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreatePaymentConsentDeprecatedUnsupportedMediaType ¶
func NewCreatePaymentConsentDeprecatedUnsupportedMediaType() *CreatePaymentConsentDeprecatedUnsupportedMediaType
NewCreatePaymentConsentDeprecatedUnsupportedMediaType creates a CreatePaymentConsentDeprecatedUnsupportedMediaType with default headers values
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) Code ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) Code() int
Code gets the status code for the create payment consent deprecated unsupported media type response
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) Error ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) Error() string
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) GetPayload ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsClientError ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create payment consent deprecated unsupported media type response has a 4xx status code
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsCode ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create payment consent deprecated unsupported media type response a status code equal to that given
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsRedirect ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create payment consent deprecated unsupported media type response has a 3xx status code
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsServerError ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create payment consent deprecated unsupported media type response has a 5xx status code
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) IsSuccess ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create payment consent deprecated unsupported media type response has a 2xx status code
func (*CreatePaymentConsentDeprecatedUnsupportedMediaType) String ¶
func (o *CreatePaymentConsentDeprecatedUnsupportedMediaType) String() string
type CreatePaymentConsentForbidden ¶
type CreatePaymentConsentForbidden struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentForbidden describes a response with status code 403, with default header values.
Error
func NewCreatePaymentConsentForbidden ¶
func NewCreatePaymentConsentForbidden() *CreatePaymentConsentForbidden
NewCreatePaymentConsentForbidden creates a CreatePaymentConsentForbidden with default headers values
func (*CreatePaymentConsentForbidden) Code ¶
func (o *CreatePaymentConsentForbidden) Code() int
Code gets the status code for the create payment consent forbidden response
func (*CreatePaymentConsentForbidden) Error ¶
func (o *CreatePaymentConsentForbidden) Error() string
func (*CreatePaymentConsentForbidden) GetPayload ¶
func (o *CreatePaymentConsentForbidden) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentForbidden) IsClientError ¶
func (o *CreatePaymentConsentForbidden) IsClientError() bool
IsClientError returns true when this create payment consent forbidden response has a 4xx status code
func (*CreatePaymentConsentForbidden) IsCode ¶
func (o *CreatePaymentConsentForbidden) IsCode(code int) bool
IsCode returns true when this create payment consent forbidden response a status code equal to that given
func (*CreatePaymentConsentForbidden) IsRedirect ¶
func (o *CreatePaymentConsentForbidden) IsRedirect() bool
IsRedirect returns true when this create payment consent forbidden response has a 3xx status code
func (*CreatePaymentConsentForbidden) IsServerError ¶
func (o *CreatePaymentConsentForbidden) IsServerError() bool
IsServerError returns true when this create payment consent forbidden response has a 5xx status code
func (*CreatePaymentConsentForbidden) IsSuccess ¶
func (o *CreatePaymentConsentForbidden) IsSuccess() bool
IsSuccess returns true when this create payment consent forbidden response has a 2xx status code
func (*CreatePaymentConsentForbidden) String ¶
func (o *CreatePaymentConsentForbidden) String() string
type CreatePaymentConsentInternalServerError ¶
type CreatePaymentConsentInternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentInternalServerError describes a response with status code 500, with default header values.
Error
func NewCreatePaymentConsentInternalServerError ¶
func NewCreatePaymentConsentInternalServerError() *CreatePaymentConsentInternalServerError
NewCreatePaymentConsentInternalServerError creates a CreatePaymentConsentInternalServerError with default headers values
func (*CreatePaymentConsentInternalServerError) Code ¶
func (o *CreatePaymentConsentInternalServerError) Code() int
Code gets the status code for the create payment consent internal server error response
func (*CreatePaymentConsentInternalServerError) Error ¶
func (o *CreatePaymentConsentInternalServerError) Error() string
func (*CreatePaymentConsentInternalServerError) GetPayload ¶
func (o *CreatePaymentConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentInternalServerError) IsClientError ¶
func (o *CreatePaymentConsentInternalServerError) IsClientError() bool
IsClientError returns true when this create payment consent internal server error response has a 4xx status code
func (*CreatePaymentConsentInternalServerError) IsCode ¶
func (o *CreatePaymentConsentInternalServerError) IsCode(code int) bool
IsCode returns true when this create payment consent internal server error response a status code equal to that given
func (*CreatePaymentConsentInternalServerError) IsRedirect ¶
func (o *CreatePaymentConsentInternalServerError) IsRedirect() bool
IsRedirect returns true when this create payment consent internal server error response has a 3xx status code
func (*CreatePaymentConsentInternalServerError) IsServerError ¶
func (o *CreatePaymentConsentInternalServerError) IsServerError() bool
IsServerError returns true when this create payment consent internal server error response has a 5xx status code
func (*CreatePaymentConsentInternalServerError) IsSuccess ¶
func (o *CreatePaymentConsentInternalServerError) IsSuccess() bool
IsSuccess returns true when this create payment consent internal server error response has a 2xx status code
func (*CreatePaymentConsentInternalServerError) String ¶
func (o *CreatePaymentConsentInternalServerError) String() string
type CreatePaymentConsentMethodNotAllowed ¶
type CreatePaymentConsentMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreatePaymentConsentMethodNotAllowed ¶
func NewCreatePaymentConsentMethodNotAllowed() *CreatePaymentConsentMethodNotAllowed
NewCreatePaymentConsentMethodNotAllowed creates a CreatePaymentConsentMethodNotAllowed with default headers values
func (*CreatePaymentConsentMethodNotAllowed) Code ¶
func (o *CreatePaymentConsentMethodNotAllowed) Code() int
Code gets the status code for the create payment consent method not allowed response
func (*CreatePaymentConsentMethodNotAllowed) Error ¶
func (o *CreatePaymentConsentMethodNotAllowed) Error() string
func (*CreatePaymentConsentMethodNotAllowed) GetPayload ¶
func (o *CreatePaymentConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentMethodNotAllowed) IsClientError ¶
func (o *CreatePaymentConsentMethodNotAllowed) IsClientError() bool
IsClientError returns true when this create payment consent method not allowed response has a 4xx status code
func (*CreatePaymentConsentMethodNotAllowed) IsCode ¶
func (o *CreatePaymentConsentMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create payment consent method not allowed response a status code equal to that given
func (*CreatePaymentConsentMethodNotAllowed) IsRedirect ¶
func (o *CreatePaymentConsentMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create payment consent method not allowed response has a 3xx status code
func (*CreatePaymentConsentMethodNotAllowed) IsServerError ¶
func (o *CreatePaymentConsentMethodNotAllowed) IsServerError() bool
IsServerError returns true when this create payment consent method not allowed response has a 5xx status code
func (*CreatePaymentConsentMethodNotAllowed) IsSuccess ¶
func (o *CreatePaymentConsentMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create payment consent method not allowed response has a 2xx status code
func (*CreatePaymentConsentMethodNotAllowed) String ¶
func (o *CreatePaymentConsentMethodNotAllowed) String() string
type CreatePaymentConsentNotAcceptable ¶
type CreatePaymentConsentNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentNotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreatePaymentConsentNotAcceptable ¶
func NewCreatePaymentConsentNotAcceptable() *CreatePaymentConsentNotAcceptable
NewCreatePaymentConsentNotAcceptable creates a CreatePaymentConsentNotAcceptable with default headers values
func (*CreatePaymentConsentNotAcceptable) Code ¶
func (o *CreatePaymentConsentNotAcceptable) Code() int
Code gets the status code for the create payment consent not acceptable response
func (*CreatePaymentConsentNotAcceptable) Error ¶
func (o *CreatePaymentConsentNotAcceptable) Error() string
func (*CreatePaymentConsentNotAcceptable) GetPayload ¶
func (o *CreatePaymentConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentNotAcceptable) IsClientError ¶
func (o *CreatePaymentConsentNotAcceptable) IsClientError() bool
IsClientError returns true when this create payment consent not acceptable response has a 4xx status code
func (*CreatePaymentConsentNotAcceptable) IsCode ¶
func (o *CreatePaymentConsentNotAcceptable) IsCode(code int) bool
IsCode returns true when this create payment consent not acceptable response a status code equal to that given
func (*CreatePaymentConsentNotAcceptable) IsRedirect ¶
func (o *CreatePaymentConsentNotAcceptable) IsRedirect() bool
IsRedirect returns true when this create payment consent not acceptable response has a 3xx status code
func (*CreatePaymentConsentNotAcceptable) IsServerError ¶
func (o *CreatePaymentConsentNotAcceptable) IsServerError() bool
IsServerError returns true when this create payment consent not acceptable response has a 5xx status code
func (*CreatePaymentConsentNotAcceptable) IsSuccess ¶
func (o *CreatePaymentConsentNotAcceptable) IsSuccess() bool
IsSuccess returns true when this create payment consent not acceptable response has a 2xx status code
func (*CreatePaymentConsentNotAcceptable) String ¶
func (o *CreatePaymentConsentNotAcceptable) String() string
type CreatePaymentConsentParams ¶
type CreatePaymentConsentParams struct { /* Request. Request */ Request *models.BrazilCustomerCreatePaymentConsentRequest /* 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 }
CreatePaymentConsentParams contains all the parameters to send to the API endpoint
for the create payment consent operation. Typically these are written to a http.Request.
func NewCreatePaymentConsentParams ¶
func NewCreatePaymentConsentParams() *CreatePaymentConsentParams
NewCreatePaymentConsentParams creates a new CreatePaymentConsentParams 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 NewCreatePaymentConsentParamsWithContext ¶
func NewCreatePaymentConsentParamsWithContext(ctx context.Context) *CreatePaymentConsentParams
NewCreatePaymentConsentParamsWithContext creates a new CreatePaymentConsentParams object with the ability to set a context for a request.
func NewCreatePaymentConsentParamsWithHTTPClient ¶
func NewCreatePaymentConsentParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentParams
NewCreatePaymentConsentParamsWithHTTPClient creates a new CreatePaymentConsentParams object with the ability to set a custom HTTPClient for a request.
func NewCreatePaymentConsentParamsWithTimeout ¶
func NewCreatePaymentConsentParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentParams
NewCreatePaymentConsentParamsWithTimeout creates a new CreatePaymentConsentParams object with the ability to set a timeout on a request.
func (*CreatePaymentConsentParams) SetContext ¶
func (o *CreatePaymentConsentParams) SetContext(ctx context.Context)
SetContext adds the context to the create payment consent params
func (*CreatePaymentConsentParams) SetDefaults ¶
func (o *CreatePaymentConsentParams) SetDefaults()
SetDefaults hydrates default values in the create payment consent params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentParams) SetHTTPClient ¶
func (o *CreatePaymentConsentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create payment consent params
func (*CreatePaymentConsentParams) SetRequest ¶
func (o *CreatePaymentConsentParams) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequest)
SetRequest adds the request to the create payment consent params
func (*CreatePaymentConsentParams) SetTimeout ¶
func (o *CreatePaymentConsentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create payment consent params
func (*CreatePaymentConsentParams) SetXCustomerUserAgent ¶
func (o *CreatePaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent params
func (*CreatePaymentConsentParams) SetXFapiAuthDate ¶
func (o *CreatePaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent params
func (*CreatePaymentConsentParams) SetXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent params
func (*CreatePaymentConsentParams) SetXFapiInteractionID ¶
func (o *CreatePaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent params
func (*CreatePaymentConsentParams) SetXIdempotencyKey ¶
func (o *CreatePaymentConsentParams) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent params
func (*CreatePaymentConsentParams) SetXJwsSignature ¶
func (o *CreatePaymentConsentParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create payment consent params
func (*CreatePaymentConsentParams) WithContext ¶
func (o *CreatePaymentConsentParams) WithContext(ctx context.Context) *CreatePaymentConsentParams
WithContext adds the context to the create payment consent params
func (*CreatePaymentConsentParams) WithDefaults ¶
func (o *CreatePaymentConsentParams) WithDefaults() *CreatePaymentConsentParams
WithDefaults hydrates default values in the create payment consent params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentParams) WithHTTPClient ¶
func (o *CreatePaymentConsentParams) WithHTTPClient(client *http.Client) *CreatePaymentConsentParams
WithHTTPClient adds the HTTPClient to the create payment consent params
func (*CreatePaymentConsentParams) WithRequest ¶
func (o *CreatePaymentConsentParams) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequest) *CreatePaymentConsentParams
WithRequest adds the request to the create payment consent params
func (*CreatePaymentConsentParams) WithTimeout ¶
func (o *CreatePaymentConsentParams) WithTimeout(timeout time.Duration) *CreatePaymentConsentParams
WithTimeout adds the timeout to the create payment consent params
func (*CreatePaymentConsentParams) WithXCustomerUserAgent ¶
func (o *CreatePaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent params
func (*CreatePaymentConsentParams) WithXFapiAuthDate ¶
func (o *CreatePaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentParams
WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent params
func (*CreatePaymentConsentParams) WithXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent params
func (*CreatePaymentConsentParams) WithXFapiInteractionID ¶
func (o *CreatePaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentParams
WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent params
func (*CreatePaymentConsentParams) WithXIdempotencyKey ¶
func (o *CreatePaymentConsentParams) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentParams
WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent params
func (*CreatePaymentConsentParams) WithXJwsSignature ¶
func (o *CreatePaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentParams
WithXJwsSignature adds the xJwsSignature to the create payment consent params
func (*CreatePaymentConsentParams) WriteToRequest ¶
func (o *CreatePaymentConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePaymentConsentReader ¶
type CreatePaymentConsentReader struct {
// contains filtered or unexported fields
}
CreatePaymentConsentReader is a Reader for the CreatePaymentConsent structure.
func (*CreatePaymentConsentReader) ReadResponse ¶
func (o *CreatePaymentConsentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePaymentConsentTooManyRequests ¶
type CreatePaymentConsentTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentTooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreatePaymentConsentTooManyRequests ¶
func NewCreatePaymentConsentTooManyRequests() *CreatePaymentConsentTooManyRequests
NewCreatePaymentConsentTooManyRequests creates a CreatePaymentConsentTooManyRequests with default headers values
func (*CreatePaymentConsentTooManyRequests) Code ¶
func (o *CreatePaymentConsentTooManyRequests) Code() int
Code gets the status code for the create payment consent too many requests response
func (*CreatePaymentConsentTooManyRequests) Error ¶
func (o *CreatePaymentConsentTooManyRequests) Error() string
func (*CreatePaymentConsentTooManyRequests) GetPayload ¶
func (o *CreatePaymentConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentTooManyRequests) IsClientError ¶
func (o *CreatePaymentConsentTooManyRequests) IsClientError() bool
IsClientError returns true when this create payment consent too many requests response has a 4xx status code
func (*CreatePaymentConsentTooManyRequests) IsCode ¶
func (o *CreatePaymentConsentTooManyRequests) IsCode(code int) bool
IsCode returns true when this create payment consent too many requests response a status code equal to that given
func (*CreatePaymentConsentTooManyRequests) IsRedirect ¶
func (o *CreatePaymentConsentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this create payment consent too many requests response has a 3xx status code
func (*CreatePaymentConsentTooManyRequests) IsServerError ¶
func (o *CreatePaymentConsentTooManyRequests) IsServerError() bool
IsServerError returns true when this create payment consent too many requests response has a 5xx status code
func (*CreatePaymentConsentTooManyRequests) IsSuccess ¶
func (o *CreatePaymentConsentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this create payment consent too many requests response has a 2xx status code
func (*CreatePaymentConsentTooManyRequests) String ¶
func (o *CreatePaymentConsentTooManyRequests) String() string
type CreatePaymentConsentUnauthorized ¶
type CreatePaymentConsentUnauthorized struct {
}CreatePaymentConsentUnauthorized describes a response with status code 401, with default header values.
Error
func NewCreatePaymentConsentUnauthorized ¶
func NewCreatePaymentConsentUnauthorized() *CreatePaymentConsentUnauthorized
NewCreatePaymentConsentUnauthorized creates a CreatePaymentConsentUnauthorized with default headers values
func (*CreatePaymentConsentUnauthorized) Code ¶
func (o *CreatePaymentConsentUnauthorized) Code() int
Code gets the status code for the create payment consent unauthorized response
func (*CreatePaymentConsentUnauthorized) Error ¶
func (o *CreatePaymentConsentUnauthorized) Error() string
func (*CreatePaymentConsentUnauthorized) GetPayload ¶
func (o *CreatePaymentConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentUnauthorized) IsClientError ¶
func (o *CreatePaymentConsentUnauthorized) IsClientError() bool
IsClientError returns true when this create payment consent unauthorized response has a 4xx status code
func (*CreatePaymentConsentUnauthorized) IsCode ¶
func (o *CreatePaymentConsentUnauthorized) IsCode(code int) bool
IsCode returns true when this create payment consent unauthorized response a status code equal to that given
func (*CreatePaymentConsentUnauthorized) IsRedirect ¶
func (o *CreatePaymentConsentUnauthorized) IsRedirect() bool
IsRedirect returns true when this create payment consent unauthorized response has a 3xx status code
func (*CreatePaymentConsentUnauthorized) IsServerError ¶
func (o *CreatePaymentConsentUnauthorized) IsServerError() bool
IsServerError returns true when this create payment consent unauthorized response has a 5xx status code
func (*CreatePaymentConsentUnauthorized) IsSuccess ¶
func (o *CreatePaymentConsentUnauthorized) IsSuccess() bool
IsSuccess returns true when this create payment consent unauthorized response has a 2xx status code
func (*CreatePaymentConsentUnauthorized) String ¶
func (o *CreatePaymentConsentUnauthorized) String() string
type CreatePaymentConsentUnprocessableEntity ¶
type CreatePaymentConsentUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreatePaymentConsentUnprocessableEntity ¶
func NewCreatePaymentConsentUnprocessableEntity() *CreatePaymentConsentUnprocessableEntity
NewCreatePaymentConsentUnprocessableEntity creates a CreatePaymentConsentUnprocessableEntity with default headers values
func (*CreatePaymentConsentUnprocessableEntity) Code ¶
func (o *CreatePaymentConsentUnprocessableEntity) Code() int
Code gets the status code for the create payment consent unprocessable entity response
func (*CreatePaymentConsentUnprocessableEntity) Error ¶
func (o *CreatePaymentConsentUnprocessableEntity) Error() string
func (*CreatePaymentConsentUnprocessableEntity) GetPayload ¶
func (o *CreatePaymentConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentUnprocessableEntity) IsClientError ¶
func (o *CreatePaymentConsentUnprocessableEntity) IsClientError() bool
IsClientError returns true when this create payment consent unprocessable entity response has a 4xx status code
func (*CreatePaymentConsentUnprocessableEntity) IsCode ¶
func (o *CreatePaymentConsentUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create payment consent unprocessable entity response a status code equal to that given
func (*CreatePaymentConsentUnprocessableEntity) IsRedirect ¶
func (o *CreatePaymentConsentUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create payment consent unprocessable entity response has a 3xx status code
func (*CreatePaymentConsentUnprocessableEntity) IsServerError ¶
func (o *CreatePaymentConsentUnprocessableEntity) IsServerError() bool
IsServerError returns true when this create payment consent unprocessable entity response has a 5xx status code
func (*CreatePaymentConsentUnprocessableEntity) IsSuccess ¶
func (o *CreatePaymentConsentUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create payment consent unprocessable entity response has a 2xx status code
func (*CreatePaymentConsentUnprocessableEntity) String ¶
func (o *CreatePaymentConsentUnprocessableEntity) String() string
type CreatePaymentConsentUnsupportedMediaType ¶
type CreatePaymentConsentUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreatePaymentConsentUnsupportedMediaType ¶
func NewCreatePaymentConsentUnsupportedMediaType() *CreatePaymentConsentUnsupportedMediaType
NewCreatePaymentConsentUnsupportedMediaType creates a CreatePaymentConsentUnsupportedMediaType with default headers values
func (*CreatePaymentConsentUnsupportedMediaType) Code ¶
func (o *CreatePaymentConsentUnsupportedMediaType) Code() int
Code gets the status code for the create payment consent unsupported media type response
func (*CreatePaymentConsentUnsupportedMediaType) Error ¶
func (o *CreatePaymentConsentUnsupportedMediaType) Error() string
func (*CreatePaymentConsentUnsupportedMediaType) GetPayload ¶
func (o *CreatePaymentConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentUnsupportedMediaType) IsClientError ¶
func (o *CreatePaymentConsentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create payment consent unsupported media type response has a 4xx status code
func (*CreatePaymentConsentUnsupportedMediaType) IsCode ¶
func (o *CreatePaymentConsentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create payment consent unsupported media type response a status code equal to that given
func (*CreatePaymentConsentUnsupportedMediaType) IsRedirect ¶
func (o *CreatePaymentConsentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create payment consent unsupported media type response has a 3xx status code
func (*CreatePaymentConsentUnsupportedMediaType) IsServerError ¶
func (o *CreatePaymentConsentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create payment consent unsupported media type response has a 5xx status code
func (*CreatePaymentConsentUnsupportedMediaType) IsSuccess ¶
func (o *CreatePaymentConsentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create payment consent unsupported media type response has a 2xx status code
func (*CreatePaymentConsentUnsupportedMediaType) String ¶
func (o *CreatePaymentConsentUnsupportedMediaType) String() string
type CreatePaymentConsentV2BadRequest ¶
type CreatePaymentConsentV2BadRequest struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2BadRequest describes a response with status code 400, with default header values.
Error
func NewCreatePaymentConsentV2BadRequest ¶
func NewCreatePaymentConsentV2BadRequest() *CreatePaymentConsentV2BadRequest
NewCreatePaymentConsentV2BadRequest creates a CreatePaymentConsentV2BadRequest with default headers values
func (*CreatePaymentConsentV2BadRequest) Code ¶
func (o *CreatePaymentConsentV2BadRequest) Code() int
Code gets the status code for the create payment consent v2 bad request response
func (*CreatePaymentConsentV2BadRequest) Error ¶
func (o *CreatePaymentConsentV2BadRequest) Error() string
func (*CreatePaymentConsentV2BadRequest) GetPayload ¶
func (o *CreatePaymentConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2BadRequest) IsClientError ¶
func (o *CreatePaymentConsentV2BadRequest) IsClientError() bool
IsClientError returns true when this create payment consent v2 bad request response has a 4xx status code
func (*CreatePaymentConsentV2BadRequest) IsCode ¶
func (o *CreatePaymentConsentV2BadRequest) IsCode(code int) bool
IsCode returns true when this create payment consent v2 bad request response a status code equal to that given
func (*CreatePaymentConsentV2BadRequest) IsRedirect ¶
func (o *CreatePaymentConsentV2BadRequest) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 bad request response has a 3xx status code
func (*CreatePaymentConsentV2BadRequest) IsServerError ¶
func (o *CreatePaymentConsentV2BadRequest) IsServerError() bool
IsServerError returns true when this create payment consent v2 bad request response has a 5xx status code
func (*CreatePaymentConsentV2BadRequest) IsSuccess ¶
func (o *CreatePaymentConsentV2BadRequest) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 bad request response has a 2xx status code
func (*CreatePaymentConsentV2BadRequest) String ¶
func (o *CreatePaymentConsentV2BadRequest) String() string
type CreatePaymentConsentV2Created ¶
type CreatePaymentConsentV2Created struct {
Payload *models.BrazilCustomerPaymentConsentResponseV2
}
CreatePaymentConsentV2Created describes a response with status code 201, with default header values.
Customer payment consent
func NewCreatePaymentConsentV2Created ¶
func NewCreatePaymentConsentV2Created() *CreatePaymentConsentV2Created
NewCreatePaymentConsentV2Created creates a CreatePaymentConsentV2Created with default headers values
func (*CreatePaymentConsentV2Created) Code ¶
func (o *CreatePaymentConsentV2Created) Code() int
Code gets the status code for the create payment consent v2 created response
func (*CreatePaymentConsentV2Created) Error ¶
func (o *CreatePaymentConsentV2Created) Error() string
func (*CreatePaymentConsentV2Created) GetPayload ¶
func (o *CreatePaymentConsentV2Created) GetPayload() *models.BrazilCustomerPaymentConsentResponseV2
func (*CreatePaymentConsentV2Created) IsClientError ¶
func (o *CreatePaymentConsentV2Created) IsClientError() bool
IsClientError returns true when this create payment consent v2 created response has a 4xx status code
func (*CreatePaymentConsentV2Created) IsCode ¶
func (o *CreatePaymentConsentV2Created) IsCode(code int) bool
IsCode returns true when this create payment consent v2 created response a status code equal to that given
func (*CreatePaymentConsentV2Created) IsRedirect ¶
func (o *CreatePaymentConsentV2Created) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 created response has a 3xx status code
func (*CreatePaymentConsentV2Created) IsServerError ¶
func (o *CreatePaymentConsentV2Created) IsServerError() bool
IsServerError returns true when this create payment consent v2 created response has a 5xx status code
func (*CreatePaymentConsentV2Created) IsSuccess ¶
func (o *CreatePaymentConsentV2Created) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 created response has a 2xx status code
func (*CreatePaymentConsentV2Created) String ¶
func (o *CreatePaymentConsentV2Created) String() string
type CreatePaymentConsentV2Forbidden ¶
type CreatePaymentConsentV2Forbidden struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2Forbidden describes a response with status code 403, with default header values.
Error
func NewCreatePaymentConsentV2Forbidden ¶
func NewCreatePaymentConsentV2Forbidden() *CreatePaymentConsentV2Forbidden
NewCreatePaymentConsentV2Forbidden creates a CreatePaymentConsentV2Forbidden with default headers values
func (*CreatePaymentConsentV2Forbidden) Code ¶
func (o *CreatePaymentConsentV2Forbidden) Code() int
Code gets the status code for the create payment consent v2 forbidden response
func (*CreatePaymentConsentV2Forbidden) Error ¶
func (o *CreatePaymentConsentV2Forbidden) Error() string
func (*CreatePaymentConsentV2Forbidden) GetPayload ¶
func (o *CreatePaymentConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2Forbidden) IsClientError ¶
func (o *CreatePaymentConsentV2Forbidden) IsClientError() bool
IsClientError returns true when this create payment consent v2 forbidden response has a 4xx status code
func (*CreatePaymentConsentV2Forbidden) IsCode ¶
func (o *CreatePaymentConsentV2Forbidden) IsCode(code int) bool
IsCode returns true when this create payment consent v2 forbidden response a status code equal to that given
func (*CreatePaymentConsentV2Forbidden) IsRedirect ¶
func (o *CreatePaymentConsentV2Forbidden) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 forbidden response has a 3xx status code
func (*CreatePaymentConsentV2Forbidden) IsServerError ¶
func (o *CreatePaymentConsentV2Forbidden) IsServerError() bool
IsServerError returns true when this create payment consent v2 forbidden response has a 5xx status code
func (*CreatePaymentConsentV2Forbidden) IsSuccess ¶
func (o *CreatePaymentConsentV2Forbidden) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 forbidden response has a 2xx status code
func (*CreatePaymentConsentV2Forbidden) String ¶
func (o *CreatePaymentConsentV2Forbidden) String() string
type CreatePaymentConsentV2InternalServerError ¶
type CreatePaymentConsentV2InternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2InternalServerError describes a response with status code 500, with default header values.
Error
func NewCreatePaymentConsentV2InternalServerError ¶
func NewCreatePaymentConsentV2InternalServerError() *CreatePaymentConsentV2InternalServerError
NewCreatePaymentConsentV2InternalServerError creates a CreatePaymentConsentV2InternalServerError with default headers values
func (*CreatePaymentConsentV2InternalServerError) Code ¶
func (o *CreatePaymentConsentV2InternalServerError) Code() int
Code gets the status code for the create payment consent v2 internal server error response
func (*CreatePaymentConsentV2InternalServerError) Error ¶
func (o *CreatePaymentConsentV2InternalServerError) Error() string
func (*CreatePaymentConsentV2InternalServerError) GetPayload ¶
func (o *CreatePaymentConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2InternalServerError) IsClientError ¶
func (o *CreatePaymentConsentV2InternalServerError) IsClientError() bool
IsClientError returns true when this create payment consent v2 internal server error response has a 4xx status code
func (*CreatePaymentConsentV2InternalServerError) IsCode ¶
func (o *CreatePaymentConsentV2InternalServerError) IsCode(code int) bool
IsCode returns true when this create payment consent v2 internal server error response a status code equal to that given
func (*CreatePaymentConsentV2InternalServerError) IsRedirect ¶
func (o *CreatePaymentConsentV2InternalServerError) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 internal server error response has a 3xx status code
func (*CreatePaymentConsentV2InternalServerError) IsServerError ¶
func (o *CreatePaymentConsentV2InternalServerError) IsServerError() bool
IsServerError returns true when this create payment consent v2 internal server error response has a 5xx status code
func (*CreatePaymentConsentV2InternalServerError) IsSuccess ¶
func (o *CreatePaymentConsentV2InternalServerError) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 internal server error response has a 2xx status code
func (*CreatePaymentConsentV2InternalServerError) String ¶
func (o *CreatePaymentConsentV2InternalServerError) String() string
type CreatePaymentConsentV2MethodNotAllowed ¶
type CreatePaymentConsentV2MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreatePaymentConsentV2MethodNotAllowed ¶
func NewCreatePaymentConsentV2MethodNotAllowed() *CreatePaymentConsentV2MethodNotAllowed
NewCreatePaymentConsentV2MethodNotAllowed creates a CreatePaymentConsentV2MethodNotAllowed with default headers values
func (*CreatePaymentConsentV2MethodNotAllowed) Code ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) Code() int
Code gets the status code for the create payment consent v2 method not allowed response
func (*CreatePaymentConsentV2MethodNotAllowed) Error ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) Error() string
func (*CreatePaymentConsentV2MethodNotAllowed) GetPayload ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2MethodNotAllowed) IsClientError ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) IsClientError() bool
IsClientError returns true when this create payment consent v2 method not allowed response has a 4xx status code
func (*CreatePaymentConsentV2MethodNotAllowed) IsCode ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create payment consent v2 method not allowed response a status code equal to that given
func (*CreatePaymentConsentV2MethodNotAllowed) IsRedirect ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 method not allowed response has a 3xx status code
func (*CreatePaymentConsentV2MethodNotAllowed) IsServerError ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) IsServerError() bool
IsServerError returns true when this create payment consent v2 method not allowed response has a 5xx status code
func (*CreatePaymentConsentV2MethodNotAllowed) IsSuccess ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 method not allowed response has a 2xx status code
func (*CreatePaymentConsentV2MethodNotAllowed) String ¶
func (o *CreatePaymentConsentV2MethodNotAllowed) String() string
type CreatePaymentConsentV2NotAcceptable ¶
type CreatePaymentConsentV2NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2NotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreatePaymentConsentV2NotAcceptable ¶
func NewCreatePaymentConsentV2NotAcceptable() *CreatePaymentConsentV2NotAcceptable
NewCreatePaymentConsentV2NotAcceptable creates a CreatePaymentConsentV2NotAcceptable with default headers values
func (*CreatePaymentConsentV2NotAcceptable) Code ¶
func (o *CreatePaymentConsentV2NotAcceptable) Code() int
Code gets the status code for the create payment consent v2 not acceptable response
func (*CreatePaymentConsentV2NotAcceptable) Error ¶
func (o *CreatePaymentConsentV2NotAcceptable) Error() string
func (*CreatePaymentConsentV2NotAcceptable) GetPayload ¶
func (o *CreatePaymentConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2NotAcceptable) IsClientError ¶
func (o *CreatePaymentConsentV2NotAcceptable) IsClientError() bool
IsClientError returns true when this create payment consent v2 not acceptable response has a 4xx status code
func (*CreatePaymentConsentV2NotAcceptable) IsCode ¶
func (o *CreatePaymentConsentV2NotAcceptable) IsCode(code int) bool
IsCode returns true when this create payment consent v2 not acceptable response a status code equal to that given
func (*CreatePaymentConsentV2NotAcceptable) IsRedirect ¶
func (o *CreatePaymentConsentV2NotAcceptable) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 not acceptable response has a 3xx status code
func (*CreatePaymentConsentV2NotAcceptable) IsServerError ¶
func (o *CreatePaymentConsentV2NotAcceptable) IsServerError() bool
IsServerError returns true when this create payment consent v2 not acceptable response has a 5xx status code
func (*CreatePaymentConsentV2NotAcceptable) IsSuccess ¶
func (o *CreatePaymentConsentV2NotAcceptable) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 not acceptable response has a 2xx status code
func (*CreatePaymentConsentV2NotAcceptable) String ¶
func (o *CreatePaymentConsentV2NotAcceptable) String() string
type CreatePaymentConsentV2Params ¶
type CreatePaymentConsentV2Params struct { /* Request. Request */ Request *models.BrazilCustomerCreatePaymentConsentRequestV2 /* 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 }
CreatePaymentConsentV2Params contains all the parameters to send to the API endpoint
for the create payment consent v2 operation. Typically these are written to a http.Request.
func NewCreatePaymentConsentV2Params ¶
func NewCreatePaymentConsentV2Params() *CreatePaymentConsentV2Params
NewCreatePaymentConsentV2Params creates a new CreatePaymentConsentV2Params 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 NewCreatePaymentConsentV2ParamsWithContext ¶
func NewCreatePaymentConsentV2ParamsWithContext(ctx context.Context) *CreatePaymentConsentV2Params
NewCreatePaymentConsentV2ParamsWithContext creates a new CreatePaymentConsentV2Params object with the ability to set a context for a request.
func NewCreatePaymentConsentV2ParamsWithHTTPClient ¶
func NewCreatePaymentConsentV2ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV2Params
NewCreatePaymentConsentV2ParamsWithHTTPClient creates a new CreatePaymentConsentV2Params object with the ability to set a custom HTTPClient for a request.
func NewCreatePaymentConsentV2ParamsWithTimeout ¶
func NewCreatePaymentConsentV2ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV2Params
NewCreatePaymentConsentV2ParamsWithTimeout creates a new CreatePaymentConsentV2Params object with the ability to set a timeout on a request.
func (*CreatePaymentConsentV2Params) SetContext ¶
func (o *CreatePaymentConsentV2Params) SetContext(ctx context.Context)
SetContext adds the context to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetDefaults ¶
func (o *CreatePaymentConsentV2Params) SetDefaults()
SetDefaults hydrates default values in the create payment consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentV2Params) SetHTTPClient ¶
func (o *CreatePaymentConsentV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetRequest ¶
func (o *CreatePaymentConsentV2Params) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV2)
SetRequest adds the request to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetTimeout ¶
func (o *CreatePaymentConsentV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetXCustomerUserAgent ¶
func (o *CreatePaymentConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetXFapiAuthDate ¶
func (o *CreatePaymentConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetXFapiInteractionID ¶
func (o *CreatePaymentConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetXIdempotencyKey ¶
func (o *CreatePaymentConsentV2Params) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) SetXJwsSignature ¶
func (o *CreatePaymentConsentV2Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithContext ¶
func (o *CreatePaymentConsentV2Params) WithContext(ctx context.Context) *CreatePaymentConsentV2Params
WithContext adds the context to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithDefaults ¶
func (o *CreatePaymentConsentV2Params) WithDefaults() *CreatePaymentConsentV2Params
WithDefaults hydrates default values in the create payment consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentV2Params) WithHTTPClient ¶
func (o *CreatePaymentConsentV2Params) WithHTTPClient(client *http.Client) *CreatePaymentConsentV2Params
WithHTTPClient adds the HTTPClient to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithRequest ¶
func (o *CreatePaymentConsentV2Params) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV2) *CreatePaymentConsentV2Params
WithRequest adds the request to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithTimeout ¶
func (o *CreatePaymentConsentV2Params) WithTimeout(timeout time.Duration) *CreatePaymentConsentV2Params
WithTimeout adds the timeout to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithXCustomerUserAgent ¶
func (o *CreatePaymentConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV2Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithXFapiAuthDate ¶
func (o *CreatePaymentConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV2Params
WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV2Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithXFapiInteractionID ¶
func (o *CreatePaymentConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV2Params
WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithXIdempotencyKey ¶
func (o *CreatePaymentConsentV2Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV2Params
WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WithXJwsSignature ¶
func (o *CreatePaymentConsentV2Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV2Params
WithXJwsSignature adds the xJwsSignature to the create payment consent v2 params
func (*CreatePaymentConsentV2Params) WriteToRequest ¶
func (o *CreatePaymentConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePaymentConsentV2Reader ¶
type CreatePaymentConsentV2Reader struct {
// contains filtered or unexported fields
}
CreatePaymentConsentV2Reader is a Reader for the CreatePaymentConsentV2 structure.
func (*CreatePaymentConsentV2Reader) ReadResponse ¶
func (o *CreatePaymentConsentV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePaymentConsentV2TooManyRequests ¶
type CreatePaymentConsentV2TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2TooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreatePaymentConsentV2TooManyRequests ¶
func NewCreatePaymentConsentV2TooManyRequests() *CreatePaymentConsentV2TooManyRequests
NewCreatePaymentConsentV2TooManyRequests creates a CreatePaymentConsentV2TooManyRequests with default headers values
func (*CreatePaymentConsentV2TooManyRequests) Code ¶
func (o *CreatePaymentConsentV2TooManyRequests) Code() int
Code gets the status code for the create payment consent v2 too many requests response
func (*CreatePaymentConsentV2TooManyRequests) Error ¶
func (o *CreatePaymentConsentV2TooManyRequests) Error() string
func (*CreatePaymentConsentV2TooManyRequests) GetPayload ¶
func (o *CreatePaymentConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2TooManyRequests) IsClientError ¶
func (o *CreatePaymentConsentV2TooManyRequests) IsClientError() bool
IsClientError returns true when this create payment consent v2 too many requests response has a 4xx status code
func (*CreatePaymentConsentV2TooManyRequests) IsCode ¶
func (o *CreatePaymentConsentV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this create payment consent v2 too many requests response a status code equal to that given
func (*CreatePaymentConsentV2TooManyRequests) IsRedirect ¶
func (o *CreatePaymentConsentV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 too many requests response has a 3xx status code
func (*CreatePaymentConsentV2TooManyRequests) IsServerError ¶
func (o *CreatePaymentConsentV2TooManyRequests) IsServerError() bool
IsServerError returns true when this create payment consent v2 too many requests response has a 5xx status code
func (*CreatePaymentConsentV2TooManyRequests) IsSuccess ¶
func (o *CreatePaymentConsentV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 too many requests response has a 2xx status code
func (*CreatePaymentConsentV2TooManyRequests) String ¶
func (o *CreatePaymentConsentV2TooManyRequests) String() string
type CreatePaymentConsentV2Unauthorized ¶
type CreatePaymentConsentV2Unauthorized struct {
}CreatePaymentConsentV2Unauthorized describes a response with status code 401, with default header values.
Error
func NewCreatePaymentConsentV2Unauthorized ¶
func NewCreatePaymentConsentV2Unauthorized() *CreatePaymentConsentV2Unauthorized
NewCreatePaymentConsentV2Unauthorized creates a CreatePaymentConsentV2Unauthorized with default headers values
func (*CreatePaymentConsentV2Unauthorized) Code ¶
func (o *CreatePaymentConsentV2Unauthorized) Code() int
Code gets the status code for the create payment consent v2 unauthorized response
func (*CreatePaymentConsentV2Unauthorized) Error ¶
func (o *CreatePaymentConsentV2Unauthorized) Error() string
func (*CreatePaymentConsentV2Unauthorized) GetPayload ¶
func (o *CreatePaymentConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2Unauthorized) IsClientError ¶
func (o *CreatePaymentConsentV2Unauthorized) IsClientError() bool
IsClientError returns true when this create payment consent v2 unauthorized response has a 4xx status code
func (*CreatePaymentConsentV2Unauthorized) IsCode ¶
func (o *CreatePaymentConsentV2Unauthorized) IsCode(code int) bool
IsCode returns true when this create payment consent v2 unauthorized response a status code equal to that given
func (*CreatePaymentConsentV2Unauthorized) IsRedirect ¶
func (o *CreatePaymentConsentV2Unauthorized) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 unauthorized response has a 3xx status code
func (*CreatePaymentConsentV2Unauthorized) IsServerError ¶
func (o *CreatePaymentConsentV2Unauthorized) IsServerError() bool
IsServerError returns true when this create payment consent v2 unauthorized response has a 5xx status code
func (*CreatePaymentConsentV2Unauthorized) IsSuccess ¶
func (o *CreatePaymentConsentV2Unauthorized) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 unauthorized response has a 2xx status code
func (*CreatePaymentConsentV2Unauthorized) String ¶
func (o *CreatePaymentConsentV2Unauthorized) String() string
type CreatePaymentConsentV2UnprocessableEntity ¶
type CreatePaymentConsentV2UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreatePaymentConsentV2UnprocessableEntity ¶
func NewCreatePaymentConsentV2UnprocessableEntity() *CreatePaymentConsentV2UnprocessableEntity
NewCreatePaymentConsentV2UnprocessableEntity creates a CreatePaymentConsentV2UnprocessableEntity with default headers values
func (*CreatePaymentConsentV2UnprocessableEntity) Code ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) Code() int
Code gets the status code for the create payment consent v2 unprocessable entity response
func (*CreatePaymentConsentV2UnprocessableEntity) Error ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) Error() string
func (*CreatePaymentConsentV2UnprocessableEntity) GetPayload ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2UnprocessableEntity) IsClientError ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) IsClientError() bool
IsClientError returns true when this create payment consent v2 unprocessable entity response has a 4xx status code
func (*CreatePaymentConsentV2UnprocessableEntity) IsCode ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create payment consent v2 unprocessable entity response a status code equal to that given
func (*CreatePaymentConsentV2UnprocessableEntity) IsRedirect ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 unprocessable entity response has a 3xx status code
func (*CreatePaymentConsentV2UnprocessableEntity) IsServerError ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) IsServerError() bool
IsServerError returns true when this create payment consent v2 unprocessable entity response has a 5xx status code
func (*CreatePaymentConsentV2UnprocessableEntity) IsSuccess ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 unprocessable entity response has a 2xx status code
func (*CreatePaymentConsentV2UnprocessableEntity) String ¶
func (o *CreatePaymentConsentV2UnprocessableEntity) String() string
type CreatePaymentConsentV2UnsupportedMediaType ¶
type CreatePaymentConsentV2UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreatePaymentConsentV2UnsupportedMediaType ¶
func NewCreatePaymentConsentV2UnsupportedMediaType() *CreatePaymentConsentV2UnsupportedMediaType
NewCreatePaymentConsentV2UnsupportedMediaType creates a CreatePaymentConsentV2UnsupportedMediaType with default headers values
func (*CreatePaymentConsentV2UnsupportedMediaType) Code ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) Code() int
Code gets the status code for the create payment consent v2 unsupported media type response
func (*CreatePaymentConsentV2UnsupportedMediaType) Error ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) Error() string
func (*CreatePaymentConsentV2UnsupportedMediaType) GetPayload ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV2UnsupportedMediaType) IsClientError ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create payment consent v2 unsupported media type response has a 4xx status code
func (*CreatePaymentConsentV2UnsupportedMediaType) IsCode ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create payment consent v2 unsupported media type response a status code equal to that given
func (*CreatePaymentConsentV2UnsupportedMediaType) IsRedirect ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create payment consent v2 unsupported media type response has a 3xx status code
func (*CreatePaymentConsentV2UnsupportedMediaType) IsServerError ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create payment consent v2 unsupported media type response has a 5xx status code
func (*CreatePaymentConsentV2UnsupportedMediaType) IsSuccess ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create payment consent v2 unsupported media type response has a 2xx status code
func (*CreatePaymentConsentV2UnsupportedMediaType) String ¶
func (o *CreatePaymentConsentV2UnsupportedMediaType) String() string
type CreatePaymentConsentV3BadRequest ¶
type CreatePaymentConsentV3BadRequest struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3BadRequest describes a response with status code 400, with default header values.
Error
func NewCreatePaymentConsentV3BadRequest ¶
func NewCreatePaymentConsentV3BadRequest() *CreatePaymentConsentV3BadRequest
NewCreatePaymentConsentV3BadRequest creates a CreatePaymentConsentV3BadRequest with default headers values
func (*CreatePaymentConsentV3BadRequest) Code ¶
func (o *CreatePaymentConsentV3BadRequest) Code() int
Code gets the status code for the create payment consent v3 bad request response
func (*CreatePaymentConsentV3BadRequest) Error ¶
func (o *CreatePaymentConsentV3BadRequest) Error() string
func (*CreatePaymentConsentV3BadRequest) GetPayload ¶
func (o *CreatePaymentConsentV3BadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3BadRequest) IsClientError ¶
func (o *CreatePaymentConsentV3BadRequest) IsClientError() bool
IsClientError returns true when this create payment consent v3 bad request response has a 4xx status code
func (*CreatePaymentConsentV3BadRequest) IsCode ¶
func (o *CreatePaymentConsentV3BadRequest) IsCode(code int) bool
IsCode returns true when this create payment consent v3 bad request response a status code equal to that given
func (*CreatePaymentConsentV3BadRequest) IsRedirect ¶
func (o *CreatePaymentConsentV3BadRequest) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 bad request response has a 3xx status code
func (*CreatePaymentConsentV3BadRequest) IsServerError ¶
func (o *CreatePaymentConsentV3BadRequest) IsServerError() bool
IsServerError returns true when this create payment consent v3 bad request response has a 5xx status code
func (*CreatePaymentConsentV3BadRequest) IsSuccess ¶
func (o *CreatePaymentConsentV3BadRequest) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 bad request response has a 2xx status code
func (*CreatePaymentConsentV3BadRequest) String ¶
func (o *CreatePaymentConsentV3BadRequest) String() string
type CreatePaymentConsentV3Created ¶
type CreatePaymentConsentV3Created struct {
Payload *models.BrazilCustomerPaymentConsentResponseV3
}
CreatePaymentConsentV3Created describes a response with status code 201, with default header values.
Customer payment consent
func NewCreatePaymentConsentV3Created ¶
func NewCreatePaymentConsentV3Created() *CreatePaymentConsentV3Created
NewCreatePaymentConsentV3Created creates a CreatePaymentConsentV3Created with default headers values
func (*CreatePaymentConsentV3Created) Code ¶
func (o *CreatePaymentConsentV3Created) Code() int
Code gets the status code for the create payment consent v3 created response
func (*CreatePaymentConsentV3Created) Error ¶
func (o *CreatePaymentConsentV3Created) Error() string
func (*CreatePaymentConsentV3Created) GetPayload ¶
func (o *CreatePaymentConsentV3Created) GetPayload() *models.BrazilCustomerPaymentConsentResponseV3
func (*CreatePaymentConsentV3Created) IsClientError ¶
func (o *CreatePaymentConsentV3Created) IsClientError() bool
IsClientError returns true when this create payment consent v3 created response has a 4xx status code
func (*CreatePaymentConsentV3Created) IsCode ¶
func (o *CreatePaymentConsentV3Created) IsCode(code int) bool
IsCode returns true when this create payment consent v3 created response a status code equal to that given
func (*CreatePaymentConsentV3Created) IsRedirect ¶
func (o *CreatePaymentConsentV3Created) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 created response has a 3xx status code
func (*CreatePaymentConsentV3Created) IsServerError ¶
func (o *CreatePaymentConsentV3Created) IsServerError() bool
IsServerError returns true when this create payment consent v3 created response has a 5xx status code
func (*CreatePaymentConsentV3Created) IsSuccess ¶
func (o *CreatePaymentConsentV3Created) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 created response has a 2xx status code
func (*CreatePaymentConsentV3Created) String ¶
func (o *CreatePaymentConsentV3Created) String() string
type CreatePaymentConsentV3Forbidden ¶
type CreatePaymentConsentV3Forbidden struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3Forbidden describes a response with status code 403, with default header values.
Error
func NewCreatePaymentConsentV3Forbidden ¶
func NewCreatePaymentConsentV3Forbidden() *CreatePaymentConsentV3Forbidden
NewCreatePaymentConsentV3Forbidden creates a CreatePaymentConsentV3Forbidden with default headers values
func (*CreatePaymentConsentV3Forbidden) Code ¶
func (o *CreatePaymentConsentV3Forbidden) Code() int
Code gets the status code for the create payment consent v3 forbidden response
func (*CreatePaymentConsentV3Forbidden) Error ¶
func (o *CreatePaymentConsentV3Forbidden) Error() string
func (*CreatePaymentConsentV3Forbidden) GetPayload ¶
func (o *CreatePaymentConsentV3Forbidden) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3Forbidden) IsClientError ¶
func (o *CreatePaymentConsentV3Forbidden) IsClientError() bool
IsClientError returns true when this create payment consent v3 forbidden response has a 4xx status code
func (*CreatePaymentConsentV3Forbidden) IsCode ¶
func (o *CreatePaymentConsentV3Forbidden) IsCode(code int) bool
IsCode returns true when this create payment consent v3 forbidden response a status code equal to that given
func (*CreatePaymentConsentV3Forbidden) IsRedirect ¶
func (o *CreatePaymentConsentV3Forbidden) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 forbidden response has a 3xx status code
func (*CreatePaymentConsentV3Forbidden) IsServerError ¶
func (o *CreatePaymentConsentV3Forbidden) IsServerError() bool
IsServerError returns true when this create payment consent v3 forbidden response has a 5xx status code
func (*CreatePaymentConsentV3Forbidden) IsSuccess ¶
func (o *CreatePaymentConsentV3Forbidden) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 forbidden response has a 2xx status code
func (*CreatePaymentConsentV3Forbidden) String ¶
func (o *CreatePaymentConsentV3Forbidden) String() string
type CreatePaymentConsentV3InternalServerError ¶
type CreatePaymentConsentV3InternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3InternalServerError describes a response with status code 500, with default header values.
Error
func NewCreatePaymentConsentV3InternalServerError ¶
func NewCreatePaymentConsentV3InternalServerError() *CreatePaymentConsentV3InternalServerError
NewCreatePaymentConsentV3InternalServerError creates a CreatePaymentConsentV3InternalServerError with default headers values
func (*CreatePaymentConsentV3InternalServerError) Code ¶
func (o *CreatePaymentConsentV3InternalServerError) Code() int
Code gets the status code for the create payment consent v3 internal server error response
func (*CreatePaymentConsentV3InternalServerError) Error ¶
func (o *CreatePaymentConsentV3InternalServerError) Error() string
func (*CreatePaymentConsentV3InternalServerError) GetPayload ¶
func (o *CreatePaymentConsentV3InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3InternalServerError) IsClientError ¶
func (o *CreatePaymentConsentV3InternalServerError) IsClientError() bool
IsClientError returns true when this create payment consent v3 internal server error response has a 4xx status code
func (*CreatePaymentConsentV3InternalServerError) IsCode ¶
func (o *CreatePaymentConsentV3InternalServerError) IsCode(code int) bool
IsCode returns true when this create payment consent v3 internal server error response a status code equal to that given
func (*CreatePaymentConsentV3InternalServerError) IsRedirect ¶
func (o *CreatePaymentConsentV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 internal server error response has a 3xx status code
func (*CreatePaymentConsentV3InternalServerError) IsServerError ¶
func (o *CreatePaymentConsentV3InternalServerError) IsServerError() bool
IsServerError returns true when this create payment consent v3 internal server error response has a 5xx status code
func (*CreatePaymentConsentV3InternalServerError) IsSuccess ¶
func (o *CreatePaymentConsentV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 internal server error response has a 2xx status code
func (*CreatePaymentConsentV3InternalServerError) String ¶
func (o *CreatePaymentConsentV3InternalServerError) String() string
type CreatePaymentConsentV3MethodNotAllowed ¶
type CreatePaymentConsentV3MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreatePaymentConsentV3MethodNotAllowed ¶
func NewCreatePaymentConsentV3MethodNotAllowed() *CreatePaymentConsentV3MethodNotAllowed
NewCreatePaymentConsentV3MethodNotAllowed creates a CreatePaymentConsentV3MethodNotAllowed with default headers values
func (*CreatePaymentConsentV3MethodNotAllowed) Code ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) Code() int
Code gets the status code for the create payment consent v3 method not allowed response
func (*CreatePaymentConsentV3MethodNotAllowed) Error ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) Error() string
func (*CreatePaymentConsentV3MethodNotAllowed) GetPayload ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3MethodNotAllowed) IsClientError ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) IsClientError() bool
IsClientError returns true when this create payment consent v3 method not allowed response has a 4xx status code
func (*CreatePaymentConsentV3MethodNotAllowed) IsCode ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create payment consent v3 method not allowed response a status code equal to that given
func (*CreatePaymentConsentV3MethodNotAllowed) IsRedirect ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 method not allowed response has a 3xx status code
func (*CreatePaymentConsentV3MethodNotAllowed) IsServerError ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) IsServerError() bool
IsServerError returns true when this create payment consent v3 method not allowed response has a 5xx status code
func (*CreatePaymentConsentV3MethodNotAllowed) IsSuccess ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 method not allowed response has a 2xx status code
func (*CreatePaymentConsentV3MethodNotAllowed) String ¶
func (o *CreatePaymentConsentV3MethodNotAllowed) String() string
type CreatePaymentConsentV3NotAcceptable ¶
type CreatePaymentConsentV3NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3NotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreatePaymentConsentV3NotAcceptable ¶
func NewCreatePaymentConsentV3NotAcceptable() *CreatePaymentConsentV3NotAcceptable
NewCreatePaymentConsentV3NotAcceptable creates a CreatePaymentConsentV3NotAcceptable with default headers values
func (*CreatePaymentConsentV3NotAcceptable) Code ¶
func (o *CreatePaymentConsentV3NotAcceptable) Code() int
Code gets the status code for the create payment consent v3 not acceptable response
func (*CreatePaymentConsentV3NotAcceptable) Error ¶
func (o *CreatePaymentConsentV3NotAcceptable) Error() string
func (*CreatePaymentConsentV3NotAcceptable) GetPayload ¶
func (o *CreatePaymentConsentV3NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3NotAcceptable) IsClientError ¶
func (o *CreatePaymentConsentV3NotAcceptable) IsClientError() bool
IsClientError returns true when this create payment consent v3 not acceptable response has a 4xx status code
func (*CreatePaymentConsentV3NotAcceptable) IsCode ¶
func (o *CreatePaymentConsentV3NotAcceptable) IsCode(code int) bool
IsCode returns true when this create payment consent v3 not acceptable response a status code equal to that given
func (*CreatePaymentConsentV3NotAcceptable) IsRedirect ¶
func (o *CreatePaymentConsentV3NotAcceptable) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 not acceptable response has a 3xx status code
func (*CreatePaymentConsentV3NotAcceptable) IsServerError ¶
func (o *CreatePaymentConsentV3NotAcceptable) IsServerError() bool
IsServerError returns true when this create payment consent v3 not acceptable response has a 5xx status code
func (*CreatePaymentConsentV3NotAcceptable) IsSuccess ¶
func (o *CreatePaymentConsentV3NotAcceptable) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 not acceptable response has a 2xx status code
func (*CreatePaymentConsentV3NotAcceptable) String ¶
func (o *CreatePaymentConsentV3NotAcceptable) String() string
type CreatePaymentConsentV3Params ¶
type CreatePaymentConsentV3Params struct { /* Request. Request */ Request *models.BrazilCustomerCreatePaymentConsentRequestV3 /* 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 }
CreatePaymentConsentV3Params contains all the parameters to send to the API endpoint
for the create payment consent v3 operation. Typically these are written to a http.Request.
func NewCreatePaymentConsentV3Params ¶
func NewCreatePaymentConsentV3Params() *CreatePaymentConsentV3Params
NewCreatePaymentConsentV3Params creates a new CreatePaymentConsentV3Params 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 NewCreatePaymentConsentV3ParamsWithContext ¶
func NewCreatePaymentConsentV3ParamsWithContext(ctx context.Context) *CreatePaymentConsentV3Params
NewCreatePaymentConsentV3ParamsWithContext creates a new CreatePaymentConsentV3Params object with the ability to set a context for a request.
func NewCreatePaymentConsentV3ParamsWithHTTPClient ¶
func NewCreatePaymentConsentV3ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV3Params
NewCreatePaymentConsentV3ParamsWithHTTPClient creates a new CreatePaymentConsentV3Params object with the ability to set a custom HTTPClient for a request.
func NewCreatePaymentConsentV3ParamsWithTimeout ¶
func NewCreatePaymentConsentV3ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV3Params
NewCreatePaymentConsentV3ParamsWithTimeout creates a new CreatePaymentConsentV3Params object with the ability to set a timeout on a request.
func (*CreatePaymentConsentV3Params) SetContext ¶
func (o *CreatePaymentConsentV3Params) SetContext(ctx context.Context)
SetContext adds the context to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetDefaults ¶
func (o *CreatePaymentConsentV3Params) SetDefaults()
SetDefaults hydrates default values in the create payment consent v3 params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentV3Params) SetHTTPClient ¶
func (o *CreatePaymentConsentV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetRequest ¶
func (o *CreatePaymentConsentV3Params) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV3)
SetRequest adds the request to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetTimeout ¶
func (o *CreatePaymentConsentV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetXCustomerUserAgent ¶
func (o *CreatePaymentConsentV3Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetXFapiAuthDate ¶
func (o *CreatePaymentConsentV3Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentV3Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetXFapiInteractionID ¶
func (o *CreatePaymentConsentV3Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetXIdempotencyKey ¶
func (o *CreatePaymentConsentV3Params) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) SetXJwsSignature ¶
func (o *CreatePaymentConsentV3Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithContext ¶
func (o *CreatePaymentConsentV3Params) WithContext(ctx context.Context) *CreatePaymentConsentV3Params
WithContext adds the context to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithDefaults ¶
func (o *CreatePaymentConsentV3Params) WithDefaults() *CreatePaymentConsentV3Params
WithDefaults hydrates default values in the create payment consent v3 params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentV3Params) WithHTTPClient ¶
func (o *CreatePaymentConsentV3Params) WithHTTPClient(client *http.Client) *CreatePaymentConsentV3Params
WithHTTPClient adds the HTTPClient to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithRequest ¶
func (o *CreatePaymentConsentV3Params) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV3) *CreatePaymentConsentV3Params
WithRequest adds the request to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithTimeout ¶
func (o *CreatePaymentConsentV3Params) WithTimeout(timeout time.Duration) *CreatePaymentConsentV3Params
WithTimeout adds the timeout to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithXCustomerUserAgent ¶
func (o *CreatePaymentConsentV3Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV3Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithXFapiAuthDate ¶
func (o *CreatePaymentConsentV3Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV3Params
WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentV3Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV3Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithXFapiInteractionID ¶
func (o *CreatePaymentConsentV3Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV3Params
WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithXIdempotencyKey ¶
func (o *CreatePaymentConsentV3Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV3Params
WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WithXJwsSignature ¶
func (o *CreatePaymentConsentV3Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV3Params
WithXJwsSignature adds the xJwsSignature to the create payment consent v3 params
func (*CreatePaymentConsentV3Params) WriteToRequest ¶
func (o *CreatePaymentConsentV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePaymentConsentV3Reader ¶
type CreatePaymentConsentV3Reader struct {
// contains filtered or unexported fields
}
CreatePaymentConsentV3Reader is a Reader for the CreatePaymentConsentV3 structure.
func (*CreatePaymentConsentV3Reader) ReadResponse ¶
func (o *CreatePaymentConsentV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePaymentConsentV3TooManyRequests ¶
type CreatePaymentConsentV3TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3TooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreatePaymentConsentV3TooManyRequests ¶
func NewCreatePaymentConsentV3TooManyRequests() *CreatePaymentConsentV3TooManyRequests
NewCreatePaymentConsentV3TooManyRequests creates a CreatePaymentConsentV3TooManyRequests with default headers values
func (*CreatePaymentConsentV3TooManyRequests) Code ¶
func (o *CreatePaymentConsentV3TooManyRequests) Code() int
Code gets the status code for the create payment consent v3 too many requests response
func (*CreatePaymentConsentV3TooManyRequests) Error ¶
func (o *CreatePaymentConsentV3TooManyRequests) Error() string
func (*CreatePaymentConsentV3TooManyRequests) GetPayload ¶
func (o *CreatePaymentConsentV3TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3TooManyRequests) IsClientError ¶
func (o *CreatePaymentConsentV3TooManyRequests) IsClientError() bool
IsClientError returns true when this create payment consent v3 too many requests response has a 4xx status code
func (*CreatePaymentConsentV3TooManyRequests) IsCode ¶
func (o *CreatePaymentConsentV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this create payment consent v3 too many requests response a status code equal to that given
func (*CreatePaymentConsentV3TooManyRequests) IsRedirect ¶
func (o *CreatePaymentConsentV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 too many requests response has a 3xx status code
func (*CreatePaymentConsentV3TooManyRequests) IsServerError ¶
func (o *CreatePaymentConsentV3TooManyRequests) IsServerError() bool
IsServerError returns true when this create payment consent v3 too many requests response has a 5xx status code
func (*CreatePaymentConsentV3TooManyRequests) IsSuccess ¶
func (o *CreatePaymentConsentV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 too many requests response has a 2xx status code
func (*CreatePaymentConsentV3TooManyRequests) String ¶
func (o *CreatePaymentConsentV3TooManyRequests) String() string
type CreatePaymentConsentV3Unauthorized ¶
type CreatePaymentConsentV3Unauthorized struct {
}CreatePaymentConsentV3Unauthorized describes a response with status code 401, with default header values.
Error
func NewCreatePaymentConsentV3Unauthorized ¶
func NewCreatePaymentConsentV3Unauthorized() *CreatePaymentConsentV3Unauthorized
NewCreatePaymentConsentV3Unauthorized creates a CreatePaymentConsentV3Unauthorized with default headers values
func (*CreatePaymentConsentV3Unauthorized) Code ¶
func (o *CreatePaymentConsentV3Unauthorized) Code() int
Code gets the status code for the create payment consent v3 unauthorized response
func (*CreatePaymentConsentV3Unauthorized) Error ¶
func (o *CreatePaymentConsentV3Unauthorized) Error() string
func (*CreatePaymentConsentV3Unauthorized) GetPayload ¶
func (o *CreatePaymentConsentV3Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3Unauthorized) IsClientError ¶
func (o *CreatePaymentConsentV3Unauthorized) IsClientError() bool
IsClientError returns true when this create payment consent v3 unauthorized response has a 4xx status code
func (*CreatePaymentConsentV3Unauthorized) IsCode ¶
func (o *CreatePaymentConsentV3Unauthorized) IsCode(code int) bool
IsCode returns true when this create payment consent v3 unauthorized response a status code equal to that given
func (*CreatePaymentConsentV3Unauthorized) IsRedirect ¶
func (o *CreatePaymentConsentV3Unauthorized) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 unauthorized response has a 3xx status code
func (*CreatePaymentConsentV3Unauthorized) IsServerError ¶
func (o *CreatePaymentConsentV3Unauthorized) IsServerError() bool
IsServerError returns true when this create payment consent v3 unauthorized response has a 5xx status code
func (*CreatePaymentConsentV3Unauthorized) IsSuccess ¶
func (o *CreatePaymentConsentV3Unauthorized) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 unauthorized response has a 2xx status code
func (*CreatePaymentConsentV3Unauthorized) String ¶
func (o *CreatePaymentConsentV3Unauthorized) String() string
type CreatePaymentConsentV3UnprocessableEntity ¶
type CreatePaymentConsentV3UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreatePaymentConsentV3UnprocessableEntity ¶
func NewCreatePaymentConsentV3UnprocessableEntity() *CreatePaymentConsentV3UnprocessableEntity
NewCreatePaymentConsentV3UnprocessableEntity creates a CreatePaymentConsentV3UnprocessableEntity with default headers values
func (*CreatePaymentConsentV3UnprocessableEntity) Code ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) Code() int
Code gets the status code for the create payment consent v3 unprocessable entity response
func (*CreatePaymentConsentV3UnprocessableEntity) Error ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) Error() string
func (*CreatePaymentConsentV3UnprocessableEntity) GetPayload ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3UnprocessableEntity) IsClientError ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) IsClientError() bool
IsClientError returns true when this create payment consent v3 unprocessable entity response has a 4xx status code
func (*CreatePaymentConsentV3UnprocessableEntity) IsCode ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create payment consent v3 unprocessable entity response a status code equal to that given
func (*CreatePaymentConsentV3UnprocessableEntity) IsRedirect ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 unprocessable entity response has a 3xx status code
func (*CreatePaymentConsentV3UnprocessableEntity) IsServerError ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) IsServerError() bool
IsServerError returns true when this create payment consent v3 unprocessable entity response has a 5xx status code
func (*CreatePaymentConsentV3UnprocessableEntity) IsSuccess ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 unprocessable entity response has a 2xx status code
func (*CreatePaymentConsentV3UnprocessableEntity) String ¶
func (o *CreatePaymentConsentV3UnprocessableEntity) String() string
type CreatePaymentConsentV3UnsupportedMediaType ¶
type CreatePaymentConsentV3UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV3UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreatePaymentConsentV3UnsupportedMediaType ¶
func NewCreatePaymentConsentV3UnsupportedMediaType() *CreatePaymentConsentV3UnsupportedMediaType
NewCreatePaymentConsentV3UnsupportedMediaType creates a CreatePaymentConsentV3UnsupportedMediaType with default headers values
func (*CreatePaymentConsentV3UnsupportedMediaType) Code ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) Code() int
Code gets the status code for the create payment consent v3 unsupported media type response
func (*CreatePaymentConsentV3UnsupportedMediaType) Error ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) Error() string
func (*CreatePaymentConsentV3UnsupportedMediaType) GetPayload ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV3UnsupportedMediaType) IsClientError ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create payment consent v3 unsupported media type response has a 4xx status code
func (*CreatePaymentConsentV3UnsupportedMediaType) IsCode ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create payment consent v3 unsupported media type response a status code equal to that given
func (*CreatePaymentConsentV3UnsupportedMediaType) IsRedirect ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create payment consent v3 unsupported media type response has a 3xx status code
func (*CreatePaymentConsentV3UnsupportedMediaType) IsServerError ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create payment consent v3 unsupported media type response has a 5xx status code
func (*CreatePaymentConsentV3UnsupportedMediaType) IsSuccess ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create payment consent v3 unsupported media type response has a 2xx status code
func (*CreatePaymentConsentV3UnsupportedMediaType) String ¶
func (o *CreatePaymentConsentV3UnsupportedMediaType) String() string
type CreatePaymentConsentV4BadRequest ¶
type CreatePaymentConsentV4BadRequest struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4BadRequest describes a response with status code 400, with default header values.
Error
func NewCreatePaymentConsentV4BadRequest ¶
func NewCreatePaymentConsentV4BadRequest() *CreatePaymentConsentV4BadRequest
NewCreatePaymentConsentV4BadRequest creates a CreatePaymentConsentV4BadRequest with default headers values
func (*CreatePaymentConsentV4BadRequest) Code ¶
func (o *CreatePaymentConsentV4BadRequest) Code() int
Code gets the status code for the create payment consent v4 bad request response
func (*CreatePaymentConsentV4BadRequest) Error ¶
func (o *CreatePaymentConsentV4BadRequest) Error() string
func (*CreatePaymentConsentV4BadRequest) GetPayload ¶
func (o *CreatePaymentConsentV4BadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4BadRequest) IsClientError ¶
func (o *CreatePaymentConsentV4BadRequest) IsClientError() bool
IsClientError returns true when this create payment consent v4 bad request response has a 4xx status code
func (*CreatePaymentConsentV4BadRequest) IsCode ¶
func (o *CreatePaymentConsentV4BadRequest) IsCode(code int) bool
IsCode returns true when this create payment consent v4 bad request response a status code equal to that given
func (*CreatePaymentConsentV4BadRequest) IsRedirect ¶
func (o *CreatePaymentConsentV4BadRequest) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 bad request response has a 3xx status code
func (*CreatePaymentConsentV4BadRequest) IsServerError ¶
func (o *CreatePaymentConsentV4BadRequest) IsServerError() bool
IsServerError returns true when this create payment consent v4 bad request response has a 5xx status code
func (*CreatePaymentConsentV4BadRequest) IsSuccess ¶
func (o *CreatePaymentConsentV4BadRequest) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 bad request response has a 2xx status code
func (*CreatePaymentConsentV4BadRequest) String ¶
func (o *CreatePaymentConsentV4BadRequest) String() string
type CreatePaymentConsentV4Created ¶
type CreatePaymentConsentV4Created struct {
Payload *models.BrazilCustomerPaymentConsentResponseV4
}
CreatePaymentConsentV4Created describes a response with status code 201, with default header values.
Customer payment consent
func NewCreatePaymentConsentV4Created ¶
func NewCreatePaymentConsentV4Created() *CreatePaymentConsentV4Created
NewCreatePaymentConsentV4Created creates a CreatePaymentConsentV4Created with default headers values
func (*CreatePaymentConsentV4Created) Code ¶
func (o *CreatePaymentConsentV4Created) Code() int
Code gets the status code for the create payment consent v4 created response
func (*CreatePaymentConsentV4Created) Error ¶
func (o *CreatePaymentConsentV4Created) Error() string
func (*CreatePaymentConsentV4Created) GetPayload ¶
func (o *CreatePaymentConsentV4Created) GetPayload() *models.BrazilCustomerPaymentConsentResponseV4
func (*CreatePaymentConsentV4Created) IsClientError ¶
func (o *CreatePaymentConsentV4Created) IsClientError() bool
IsClientError returns true when this create payment consent v4 created response has a 4xx status code
func (*CreatePaymentConsentV4Created) IsCode ¶
func (o *CreatePaymentConsentV4Created) IsCode(code int) bool
IsCode returns true when this create payment consent v4 created response a status code equal to that given
func (*CreatePaymentConsentV4Created) IsRedirect ¶
func (o *CreatePaymentConsentV4Created) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 created response has a 3xx status code
func (*CreatePaymentConsentV4Created) IsServerError ¶
func (o *CreatePaymentConsentV4Created) IsServerError() bool
IsServerError returns true when this create payment consent v4 created response has a 5xx status code
func (*CreatePaymentConsentV4Created) IsSuccess ¶
func (o *CreatePaymentConsentV4Created) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 created response has a 2xx status code
func (*CreatePaymentConsentV4Created) String ¶
func (o *CreatePaymentConsentV4Created) String() string
type CreatePaymentConsentV4Forbidden ¶
type CreatePaymentConsentV4Forbidden struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4Forbidden describes a response with status code 403, with default header values.
Error
func NewCreatePaymentConsentV4Forbidden ¶
func NewCreatePaymentConsentV4Forbidden() *CreatePaymentConsentV4Forbidden
NewCreatePaymentConsentV4Forbidden creates a CreatePaymentConsentV4Forbidden with default headers values
func (*CreatePaymentConsentV4Forbidden) Code ¶
func (o *CreatePaymentConsentV4Forbidden) Code() int
Code gets the status code for the create payment consent v4 forbidden response
func (*CreatePaymentConsentV4Forbidden) Error ¶
func (o *CreatePaymentConsentV4Forbidden) Error() string
func (*CreatePaymentConsentV4Forbidden) GetPayload ¶
func (o *CreatePaymentConsentV4Forbidden) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4Forbidden) IsClientError ¶
func (o *CreatePaymentConsentV4Forbidden) IsClientError() bool
IsClientError returns true when this create payment consent v4 forbidden response has a 4xx status code
func (*CreatePaymentConsentV4Forbidden) IsCode ¶
func (o *CreatePaymentConsentV4Forbidden) IsCode(code int) bool
IsCode returns true when this create payment consent v4 forbidden response a status code equal to that given
func (*CreatePaymentConsentV4Forbidden) IsRedirect ¶
func (o *CreatePaymentConsentV4Forbidden) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 forbidden response has a 3xx status code
func (*CreatePaymentConsentV4Forbidden) IsServerError ¶
func (o *CreatePaymentConsentV4Forbidden) IsServerError() bool
IsServerError returns true when this create payment consent v4 forbidden response has a 5xx status code
func (*CreatePaymentConsentV4Forbidden) IsSuccess ¶
func (o *CreatePaymentConsentV4Forbidden) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 forbidden response has a 2xx status code
func (*CreatePaymentConsentV4Forbidden) String ¶
func (o *CreatePaymentConsentV4Forbidden) String() string
type CreatePaymentConsentV4InternalServerError ¶
type CreatePaymentConsentV4InternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4InternalServerError describes a response with status code 500, with default header values.
Error
func NewCreatePaymentConsentV4InternalServerError ¶
func NewCreatePaymentConsentV4InternalServerError() *CreatePaymentConsentV4InternalServerError
NewCreatePaymentConsentV4InternalServerError creates a CreatePaymentConsentV4InternalServerError with default headers values
func (*CreatePaymentConsentV4InternalServerError) Code ¶
func (o *CreatePaymentConsentV4InternalServerError) Code() int
Code gets the status code for the create payment consent v4 internal server error response
func (*CreatePaymentConsentV4InternalServerError) Error ¶
func (o *CreatePaymentConsentV4InternalServerError) Error() string
func (*CreatePaymentConsentV4InternalServerError) GetPayload ¶
func (o *CreatePaymentConsentV4InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4InternalServerError) IsClientError ¶
func (o *CreatePaymentConsentV4InternalServerError) IsClientError() bool
IsClientError returns true when this create payment consent v4 internal server error response has a 4xx status code
func (*CreatePaymentConsentV4InternalServerError) IsCode ¶
func (o *CreatePaymentConsentV4InternalServerError) IsCode(code int) bool
IsCode returns true when this create payment consent v4 internal server error response a status code equal to that given
func (*CreatePaymentConsentV4InternalServerError) IsRedirect ¶
func (o *CreatePaymentConsentV4InternalServerError) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 internal server error response has a 3xx status code
func (*CreatePaymentConsentV4InternalServerError) IsServerError ¶
func (o *CreatePaymentConsentV4InternalServerError) IsServerError() bool
IsServerError returns true when this create payment consent v4 internal server error response has a 5xx status code
func (*CreatePaymentConsentV4InternalServerError) IsSuccess ¶
func (o *CreatePaymentConsentV4InternalServerError) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 internal server error response has a 2xx status code
func (*CreatePaymentConsentV4InternalServerError) String ¶
func (o *CreatePaymentConsentV4InternalServerError) String() string
type CreatePaymentConsentV4MethodNotAllowed ¶
type CreatePaymentConsentV4MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreatePaymentConsentV4MethodNotAllowed ¶
func NewCreatePaymentConsentV4MethodNotAllowed() *CreatePaymentConsentV4MethodNotAllowed
NewCreatePaymentConsentV4MethodNotAllowed creates a CreatePaymentConsentV4MethodNotAllowed with default headers values
func (*CreatePaymentConsentV4MethodNotAllowed) Code ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) Code() int
Code gets the status code for the create payment consent v4 method not allowed response
func (*CreatePaymentConsentV4MethodNotAllowed) Error ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) Error() string
func (*CreatePaymentConsentV4MethodNotAllowed) GetPayload ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4MethodNotAllowed) IsClientError ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) IsClientError() bool
IsClientError returns true when this create payment consent v4 method not allowed response has a 4xx status code
func (*CreatePaymentConsentV4MethodNotAllowed) IsCode ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create payment consent v4 method not allowed response a status code equal to that given
func (*CreatePaymentConsentV4MethodNotAllowed) IsRedirect ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 method not allowed response has a 3xx status code
func (*CreatePaymentConsentV4MethodNotAllowed) IsServerError ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) IsServerError() bool
IsServerError returns true when this create payment consent v4 method not allowed response has a 5xx status code
func (*CreatePaymentConsentV4MethodNotAllowed) IsSuccess ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 method not allowed response has a 2xx status code
func (*CreatePaymentConsentV4MethodNotAllowed) String ¶
func (o *CreatePaymentConsentV4MethodNotAllowed) String() string
type CreatePaymentConsentV4NotAcceptable ¶
type CreatePaymentConsentV4NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4NotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreatePaymentConsentV4NotAcceptable ¶
func NewCreatePaymentConsentV4NotAcceptable() *CreatePaymentConsentV4NotAcceptable
NewCreatePaymentConsentV4NotAcceptable creates a CreatePaymentConsentV4NotAcceptable with default headers values
func (*CreatePaymentConsentV4NotAcceptable) Code ¶
func (o *CreatePaymentConsentV4NotAcceptable) Code() int
Code gets the status code for the create payment consent v4 not acceptable response
func (*CreatePaymentConsentV4NotAcceptable) Error ¶
func (o *CreatePaymentConsentV4NotAcceptable) Error() string
func (*CreatePaymentConsentV4NotAcceptable) GetPayload ¶
func (o *CreatePaymentConsentV4NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4NotAcceptable) IsClientError ¶
func (o *CreatePaymentConsentV4NotAcceptable) IsClientError() bool
IsClientError returns true when this create payment consent v4 not acceptable response has a 4xx status code
func (*CreatePaymentConsentV4NotAcceptable) IsCode ¶
func (o *CreatePaymentConsentV4NotAcceptable) IsCode(code int) bool
IsCode returns true when this create payment consent v4 not acceptable response a status code equal to that given
func (*CreatePaymentConsentV4NotAcceptable) IsRedirect ¶
func (o *CreatePaymentConsentV4NotAcceptable) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 not acceptable response has a 3xx status code
func (*CreatePaymentConsentV4NotAcceptable) IsServerError ¶
func (o *CreatePaymentConsentV4NotAcceptable) IsServerError() bool
IsServerError returns true when this create payment consent v4 not acceptable response has a 5xx status code
func (*CreatePaymentConsentV4NotAcceptable) IsSuccess ¶
func (o *CreatePaymentConsentV4NotAcceptable) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 not acceptable response has a 2xx status code
func (*CreatePaymentConsentV4NotAcceptable) String ¶
func (o *CreatePaymentConsentV4NotAcceptable) String() string
type CreatePaymentConsentV4Params ¶
type CreatePaymentConsentV4Params struct { /* Request. Request */ Request *models.BrazilCustomerCreatePaymentConsentRequestV4 /* 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 }
CreatePaymentConsentV4Params contains all the parameters to send to the API endpoint
for the create payment consent v4 operation. Typically these are written to a http.Request.
func NewCreatePaymentConsentV4Params ¶
func NewCreatePaymentConsentV4Params() *CreatePaymentConsentV4Params
NewCreatePaymentConsentV4Params creates a new CreatePaymentConsentV4Params 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 NewCreatePaymentConsentV4ParamsWithContext ¶
func NewCreatePaymentConsentV4ParamsWithContext(ctx context.Context) *CreatePaymentConsentV4Params
NewCreatePaymentConsentV4ParamsWithContext creates a new CreatePaymentConsentV4Params object with the ability to set a context for a request.
func NewCreatePaymentConsentV4ParamsWithHTTPClient ¶
func NewCreatePaymentConsentV4ParamsWithHTTPClient(client *http.Client) *CreatePaymentConsentV4Params
NewCreatePaymentConsentV4ParamsWithHTTPClient creates a new CreatePaymentConsentV4Params object with the ability to set a custom HTTPClient for a request.
func NewCreatePaymentConsentV4ParamsWithTimeout ¶
func NewCreatePaymentConsentV4ParamsWithTimeout(timeout time.Duration) *CreatePaymentConsentV4Params
NewCreatePaymentConsentV4ParamsWithTimeout creates a new CreatePaymentConsentV4Params object with the ability to set a timeout on a request.
func (*CreatePaymentConsentV4Params) SetContext ¶
func (o *CreatePaymentConsentV4Params) SetContext(ctx context.Context)
SetContext adds the context to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetDefaults ¶
func (o *CreatePaymentConsentV4Params) SetDefaults()
SetDefaults hydrates default values in the create payment consent v4 params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentV4Params) SetHTTPClient ¶
func (o *CreatePaymentConsentV4Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetRequest ¶
func (o *CreatePaymentConsentV4Params) SetRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV4)
SetRequest adds the request to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetTimeout ¶
func (o *CreatePaymentConsentV4Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetXCustomerUserAgent ¶
func (o *CreatePaymentConsentV4Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetXFapiAuthDate ¶
func (o *CreatePaymentConsentV4Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentV4Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetXFapiInteractionID ¶
func (o *CreatePaymentConsentV4Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetXIdempotencyKey ¶
func (o *CreatePaymentConsentV4Params) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) SetXJwsSignature ¶
func (o *CreatePaymentConsentV4Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithContext ¶
func (o *CreatePaymentConsentV4Params) WithContext(ctx context.Context) *CreatePaymentConsentV4Params
WithContext adds the context to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithDefaults ¶
func (o *CreatePaymentConsentV4Params) WithDefaults() *CreatePaymentConsentV4Params
WithDefaults hydrates default values in the create payment consent v4 params (not the query body).
All values with no default are reset to their zero value.
func (*CreatePaymentConsentV4Params) WithHTTPClient ¶
func (o *CreatePaymentConsentV4Params) WithHTTPClient(client *http.Client) *CreatePaymentConsentV4Params
WithHTTPClient adds the HTTPClient to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithRequest ¶
func (o *CreatePaymentConsentV4Params) WithRequest(request *models.BrazilCustomerCreatePaymentConsentRequestV4) *CreatePaymentConsentV4Params
WithRequest adds the request to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithTimeout ¶
func (o *CreatePaymentConsentV4Params) WithTimeout(timeout time.Duration) *CreatePaymentConsentV4Params
WithTimeout adds the timeout to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithXCustomerUserAgent ¶
func (o *CreatePaymentConsentV4Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreatePaymentConsentV4Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithXFapiAuthDate ¶
func (o *CreatePaymentConsentV4Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreatePaymentConsentV4Params
WithXFapiAuthDate adds the xFapiAuthDate to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithXFapiCustomerIPAddress ¶
func (o *CreatePaymentConsentV4Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreatePaymentConsentV4Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithXFapiInteractionID ¶
func (o *CreatePaymentConsentV4Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreatePaymentConsentV4Params
WithXFapiInteractionID adds the xFapiInteractionID to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithXIdempotencyKey ¶
func (o *CreatePaymentConsentV4Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreatePaymentConsentV4Params
WithXIdempotencyKey adds the xIdempotencyKey to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WithXJwsSignature ¶
func (o *CreatePaymentConsentV4Params) WithXJwsSignature(xJwsSignature *string) *CreatePaymentConsentV4Params
WithXJwsSignature adds the xJwsSignature to the create payment consent v4 params
func (*CreatePaymentConsentV4Params) WriteToRequest ¶
func (o *CreatePaymentConsentV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePaymentConsentV4Reader ¶
type CreatePaymentConsentV4Reader struct {
// contains filtered or unexported fields
}
CreatePaymentConsentV4Reader is a Reader for the CreatePaymentConsentV4 structure.
func (*CreatePaymentConsentV4Reader) ReadResponse ¶
func (o *CreatePaymentConsentV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePaymentConsentV4TooManyRequests ¶
type CreatePaymentConsentV4TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4TooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreatePaymentConsentV4TooManyRequests ¶
func NewCreatePaymentConsentV4TooManyRequests() *CreatePaymentConsentV4TooManyRequests
NewCreatePaymentConsentV4TooManyRequests creates a CreatePaymentConsentV4TooManyRequests with default headers values
func (*CreatePaymentConsentV4TooManyRequests) Code ¶
func (o *CreatePaymentConsentV4TooManyRequests) Code() int
Code gets the status code for the create payment consent v4 too many requests response
func (*CreatePaymentConsentV4TooManyRequests) Error ¶
func (o *CreatePaymentConsentV4TooManyRequests) Error() string
func (*CreatePaymentConsentV4TooManyRequests) GetPayload ¶
func (o *CreatePaymentConsentV4TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4TooManyRequests) IsClientError ¶
func (o *CreatePaymentConsentV4TooManyRequests) IsClientError() bool
IsClientError returns true when this create payment consent v4 too many requests response has a 4xx status code
func (*CreatePaymentConsentV4TooManyRequests) IsCode ¶
func (o *CreatePaymentConsentV4TooManyRequests) IsCode(code int) bool
IsCode returns true when this create payment consent v4 too many requests response a status code equal to that given
func (*CreatePaymentConsentV4TooManyRequests) IsRedirect ¶
func (o *CreatePaymentConsentV4TooManyRequests) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 too many requests response has a 3xx status code
func (*CreatePaymentConsentV4TooManyRequests) IsServerError ¶
func (o *CreatePaymentConsentV4TooManyRequests) IsServerError() bool
IsServerError returns true when this create payment consent v4 too many requests response has a 5xx status code
func (*CreatePaymentConsentV4TooManyRequests) IsSuccess ¶
func (o *CreatePaymentConsentV4TooManyRequests) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 too many requests response has a 2xx status code
func (*CreatePaymentConsentV4TooManyRequests) String ¶
func (o *CreatePaymentConsentV4TooManyRequests) String() string
type CreatePaymentConsentV4Unauthorized ¶
type CreatePaymentConsentV4Unauthorized struct {
}CreatePaymentConsentV4Unauthorized describes a response with status code 401, with default header values.
Error
func NewCreatePaymentConsentV4Unauthorized ¶
func NewCreatePaymentConsentV4Unauthorized() *CreatePaymentConsentV4Unauthorized
NewCreatePaymentConsentV4Unauthorized creates a CreatePaymentConsentV4Unauthorized with default headers values
func (*CreatePaymentConsentV4Unauthorized) Code ¶
func (o *CreatePaymentConsentV4Unauthorized) Code() int
Code gets the status code for the create payment consent v4 unauthorized response
func (*CreatePaymentConsentV4Unauthorized) Error ¶
func (o *CreatePaymentConsentV4Unauthorized) Error() string
func (*CreatePaymentConsentV4Unauthorized) GetPayload ¶
func (o *CreatePaymentConsentV4Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4Unauthorized) IsClientError ¶
func (o *CreatePaymentConsentV4Unauthorized) IsClientError() bool
IsClientError returns true when this create payment consent v4 unauthorized response has a 4xx status code
func (*CreatePaymentConsentV4Unauthorized) IsCode ¶
func (o *CreatePaymentConsentV4Unauthorized) IsCode(code int) bool
IsCode returns true when this create payment consent v4 unauthorized response a status code equal to that given
func (*CreatePaymentConsentV4Unauthorized) IsRedirect ¶
func (o *CreatePaymentConsentV4Unauthorized) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 unauthorized response has a 3xx status code
func (*CreatePaymentConsentV4Unauthorized) IsServerError ¶
func (o *CreatePaymentConsentV4Unauthorized) IsServerError() bool
IsServerError returns true when this create payment consent v4 unauthorized response has a 5xx status code
func (*CreatePaymentConsentV4Unauthorized) IsSuccess ¶
func (o *CreatePaymentConsentV4Unauthorized) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 unauthorized response has a 2xx status code
func (*CreatePaymentConsentV4Unauthorized) String ¶
func (o *CreatePaymentConsentV4Unauthorized) String() string
type CreatePaymentConsentV4UnprocessableEntity ¶
type CreatePaymentConsentV4UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreatePaymentConsentV4UnprocessableEntity ¶
func NewCreatePaymentConsentV4UnprocessableEntity() *CreatePaymentConsentV4UnprocessableEntity
NewCreatePaymentConsentV4UnprocessableEntity creates a CreatePaymentConsentV4UnprocessableEntity with default headers values
func (*CreatePaymentConsentV4UnprocessableEntity) Code ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) Code() int
Code gets the status code for the create payment consent v4 unprocessable entity response
func (*CreatePaymentConsentV4UnprocessableEntity) Error ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) Error() string
func (*CreatePaymentConsentV4UnprocessableEntity) GetPayload ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4UnprocessableEntity) IsClientError ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) IsClientError() bool
IsClientError returns true when this create payment consent v4 unprocessable entity response has a 4xx status code
func (*CreatePaymentConsentV4UnprocessableEntity) IsCode ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create payment consent v4 unprocessable entity response a status code equal to that given
func (*CreatePaymentConsentV4UnprocessableEntity) IsRedirect ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 unprocessable entity response has a 3xx status code
func (*CreatePaymentConsentV4UnprocessableEntity) IsServerError ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) IsServerError() bool
IsServerError returns true when this create payment consent v4 unprocessable entity response has a 5xx status code
func (*CreatePaymentConsentV4UnprocessableEntity) IsSuccess ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 unprocessable entity response has a 2xx status code
func (*CreatePaymentConsentV4UnprocessableEntity) String ¶
func (o *CreatePaymentConsentV4UnprocessableEntity) String() string
type CreatePaymentConsentV4UnsupportedMediaType ¶
type CreatePaymentConsentV4UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreatePaymentConsentV4UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreatePaymentConsentV4UnsupportedMediaType ¶
func NewCreatePaymentConsentV4UnsupportedMediaType() *CreatePaymentConsentV4UnsupportedMediaType
NewCreatePaymentConsentV4UnsupportedMediaType creates a CreatePaymentConsentV4UnsupportedMediaType with default headers values
func (*CreatePaymentConsentV4UnsupportedMediaType) Code ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) Code() int
Code gets the status code for the create payment consent v4 unsupported media type response
func (*CreatePaymentConsentV4UnsupportedMediaType) Error ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) Error() string
func (*CreatePaymentConsentV4UnsupportedMediaType) GetPayload ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreatePaymentConsentV4UnsupportedMediaType) IsClientError ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create payment consent v4 unsupported media type response has a 4xx status code
func (*CreatePaymentConsentV4UnsupportedMediaType) IsCode ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create payment consent v4 unsupported media type response a status code equal to that given
func (*CreatePaymentConsentV4UnsupportedMediaType) IsRedirect ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create payment consent v4 unsupported media type response has a 3xx status code
func (*CreatePaymentConsentV4UnsupportedMediaType) IsServerError ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create payment consent v4 unsupported media type response has a 5xx status code
func (*CreatePaymentConsentV4UnsupportedMediaType) IsSuccess ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create payment consent v4 unsupported media type response has a 2xx status code
func (*CreatePaymentConsentV4UnsupportedMediaType) String ¶
func (o *CreatePaymentConsentV4UnsupportedMediaType) String() string
type CreateRecurringPaymentConsentV1BadRequest ¶
type CreateRecurringPaymentConsentV1BadRequest struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1BadRequest describes a response with status code 400, with default header values.
Error
func NewCreateRecurringPaymentConsentV1BadRequest ¶
func NewCreateRecurringPaymentConsentV1BadRequest() *CreateRecurringPaymentConsentV1BadRequest
NewCreateRecurringPaymentConsentV1BadRequest creates a CreateRecurringPaymentConsentV1BadRequest with default headers values
func (*CreateRecurringPaymentConsentV1BadRequest) Code ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) Code() int
Code gets the status code for the create recurring payment consent v1 bad request response
func (*CreateRecurringPaymentConsentV1BadRequest) Error ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) Error() string
func (*CreateRecurringPaymentConsentV1BadRequest) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1BadRequest) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 bad request response has a 4xx status code
func (*CreateRecurringPaymentConsentV1BadRequest) IsCode ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 bad request response a status code equal to that given
func (*CreateRecurringPaymentConsentV1BadRequest) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 bad request response has a 3xx status code
func (*CreateRecurringPaymentConsentV1BadRequest) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 bad request response has a 5xx status code
func (*CreateRecurringPaymentConsentV1BadRequest) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 bad request response has a 2xx status code
func (*CreateRecurringPaymentConsentV1BadRequest) String ¶
func (o *CreateRecurringPaymentConsentV1BadRequest) String() string
type CreateRecurringPaymentConsentV1Created ¶
type CreateRecurringPaymentConsentV1Created struct {
Payload *models.BrazilCustomerRecurringPaymentConsentResponseV1
}
CreateRecurringPaymentConsentV1Created describes a response with status code 201, with default header values.
Customer recurring payment consent
func NewCreateRecurringPaymentConsentV1Created ¶
func NewCreateRecurringPaymentConsentV1Created() *CreateRecurringPaymentConsentV1Created
NewCreateRecurringPaymentConsentV1Created creates a CreateRecurringPaymentConsentV1Created with default headers values
func (*CreateRecurringPaymentConsentV1Created) Code ¶
func (o *CreateRecurringPaymentConsentV1Created) Code() int
Code gets the status code for the create recurring payment consent v1 created response
func (*CreateRecurringPaymentConsentV1Created) Error ¶
func (o *CreateRecurringPaymentConsentV1Created) Error() string
func (*CreateRecurringPaymentConsentV1Created) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1Created) GetPayload() *models.BrazilCustomerRecurringPaymentConsentResponseV1
func (*CreateRecurringPaymentConsentV1Created) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1Created) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 created response has a 4xx status code
func (*CreateRecurringPaymentConsentV1Created) IsCode ¶
func (o *CreateRecurringPaymentConsentV1Created) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 created response a status code equal to that given
func (*CreateRecurringPaymentConsentV1Created) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1Created) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 created response has a 3xx status code
func (*CreateRecurringPaymentConsentV1Created) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1Created) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 created response has a 5xx status code
func (*CreateRecurringPaymentConsentV1Created) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1Created) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 created response has a 2xx status code
func (*CreateRecurringPaymentConsentV1Created) String ¶
func (o *CreateRecurringPaymentConsentV1Created) String() string
type CreateRecurringPaymentConsentV1Forbidden ¶
type CreateRecurringPaymentConsentV1Forbidden struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1Forbidden describes a response with status code 403, with default header values.
Error
func NewCreateRecurringPaymentConsentV1Forbidden ¶
func NewCreateRecurringPaymentConsentV1Forbidden() *CreateRecurringPaymentConsentV1Forbidden
NewCreateRecurringPaymentConsentV1Forbidden creates a CreateRecurringPaymentConsentV1Forbidden with default headers values
func (*CreateRecurringPaymentConsentV1Forbidden) Code ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) Code() int
Code gets the status code for the create recurring payment consent v1 forbidden response
func (*CreateRecurringPaymentConsentV1Forbidden) Error ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) Error() string
func (*CreateRecurringPaymentConsentV1Forbidden) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1Forbidden) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 forbidden response has a 4xx status code
func (*CreateRecurringPaymentConsentV1Forbidden) IsCode ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 forbidden response a status code equal to that given
func (*CreateRecurringPaymentConsentV1Forbidden) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 forbidden response has a 3xx status code
func (*CreateRecurringPaymentConsentV1Forbidden) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 forbidden response has a 5xx status code
func (*CreateRecurringPaymentConsentV1Forbidden) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 forbidden response has a 2xx status code
func (*CreateRecurringPaymentConsentV1Forbidden) String ¶
func (o *CreateRecurringPaymentConsentV1Forbidden) String() string
type CreateRecurringPaymentConsentV1InternalServerError ¶
type CreateRecurringPaymentConsentV1InternalServerError struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1InternalServerError describes a response with status code 500, with default header values.
Error
func NewCreateRecurringPaymentConsentV1InternalServerError ¶
func NewCreateRecurringPaymentConsentV1InternalServerError() *CreateRecurringPaymentConsentV1InternalServerError
NewCreateRecurringPaymentConsentV1InternalServerError creates a CreateRecurringPaymentConsentV1InternalServerError with default headers values
func (*CreateRecurringPaymentConsentV1InternalServerError) Code ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) Code() int
Code gets the status code for the create recurring payment consent v1 internal server error response
func (*CreateRecurringPaymentConsentV1InternalServerError) Error ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) Error() string
func (*CreateRecurringPaymentConsentV1InternalServerError) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1InternalServerError) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 internal server error response has a 4xx status code
func (*CreateRecurringPaymentConsentV1InternalServerError) IsCode ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 internal server error response a status code equal to that given
func (*CreateRecurringPaymentConsentV1InternalServerError) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 internal server error response has a 3xx status code
func (*CreateRecurringPaymentConsentV1InternalServerError) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 internal server error response has a 5xx status code
func (*CreateRecurringPaymentConsentV1InternalServerError) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 internal server error response has a 2xx status code
func (*CreateRecurringPaymentConsentV1InternalServerError) String ¶
func (o *CreateRecurringPaymentConsentV1InternalServerError) String() string
type CreateRecurringPaymentConsentV1MethodNotAllowed ¶
type CreateRecurringPaymentConsentV1MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewCreateRecurringPaymentConsentV1MethodNotAllowed ¶
func NewCreateRecurringPaymentConsentV1MethodNotAllowed() *CreateRecurringPaymentConsentV1MethodNotAllowed
NewCreateRecurringPaymentConsentV1MethodNotAllowed creates a CreateRecurringPaymentConsentV1MethodNotAllowed with default headers values
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) Code ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) Code() int
Code gets the status code for the create recurring payment consent v1 method not allowed response
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) Error ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) Error() string
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 method not allowed response has a 4xx status code
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) IsCode ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 method not allowed response a status code equal to that given
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 method not allowed response has a 3xx status code
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 method not allowed response has a 5xx status code
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 method not allowed response has a 2xx status code
func (*CreateRecurringPaymentConsentV1MethodNotAllowed) String ¶
func (o *CreateRecurringPaymentConsentV1MethodNotAllowed) String() string
type CreateRecurringPaymentConsentV1NotAcceptable ¶
type CreateRecurringPaymentConsentV1NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1NotAcceptable describes a response with status code 406, with default header values.
Error
func NewCreateRecurringPaymentConsentV1NotAcceptable ¶
func NewCreateRecurringPaymentConsentV1NotAcceptable() *CreateRecurringPaymentConsentV1NotAcceptable
NewCreateRecurringPaymentConsentV1NotAcceptable creates a CreateRecurringPaymentConsentV1NotAcceptable with default headers values
func (*CreateRecurringPaymentConsentV1NotAcceptable) Code ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) Code() int
Code gets the status code for the create recurring payment consent v1 not acceptable response
func (*CreateRecurringPaymentConsentV1NotAcceptable) Error ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) Error() string
func (*CreateRecurringPaymentConsentV1NotAcceptable) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1NotAcceptable) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 not acceptable response has a 4xx status code
func (*CreateRecurringPaymentConsentV1NotAcceptable) IsCode ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 not acceptable response a status code equal to that given
func (*CreateRecurringPaymentConsentV1NotAcceptable) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 not acceptable response has a 3xx status code
func (*CreateRecurringPaymentConsentV1NotAcceptable) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 not acceptable response has a 5xx status code
func (*CreateRecurringPaymentConsentV1NotAcceptable) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 not acceptable response has a 2xx status code
func (*CreateRecurringPaymentConsentV1NotAcceptable) String ¶
func (o *CreateRecurringPaymentConsentV1NotAcceptable) String() string
type CreateRecurringPaymentConsentV1Params ¶
type CreateRecurringPaymentConsentV1Params struct { /* Request. Request */ Request *models.BrazilCustomerCreateRecurringPaymentConsentRequestV1 /* 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 }
CreateRecurringPaymentConsentV1Params contains all the parameters to send to the API endpoint
for the create recurring payment consent v1 operation. Typically these are written to a http.Request.
func NewCreateRecurringPaymentConsentV1Params ¶
func NewCreateRecurringPaymentConsentV1Params() *CreateRecurringPaymentConsentV1Params
NewCreateRecurringPaymentConsentV1Params creates a new CreateRecurringPaymentConsentV1Params 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 NewCreateRecurringPaymentConsentV1ParamsWithContext ¶
func NewCreateRecurringPaymentConsentV1ParamsWithContext(ctx context.Context) *CreateRecurringPaymentConsentV1Params
NewCreateRecurringPaymentConsentV1ParamsWithContext creates a new CreateRecurringPaymentConsentV1Params object with the ability to set a context for a request.
func NewCreateRecurringPaymentConsentV1ParamsWithHTTPClient ¶
func NewCreateRecurringPaymentConsentV1ParamsWithHTTPClient(client *http.Client) *CreateRecurringPaymentConsentV1Params
NewCreateRecurringPaymentConsentV1ParamsWithHTTPClient creates a new CreateRecurringPaymentConsentV1Params object with the ability to set a custom HTTPClient for a request.
func NewCreateRecurringPaymentConsentV1ParamsWithTimeout ¶
func NewCreateRecurringPaymentConsentV1ParamsWithTimeout(timeout time.Duration) *CreateRecurringPaymentConsentV1Params
NewCreateRecurringPaymentConsentV1ParamsWithTimeout creates a new CreateRecurringPaymentConsentV1Params object with the ability to set a timeout on a request.
func (*CreateRecurringPaymentConsentV1Params) SetContext ¶
func (o *CreateRecurringPaymentConsentV1Params) SetContext(ctx context.Context)
SetContext adds the context to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetDefaults ¶
func (o *CreateRecurringPaymentConsentV1Params) SetDefaults()
SetDefaults hydrates default values in the create recurring payment consent v1 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateRecurringPaymentConsentV1Params) SetHTTPClient ¶
func (o *CreateRecurringPaymentConsentV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetRequest ¶
func (o *CreateRecurringPaymentConsentV1Params) SetRequest(request *models.BrazilCustomerCreateRecurringPaymentConsentRequestV1)
SetRequest adds the request to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetTimeout ¶
func (o *CreateRecurringPaymentConsentV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetXCustomerUserAgent ¶
func (o *CreateRecurringPaymentConsentV1Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetXFapiAuthDate ¶
func (o *CreateRecurringPaymentConsentV1Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress ¶
func (o *CreateRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetXFapiInteractionID ¶
func (o *CreateRecurringPaymentConsentV1Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetXIdempotencyKey ¶
func (o *CreateRecurringPaymentConsentV1Params) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) SetXJwsSignature ¶
func (o *CreateRecurringPaymentConsentV1Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithContext ¶
func (o *CreateRecurringPaymentConsentV1Params) WithContext(ctx context.Context) *CreateRecurringPaymentConsentV1Params
WithContext adds the context to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithDefaults ¶
func (o *CreateRecurringPaymentConsentV1Params) WithDefaults() *CreateRecurringPaymentConsentV1Params
WithDefaults hydrates default values in the create recurring payment consent v1 params (not the query body).
All values with no default are reset to their zero value.
func (*CreateRecurringPaymentConsentV1Params) WithHTTPClient ¶
func (o *CreateRecurringPaymentConsentV1Params) WithHTTPClient(client *http.Client) *CreateRecurringPaymentConsentV1Params
WithHTTPClient adds the HTTPClient to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithRequest ¶
func (o *CreateRecurringPaymentConsentV1Params) WithRequest(request *models.BrazilCustomerCreateRecurringPaymentConsentRequestV1) *CreateRecurringPaymentConsentV1Params
WithRequest adds the request to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithTimeout ¶
func (o *CreateRecurringPaymentConsentV1Params) WithTimeout(timeout time.Duration) *CreateRecurringPaymentConsentV1Params
WithTimeout adds the timeout to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithXCustomerUserAgent ¶
func (o *CreateRecurringPaymentConsentV1Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *CreateRecurringPaymentConsentV1Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithXFapiAuthDate ¶
func (o *CreateRecurringPaymentConsentV1Params) WithXFapiAuthDate(xFapiAuthDate *string) *CreateRecurringPaymentConsentV1Params
WithXFapiAuthDate adds the xFapiAuthDate to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress ¶
func (o *CreateRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *CreateRecurringPaymentConsentV1Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithXFapiInteractionID ¶
func (o *CreateRecurringPaymentConsentV1Params) WithXFapiInteractionID(xFapiInteractionID *string) *CreateRecurringPaymentConsentV1Params
WithXFapiInteractionID adds the xFapiInteractionID to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithXIdempotencyKey ¶
func (o *CreateRecurringPaymentConsentV1Params) WithXIdempotencyKey(xIdempotencyKey *string) *CreateRecurringPaymentConsentV1Params
WithXIdempotencyKey adds the xIdempotencyKey to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WithXJwsSignature ¶
func (o *CreateRecurringPaymentConsentV1Params) WithXJwsSignature(xJwsSignature *string) *CreateRecurringPaymentConsentV1Params
WithXJwsSignature adds the xJwsSignature to the create recurring payment consent v1 params
func (*CreateRecurringPaymentConsentV1Params) WriteToRequest ¶
func (o *CreateRecurringPaymentConsentV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateRecurringPaymentConsentV1Reader ¶
type CreateRecurringPaymentConsentV1Reader struct {
// contains filtered or unexported fields
}
CreateRecurringPaymentConsentV1Reader is a Reader for the CreateRecurringPaymentConsentV1 structure.
func (*CreateRecurringPaymentConsentV1Reader) ReadResponse ¶
func (o *CreateRecurringPaymentConsentV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateRecurringPaymentConsentV1TooManyRequests ¶
type CreateRecurringPaymentConsentV1TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1TooManyRequests describes a response with status code 429, with default header values.
Error
func NewCreateRecurringPaymentConsentV1TooManyRequests ¶
func NewCreateRecurringPaymentConsentV1TooManyRequests() *CreateRecurringPaymentConsentV1TooManyRequests
NewCreateRecurringPaymentConsentV1TooManyRequests creates a CreateRecurringPaymentConsentV1TooManyRequests with default headers values
func (*CreateRecurringPaymentConsentV1TooManyRequests) Code ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) Code() int
Code gets the status code for the create recurring payment consent v1 too many requests response
func (*CreateRecurringPaymentConsentV1TooManyRequests) Error ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) Error() string
func (*CreateRecurringPaymentConsentV1TooManyRequests) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1TooManyRequests) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 too many requests response has a 4xx status code
func (*CreateRecurringPaymentConsentV1TooManyRequests) IsCode ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 too many requests response a status code equal to that given
func (*CreateRecurringPaymentConsentV1TooManyRequests) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 too many requests response has a 3xx status code
func (*CreateRecurringPaymentConsentV1TooManyRequests) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 too many requests response has a 5xx status code
func (*CreateRecurringPaymentConsentV1TooManyRequests) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 too many requests response has a 2xx status code
func (*CreateRecurringPaymentConsentV1TooManyRequests) String ¶
func (o *CreateRecurringPaymentConsentV1TooManyRequests) String() string
type CreateRecurringPaymentConsentV1Unauthorized ¶
type CreateRecurringPaymentConsentV1Unauthorized struct {
}CreateRecurringPaymentConsentV1Unauthorized describes a response with status code 401, with default header values.
Error
func NewCreateRecurringPaymentConsentV1Unauthorized ¶
func NewCreateRecurringPaymentConsentV1Unauthorized() *CreateRecurringPaymentConsentV1Unauthorized
NewCreateRecurringPaymentConsentV1Unauthorized creates a CreateRecurringPaymentConsentV1Unauthorized with default headers values
func (*CreateRecurringPaymentConsentV1Unauthorized) Code ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) Code() int
Code gets the status code for the create recurring payment consent v1 unauthorized response
func (*CreateRecurringPaymentConsentV1Unauthorized) Error ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) Error() string
func (*CreateRecurringPaymentConsentV1Unauthorized) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1Unauthorized) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 unauthorized response has a 4xx status code
func (*CreateRecurringPaymentConsentV1Unauthorized) IsCode ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 unauthorized response a status code equal to that given
func (*CreateRecurringPaymentConsentV1Unauthorized) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 unauthorized response has a 3xx status code
func (*CreateRecurringPaymentConsentV1Unauthorized) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 unauthorized response has a 5xx status code
func (*CreateRecurringPaymentConsentV1Unauthorized) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 unauthorized response has a 2xx status code
func (*CreateRecurringPaymentConsentV1Unauthorized) String ¶
func (o *CreateRecurringPaymentConsentV1Unauthorized) String() string
type CreateRecurringPaymentConsentV1UnprocessableEntity ¶
type CreateRecurringPaymentConsentV1UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewCreateRecurringPaymentConsentV1UnprocessableEntity ¶
func NewCreateRecurringPaymentConsentV1UnprocessableEntity() *CreateRecurringPaymentConsentV1UnprocessableEntity
NewCreateRecurringPaymentConsentV1UnprocessableEntity creates a CreateRecurringPaymentConsentV1UnprocessableEntity with default headers values
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) Code ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) Code() int
Code gets the status code for the create recurring payment consent v1 unprocessable entity response
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) Error ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) Error() string
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 unprocessable entity response has a 4xx status code
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) IsCode ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 unprocessable entity response a status code equal to that given
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 unprocessable entity response has a 3xx status code
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 unprocessable entity response has a 5xx status code
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 unprocessable entity response has a 2xx status code
func (*CreateRecurringPaymentConsentV1UnprocessableEntity) String ¶
func (o *CreateRecurringPaymentConsentV1UnprocessableEntity) String() string
type CreateRecurringPaymentConsentV1UnsupportedMediaType ¶
type CreateRecurringPaymentConsentV1UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
CreateRecurringPaymentConsentV1UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewCreateRecurringPaymentConsentV1UnsupportedMediaType ¶
func NewCreateRecurringPaymentConsentV1UnsupportedMediaType() *CreateRecurringPaymentConsentV1UnsupportedMediaType
NewCreateRecurringPaymentConsentV1UnsupportedMediaType creates a CreateRecurringPaymentConsentV1UnsupportedMediaType with default headers values
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) Code ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) Code() int
Code gets the status code for the create recurring payment consent v1 unsupported media type response
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) Error ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) Error() string
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) GetPayload ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) IsClientError ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this create recurring payment consent v1 unsupported media type response has a 4xx status code
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) IsCode ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this create recurring payment consent v1 unsupported media type response a status code equal to that given
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this create recurring payment consent v1 unsupported media type response has a 3xx status code
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) IsServerError ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this create recurring payment consent v1 unsupported media type response has a 5xx status code
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this create recurring payment consent v1 unsupported media type response has a 2xx status code
func (*CreateRecurringPaymentConsentV1UnsupportedMediaType) String ¶
func (o *CreateRecurringPaymentConsentV1UnsupportedMediaType) String() string
type DeleteDataAccessConsentBadRequest ¶
type DeleteDataAccessConsentBadRequest struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentBadRequest describes a response with status code 400, with default header values.
Error
func NewDeleteDataAccessConsentBadRequest ¶
func NewDeleteDataAccessConsentBadRequest() *DeleteDataAccessConsentBadRequest
NewDeleteDataAccessConsentBadRequest creates a DeleteDataAccessConsentBadRequest with default headers values
func (*DeleteDataAccessConsentBadRequest) Code ¶
func (o *DeleteDataAccessConsentBadRequest) Code() int
Code gets the status code for the delete data access consent bad request response
func (*DeleteDataAccessConsentBadRequest) Error ¶
func (o *DeleteDataAccessConsentBadRequest) Error() string
func (*DeleteDataAccessConsentBadRequest) GetPayload ¶
func (o *DeleteDataAccessConsentBadRequest) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentBadRequest) IsClientError ¶
func (o *DeleteDataAccessConsentBadRequest) IsClientError() bool
IsClientError returns true when this delete data access consent bad request response has a 4xx status code
func (*DeleteDataAccessConsentBadRequest) IsCode ¶
func (o *DeleteDataAccessConsentBadRequest) IsCode(code int) bool
IsCode returns true when this delete data access consent bad request response a status code equal to that given
func (*DeleteDataAccessConsentBadRequest) IsRedirect ¶
func (o *DeleteDataAccessConsentBadRequest) IsRedirect() bool
IsRedirect returns true when this delete data access consent bad request response has a 3xx status code
func (*DeleteDataAccessConsentBadRequest) IsServerError ¶
func (o *DeleteDataAccessConsentBadRequest) IsServerError() bool
IsServerError returns true when this delete data access consent bad request response has a 5xx status code
func (*DeleteDataAccessConsentBadRequest) IsSuccess ¶
func (o *DeleteDataAccessConsentBadRequest) IsSuccess() bool
IsSuccess returns true when this delete data access consent bad request response has a 2xx status code
func (*DeleteDataAccessConsentBadRequest) String ¶
func (o *DeleteDataAccessConsentBadRequest) String() string
type DeleteDataAccessConsentDeprecatedBadRequest ¶
type DeleteDataAccessConsentDeprecatedBadRequest struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedBadRequest describes a response with status code 400, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedBadRequest ¶
func NewDeleteDataAccessConsentDeprecatedBadRequest() *DeleteDataAccessConsentDeprecatedBadRequest
NewDeleteDataAccessConsentDeprecatedBadRequest creates a DeleteDataAccessConsentDeprecatedBadRequest with default headers values
func (*DeleteDataAccessConsentDeprecatedBadRequest) Code ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) Code() int
Code gets the status code for the delete data access consent deprecated bad request response
func (*DeleteDataAccessConsentDeprecatedBadRequest) Error ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) Error() string
func (*DeleteDataAccessConsentDeprecatedBadRequest) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedBadRequest) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated bad request response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedBadRequest) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated bad request response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedBadRequest) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated bad request response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedBadRequest) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated bad request response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedBadRequest) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated bad request response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedBadRequest) String ¶
func (o *DeleteDataAccessConsentDeprecatedBadRequest) String() string
type DeleteDataAccessConsentDeprecatedForbidden ¶
type DeleteDataAccessConsentDeprecatedForbidden struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedForbidden describes a response with status code 403, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedForbidden ¶
func NewDeleteDataAccessConsentDeprecatedForbidden() *DeleteDataAccessConsentDeprecatedForbidden
NewDeleteDataAccessConsentDeprecatedForbidden creates a DeleteDataAccessConsentDeprecatedForbidden with default headers values
func (*DeleteDataAccessConsentDeprecatedForbidden) Code ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) Code() int
Code gets the status code for the delete data access consent deprecated forbidden response
func (*DeleteDataAccessConsentDeprecatedForbidden) Error ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) Error() string
func (*DeleteDataAccessConsentDeprecatedForbidden) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedForbidden) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated forbidden response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedForbidden) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated forbidden response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedForbidden) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated forbidden response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedForbidden) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated forbidden response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedForbidden) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated forbidden response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedForbidden) String ¶
func (o *DeleteDataAccessConsentDeprecatedForbidden) String() string
type DeleteDataAccessConsentDeprecatedInternalServerError ¶
type DeleteDataAccessConsentDeprecatedInternalServerError struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedInternalServerError ¶
func NewDeleteDataAccessConsentDeprecatedInternalServerError() *DeleteDataAccessConsentDeprecatedInternalServerError
NewDeleteDataAccessConsentDeprecatedInternalServerError creates a DeleteDataAccessConsentDeprecatedInternalServerError with default headers values
func (*DeleteDataAccessConsentDeprecatedInternalServerError) Code ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) Code() int
Code gets the status code for the delete data access consent deprecated internal server error response
func (*DeleteDataAccessConsentDeprecatedInternalServerError) Error ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) Error() string
func (*DeleteDataAccessConsentDeprecatedInternalServerError) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated internal server error response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated internal server error response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated internal server error response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated internal server error response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedInternalServerError) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated internal server error response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedInternalServerError) String ¶
func (o *DeleteDataAccessConsentDeprecatedInternalServerError) String() string
type DeleteDataAccessConsentDeprecatedMethodNotAllowed ¶
type DeleteDataAccessConsentDeprecatedMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedMethodNotAllowed ¶
func NewDeleteDataAccessConsentDeprecatedMethodNotAllowed() *DeleteDataAccessConsentDeprecatedMethodNotAllowed
NewDeleteDataAccessConsentDeprecatedMethodNotAllowed creates a DeleteDataAccessConsentDeprecatedMethodNotAllowed with default headers values
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) Code ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) Code() int
Code gets the status code for the delete data access consent deprecated method not allowed response
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) Error ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) Error() string
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated method not allowed response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated method not allowed response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated method not allowed response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated method not allowed response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated method not allowed response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedMethodNotAllowed) String ¶
func (o *DeleteDataAccessConsentDeprecatedMethodNotAllowed) String() string
type DeleteDataAccessConsentDeprecatedNoContent ¶
type DeleteDataAccessConsentDeprecatedNoContent struct {
Payload *models.BrazilCustomerDataAccessConsentResponse
}
DeleteDataAccessConsentDeprecatedNoContent describes a response with status code 204, with default header values.
Customer data access consent
func NewDeleteDataAccessConsentDeprecatedNoContent ¶
func NewDeleteDataAccessConsentDeprecatedNoContent() *DeleteDataAccessConsentDeprecatedNoContent
NewDeleteDataAccessConsentDeprecatedNoContent creates a DeleteDataAccessConsentDeprecatedNoContent with default headers values
func (*DeleteDataAccessConsentDeprecatedNoContent) Code ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) Code() int
Code gets the status code for the delete data access consent deprecated no content response
func (*DeleteDataAccessConsentDeprecatedNoContent) Error ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) Error() string
func (*DeleteDataAccessConsentDeprecatedNoContent) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
func (*DeleteDataAccessConsentDeprecatedNoContent) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated no content response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedNoContent) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated no content response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedNoContent) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated no content response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedNoContent) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated no content response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedNoContent) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated no content response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedNoContent) String ¶
func (o *DeleteDataAccessConsentDeprecatedNoContent) String() string
type DeleteDataAccessConsentDeprecatedNotAcceptable ¶
type DeleteDataAccessConsentDeprecatedNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedNotAcceptable ¶
func NewDeleteDataAccessConsentDeprecatedNotAcceptable() *DeleteDataAccessConsentDeprecatedNotAcceptable
NewDeleteDataAccessConsentDeprecatedNotAcceptable creates a DeleteDataAccessConsentDeprecatedNotAcceptable with default headers values
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) Code ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) Code() int
Code gets the status code for the delete data access consent deprecated not acceptable response
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) Error ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) Error() string
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated not acceptable response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated not acceptable response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated not acceptable response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated not acceptable response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated not acceptable response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedNotAcceptable) String ¶
func (o *DeleteDataAccessConsentDeprecatedNotAcceptable) String() string
type DeleteDataAccessConsentDeprecatedParams ¶
type DeleteDataAccessConsentDeprecatedParams 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 }
DeleteDataAccessConsentDeprecatedParams contains all the parameters to send to the API endpoint
for the delete data access consent deprecated operation. Typically these are written to a http.Request.
func NewDeleteDataAccessConsentDeprecatedParams ¶
func NewDeleteDataAccessConsentDeprecatedParams() *DeleteDataAccessConsentDeprecatedParams
NewDeleteDataAccessConsentDeprecatedParams creates a new DeleteDataAccessConsentDeprecatedParams 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 NewDeleteDataAccessConsentDeprecatedParamsWithContext ¶
func NewDeleteDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *DeleteDataAccessConsentDeprecatedParams
NewDeleteDataAccessConsentDeprecatedParamsWithContext creates a new DeleteDataAccessConsentDeprecatedParams object with the ability to set a context for a request.
func NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient ¶
func NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentDeprecatedParams
NewDeleteDataAccessConsentDeprecatedParamsWithHTTPClient creates a new DeleteDataAccessConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDataAccessConsentDeprecatedParamsWithTimeout ¶
func NewDeleteDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentDeprecatedParams
NewDeleteDataAccessConsentDeprecatedParamsWithTimeout creates a new DeleteDataAccessConsentDeprecatedParams object with the ability to set a timeout on a request.
func (*DeleteDataAccessConsentDeprecatedParams) SetConsentID ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetContext ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetContext(ctx context.Context)
SetContext adds the context to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetDefaults ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetDefaults()
SetDefaults hydrates default values in the delete data access consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDataAccessConsentDeprecatedParams) SetHTTPClient ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetTimeout ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetXCustomerUserAgent ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetXFapiAuthDate ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetXFapiInteractionID ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) SetXJwsSignature ¶
func (o *DeleteDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithConsentID ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithConsentID(consentID string) *DeleteDataAccessConsentDeprecatedParams
WithConsentID adds the consentID to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithContext ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithContext(ctx context.Context) *DeleteDataAccessConsentDeprecatedParams
WithContext adds the context to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithDefaults ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithDefaults() *DeleteDataAccessConsentDeprecatedParams
WithDefaults hydrates default values in the delete data access consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDataAccessConsentDeprecatedParams) WithHTTPClient ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithHTTPClient(client *http.Client) *DeleteDataAccessConsentDeprecatedParams
WithHTTPClient adds the HTTPClient to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithTimeout ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithTimeout(timeout time.Duration) *DeleteDataAccessConsentDeprecatedParams
WithTimeout adds the timeout to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithXCustomerUserAgent ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentDeprecatedParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithXFapiAuthDate ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentDeprecatedParams
WithXFapiAuthDate adds the xFapiAuthDate to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentDeprecatedParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithXFapiInteractionID ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentDeprecatedParams
WithXFapiInteractionID adds the xFapiInteractionID to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WithXJwsSignature ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentDeprecatedParams
WithXJwsSignature adds the xJwsSignature to the delete data access consent deprecated params
func (*DeleteDataAccessConsentDeprecatedParams) WriteToRequest ¶
func (o *DeleteDataAccessConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDataAccessConsentDeprecatedReader ¶
type DeleteDataAccessConsentDeprecatedReader struct {
// contains filtered or unexported fields
}
DeleteDataAccessConsentDeprecatedReader is a Reader for the DeleteDataAccessConsentDeprecated structure.
func (*DeleteDataAccessConsentDeprecatedReader) ReadResponse ¶
func (o *DeleteDataAccessConsentDeprecatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDataAccessConsentDeprecatedTooManyRequests ¶
type DeleteDataAccessConsentDeprecatedTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedTooManyRequests describes a response with status code 429, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedTooManyRequests ¶
func NewDeleteDataAccessConsentDeprecatedTooManyRequests() *DeleteDataAccessConsentDeprecatedTooManyRequests
NewDeleteDataAccessConsentDeprecatedTooManyRequests creates a DeleteDataAccessConsentDeprecatedTooManyRequests with default headers values
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) Code ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) Code() int
Code gets the status code for the delete data access consent deprecated too many requests response
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) Error ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) Error() string
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated too many requests response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated too many requests response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated too many requests response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated too many requests response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated too many requests response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedTooManyRequests) String ¶
func (o *DeleteDataAccessConsentDeprecatedTooManyRequests) String() string
type DeleteDataAccessConsentDeprecatedUnauthorized ¶
type DeleteDataAccessConsentDeprecatedUnauthorized struct {
}DeleteDataAccessConsentDeprecatedUnauthorized describes a response with status code 401, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedUnauthorized ¶
func NewDeleteDataAccessConsentDeprecatedUnauthorized() *DeleteDataAccessConsentDeprecatedUnauthorized
NewDeleteDataAccessConsentDeprecatedUnauthorized creates a DeleteDataAccessConsentDeprecatedUnauthorized with default headers values
func (*DeleteDataAccessConsentDeprecatedUnauthorized) Code ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) Code() int
Code gets the status code for the delete data access consent deprecated unauthorized response
func (*DeleteDataAccessConsentDeprecatedUnauthorized) Error ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) Error() string
func (*DeleteDataAccessConsentDeprecatedUnauthorized) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated unauthorized response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated unauthorized response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated unauthorized response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated unauthorized response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedUnauthorized) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated unauthorized response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedUnauthorized) String ¶
func (o *DeleteDataAccessConsentDeprecatedUnauthorized) String() string
type DeleteDataAccessConsentDeprecatedUnprocessableEntity ¶
type DeleteDataAccessConsentDeprecatedUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedUnprocessableEntity ¶
func NewDeleteDataAccessConsentDeprecatedUnprocessableEntity() *DeleteDataAccessConsentDeprecatedUnprocessableEntity
NewDeleteDataAccessConsentDeprecatedUnprocessableEntity creates a DeleteDataAccessConsentDeprecatedUnprocessableEntity with default headers values
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) Code ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) Code() int
Code gets the status code for the delete data access consent deprecated unprocessable entity response
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) Error ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) Error() string
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated unprocessable entity response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated unprocessable entity response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated unprocessable entity response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated unprocessable entity response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated unprocessable entity response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedUnprocessableEntity) String ¶
func (o *DeleteDataAccessConsentDeprecatedUnprocessableEntity) String() string
type DeleteDataAccessConsentDeprecatedUnsupportedMediaType ¶
type DeleteDataAccessConsentDeprecatedUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewDeleteDataAccessConsentDeprecatedUnsupportedMediaType ¶
func NewDeleteDataAccessConsentDeprecatedUnsupportedMediaType() *DeleteDataAccessConsentDeprecatedUnsupportedMediaType
NewDeleteDataAccessConsentDeprecatedUnsupportedMediaType creates a DeleteDataAccessConsentDeprecatedUnsupportedMediaType with default headers values
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Code ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Code() int
Code gets the status code for the delete data access consent deprecated unsupported media type response
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Error ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) Error() string
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete data access consent deprecated unsupported media type response has a 4xx status code
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsCode ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete data access consent deprecated unsupported media type response a status code equal to that given
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete data access consent deprecated unsupported media type response has a 3xx status code
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete data access consent deprecated unsupported media type response has a 5xx status code
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete data access consent deprecated unsupported media type response has a 2xx status code
func (*DeleteDataAccessConsentDeprecatedUnsupportedMediaType) String ¶
func (o *DeleteDataAccessConsentDeprecatedUnsupportedMediaType) String() string
type DeleteDataAccessConsentForbidden ¶
type DeleteDataAccessConsentForbidden struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentForbidden describes a response with status code 403, with default header values.
Error
func NewDeleteDataAccessConsentForbidden ¶
func NewDeleteDataAccessConsentForbidden() *DeleteDataAccessConsentForbidden
NewDeleteDataAccessConsentForbidden creates a DeleteDataAccessConsentForbidden with default headers values
func (*DeleteDataAccessConsentForbidden) Code ¶
func (o *DeleteDataAccessConsentForbidden) Code() int
Code gets the status code for the delete data access consent forbidden response
func (*DeleteDataAccessConsentForbidden) Error ¶
func (o *DeleteDataAccessConsentForbidden) Error() string
func (*DeleteDataAccessConsentForbidden) GetPayload ¶
func (o *DeleteDataAccessConsentForbidden) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentForbidden) IsClientError ¶
func (o *DeleteDataAccessConsentForbidden) IsClientError() bool
IsClientError returns true when this delete data access consent forbidden response has a 4xx status code
func (*DeleteDataAccessConsentForbidden) IsCode ¶
func (o *DeleteDataAccessConsentForbidden) IsCode(code int) bool
IsCode returns true when this delete data access consent forbidden response a status code equal to that given
func (*DeleteDataAccessConsentForbidden) IsRedirect ¶
func (o *DeleteDataAccessConsentForbidden) IsRedirect() bool
IsRedirect returns true when this delete data access consent forbidden response has a 3xx status code
func (*DeleteDataAccessConsentForbidden) IsServerError ¶
func (o *DeleteDataAccessConsentForbidden) IsServerError() bool
IsServerError returns true when this delete data access consent forbidden response has a 5xx status code
func (*DeleteDataAccessConsentForbidden) IsSuccess ¶
func (o *DeleteDataAccessConsentForbidden) IsSuccess() bool
IsSuccess returns true when this delete data access consent forbidden response has a 2xx status code
func (*DeleteDataAccessConsentForbidden) String ¶
func (o *DeleteDataAccessConsentForbidden) String() string
type DeleteDataAccessConsentInternalServerError ¶
type DeleteDataAccessConsentInternalServerError struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentInternalServerError describes a response with status code 500, with default header values.
Error
func NewDeleteDataAccessConsentInternalServerError ¶
func NewDeleteDataAccessConsentInternalServerError() *DeleteDataAccessConsentInternalServerError
NewDeleteDataAccessConsentInternalServerError creates a DeleteDataAccessConsentInternalServerError with default headers values
func (*DeleteDataAccessConsentInternalServerError) Code ¶
func (o *DeleteDataAccessConsentInternalServerError) Code() int
Code gets the status code for the delete data access consent internal server error response
func (*DeleteDataAccessConsentInternalServerError) Error ¶
func (o *DeleteDataAccessConsentInternalServerError) Error() string
func (*DeleteDataAccessConsentInternalServerError) GetPayload ¶
func (o *DeleteDataAccessConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentInternalServerError) IsClientError ¶
func (o *DeleteDataAccessConsentInternalServerError) IsClientError() bool
IsClientError returns true when this delete data access consent internal server error response has a 4xx status code
func (*DeleteDataAccessConsentInternalServerError) IsCode ¶
func (o *DeleteDataAccessConsentInternalServerError) IsCode(code int) bool
IsCode returns true when this delete data access consent internal server error response a status code equal to that given
func (*DeleteDataAccessConsentInternalServerError) IsRedirect ¶
func (o *DeleteDataAccessConsentInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete data access consent internal server error response has a 3xx status code
func (*DeleteDataAccessConsentInternalServerError) IsServerError ¶
func (o *DeleteDataAccessConsentInternalServerError) IsServerError() bool
IsServerError returns true when this delete data access consent internal server error response has a 5xx status code
func (*DeleteDataAccessConsentInternalServerError) IsSuccess ¶
func (o *DeleteDataAccessConsentInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete data access consent internal server error response has a 2xx status code
func (*DeleteDataAccessConsentInternalServerError) String ¶
func (o *DeleteDataAccessConsentInternalServerError) String() string
type DeleteDataAccessConsentMethodNotAllowed ¶
type DeleteDataAccessConsentMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewDeleteDataAccessConsentMethodNotAllowed ¶
func NewDeleteDataAccessConsentMethodNotAllowed() *DeleteDataAccessConsentMethodNotAllowed
NewDeleteDataAccessConsentMethodNotAllowed creates a DeleteDataAccessConsentMethodNotAllowed with default headers values
func (*DeleteDataAccessConsentMethodNotAllowed) Code ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) Code() int
Code gets the status code for the delete data access consent method not allowed response
func (*DeleteDataAccessConsentMethodNotAllowed) Error ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) Error() string
func (*DeleteDataAccessConsentMethodNotAllowed) GetPayload ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentMethodNotAllowed) IsClientError ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) IsClientError() bool
IsClientError returns true when this delete data access consent method not allowed response has a 4xx status code
func (*DeleteDataAccessConsentMethodNotAllowed) IsCode ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this delete data access consent method not allowed response a status code equal to that given
func (*DeleteDataAccessConsentMethodNotAllowed) IsRedirect ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this delete data access consent method not allowed response has a 3xx status code
func (*DeleteDataAccessConsentMethodNotAllowed) IsServerError ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) IsServerError() bool
IsServerError returns true when this delete data access consent method not allowed response has a 5xx status code
func (*DeleteDataAccessConsentMethodNotAllowed) IsSuccess ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this delete data access consent method not allowed response has a 2xx status code
func (*DeleteDataAccessConsentMethodNotAllowed) String ¶
func (o *DeleteDataAccessConsentMethodNotAllowed) String() string
type DeleteDataAccessConsentNoContent ¶
type DeleteDataAccessConsentNoContent struct {
Payload *models.BrazilCustomerDataAccessConsentResponse
}
DeleteDataAccessConsentNoContent describes a response with status code 204, with default header values.
Customer data access consent
func NewDeleteDataAccessConsentNoContent ¶
func NewDeleteDataAccessConsentNoContent() *DeleteDataAccessConsentNoContent
NewDeleteDataAccessConsentNoContent creates a DeleteDataAccessConsentNoContent with default headers values
func (*DeleteDataAccessConsentNoContent) Code ¶
func (o *DeleteDataAccessConsentNoContent) Code() int
Code gets the status code for the delete data access consent no content response
func (*DeleteDataAccessConsentNoContent) Error ¶
func (o *DeleteDataAccessConsentNoContent) Error() string
func (*DeleteDataAccessConsentNoContent) GetPayload ¶
func (o *DeleteDataAccessConsentNoContent) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
func (*DeleteDataAccessConsentNoContent) IsClientError ¶
func (o *DeleteDataAccessConsentNoContent) IsClientError() bool
IsClientError returns true when this delete data access consent no content response has a 4xx status code
func (*DeleteDataAccessConsentNoContent) IsCode ¶
func (o *DeleteDataAccessConsentNoContent) IsCode(code int) bool
IsCode returns true when this delete data access consent no content response a status code equal to that given
func (*DeleteDataAccessConsentNoContent) IsRedirect ¶
func (o *DeleteDataAccessConsentNoContent) IsRedirect() bool
IsRedirect returns true when this delete data access consent no content response has a 3xx status code
func (*DeleteDataAccessConsentNoContent) IsServerError ¶
func (o *DeleteDataAccessConsentNoContent) IsServerError() bool
IsServerError returns true when this delete data access consent no content response has a 5xx status code
func (*DeleteDataAccessConsentNoContent) IsSuccess ¶
func (o *DeleteDataAccessConsentNoContent) IsSuccess() bool
IsSuccess returns true when this delete data access consent no content response has a 2xx status code
func (*DeleteDataAccessConsentNoContent) String ¶
func (o *DeleteDataAccessConsentNoContent) String() string
type DeleteDataAccessConsentNotAcceptable ¶
type DeleteDataAccessConsentNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.
Error
func NewDeleteDataAccessConsentNotAcceptable ¶
func NewDeleteDataAccessConsentNotAcceptable() *DeleteDataAccessConsentNotAcceptable
NewDeleteDataAccessConsentNotAcceptable creates a DeleteDataAccessConsentNotAcceptable with default headers values
func (*DeleteDataAccessConsentNotAcceptable) Code ¶
func (o *DeleteDataAccessConsentNotAcceptable) Code() int
Code gets the status code for the delete data access consent not acceptable response
func (*DeleteDataAccessConsentNotAcceptable) Error ¶
func (o *DeleteDataAccessConsentNotAcceptable) Error() string
func (*DeleteDataAccessConsentNotAcceptable) GetPayload ¶
func (o *DeleteDataAccessConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentNotAcceptable) IsClientError ¶
func (o *DeleteDataAccessConsentNotAcceptable) IsClientError() bool
IsClientError returns true when this delete data access consent not acceptable response has a 4xx status code
func (*DeleteDataAccessConsentNotAcceptable) IsCode ¶
func (o *DeleteDataAccessConsentNotAcceptable) IsCode(code int) bool
IsCode returns true when this delete data access consent not acceptable response a status code equal to that given
func (*DeleteDataAccessConsentNotAcceptable) IsRedirect ¶
func (o *DeleteDataAccessConsentNotAcceptable) IsRedirect() bool
IsRedirect returns true when this delete data access consent not acceptable response has a 3xx status code
func (*DeleteDataAccessConsentNotAcceptable) IsServerError ¶
func (o *DeleteDataAccessConsentNotAcceptable) IsServerError() bool
IsServerError returns true when this delete data access consent not acceptable response has a 5xx status code
func (*DeleteDataAccessConsentNotAcceptable) IsSuccess ¶
func (o *DeleteDataAccessConsentNotAcceptable) IsSuccess() bool
IsSuccess returns true when this delete data access consent not acceptable response has a 2xx status code
func (*DeleteDataAccessConsentNotAcceptable) String ¶
func (o *DeleteDataAccessConsentNotAcceptable) String() string
type DeleteDataAccessConsentParams ¶
type DeleteDataAccessConsentParams 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 }
DeleteDataAccessConsentParams contains all the parameters to send to the API endpoint
for the delete data access consent operation. Typically these are written to a http.Request.
func NewDeleteDataAccessConsentParams ¶
func NewDeleteDataAccessConsentParams() *DeleteDataAccessConsentParams
NewDeleteDataAccessConsentParams creates a new DeleteDataAccessConsentParams 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 NewDeleteDataAccessConsentParamsWithContext ¶
func NewDeleteDataAccessConsentParamsWithContext(ctx context.Context) *DeleteDataAccessConsentParams
NewDeleteDataAccessConsentParamsWithContext creates a new DeleteDataAccessConsentParams object with the ability to set a context for a request.
func NewDeleteDataAccessConsentParamsWithHTTPClient ¶
func NewDeleteDataAccessConsentParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentParams
NewDeleteDataAccessConsentParamsWithHTTPClient creates a new DeleteDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDataAccessConsentParamsWithTimeout ¶
func NewDeleteDataAccessConsentParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentParams
NewDeleteDataAccessConsentParamsWithTimeout creates a new DeleteDataAccessConsentParams object with the ability to set a timeout on a request.
func (*DeleteDataAccessConsentParams) SetConsentID ¶
func (o *DeleteDataAccessConsentParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetContext ¶
func (o *DeleteDataAccessConsentParams) SetContext(ctx context.Context)
SetContext adds the context to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetDefaults ¶
func (o *DeleteDataAccessConsentParams) SetDefaults()
SetDefaults hydrates default values in the delete data access consent params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDataAccessConsentParams) SetHTTPClient ¶
func (o *DeleteDataAccessConsentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetTimeout ¶
func (o *DeleteDataAccessConsentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetXCustomerUserAgent ¶
func (o *DeleteDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetXFapiAuthDate ¶
func (o *DeleteDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetXFapiCustomerIPAddress ¶
func (o *DeleteDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetXFapiInteractionID ¶
func (o *DeleteDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the delete data access consent params
func (*DeleteDataAccessConsentParams) SetXJwsSignature ¶
func (o *DeleteDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithConsentID ¶
func (o *DeleteDataAccessConsentParams) WithConsentID(consentID string) *DeleteDataAccessConsentParams
WithConsentID adds the consentID to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithContext ¶
func (o *DeleteDataAccessConsentParams) WithContext(ctx context.Context) *DeleteDataAccessConsentParams
WithContext adds the context to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithDefaults ¶
func (o *DeleteDataAccessConsentParams) WithDefaults() *DeleteDataAccessConsentParams
WithDefaults hydrates default values in the delete data access consent params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDataAccessConsentParams) WithHTTPClient ¶
func (o *DeleteDataAccessConsentParams) WithHTTPClient(client *http.Client) *DeleteDataAccessConsentParams
WithHTTPClient adds the HTTPClient to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithTimeout ¶
func (o *DeleteDataAccessConsentParams) WithTimeout(timeout time.Duration) *DeleteDataAccessConsentParams
WithTimeout adds the timeout to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithXCustomerUserAgent ¶
func (o *DeleteDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithXFapiAuthDate ¶
func (o *DeleteDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentParams
WithXFapiAuthDate adds the xFapiAuthDate to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithXFapiCustomerIPAddress ¶
func (o *DeleteDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithXFapiInteractionID ¶
func (o *DeleteDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentParams
WithXFapiInteractionID adds the xFapiInteractionID to the delete data access consent params
func (*DeleteDataAccessConsentParams) WithXJwsSignature ¶
func (o *DeleteDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentParams
WithXJwsSignature adds the xJwsSignature to the delete data access consent params
func (*DeleteDataAccessConsentParams) WriteToRequest ¶
func (o *DeleteDataAccessConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDataAccessConsentReader ¶
type DeleteDataAccessConsentReader struct {
// contains filtered or unexported fields
}
DeleteDataAccessConsentReader is a Reader for the DeleteDataAccessConsent structure.
func (*DeleteDataAccessConsentReader) ReadResponse ¶
func (o *DeleteDataAccessConsentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDataAccessConsentTooManyRequests ¶
type DeleteDataAccessConsentTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentTooManyRequests describes a response with status code 429, with default header values.
Error
func NewDeleteDataAccessConsentTooManyRequests ¶
func NewDeleteDataAccessConsentTooManyRequests() *DeleteDataAccessConsentTooManyRequests
NewDeleteDataAccessConsentTooManyRequests creates a DeleteDataAccessConsentTooManyRequests with default headers values
func (*DeleteDataAccessConsentTooManyRequests) Code ¶
func (o *DeleteDataAccessConsentTooManyRequests) Code() int
Code gets the status code for the delete data access consent too many requests response
func (*DeleteDataAccessConsentTooManyRequests) Error ¶
func (o *DeleteDataAccessConsentTooManyRequests) Error() string
func (*DeleteDataAccessConsentTooManyRequests) GetPayload ¶
func (o *DeleteDataAccessConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentTooManyRequests) IsClientError ¶
func (o *DeleteDataAccessConsentTooManyRequests) IsClientError() bool
IsClientError returns true when this delete data access consent too many requests response has a 4xx status code
func (*DeleteDataAccessConsentTooManyRequests) IsCode ¶
func (o *DeleteDataAccessConsentTooManyRequests) IsCode(code int) bool
IsCode returns true when this delete data access consent too many requests response a status code equal to that given
func (*DeleteDataAccessConsentTooManyRequests) IsRedirect ¶
func (o *DeleteDataAccessConsentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete data access consent too many requests response has a 3xx status code
func (*DeleteDataAccessConsentTooManyRequests) IsServerError ¶
func (o *DeleteDataAccessConsentTooManyRequests) IsServerError() bool
IsServerError returns true when this delete data access consent too many requests response has a 5xx status code
func (*DeleteDataAccessConsentTooManyRequests) IsSuccess ¶
func (o *DeleteDataAccessConsentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete data access consent too many requests response has a 2xx status code
func (*DeleteDataAccessConsentTooManyRequests) String ¶
func (o *DeleteDataAccessConsentTooManyRequests) String() string
type DeleteDataAccessConsentUnauthorized ¶
type DeleteDataAccessConsentUnauthorized struct {
}DeleteDataAccessConsentUnauthorized describes a response with status code 401, with default header values.
Error
func NewDeleteDataAccessConsentUnauthorized ¶
func NewDeleteDataAccessConsentUnauthorized() *DeleteDataAccessConsentUnauthorized
NewDeleteDataAccessConsentUnauthorized creates a DeleteDataAccessConsentUnauthorized with default headers values
func (*DeleteDataAccessConsentUnauthorized) Code ¶
func (o *DeleteDataAccessConsentUnauthorized) Code() int
Code gets the status code for the delete data access consent unauthorized response
func (*DeleteDataAccessConsentUnauthorized) Error ¶
func (o *DeleteDataAccessConsentUnauthorized) Error() string
func (*DeleteDataAccessConsentUnauthorized) GetPayload ¶
func (o *DeleteDataAccessConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentUnauthorized) IsClientError ¶
func (o *DeleteDataAccessConsentUnauthorized) IsClientError() bool
IsClientError returns true when this delete data access consent unauthorized response has a 4xx status code
func (*DeleteDataAccessConsentUnauthorized) IsCode ¶
func (o *DeleteDataAccessConsentUnauthorized) IsCode(code int) bool
IsCode returns true when this delete data access consent unauthorized response a status code equal to that given
func (*DeleteDataAccessConsentUnauthorized) IsRedirect ¶
func (o *DeleteDataAccessConsentUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete data access consent unauthorized response has a 3xx status code
func (*DeleteDataAccessConsentUnauthorized) IsServerError ¶
func (o *DeleteDataAccessConsentUnauthorized) IsServerError() bool
IsServerError returns true when this delete data access consent unauthorized response has a 5xx status code
func (*DeleteDataAccessConsentUnauthorized) IsSuccess ¶
func (o *DeleteDataAccessConsentUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete data access consent unauthorized response has a 2xx status code
func (*DeleteDataAccessConsentUnauthorized) String ¶
func (o *DeleteDataAccessConsentUnauthorized) String() string
type DeleteDataAccessConsentUnprocessableEntity ¶
type DeleteDataAccessConsentUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewDeleteDataAccessConsentUnprocessableEntity ¶
func NewDeleteDataAccessConsentUnprocessableEntity() *DeleteDataAccessConsentUnprocessableEntity
NewDeleteDataAccessConsentUnprocessableEntity creates a DeleteDataAccessConsentUnprocessableEntity with default headers values
func (*DeleteDataAccessConsentUnprocessableEntity) Code ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) Code() int
Code gets the status code for the delete data access consent unprocessable entity response
func (*DeleteDataAccessConsentUnprocessableEntity) Error ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) Error() string
func (*DeleteDataAccessConsentUnprocessableEntity) GetPayload ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentUnprocessableEntity) IsClientError ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) IsClientError() bool
IsClientError returns true when this delete data access consent unprocessable entity response has a 4xx status code
func (*DeleteDataAccessConsentUnprocessableEntity) IsCode ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this delete data access consent unprocessable entity response a status code equal to that given
func (*DeleteDataAccessConsentUnprocessableEntity) IsRedirect ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this delete data access consent unprocessable entity response has a 3xx status code
func (*DeleteDataAccessConsentUnprocessableEntity) IsServerError ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) IsServerError() bool
IsServerError returns true when this delete data access consent unprocessable entity response has a 5xx status code
func (*DeleteDataAccessConsentUnprocessableEntity) IsSuccess ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this delete data access consent unprocessable entity response has a 2xx status code
func (*DeleteDataAccessConsentUnprocessableEntity) String ¶
func (o *DeleteDataAccessConsentUnprocessableEntity) String() string
type DeleteDataAccessConsentUnsupportedMediaType ¶
type DeleteDataAccessConsentUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewDeleteDataAccessConsentUnsupportedMediaType ¶
func NewDeleteDataAccessConsentUnsupportedMediaType() *DeleteDataAccessConsentUnsupportedMediaType
NewDeleteDataAccessConsentUnsupportedMediaType creates a DeleteDataAccessConsentUnsupportedMediaType with default headers values
func (*DeleteDataAccessConsentUnsupportedMediaType) Code ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) Code() int
Code gets the status code for the delete data access consent unsupported media type response
func (*DeleteDataAccessConsentUnsupportedMediaType) Error ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) Error() string
func (*DeleteDataAccessConsentUnsupportedMediaType) GetPayload ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentUnsupportedMediaType) IsClientError ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete data access consent unsupported media type response has a 4xx status code
func (*DeleteDataAccessConsentUnsupportedMediaType) IsCode ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete data access consent unsupported media type response a status code equal to that given
func (*DeleteDataAccessConsentUnsupportedMediaType) IsRedirect ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete data access consent unsupported media type response has a 3xx status code
func (*DeleteDataAccessConsentUnsupportedMediaType) IsServerError ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete data access consent unsupported media type response has a 5xx status code
func (*DeleteDataAccessConsentUnsupportedMediaType) IsSuccess ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete data access consent unsupported media type response has a 2xx status code
func (*DeleteDataAccessConsentUnsupportedMediaType) String ¶
func (o *DeleteDataAccessConsentUnsupportedMediaType) String() string
type DeleteDataAccessConsentV2BadRequest ¶
type DeleteDataAccessConsentV2BadRequest struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2BadRequest describes a response with status code 400, with default header values.
Error
func NewDeleteDataAccessConsentV2BadRequest ¶
func NewDeleteDataAccessConsentV2BadRequest() *DeleteDataAccessConsentV2BadRequest
NewDeleteDataAccessConsentV2BadRequest creates a DeleteDataAccessConsentV2BadRequest with default headers values
func (*DeleteDataAccessConsentV2BadRequest) Code ¶
func (o *DeleteDataAccessConsentV2BadRequest) Code() int
Code gets the status code for the delete data access consent v2 bad request response
func (*DeleteDataAccessConsentV2BadRequest) Error ¶
func (o *DeleteDataAccessConsentV2BadRequest) Error() string
func (*DeleteDataAccessConsentV2BadRequest) GetPayload ¶
func (o *DeleteDataAccessConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2BadRequest) IsClientError ¶
func (o *DeleteDataAccessConsentV2BadRequest) IsClientError() bool
IsClientError returns true when this delete data access consent v2 bad request response has a 4xx status code
func (*DeleteDataAccessConsentV2BadRequest) IsCode ¶
func (o *DeleteDataAccessConsentV2BadRequest) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 bad request response a status code equal to that given
func (*DeleteDataAccessConsentV2BadRequest) IsRedirect ¶
func (o *DeleteDataAccessConsentV2BadRequest) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 bad request response has a 3xx status code
func (*DeleteDataAccessConsentV2BadRequest) IsServerError ¶
func (o *DeleteDataAccessConsentV2BadRequest) IsServerError() bool
IsServerError returns true when this delete data access consent v2 bad request response has a 5xx status code
func (*DeleteDataAccessConsentV2BadRequest) IsSuccess ¶
func (o *DeleteDataAccessConsentV2BadRequest) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 bad request response has a 2xx status code
func (*DeleteDataAccessConsentV2BadRequest) String ¶
func (o *DeleteDataAccessConsentV2BadRequest) String() string
type DeleteDataAccessConsentV2Forbidden ¶
type DeleteDataAccessConsentV2Forbidden struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2Forbidden describes a response with status code 403, with default header values.
Error
func NewDeleteDataAccessConsentV2Forbidden ¶
func NewDeleteDataAccessConsentV2Forbidden() *DeleteDataAccessConsentV2Forbidden
NewDeleteDataAccessConsentV2Forbidden creates a DeleteDataAccessConsentV2Forbidden with default headers values
func (*DeleteDataAccessConsentV2Forbidden) Code ¶
func (o *DeleteDataAccessConsentV2Forbidden) Code() int
Code gets the status code for the delete data access consent v2 forbidden response
func (*DeleteDataAccessConsentV2Forbidden) Error ¶
func (o *DeleteDataAccessConsentV2Forbidden) Error() string
func (*DeleteDataAccessConsentV2Forbidden) GetPayload ¶
func (o *DeleteDataAccessConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2Forbidden) IsClientError ¶
func (o *DeleteDataAccessConsentV2Forbidden) IsClientError() bool
IsClientError returns true when this delete data access consent v2 forbidden response has a 4xx status code
func (*DeleteDataAccessConsentV2Forbidden) IsCode ¶
func (o *DeleteDataAccessConsentV2Forbidden) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 forbidden response a status code equal to that given
func (*DeleteDataAccessConsentV2Forbidden) IsRedirect ¶
func (o *DeleteDataAccessConsentV2Forbidden) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 forbidden response has a 3xx status code
func (*DeleteDataAccessConsentV2Forbidden) IsServerError ¶
func (o *DeleteDataAccessConsentV2Forbidden) IsServerError() bool
IsServerError returns true when this delete data access consent v2 forbidden response has a 5xx status code
func (*DeleteDataAccessConsentV2Forbidden) IsSuccess ¶
func (o *DeleteDataAccessConsentV2Forbidden) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 forbidden response has a 2xx status code
func (*DeleteDataAccessConsentV2Forbidden) String ¶
func (o *DeleteDataAccessConsentV2Forbidden) String() string
type DeleteDataAccessConsentV2InternalServerError ¶
type DeleteDataAccessConsentV2InternalServerError struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2InternalServerError describes a response with status code 500, with default header values.
Error
func NewDeleteDataAccessConsentV2InternalServerError ¶
func NewDeleteDataAccessConsentV2InternalServerError() *DeleteDataAccessConsentV2InternalServerError
NewDeleteDataAccessConsentV2InternalServerError creates a DeleteDataAccessConsentV2InternalServerError with default headers values
func (*DeleteDataAccessConsentV2InternalServerError) Code ¶
func (o *DeleteDataAccessConsentV2InternalServerError) Code() int
Code gets the status code for the delete data access consent v2 internal server error response
func (*DeleteDataAccessConsentV2InternalServerError) Error ¶
func (o *DeleteDataAccessConsentV2InternalServerError) Error() string
func (*DeleteDataAccessConsentV2InternalServerError) GetPayload ¶
func (o *DeleteDataAccessConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2InternalServerError) IsClientError ¶
func (o *DeleteDataAccessConsentV2InternalServerError) IsClientError() bool
IsClientError returns true when this delete data access consent v2 internal server error response has a 4xx status code
func (*DeleteDataAccessConsentV2InternalServerError) IsCode ¶
func (o *DeleteDataAccessConsentV2InternalServerError) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 internal server error response a status code equal to that given
func (*DeleteDataAccessConsentV2InternalServerError) IsRedirect ¶
func (o *DeleteDataAccessConsentV2InternalServerError) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 internal server error response has a 3xx status code
func (*DeleteDataAccessConsentV2InternalServerError) IsServerError ¶
func (o *DeleteDataAccessConsentV2InternalServerError) IsServerError() bool
IsServerError returns true when this delete data access consent v2 internal server error response has a 5xx status code
func (*DeleteDataAccessConsentV2InternalServerError) IsSuccess ¶
func (o *DeleteDataAccessConsentV2InternalServerError) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 internal server error response has a 2xx status code
func (*DeleteDataAccessConsentV2InternalServerError) String ¶
func (o *DeleteDataAccessConsentV2InternalServerError) String() string
type DeleteDataAccessConsentV2MethodNotAllowed ¶
type DeleteDataAccessConsentV2MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewDeleteDataAccessConsentV2MethodNotAllowed ¶
func NewDeleteDataAccessConsentV2MethodNotAllowed() *DeleteDataAccessConsentV2MethodNotAllowed
NewDeleteDataAccessConsentV2MethodNotAllowed creates a DeleteDataAccessConsentV2MethodNotAllowed with default headers values
func (*DeleteDataAccessConsentV2MethodNotAllowed) Code ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) Code() int
Code gets the status code for the delete data access consent v2 method not allowed response
func (*DeleteDataAccessConsentV2MethodNotAllowed) Error ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) Error() string
func (*DeleteDataAccessConsentV2MethodNotAllowed) GetPayload ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2MethodNotAllowed) IsClientError ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsClientError() bool
IsClientError returns true when this delete data access consent v2 method not allowed response has a 4xx status code
func (*DeleteDataAccessConsentV2MethodNotAllowed) IsCode ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 method not allowed response a status code equal to that given
func (*DeleteDataAccessConsentV2MethodNotAllowed) IsRedirect ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 method not allowed response has a 3xx status code
func (*DeleteDataAccessConsentV2MethodNotAllowed) IsServerError ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsServerError() bool
IsServerError returns true when this delete data access consent v2 method not allowed response has a 5xx status code
func (*DeleteDataAccessConsentV2MethodNotAllowed) IsSuccess ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 method not allowed response has a 2xx status code
func (*DeleteDataAccessConsentV2MethodNotAllowed) String ¶
func (o *DeleteDataAccessConsentV2MethodNotAllowed) String() string
type DeleteDataAccessConsentV2NoContent ¶
type DeleteDataAccessConsentV2NoContent struct { }
DeleteDataAccessConsentV2NoContent describes a response with status code 204, with default header values.
consent deleted
func NewDeleteDataAccessConsentV2NoContent ¶
func NewDeleteDataAccessConsentV2NoContent() *DeleteDataAccessConsentV2NoContent
NewDeleteDataAccessConsentV2NoContent creates a DeleteDataAccessConsentV2NoContent with default headers values
func (*DeleteDataAccessConsentV2NoContent) Code ¶
func (o *DeleteDataAccessConsentV2NoContent) Code() int
Code gets the status code for the delete data access consent v2 no content response
func (*DeleteDataAccessConsentV2NoContent) Error ¶
func (o *DeleteDataAccessConsentV2NoContent) Error() string
func (*DeleteDataAccessConsentV2NoContent) IsClientError ¶
func (o *DeleteDataAccessConsentV2NoContent) IsClientError() bool
IsClientError returns true when this delete data access consent v2 no content response has a 4xx status code
func (*DeleteDataAccessConsentV2NoContent) IsCode ¶
func (o *DeleteDataAccessConsentV2NoContent) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 no content response a status code equal to that given
func (*DeleteDataAccessConsentV2NoContent) IsRedirect ¶
func (o *DeleteDataAccessConsentV2NoContent) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 no content response has a 3xx status code
func (*DeleteDataAccessConsentV2NoContent) IsServerError ¶
func (o *DeleteDataAccessConsentV2NoContent) IsServerError() bool
IsServerError returns true when this delete data access consent v2 no content response has a 5xx status code
func (*DeleteDataAccessConsentV2NoContent) IsSuccess ¶
func (o *DeleteDataAccessConsentV2NoContent) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 no content response has a 2xx status code
func (*DeleteDataAccessConsentV2NoContent) String ¶
func (o *DeleteDataAccessConsentV2NoContent) String() string
type DeleteDataAccessConsentV2NotAcceptable ¶
type DeleteDataAccessConsentV2NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2NotAcceptable describes a response with status code 406, with default header values.
Error
func NewDeleteDataAccessConsentV2NotAcceptable ¶
func NewDeleteDataAccessConsentV2NotAcceptable() *DeleteDataAccessConsentV2NotAcceptable
NewDeleteDataAccessConsentV2NotAcceptable creates a DeleteDataAccessConsentV2NotAcceptable with default headers values
func (*DeleteDataAccessConsentV2NotAcceptable) Code ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) Code() int
Code gets the status code for the delete data access consent v2 not acceptable response
func (*DeleteDataAccessConsentV2NotAcceptable) Error ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) Error() string
func (*DeleteDataAccessConsentV2NotAcceptable) GetPayload ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2NotAcceptable) IsClientError ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) IsClientError() bool
IsClientError returns true when this delete data access consent v2 not acceptable response has a 4xx status code
func (*DeleteDataAccessConsentV2NotAcceptable) IsCode ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 not acceptable response a status code equal to that given
func (*DeleteDataAccessConsentV2NotAcceptable) IsRedirect ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 not acceptable response has a 3xx status code
func (*DeleteDataAccessConsentV2NotAcceptable) IsServerError ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) IsServerError() bool
IsServerError returns true when this delete data access consent v2 not acceptable response has a 5xx status code
func (*DeleteDataAccessConsentV2NotAcceptable) IsSuccess ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 not acceptable response has a 2xx status code
func (*DeleteDataAccessConsentV2NotAcceptable) String ¶
func (o *DeleteDataAccessConsentV2NotAcceptable) String() string
type DeleteDataAccessConsentV2Params ¶
type DeleteDataAccessConsentV2Params 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 }
DeleteDataAccessConsentV2Params contains all the parameters to send to the API endpoint
for the delete data access consent v2 operation. Typically these are written to a http.Request.
func NewDeleteDataAccessConsentV2Params ¶
func NewDeleteDataAccessConsentV2Params() *DeleteDataAccessConsentV2Params
NewDeleteDataAccessConsentV2Params creates a new DeleteDataAccessConsentV2Params 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 NewDeleteDataAccessConsentV2ParamsWithContext ¶
func NewDeleteDataAccessConsentV2ParamsWithContext(ctx context.Context) *DeleteDataAccessConsentV2Params
NewDeleteDataAccessConsentV2ParamsWithContext creates a new DeleteDataAccessConsentV2Params object with the ability to set a context for a request.
func NewDeleteDataAccessConsentV2ParamsWithHTTPClient ¶
func NewDeleteDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *DeleteDataAccessConsentV2Params
NewDeleteDataAccessConsentV2ParamsWithHTTPClient creates a new DeleteDataAccessConsentV2Params object with the ability to set a custom HTTPClient for a request.
func NewDeleteDataAccessConsentV2ParamsWithTimeout ¶
func NewDeleteDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *DeleteDataAccessConsentV2Params
NewDeleteDataAccessConsentV2ParamsWithTimeout creates a new DeleteDataAccessConsentV2Params object with the ability to set a timeout on a request.
func (*DeleteDataAccessConsentV2Params) SetConsentID ¶
func (o *DeleteDataAccessConsentV2Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetContext ¶
func (o *DeleteDataAccessConsentV2Params) SetContext(ctx context.Context)
SetContext adds the context to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetDefaults ¶
func (o *DeleteDataAccessConsentV2Params) SetDefaults()
SetDefaults hydrates default values in the delete data access consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDataAccessConsentV2Params) SetHTTPClient ¶
func (o *DeleteDataAccessConsentV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetTimeout ¶
func (o *DeleteDataAccessConsentV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetXCustomerUserAgent ¶
func (o *DeleteDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetXFapiAuthDate ¶
func (o *DeleteDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetXFapiCustomerIPAddress ¶
func (o *DeleteDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetXFapiInteractionID ¶
func (o *DeleteDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) SetXJwsSignature ¶
func (o *DeleteDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithConsentID ¶
func (o *DeleteDataAccessConsentV2Params) WithConsentID(consentID string) *DeleteDataAccessConsentV2Params
WithConsentID adds the consentID to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithContext ¶
func (o *DeleteDataAccessConsentV2Params) WithContext(ctx context.Context) *DeleteDataAccessConsentV2Params
WithContext adds the context to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithDefaults ¶
func (o *DeleteDataAccessConsentV2Params) WithDefaults() *DeleteDataAccessConsentV2Params
WithDefaults hydrates default values in the delete data access consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDataAccessConsentV2Params) WithHTTPClient ¶
func (o *DeleteDataAccessConsentV2Params) WithHTTPClient(client *http.Client) *DeleteDataAccessConsentV2Params
WithHTTPClient adds the HTTPClient to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithTimeout ¶
func (o *DeleteDataAccessConsentV2Params) WithTimeout(timeout time.Duration) *DeleteDataAccessConsentV2Params
WithTimeout adds the timeout to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithXCustomerUserAgent ¶
func (o *DeleteDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *DeleteDataAccessConsentV2Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithXFapiAuthDate ¶
func (o *DeleteDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *DeleteDataAccessConsentV2Params
WithXFapiAuthDate adds the xFapiAuthDate to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithXFapiCustomerIPAddress ¶
func (o *DeleteDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *DeleteDataAccessConsentV2Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithXFapiInteractionID ¶
func (o *DeleteDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *DeleteDataAccessConsentV2Params
WithXFapiInteractionID adds the xFapiInteractionID to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WithXJwsSignature ¶
func (o *DeleteDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *DeleteDataAccessConsentV2Params
WithXJwsSignature adds the xJwsSignature to the delete data access consent v2 params
func (*DeleteDataAccessConsentV2Params) WriteToRequest ¶
func (o *DeleteDataAccessConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDataAccessConsentV2Reader ¶
type DeleteDataAccessConsentV2Reader struct {
// contains filtered or unexported fields
}
DeleteDataAccessConsentV2Reader is a Reader for the DeleteDataAccessConsentV2 structure.
func (*DeleteDataAccessConsentV2Reader) ReadResponse ¶
func (o *DeleteDataAccessConsentV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDataAccessConsentV2TooManyRequests ¶
type DeleteDataAccessConsentV2TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2TooManyRequests describes a response with status code 429, with default header values.
Error
func NewDeleteDataAccessConsentV2TooManyRequests ¶
func NewDeleteDataAccessConsentV2TooManyRequests() *DeleteDataAccessConsentV2TooManyRequests
NewDeleteDataAccessConsentV2TooManyRequests creates a DeleteDataAccessConsentV2TooManyRequests with default headers values
func (*DeleteDataAccessConsentV2TooManyRequests) Code ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) Code() int
Code gets the status code for the delete data access consent v2 too many requests response
func (*DeleteDataAccessConsentV2TooManyRequests) Error ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) Error() string
func (*DeleteDataAccessConsentV2TooManyRequests) GetPayload ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2TooManyRequests) IsClientError ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) IsClientError() bool
IsClientError returns true when this delete data access consent v2 too many requests response has a 4xx status code
func (*DeleteDataAccessConsentV2TooManyRequests) IsCode ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 too many requests response a status code equal to that given
func (*DeleteDataAccessConsentV2TooManyRequests) IsRedirect ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 too many requests response has a 3xx status code
func (*DeleteDataAccessConsentV2TooManyRequests) IsServerError ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) IsServerError() bool
IsServerError returns true when this delete data access consent v2 too many requests response has a 5xx status code
func (*DeleteDataAccessConsentV2TooManyRequests) IsSuccess ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 too many requests response has a 2xx status code
func (*DeleteDataAccessConsentV2TooManyRequests) String ¶
func (o *DeleteDataAccessConsentV2TooManyRequests) String() string
type DeleteDataAccessConsentV2Unauthorized ¶
type DeleteDataAccessConsentV2Unauthorized struct {
}DeleteDataAccessConsentV2Unauthorized describes a response with status code 401, with default header values.
Error
func NewDeleteDataAccessConsentV2Unauthorized ¶
func NewDeleteDataAccessConsentV2Unauthorized() *DeleteDataAccessConsentV2Unauthorized
NewDeleteDataAccessConsentV2Unauthorized creates a DeleteDataAccessConsentV2Unauthorized with default headers values
func (*DeleteDataAccessConsentV2Unauthorized) Code ¶
func (o *DeleteDataAccessConsentV2Unauthorized) Code() int
Code gets the status code for the delete data access consent v2 unauthorized response
func (*DeleteDataAccessConsentV2Unauthorized) Error ¶
func (o *DeleteDataAccessConsentV2Unauthorized) Error() string
func (*DeleteDataAccessConsentV2Unauthorized) GetPayload ¶
func (o *DeleteDataAccessConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2Unauthorized) IsClientError ¶
func (o *DeleteDataAccessConsentV2Unauthorized) IsClientError() bool
IsClientError returns true when this delete data access consent v2 unauthorized response has a 4xx status code
func (*DeleteDataAccessConsentV2Unauthorized) IsCode ¶
func (o *DeleteDataAccessConsentV2Unauthorized) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 unauthorized response a status code equal to that given
func (*DeleteDataAccessConsentV2Unauthorized) IsRedirect ¶
func (o *DeleteDataAccessConsentV2Unauthorized) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 unauthorized response has a 3xx status code
func (*DeleteDataAccessConsentV2Unauthorized) IsServerError ¶
func (o *DeleteDataAccessConsentV2Unauthorized) IsServerError() bool
IsServerError returns true when this delete data access consent v2 unauthorized response has a 5xx status code
func (*DeleteDataAccessConsentV2Unauthorized) IsSuccess ¶
func (o *DeleteDataAccessConsentV2Unauthorized) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 unauthorized response has a 2xx status code
func (*DeleteDataAccessConsentV2Unauthorized) String ¶
func (o *DeleteDataAccessConsentV2Unauthorized) String() string
type DeleteDataAccessConsentV2UnprocessableEntity ¶
type DeleteDataAccessConsentV2UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewDeleteDataAccessConsentV2UnprocessableEntity ¶
func NewDeleteDataAccessConsentV2UnprocessableEntity() *DeleteDataAccessConsentV2UnprocessableEntity
NewDeleteDataAccessConsentV2UnprocessableEntity creates a DeleteDataAccessConsentV2UnprocessableEntity with default headers values
func (*DeleteDataAccessConsentV2UnprocessableEntity) Code ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) Code() int
Code gets the status code for the delete data access consent v2 unprocessable entity response
func (*DeleteDataAccessConsentV2UnprocessableEntity) Error ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) Error() string
func (*DeleteDataAccessConsentV2UnprocessableEntity) GetPayload ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2UnprocessableEntity) IsClientError ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsClientError() bool
IsClientError returns true when this delete data access consent v2 unprocessable entity response has a 4xx status code
func (*DeleteDataAccessConsentV2UnprocessableEntity) IsCode ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 unprocessable entity response a status code equal to that given
func (*DeleteDataAccessConsentV2UnprocessableEntity) IsRedirect ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 unprocessable entity response has a 3xx status code
func (*DeleteDataAccessConsentV2UnprocessableEntity) IsServerError ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsServerError() bool
IsServerError returns true when this delete data access consent v2 unprocessable entity response has a 5xx status code
func (*DeleteDataAccessConsentV2UnprocessableEntity) IsSuccess ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 unprocessable entity response has a 2xx status code
func (*DeleteDataAccessConsentV2UnprocessableEntity) String ¶
func (o *DeleteDataAccessConsentV2UnprocessableEntity) String() string
type DeleteDataAccessConsentV2UnsupportedMediaType ¶
type DeleteDataAccessConsentV2UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
DeleteDataAccessConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewDeleteDataAccessConsentV2UnsupportedMediaType ¶
func NewDeleteDataAccessConsentV2UnsupportedMediaType() *DeleteDataAccessConsentV2UnsupportedMediaType
NewDeleteDataAccessConsentV2UnsupportedMediaType creates a DeleteDataAccessConsentV2UnsupportedMediaType with default headers values
func (*DeleteDataAccessConsentV2UnsupportedMediaType) Code ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) Code() int
Code gets the status code for the delete data access consent v2 unsupported media type response
func (*DeleteDataAccessConsentV2UnsupportedMediaType) Error ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) Error() string
func (*DeleteDataAccessConsentV2UnsupportedMediaType) GetPayload ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsClientError ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this delete data access consent v2 unsupported media type response has a 4xx status code
func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsCode ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this delete data access consent v2 unsupported media type response a status code equal to that given
func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsRedirect ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this delete data access consent v2 unsupported media type response has a 3xx status code
func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsServerError ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this delete data access consent v2 unsupported media type response has a 5xx status code
func (*DeleteDataAccessConsentV2UnsupportedMediaType) IsSuccess ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this delete data access consent v2 unsupported media type response has a 2xx status code
func (*DeleteDataAccessConsentV2UnsupportedMediaType) String ¶
func (o *DeleteDataAccessConsentV2UnsupportedMediaType) String() string
type GetDataAccessConsentBadRequest ¶
type GetDataAccessConsentBadRequest struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentBadRequest describes a response with status code 400, with default header values.
Error
func NewGetDataAccessConsentBadRequest ¶
func NewGetDataAccessConsentBadRequest() *GetDataAccessConsentBadRequest
NewGetDataAccessConsentBadRequest creates a GetDataAccessConsentBadRequest with default headers values
func (*GetDataAccessConsentBadRequest) Code ¶
func (o *GetDataAccessConsentBadRequest) Code() int
Code gets the status code for the get data access consent bad request response
func (*GetDataAccessConsentBadRequest) Error ¶
func (o *GetDataAccessConsentBadRequest) Error() string
func (*GetDataAccessConsentBadRequest) GetPayload ¶
func (o *GetDataAccessConsentBadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentBadRequest) IsClientError ¶
func (o *GetDataAccessConsentBadRequest) IsClientError() bool
IsClientError returns true when this get data access consent bad request response has a 4xx status code
func (*GetDataAccessConsentBadRequest) IsCode ¶
func (o *GetDataAccessConsentBadRequest) IsCode(code int) bool
IsCode returns true when this get data access consent bad request response a status code equal to that given
func (*GetDataAccessConsentBadRequest) IsRedirect ¶
func (o *GetDataAccessConsentBadRequest) IsRedirect() bool
IsRedirect returns true when this get data access consent bad request response has a 3xx status code
func (*GetDataAccessConsentBadRequest) IsServerError ¶
func (o *GetDataAccessConsentBadRequest) IsServerError() bool
IsServerError returns true when this get data access consent bad request response has a 5xx status code
func (*GetDataAccessConsentBadRequest) IsSuccess ¶
func (o *GetDataAccessConsentBadRequest) IsSuccess() bool
IsSuccess returns true when this get data access consent bad request response has a 2xx status code
func (*GetDataAccessConsentBadRequest) String ¶
func (o *GetDataAccessConsentBadRequest) String() string
type GetDataAccessConsentDeprecatedBadRequest ¶
type GetDataAccessConsentDeprecatedBadRequest struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedBadRequest describes a response with status code 400, with default header values.
Error
func NewGetDataAccessConsentDeprecatedBadRequest ¶
func NewGetDataAccessConsentDeprecatedBadRequest() *GetDataAccessConsentDeprecatedBadRequest
NewGetDataAccessConsentDeprecatedBadRequest creates a GetDataAccessConsentDeprecatedBadRequest with default headers values
func (*GetDataAccessConsentDeprecatedBadRequest) Code ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) Code() int
Code gets the status code for the get data access consent deprecated bad request response
func (*GetDataAccessConsentDeprecatedBadRequest) Error ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) Error() string
func (*GetDataAccessConsentDeprecatedBadRequest) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedBadRequest) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) IsClientError() bool
IsClientError returns true when this get data access consent deprecated bad request response has a 4xx status code
func (*GetDataAccessConsentDeprecatedBadRequest) IsCode ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated bad request response a status code equal to that given
func (*GetDataAccessConsentDeprecatedBadRequest) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated bad request response has a 3xx status code
func (*GetDataAccessConsentDeprecatedBadRequest) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) IsServerError() bool
IsServerError returns true when this get data access consent deprecated bad request response has a 5xx status code
func (*GetDataAccessConsentDeprecatedBadRequest) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated bad request response has a 2xx status code
func (*GetDataAccessConsentDeprecatedBadRequest) String ¶
func (o *GetDataAccessConsentDeprecatedBadRequest) String() string
type GetDataAccessConsentDeprecatedForbidden ¶
type GetDataAccessConsentDeprecatedForbidden struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedForbidden describes a response with status code 403, with default header values.
Error
func NewGetDataAccessConsentDeprecatedForbidden ¶
func NewGetDataAccessConsentDeprecatedForbidden() *GetDataAccessConsentDeprecatedForbidden
NewGetDataAccessConsentDeprecatedForbidden creates a GetDataAccessConsentDeprecatedForbidden with default headers values
func (*GetDataAccessConsentDeprecatedForbidden) Code ¶
func (o *GetDataAccessConsentDeprecatedForbidden) Code() int
Code gets the status code for the get data access consent deprecated forbidden response
func (*GetDataAccessConsentDeprecatedForbidden) Error ¶
func (o *GetDataAccessConsentDeprecatedForbidden) Error() string
func (*GetDataAccessConsentDeprecatedForbidden) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedForbidden) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedForbidden) IsClientError() bool
IsClientError returns true when this get data access consent deprecated forbidden response has a 4xx status code
func (*GetDataAccessConsentDeprecatedForbidden) IsCode ¶
func (o *GetDataAccessConsentDeprecatedForbidden) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated forbidden response a status code equal to that given
func (*GetDataAccessConsentDeprecatedForbidden) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedForbidden) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated forbidden response has a 3xx status code
func (*GetDataAccessConsentDeprecatedForbidden) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedForbidden) IsServerError() bool
IsServerError returns true when this get data access consent deprecated forbidden response has a 5xx status code
func (*GetDataAccessConsentDeprecatedForbidden) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedForbidden) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated forbidden response has a 2xx status code
func (*GetDataAccessConsentDeprecatedForbidden) String ¶
func (o *GetDataAccessConsentDeprecatedForbidden) String() string
type GetDataAccessConsentDeprecatedInternalServerError ¶
type GetDataAccessConsentDeprecatedInternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.
Error
func NewGetDataAccessConsentDeprecatedInternalServerError ¶
func NewGetDataAccessConsentDeprecatedInternalServerError() *GetDataAccessConsentDeprecatedInternalServerError
NewGetDataAccessConsentDeprecatedInternalServerError creates a GetDataAccessConsentDeprecatedInternalServerError with default headers values
func (*GetDataAccessConsentDeprecatedInternalServerError) Code ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) Code() int
Code gets the status code for the get data access consent deprecated internal server error response
func (*GetDataAccessConsentDeprecatedInternalServerError) Error ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) Error() string
func (*GetDataAccessConsentDeprecatedInternalServerError) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedInternalServerError) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) IsClientError() bool
IsClientError returns true when this get data access consent deprecated internal server error response has a 4xx status code
func (*GetDataAccessConsentDeprecatedInternalServerError) IsCode ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated internal server error response a status code equal to that given
func (*GetDataAccessConsentDeprecatedInternalServerError) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated internal server error response has a 3xx status code
func (*GetDataAccessConsentDeprecatedInternalServerError) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) IsServerError() bool
IsServerError returns true when this get data access consent deprecated internal server error response has a 5xx status code
func (*GetDataAccessConsentDeprecatedInternalServerError) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated internal server error response has a 2xx status code
func (*GetDataAccessConsentDeprecatedInternalServerError) String ¶
func (o *GetDataAccessConsentDeprecatedInternalServerError) String() string
type GetDataAccessConsentDeprecatedMethodNotAllowed ¶
type GetDataAccessConsentDeprecatedMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetDataAccessConsentDeprecatedMethodNotAllowed ¶
func NewGetDataAccessConsentDeprecatedMethodNotAllowed() *GetDataAccessConsentDeprecatedMethodNotAllowed
NewGetDataAccessConsentDeprecatedMethodNotAllowed creates a GetDataAccessConsentDeprecatedMethodNotAllowed with default headers values
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) Code ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) Code() int
Code gets the status code for the get data access consent deprecated method not allowed response
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) Error ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) Error() string
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get data access consent deprecated method not allowed response has a 4xx status code
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsCode ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated method not allowed response a status code equal to that given
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated method not allowed response has a 3xx status code
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get data access consent deprecated method not allowed response has a 5xx status code
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated method not allowed response has a 2xx status code
func (*GetDataAccessConsentDeprecatedMethodNotAllowed) String ¶
func (o *GetDataAccessConsentDeprecatedMethodNotAllowed) String() string
type GetDataAccessConsentDeprecatedNotAcceptable ¶
type GetDataAccessConsentDeprecatedNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetDataAccessConsentDeprecatedNotAcceptable ¶
func NewGetDataAccessConsentDeprecatedNotAcceptable() *GetDataAccessConsentDeprecatedNotAcceptable
NewGetDataAccessConsentDeprecatedNotAcceptable creates a GetDataAccessConsentDeprecatedNotAcceptable with default headers values
func (*GetDataAccessConsentDeprecatedNotAcceptable) Code ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) Code() int
Code gets the status code for the get data access consent deprecated not acceptable response
func (*GetDataAccessConsentDeprecatedNotAcceptable) Error ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) Error() string
func (*GetDataAccessConsentDeprecatedNotAcceptable) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedNotAcceptable) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsClientError() bool
IsClientError returns true when this get data access consent deprecated not acceptable response has a 4xx status code
func (*GetDataAccessConsentDeprecatedNotAcceptable) IsCode ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated not acceptable response a status code equal to that given
func (*GetDataAccessConsentDeprecatedNotAcceptable) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated not acceptable response has a 3xx status code
func (*GetDataAccessConsentDeprecatedNotAcceptable) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsServerError() bool
IsServerError returns true when this get data access consent deprecated not acceptable response has a 5xx status code
func (*GetDataAccessConsentDeprecatedNotAcceptable) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated not acceptable response has a 2xx status code
func (*GetDataAccessConsentDeprecatedNotAcceptable) String ¶
func (o *GetDataAccessConsentDeprecatedNotAcceptable) String() string
type GetDataAccessConsentDeprecatedOK ¶
type GetDataAccessConsentDeprecatedOK struct {
Payload *models.BrazilCustomerDataAccessConsentResponse
}
GetDataAccessConsentDeprecatedOK describes a response with status code 200, with default header values.
Customer data access consent
func NewGetDataAccessConsentDeprecatedOK ¶
func NewGetDataAccessConsentDeprecatedOK() *GetDataAccessConsentDeprecatedOK
NewGetDataAccessConsentDeprecatedOK creates a GetDataAccessConsentDeprecatedOK with default headers values
func (*GetDataAccessConsentDeprecatedOK) Code ¶
func (o *GetDataAccessConsentDeprecatedOK) Code() int
Code gets the status code for the get data access consent deprecated o k response
func (*GetDataAccessConsentDeprecatedOK) Error ¶
func (o *GetDataAccessConsentDeprecatedOK) Error() string
func (*GetDataAccessConsentDeprecatedOK) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedOK) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
func (*GetDataAccessConsentDeprecatedOK) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedOK) IsClientError() bool
IsClientError returns true when this get data access consent deprecated o k response has a 4xx status code
func (*GetDataAccessConsentDeprecatedOK) IsCode ¶
func (o *GetDataAccessConsentDeprecatedOK) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated o k response a status code equal to that given
func (*GetDataAccessConsentDeprecatedOK) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedOK) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated o k response has a 3xx status code
func (*GetDataAccessConsentDeprecatedOK) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedOK) IsServerError() bool
IsServerError returns true when this get data access consent deprecated o k response has a 5xx status code
func (*GetDataAccessConsentDeprecatedOK) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedOK) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated o k response has a 2xx status code
func (*GetDataAccessConsentDeprecatedOK) String ¶
func (o *GetDataAccessConsentDeprecatedOK) String() string
type GetDataAccessConsentDeprecatedParams ¶
type GetDataAccessConsentDeprecatedParams 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 }
GetDataAccessConsentDeprecatedParams contains all the parameters to send to the API endpoint
for the get data access consent deprecated operation. Typically these are written to a http.Request.
func NewGetDataAccessConsentDeprecatedParams ¶
func NewGetDataAccessConsentDeprecatedParams() *GetDataAccessConsentDeprecatedParams
NewGetDataAccessConsentDeprecatedParams creates a new GetDataAccessConsentDeprecatedParams 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 NewGetDataAccessConsentDeprecatedParamsWithContext ¶
func NewGetDataAccessConsentDeprecatedParamsWithContext(ctx context.Context) *GetDataAccessConsentDeprecatedParams
NewGetDataAccessConsentDeprecatedParamsWithContext creates a new GetDataAccessConsentDeprecatedParams object with the ability to set a context for a request.
func NewGetDataAccessConsentDeprecatedParamsWithHTTPClient ¶
func NewGetDataAccessConsentDeprecatedParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentDeprecatedParams
NewGetDataAccessConsentDeprecatedParamsWithHTTPClient creates a new GetDataAccessConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.
func NewGetDataAccessConsentDeprecatedParamsWithTimeout ¶
func NewGetDataAccessConsentDeprecatedParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentDeprecatedParams
NewGetDataAccessConsentDeprecatedParamsWithTimeout creates a new GetDataAccessConsentDeprecatedParams object with the ability to set a timeout on a request.
func (*GetDataAccessConsentDeprecatedParams) SetConsentID ¶
func (o *GetDataAccessConsentDeprecatedParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetContext ¶
func (o *GetDataAccessConsentDeprecatedParams) SetContext(ctx context.Context)
SetContext adds the context to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetDefaults ¶
func (o *GetDataAccessConsentDeprecatedParams) SetDefaults()
SetDefaults hydrates default values in the get data access consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentDeprecatedParams) SetHTTPClient ¶
func (o *GetDataAccessConsentDeprecatedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetTimeout ¶
func (o *GetDataAccessConsentDeprecatedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetXCustomerUserAgent ¶
func (o *GetDataAccessConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetXFapiAuthDate ¶
func (o *GetDataAccessConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetXFapiInteractionID ¶
func (o *GetDataAccessConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) SetXJwsSignature ¶
func (o *GetDataAccessConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithConsentID ¶
func (o *GetDataAccessConsentDeprecatedParams) WithConsentID(consentID string) *GetDataAccessConsentDeprecatedParams
WithConsentID adds the consentID to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithContext ¶
func (o *GetDataAccessConsentDeprecatedParams) WithContext(ctx context.Context) *GetDataAccessConsentDeprecatedParams
WithContext adds the context to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithDefaults ¶
func (o *GetDataAccessConsentDeprecatedParams) WithDefaults() *GetDataAccessConsentDeprecatedParams
WithDefaults hydrates default values in the get data access consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentDeprecatedParams) WithHTTPClient ¶
func (o *GetDataAccessConsentDeprecatedParams) WithHTTPClient(client *http.Client) *GetDataAccessConsentDeprecatedParams
WithHTTPClient adds the HTTPClient to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithTimeout ¶
func (o *GetDataAccessConsentDeprecatedParams) WithTimeout(timeout time.Duration) *GetDataAccessConsentDeprecatedParams
WithTimeout adds the timeout to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithXCustomerUserAgent ¶
func (o *GetDataAccessConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentDeprecatedParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithXFapiAuthDate ¶
func (o *GetDataAccessConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentDeprecatedParams
WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentDeprecatedParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithXFapiInteractionID ¶
func (o *GetDataAccessConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentDeprecatedParams
WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WithXJwsSignature ¶
func (o *GetDataAccessConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentDeprecatedParams
WithXJwsSignature adds the xJwsSignature to the get data access consent deprecated params
func (*GetDataAccessConsentDeprecatedParams) WriteToRequest ¶
func (o *GetDataAccessConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDataAccessConsentDeprecatedReader ¶
type GetDataAccessConsentDeprecatedReader struct {
// contains filtered or unexported fields
}
GetDataAccessConsentDeprecatedReader is a Reader for the GetDataAccessConsentDeprecated structure.
func (*GetDataAccessConsentDeprecatedReader) ReadResponse ¶
func (o *GetDataAccessConsentDeprecatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDataAccessConsentDeprecatedTooManyRequests ¶
type GetDataAccessConsentDeprecatedTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedTooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetDataAccessConsentDeprecatedTooManyRequests ¶
func NewGetDataAccessConsentDeprecatedTooManyRequests() *GetDataAccessConsentDeprecatedTooManyRequests
NewGetDataAccessConsentDeprecatedTooManyRequests creates a GetDataAccessConsentDeprecatedTooManyRequests with default headers values
func (*GetDataAccessConsentDeprecatedTooManyRequests) Code ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) Code() int
Code gets the status code for the get data access consent deprecated too many requests response
func (*GetDataAccessConsentDeprecatedTooManyRequests) Error ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) Error() string
func (*GetDataAccessConsentDeprecatedTooManyRequests) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedTooManyRequests) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsClientError() bool
IsClientError returns true when this get data access consent deprecated too many requests response has a 4xx status code
func (*GetDataAccessConsentDeprecatedTooManyRequests) IsCode ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated too many requests response a status code equal to that given
func (*GetDataAccessConsentDeprecatedTooManyRequests) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated too many requests response has a 3xx status code
func (*GetDataAccessConsentDeprecatedTooManyRequests) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsServerError() bool
IsServerError returns true when this get data access consent deprecated too many requests response has a 5xx status code
func (*GetDataAccessConsentDeprecatedTooManyRequests) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated too many requests response has a 2xx status code
func (*GetDataAccessConsentDeprecatedTooManyRequests) String ¶
func (o *GetDataAccessConsentDeprecatedTooManyRequests) String() string
type GetDataAccessConsentDeprecatedUnauthorized ¶
type GetDataAccessConsentDeprecatedUnauthorized struct {
}GetDataAccessConsentDeprecatedUnauthorized describes a response with status code 401, with default header values.
Error
func NewGetDataAccessConsentDeprecatedUnauthorized ¶
func NewGetDataAccessConsentDeprecatedUnauthorized() *GetDataAccessConsentDeprecatedUnauthorized
NewGetDataAccessConsentDeprecatedUnauthorized creates a GetDataAccessConsentDeprecatedUnauthorized with default headers values
func (*GetDataAccessConsentDeprecatedUnauthorized) Code ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) Code() int
Code gets the status code for the get data access consent deprecated unauthorized response
func (*GetDataAccessConsentDeprecatedUnauthorized) Error ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) Error() string
func (*GetDataAccessConsentDeprecatedUnauthorized) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedUnauthorized) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) IsClientError() bool
IsClientError returns true when this get data access consent deprecated unauthorized response has a 4xx status code
func (*GetDataAccessConsentDeprecatedUnauthorized) IsCode ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated unauthorized response a status code equal to that given
func (*GetDataAccessConsentDeprecatedUnauthorized) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated unauthorized response has a 3xx status code
func (*GetDataAccessConsentDeprecatedUnauthorized) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) IsServerError() bool
IsServerError returns true when this get data access consent deprecated unauthorized response has a 5xx status code
func (*GetDataAccessConsentDeprecatedUnauthorized) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated unauthorized response has a 2xx status code
func (*GetDataAccessConsentDeprecatedUnauthorized) String ¶
func (o *GetDataAccessConsentDeprecatedUnauthorized) String() string
type GetDataAccessConsentDeprecatedUnprocessableEntity ¶
type GetDataAccessConsentDeprecatedUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetDataAccessConsentDeprecatedUnprocessableEntity ¶
func NewGetDataAccessConsentDeprecatedUnprocessableEntity() *GetDataAccessConsentDeprecatedUnprocessableEntity
NewGetDataAccessConsentDeprecatedUnprocessableEntity creates a GetDataAccessConsentDeprecatedUnprocessableEntity with default headers values
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) Code ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) Code() int
Code gets the status code for the get data access consent deprecated unprocessable entity response
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) Error ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) Error() string
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get data access consent deprecated unprocessable entity response has a 4xx status code
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsCode ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated unprocessable entity response a status code equal to that given
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated unprocessable entity response has a 3xx status code
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get data access consent deprecated unprocessable entity response has a 5xx status code
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated unprocessable entity response has a 2xx status code
func (*GetDataAccessConsentDeprecatedUnprocessableEntity) String ¶
func (o *GetDataAccessConsentDeprecatedUnprocessableEntity) String() string
type GetDataAccessConsentDeprecatedUnsupportedMediaType ¶
type GetDataAccessConsentDeprecatedUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetDataAccessConsentDeprecatedUnsupportedMediaType ¶
func NewGetDataAccessConsentDeprecatedUnsupportedMediaType() *GetDataAccessConsentDeprecatedUnsupportedMediaType
NewGetDataAccessConsentDeprecatedUnsupportedMediaType creates a GetDataAccessConsentDeprecatedUnsupportedMediaType with default headers values
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) Code ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) Code() int
Code gets the status code for the get data access consent deprecated unsupported media type response
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) Error ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) Error() string
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get data access consent deprecated unsupported media type response has a 4xx status code
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsCode ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get data access consent deprecated unsupported media type response a status code equal to that given
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get data access consent deprecated unsupported media type response has a 3xx status code
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get data access consent deprecated unsupported media type response has a 5xx status code
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get data access consent deprecated unsupported media type response has a 2xx status code
func (*GetDataAccessConsentDeprecatedUnsupportedMediaType) String ¶
func (o *GetDataAccessConsentDeprecatedUnsupportedMediaType) String() string
type GetDataAccessConsentExtensionsBadRequest ¶
type GetDataAccessConsentExtensionsBadRequest struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsBadRequest describes a response with status code 400, with default header values.
Error
func NewGetDataAccessConsentExtensionsBadRequest ¶
func NewGetDataAccessConsentExtensionsBadRequest() *GetDataAccessConsentExtensionsBadRequest
NewGetDataAccessConsentExtensionsBadRequest creates a GetDataAccessConsentExtensionsBadRequest with default headers values
func (*GetDataAccessConsentExtensionsBadRequest) Code ¶
func (o *GetDataAccessConsentExtensionsBadRequest) Code() int
Code gets the status code for the get data access consent extensions bad request response
func (*GetDataAccessConsentExtensionsBadRequest) Error ¶
func (o *GetDataAccessConsentExtensionsBadRequest) Error() string
func (*GetDataAccessConsentExtensionsBadRequest) GetPayload ¶
func (o *GetDataAccessConsentExtensionsBadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsBadRequest) IsClientError ¶
func (o *GetDataAccessConsentExtensionsBadRequest) IsClientError() bool
IsClientError returns true when this get data access consent extensions bad request response has a 4xx status code
func (*GetDataAccessConsentExtensionsBadRequest) IsCode ¶
func (o *GetDataAccessConsentExtensionsBadRequest) IsCode(code int) bool
IsCode returns true when this get data access consent extensions bad request response a status code equal to that given
func (*GetDataAccessConsentExtensionsBadRequest) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsBadRequest) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions bad request response has a 3xx status code
func (*GetDataAccessConsentExtensionsBadRequest) IsServerError ¶
func (o *GetDataAccessConsentExtensionsBadRequest) IsServerError() bool
IsServerError returns true when this get data access consent extensions bad request response has a 5xx status code
func (*GetDataAccessConsentExtensionsBadRequest) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsBadRequest) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions bad request response has a 2xx status code
func (*GetDataAccessConsentExtensionsBadRequest) String ¶
func (o *GetDataAccessConsentExtensionsBadRequest) String() string
type GetDataAccessConsentExtensionsForbidden ¶
type GetDataAccessConsentExtensionsForbidden struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsForbidden describes a response with status code 403, with default header values.
Error
func NewGetDataAccessConsentExtensionsForbidden ¶
func NewGetDataAccessConsentExtensionsForbidden() *GetDataAccessConsentExtensionsForbidden
NewGetDataAccessConsentExtensionsForbidden creates a GetDataAccessConsentExtensionsForbidden with default headers values
func (*GetDataAccessConsentExtensionsForbidden) Code ¶
func (o *GetDataAccessConsentExtensionsForbidden) Code() int
Code gets the status code for the get data access consent extensions forbidden response
func (*GetDataAccessConsentExtensionsForbidden) Error ¶
func (o *GetDataAccessConsentExtensionsForbidden) Error() string
func (*GetDataAccessConsentExtensionsForbidden) GetPayload ¶
func (o *GetDataAccessConsentExtensionsForbidden) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsForbidden) IsClientError ¶
func (o *GetDataAccessConsentExtensionsForbidden) IsClientError() bool
IsClientError returns true when this get data access consent extensions forbidden response has a 4xx status code
func (*GetDataAccessConsentExtensionsForbidden) IsCode ¶
func (o *GetDataAccessConsentExtensionsForbidden) IsCode(code int) bool
IsCode returns true when this get data access consent extensions forbidden response a status code equal to that given
func (*GetDataAccessConsentExtensionsForbidden) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsForbidden) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions forbidden response has a 3xx status code
func (*GetDataAccessConsentExtensionsForbidden) IsServerError ¶
func (o *GetDataAccessConsentExtensionsForbidden) IsServerError() bool
IsServerError returns true when this get data access consent extensions forbidden response has a 5xx status code
func (*GetDataAccessConsentExtensionsForbidden) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsForbidden) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions forbidden response has a 2xx status code
func (*GetDataAccessConsentExtensionsForbidden) String ¶
func (o *GetDataAccessConsentExtensionsForbidden) String() string
type GetDataAccessConsentExtensionsInternalServerError ¶
type GetDataAccessConsentExtensionsInternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsInternalServerError describes a response with status code 500, with default header values.
Error
func NewGetDataAccessConsentExtensionsInternalServerError ¶
func NewGetDataAccessConsentExtensionsInternalServerError() *GetDataAccessConsentExtensionsInternalServerError
NewGetDataAccessConsentExtensionsInternalServerError creates a GetDataAccessConsentExtensionsInternalServerError with default headers values
func (*GetDataAccessConsentExtensionsInternalServerError) Code ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) Code() int
Code gets the status code for the get data access consent extensions internal server error response
func (*GetDataAccessConsentExtensionsInternalServerError) Error ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) Error() string
func (*GetDataAccessConsentExtensionsInternalServerError) GetPayload ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsInternalServerError) IsClientError ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) IsClientError() bool
IsClientError returns true when this get data access consent extensions internal server error response has a 4xx status code
func (*GetDataAccessConsentExtensionsInternalServerError) IsCode ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) IsCode(code int) bool
IsCode returns true when this get data access consent extensions internal server error response a status code equal to that given
func (*GetDataAccessConsentExtensionsInternalServerError) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions internal server error response has a 3xx status code
func (*GetDataAccessConsentExtensionsInternalServerError) IsServerError ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) IsServerError() bool
IsServerError returns true when this get data access consent extensions internal server error response has a 5xx status code
func (*GetDataAccessConsentExtensionsInternalServerError) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions internal server error response has a 2xx status code
func (*GetDataAccessConsentExtensionsInternalServerError) String ¶
func (o *GetDataAccessConsentExtensionsInternalServerError) String() string
type GetDataAccessConsentExtensionsMethodNotAllowed ¶
type GetDataAccessConsentExtensionsMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetDataAccessConsentExtensionsMethodNotAllowed ¶
func NewGetDataAccessConsentExtensionsMethodNotAllowed() *GetDataAccessConsentExtensionsMethodNotAllowed
NewGetDataAccessConsentExtensionsMethodNotAllowed creates a GetDataAccessConsentExtensionsMethodNotAllowed with default headers values
func (*GetDataAccessConsentExtensionsMethodNotAllowed) Code ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) Code() int
Code gets the status code for the get data access consent extensions method not allowed response
func (*GetDataAccessConsentExtensionsMethodNotAllowed) Error ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) Error() string
func (*GetDataAccessConsentExtensionsMethodNotAllowed) GetPayload ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsClientError ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get data access consent extensions method not allowed response has a 4xx status code
func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsCode ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get data access consent extensions method not allowed response a status code equal to that given
func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions method not allowed response has a 3xx status code
func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsServerError ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get data access consent extensions method not allowed response has a 5xx status code
func (*GetDataAccessConsentExtensionsMethodNotAllowed) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions method not allowed response has a 2xx status code
func (*GetDataAccessConsentExtensionsMethodNotAllowed) String ¶
func (o *GetDataAccessConsentExtensionsMethodNotAllowed) String() string
type GetDataAccessConsentExtensionsNotAcceptable ¶
type GetDataAccessConsentExtensionsNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsNotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetDataAccessConsentExtensionsNotAcceptable ¶
func NewGetDataAccessConsentExtensionsNotAcceptable() *GetDataAccessConsentExtensionsNotAcceptable
NewGetDataAccessConsentExtensionsNotAcceptable creates a GetDataAccessConsentExtensionsNotAcceptable with default headers values
func (*GetDataAccessConsentExtensionsNotAcceptable) Code ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) Code() int
Code gets the status code for the get data access consent extensions not acceptable response
func (*GetDataAccessConsentExtensionsNotAcceptable) Error ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) Error() string
func (*GetDataAccessConsentExtensionsNotAcceptable) GetPayload ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsNotAcceptable) IsClientError ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) IsClientError() bool
IsClientError returns true when this get data access consent extensions not acceptable response has a 4xx status code
func (*GetDataAccessConsentExtensionsNotAcceptable) IsCode ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) IsCode(code int) bool
IsCode returns true when this get data access consent extensions not acceptable response a status code equal to that given
func (*GetDataAccessConsentExtensionsNotAcceptable) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions not acceptable response has a 3xx status code
func (*GetDataAccessConsentExtensionsNotAcceptable) IsServerError ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) IsServerError() bool
IsServerError returns true when this get data access consent extensions not acceptable response has a 5xx status code
func (*GetDataAccessConsentExtensionsNotAcceptable) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions not acceptable response has a 2xx status code
func (*GetDataAccessConsentExtensionsNotAcceptable) String ¶
func (o *GetDataAccessConsentExtensionsNotAcceptable) String() string
type GetDataAccessConsentExtensionsOK ¶
type GetDataAccessConsentExtensionsOK struct {
Payload *models.BrazilGetConsentExtensionsResponse
}
GetDataAccessConsentExtensionsOK describes a response with status code 200, with default header values.
Get Customer data access v2 consent extension
func NewGetDataAccessConsentExtensionsOK ¶
func NewGetDataAccessConsentExtensionsOK() *GetDataAccessConsentExtensionsOK
NewGetDataAccessConsentExtensionsOK creates a GetDataAccessConsentExtensionsOK with default headers values
func (*GetDataAccessConsentExtensionsOK) Code ¶
func (o *GetDataAccessConsentExtensionsOK) Code() int
Code gets the status code for the get data access consent extensions o k response
func (*GetDataAccessConsentExtensionsOK) Error ¶
func (o *GetDataAccessConsentExtensionsOK) Error() string
func (*GetDataAccessConsentExtensionsOK) GetPayload ¶
func (o *GetDataAccessConsentExtensionsOK) GetPayload() *models.BrazilGetConsentExtensionsResponse
func (*GetDataAccessConsentExtensionsOK) IsClientError ¶
func (o *GetDataAccessConsentExtensionsOK) IsClientError() bool
IsClientError returns true when this get data access consent extensions o k response has a 4xx status code
func (*GetDataAccessConsentExtensionsOK) IsCode ¶
func (o *GetDataAccessConsentExtensionsOK) IsCode(code int) bool
IsCode returns true when this get data access consent extensions o k response a status code equal to that given
func (*GetDataAccessConsentExtensionsOK) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsOK) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions o k response has a 3xx status code
func (*GetDataAccessConsentExtensionsOK) IsServerError ¶
func (o *GetDataAccessConsentExtensionsOK) IsServerError() bool
IsServerError returns true when this get data access consent extensions o k response has a 5xx status code
func (*GetDataAccessConsentExtensionsOK) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsOK) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions o k response has a 2xx status code
func (*GetDataAccessConsentExtensionsOK) String ¶
func (o *GetDataAccessConsentExtensionsOK) String() string
type GetDataAccessConsentExtensionsParams ¶
type GetDataAccessConsentExtensionsParams 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 }
GetDataAccessConsentExtensionsParams contains all the parameters to send to the API endpoint
for the get data access consent extensions operation. Typically these are written to a http.Request.
func NewGetDataAccessConsentExtensionsParams ¶
func NewGetDataAccessConsentExtensionsParams() *GetDataAccessConsentExtensionsParams
NewGetDataAccessConsentExtensionsParams creates a new GetDataAccessConsentExtensionsParams 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 NewGetDataAccessConsentExtensionsParamsWithContext ¶
func NewGetDataAccessConsentExtensionsParamsWithContext(ctx context.Context) *GetDataAccessConsentExtensionsParams
NewGetDataAccessConsentExtensionsParamsWithContext creates a new GetDataAccessConsentExtensionsParams object with the ability to set a context for a request.
func NewGetDataAccessConsentExtensionsParamsWithHTTPClient ¶
func NewGetDataAccessConsentExtensionsParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentExtensionsParams
NewGetDataAccessConsentExtensionsParamsWithHTTPClient creates a new GetDataAccessConsentExtensionsParams object with the ability to set a custom HTTPClient for a request.
func NewGetDataAccessConsentExtensionsParamsWithTimeout ¶
func NewGetDataAccessConsentExtensionsParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentExtensionsParams
NewGetDataAccessConsentExtensionsParamsWithTimeout creates a new GetDataAccessConsentExtensionsParams object with the ability to set a timeout on a request.
func (*GetDataAccessConsentExtensionsParams) SetConsentID ¶
func (o *GetDataAccessConsentExtensionsParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetContext ¶
func (o *GetDataAccessConsentExtensionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetDefaults ¶
func (o *GetDataAccessConsentExtensionsParams) SetDefaults()
SetDefaults hydrates default values in the get data access consent extensions params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentExtensionsParams) SetHTTPClient ¶
func (o *GetDataAccessConsentExtensionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetTimeout ¶
func (o *GetDataAccessConsentExtensionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetXCustomerUserAgent ¶
func (o *GetDataAccessConsentExtensionsParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetXFapiAuthDate ¶
func (o *GetDataAccessConsentExtensionsParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentExtensionsParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetXFapiInteractionID ¶
func (o *GetDataAccessConsentExtensionsParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) SetXJwsSignature ¶
func (o *GetDataAccessConsentExtensionsParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithConsentID ¶
func (o *GetDataAccessConsentExtensionsParams) WithConsentID(consentID string) *GetDataAccessConsentExtensionsParams
WithConsentID adds the consentID to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithContext ¶
func (o *GetDataAccessConsentExtensionsParams) WithContext(ctx context.Context) *GetDataAccessConsentExtensionsParams
WithContext adds the context to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithDefaults ¶
func (o *GetDataAccessConsentExtensionsParams) WithDefaults() *GetDataAccessConsentExtensionsParams
WithDefaults hydrates default values in the get data access consent extensions params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentExtensionsParams) WithHTTPClient ¶
func (o *GetDataAccessConsentExtensionsParams) WithHTTPClient(client *http.Client) *GetDataAccessConsentExtensionsParams
WithHTTPClient adds the HTTPClient to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithTimeout ¶
func (o *GetDataAccessConsentExtensionsParams) WithTimeout(timeout time.Duration) *GetDataAccessConsentExtensionsParams
WithTimeout adds the timeout to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithXCustomerUserAgent ¶
func (o *GetDataAccessConsentExtensionsParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentExtensionsParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithXFapiAuthDate ¶
func (o *GetDataAccessConsentExtensionsParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentExtensionsParams
WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentExtensionsParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentExtensionsParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithXFapiInteractionID ¶
func (o *GetDataAccessConsentExtensionsParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentExtensionsParams
WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WithXJwsSignature ¶
func (o *GetDataAccessConsentExtensionsParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentExtensionsParams
WithXJwsSignature adds the xJwsSignature to the get data access consent extensions params
func (*GetDataAccessConsentExtensionsParams) WriteToRequest ¶
func (o *GetDataAccessConsentExtensionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDataAccessConsentExtensionsReader ¶
type GetDataAccessConsentExtensionsReader struct {
// contains filtered or unexported fields
}
GetDataAccessConsentExtensionsReader is a Reader for the GetDataAccessConsentExtensions structure.
func (*GetDataAccessConsentExtensionsReader) ReadResponse ¶
func (o *GetDataAccessConsentExtensionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDataAccessConsentExtensionsTooManyRequests ¶
type GetDataAccessConsentExtensionsTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsTooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetDataAccessConsentExtensionsTooManyRequests ¶
func NewGetDataAccessConsentExtensionsTooManyRequests() *GetDataAccessConsentExtensionsTooManyRequests
NewGetDataAccessConsentExtensionsTooManyRequests creates a GetDataAccessConsentExtensionsTooManyRequests with default headers values
func (*GetDataAccessConsentExtensionsTooManyRequests) Code ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) Code() int
Code gets the status code for the get data access consent extensions too many requests response
func (*GetDataAccessConsentExtensionsTooManyRequests) Error ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) Error() string
func (*GetDataAccessConsentExtensionsTooManyRequests) GetPayload ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsTooManyRequests) IsClientError ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) IsClientError() bool
IsClientError returns true when this get data access consent extensions too many requests response has a 4xx status code
func (*GetDataAccessConsentExtensionsTooManyRequests) IsCode ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) IsCode(code int) bool
IsCode returns true when this get data access consent extensions too many requests response a status code equal to that given
func (*GetDataAccessConsentExtensionsTooManyRequests) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions too many requests response has a 3xx status code
func (*GetDataAccessConsentExtensionsTooManyRequests) IsServerError ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) IsServerError() bool
IsServerError returns true when this get data access consent extensions too many requests response has a 5xx status code
func (*GetDataAccessConsentExtensionsTooManyRequests) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions too many requests response has a 2xx status code
func (*GetDataAccessConsentExtensionsTooManyRequests) String ¶
func (o *GetDataAccessConsentExtensionsTooManyRequests) String() string
type GetDataAccessConsentExtensionsUnauthorized ¶
type GetDataAccessConsentExtensionsUnauthorized struct {
}GetDataAccessConsentExtensionsUnauthorized describes a response with status code 401, with default header values.
Error
func NewGetDataAccessConsentExtensionsUnauthorized ¶
func NewGetDataAccessConsentExtensionsUnauthorized() *GetDataAccessConsentExtensionsUnauthorized
NewGetDataAccessConsentExtensionsUnauthorized creates a GetDataAccessConsentExtensionsUnauthorized with default headers values
func (*GetDataAccessConsentExtensionsUnauthorized) Code ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) Code() int
Code gets the status code for the get data access consent extensions unauthorized response
func (*GetDataAccessConsentExtensionsUnauthorized) Error ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) Error() string
func (*GetDataAccessConsentExtensionsUnauthorized) GetPayload ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsUnauthorized) IsClientError ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) IsClientError() bool
IsClientError returns true when this get data access consent extensions unauthorized response has a 4xx status code
func (*GetDataAccessConsentExtensionsUnauthorized) IsCode ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) IsCode(code int) bool
IsCode returns true when this get data access consent extensions unauthorized response a status code equal to that given
func (*GetDataAccessConsentExtensionsUnauthorized) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions unauthorized response has a 3xx status code
func (*GetDataAccessConsentExtensionsUnauthorized) IsServerError ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) IsServerError() bool
IsServerError returns true when this get data access consent extensions unauthorized response has a 5xx status code
func (*GetDataAccessConsentExtensionsUnauthorized) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions unauthorized response has a 2xx status code
func (*GetDataAccessConsentExtensionsUnauthorized) String ¶
func (o *GetDataAccessConsentExtensionsUnauthorized) String() string
type GetDataAccessConsentExtensionsUnprocessableEntity ¶
type GetDataAccessConsentExtensionsUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetDataAccessConsentExtensionsUnprocessableEntity ¶
func NewGetDataAccessConsentExtensionsUnprocessableEntity() *GetDataAccessConsentExtensionsUnprocessableEntity
NewGetDataAccessConsentExtensionsUnprocessableEntity creates a GetDataAccessConsentExtensionsUnprocessableEntity with default headers values
func (*GetDataAccessConsentExtensionsUnprocessableEntity) Code ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) Code() int
Code gets the status code for the get data access consent extensions unprocessable entity response
func (*GetDataAccessConsentExtensionsUnprocessableEntity) Error ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) Error() string
func (*GetDataAccessConsentExtensionsUnprocessableEntity) GetPayload ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsClientError ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get data access consent extensions unprocessable entity response has a 4xx status code
func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsCode ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get data access consent extensions unprocessable entity response a status code equal to that given
func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions unprocessable entity response has a 3xx status code
func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsServerError ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get data access consent extensions unprocessable entity response has a 5xx status code
func (*GetDataAccessConsentExtensionsUnprocessableEntity) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions unprocessable entity response has a 2xx status code
func (*GetDataAccessConsentExtensionsUnprocessableEntity) String ¶
func (o *GetDataAccessConsentExtensionsUnprocessableEntity) String() string
type GetDataAccessConsentExtensionsUnsupportedMediaType ¶
type GetDataAccessConsentExtensionsUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentExtensionsUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetDataAccessConsentExtensionsUnsupportedMediaType ¶
func NewGetDataAccessConsentExtensionsUnsupportedMediaType() *GetDataAccessConsentExtensionsUnsupportedMediaType
NewGetDataAccessConsentExtensionsUnsupportedMediaType creates a GetDataAccessConsentExtensionsUnsupportedMediaType with default headers values
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) Code ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) Code() int
Code gets the status code for the get data access consent extensions unsupported media type response
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) Error ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) Error() string
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) GetPayload ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsClientError ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get data access consent extensions unsupported media type response has a 4xx status code
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsCode ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get data access consent extensions unsupported media type response a status code equal to that given
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsRedirect ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get data access consent extensions unsupported media type response has a 3xx status code
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsServerError ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get data access consent extensions unsupported media type response has a 5xx status code
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) IsSuccess ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get data access consent extensions unsupported media type response has a 2xx status code
func (*GetDataAccessConsentExtensionsUnsupportedMediaType) String ¶
func (o *GetDataAccessConsentExtensionsUnsupportedMediaType) String() string
type GetDataAccessConsentForbidden ¶
type GetDataAccessConsentForbidden struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentForbidden describes a response with status code 403, with default header values.
Error
func NewGetDataAccessConsentForbidden ¶
func NewGetDataAccessConsentForbidden() *GetDataAccessConsentForbidden
NewGetDataAccessConsentForbidden creates a GetDataAccessConsentForbidden with default headers values
func (*GetDataAccessConsentForbidden) Code ¶
func (o *GetDataAccessConsentForbidden) Code() int
Code gets the status code for the get data access consent forbidden response
func (*GetDataAccessConsentForbidden) Error ¶
func (o *GetDataAccessConsentForbidden) Error() string
func (*GetDataAccessConsentForbidden) GetPayload ¶
func (o *GetDataAccessConsentForbidden) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentForbidden) IsClientError ¶
func (o *GetDataAccessConsentForbidden) IsClientError() bool
IsClientError returns true when this get data access consent forbidden response has a 4xx status code
func (*GetDataAccessConsentForbidden) IsCode ¶
func (o *GetDataAccessConsentForbidden) IsCode(code int) bool
IsCode returns true when this get data access consent forbidden response a status code equal to that given
func (*GetDataAccessConsentForbidden) IsRedirect ¶
func (o *GetDataAccessConsentForbidden) IsRedirect() bool
IsRedirect returns true when this get data access consent forbidden response has a 3xx status code
func (*GetDataAccessConsentForbidden) IsServerError ¶
func (o *GetDataAccessConsentForbidden) IsServerError() bool
IsServerError returns true when this get data access consent forbidden response has a 5xx status code
func (*GetDataAccessConsentForbidden) IsSuccess ¶
func (o *GetDataAccessConsentForbidden) IsSuccess() bool
IsSuccess returns true when this get data access consent forbidden response has a 2xx status code
func (*GetDataAccessConsentForbidden) String ¶
func (o *GetDataAccessConsentForbidden) String() string
type GetDataAccessConsentInternalServerError ¶
type GetDataAccessConsentInternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentInternalServerError describes a response with status code 500, with default header values.
Error
func NewGetDataAccessConsentInternalServerError ¶
func NewGetDataAccessConsentInternalServerError() *GetDataAccessConsentInternalServerError
NewGetDataAccessConsentInternalServerError creates a GetDataAccessConsentInternalServerError with default headers values
func (*GetDataAccessConsentInternalServerError) Code ¶
func (o *GetDataAccessConsentInternalServerError) Code() int
Code gets the status code for the get data access consent internal server error response
func (*GetDataAccessConsentInternalServerError) Error ¶
func (o *GetDataAccessConsentInternalServerError) Error() string
func (*GetDataAccessConsentInternalServerError) GetPayload ¶
func (o *GetDataAccessConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentInternalServerError) IsClientError ¶
func (o *GetDataAccessConsentInternalServerError) IsClientError() bool
IsClientError returns true when this get data access consent internal server error response has a 4xx status code
func (*GetDataAccessConsentInternalServerError) IsCode ¶
func (o *GetDataAccessConsentInternalServerError) IsCode(code int) bool
IsCode returns true when this get data access consent internal server error response a status code equal to that given
func (*GetDataAccessConsentInternalServerError) IsRedirect ¶
func (o *GetDataAccessConsentInternalServerError) IsRedirect() bool
IsRedirect returns true when this get data access consent internal server error response has a 3xx status code
func (*GetDataAccessConsentInternalServerError) IsServerError ¶
func (o *GetDataAccessConsentInternalServerError) IsServerError() bool
IsServerError returns true when this get data access consent internal server error response has a 5xx status code
func (*GetDataAccessConsentInternalServerError) IsSuccess ¶
func (o *GetDataAccessConsentInternalServerError) IsSuccess() bool
IsSuccess returns true when this get data access consent internal server error response has a 2xx status code
func (*GetDataAccessConsentInternalServerError) String ¶
func (o *GetDataAccessConsentInternalServerError) String() string
type GetDataAccessConsentMethodNotAllowed ¶
type GetDataAccessConsentMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetDataAccessConsentMethodNotAllowed ¶
func NewGetDataAccessConsentMethodNotAllowed() *GetDataAccessConsentMethodNotAllowed
NewGetDataAccessConsentMethodNotAllowed creates a GetDataAccessConsentMethodNotAllowed with default headers values
func (*GetDataAccessConsentMethodNotAllowed) Code ¶
func (o *GetDataAccessConsentMethodNotAllowed) Code() int
Code gets the status code for the get data access consent method not allowed response
func (*GetDataAccessConsentMethodNotAllowed) Error ¶
func (o *GetDataAccessConsentMethodNotAllowed) Error() string
func (*GetDataAccessConsentMethodNotAllowed) GetPayload ¶
func (o *GetDataAccessConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentMethodNotAllowed) IsClientError ¶
func (o *GetDataAccessConsentMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get data access consent method not allowed response has a 4xx status code
func (*GetDataAccessConsentMethodNotAllowed) IsCode ¶
func (o *GetDataAccessConsentMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get data access consent method not allowed response a status code equal to that given
func (*GetDataAccessConsentMethodNotAllowed) IsRedirect ¶
func (o *GetDataAccessConsentMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get data access consent method not allowed response has a 3xx status code
func (*GetDataAccessConsentMethodNotAllowed) IsServerError ¶
func (o *GetDataAccessConsentMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get data access consent method not allowed response has a 5xx status code
func (*GetDataAccessConsentMethodNotAllowed) IsSuccess ¶
func (o *GetDataAccessConsentMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get data access consent method not allowed response has a 2xx status code
func (*GetDataAccessConsentMethodNotAllowed) String ¶
func (o *GetDataAccessConsentMethodNotAllowed) String() string
type GetDataAccessConsentNotAcceptable ¶
type GetDataAccessConsentNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentNotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetDataAccessConsentNotAcceptable ¶
func NewGetDataAccessConsentNotAcceptable() *GetDataAccessConsentNotAcceptable
NewGetDataAccessConsentNotAcceptable creates a GetDataAccessConsentNotAcceptable with default headers values
func (*GetDataAccessConsentNotAcceptable) Code ¶
func (o *GetDataAccessConsentNotAcceptable) Code() int
Code gets the status code for the get data access consent not acceptable response
func (*GetDataAccessConsentNotAcceptable) Error ¶
func (o *GetDataAccessConsentNotAcceptable) Error() string
func (*GetDataAccessConsentNotAcceptable) GetPayload ¶
func (o *GetDataAccessConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentNotAcceptable) IsClientError ¶
func (o *GetDataAccessConsentNotAcceptable) IsClientError() bool
IsClientError returns true when this get data access consent not acceptable response has a 4xx status code
func (*GetDataAccessConsentNotAcceptable) IsCode ¶
func (o *GetDataAccessConsentNotAcceptable) IsCode(code int) bool
IsCode returns true when this get data access consent not acceptable response a status code equal to that given
func (*GetDataAccessConsentNotAcceptable) IsRedirect ¶
func (o *GetDataAccessConsentNotAcceptable) IsRedirect() bool
IsRedirect returns true when this get data access consent not acceptable response has a 3xx status code
func (*GetDataAccessConsentNotAcceptable) IsServerError ¶
func (o *GetDataAccessConsentNotAcceptable) IsServerError() bool
IsServerError returns true when this get data access consent not acceptable response has a 5xx status code
func (*GetDataAccessConsentNotAcceptable) IsSuccess ¶
func (o *GetDataAccessConsentNotAcceptable) IsSuccess() bool
IsSuccess returns true when this get data access consent not acceptable response has a 2xx status code
func (*GetDataAccessConsentNotAcceptable) String ¶
func (o *GetDataAccessConsentNotAcceptable) String() string
type GetDataAccessConsentOK ¶
type GetDataAccessConsentOK struct {
Payload *models.BrazilCustomerDataAccessConsentResponse
}
GetDataAccessConsentOK describes a response with status code 200, with default header values.
Customer data access consent
func NewGetDataAccessConsentOK ¶
func NewGetDataAccessConsentOK() *GetDataAccessConsentOK
NewGetDataAccessConsentOK creates a GetDataAccessConsentOK with default headers values
func (*GetDataAccessConsentOK) Code ¶
func (o *GetDataAccessConsentOK) Code() int
Code gets the status code for the get data access consent o k response
func (*GetDataAccessConsentOK) Error ¶
func (o *GetDataAccessConsentOK) Error() string
func (*GetDataAccessConsentOK) GetPayload ¶
func (o *GetDataAccessConsentOK) GetPayload() *models.BrazilCustomerDataAccessConsentResponse
func (*GetDataAccessConsentOK) IsClientError ¶
func (o *GetDataAccessConsentOK) IsClientError() bool
IsClientError returns true when this get data access consent o k response has a 4xx status code
func (*GetDataAccessConsentOK) IsCode ¶
func (o *GetDataAccessConsentOK) IsCode(code int) bool
IsCode returns true when this get data access consent o k response a status code equal to that given
func (*GetDataAccessConsentOK) IsRedirect ¶
func (o *GetDataAccessConsentOK) IsRedirect() bool
IsRedirect returns true when this get data access consent o k response has a 3xx status code
func (*GetDataAccessConsentOK) IsServerError ¶
func (o *GetDataAccessConsentOK) IsServerError() bool
IsServerError returns true when this get data access consent o k response has a 5xx status code
func (*GetDataAccessConsentOK) IsSuccess ¶
func (o *GetDataAccessConsentOK) IsSuccess() bool
IsSuccess returns true when this get data access consent o k response has a 2xx status code
func (*GetDataAccessConsentOK) String ¶
func (o *GetDataAccessConsentOK) String() string
type GetDataAccessConsentParams ¶
type GetDataAccessConsentParams 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 }
GetDataAccessConsentParams contains all the parameters to send to the API endpoint
for the get data access consent operation. Typically these are written to a http.Request.
func NewGetDataAccessConsentParams ¶
func NewGetDataAccessConsentParams() *GetDataAccessConsentParams
NewGetDataAccessConsentParams creates a new GetDataAccessConsentParams 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 NewGetDataAccessConsentParamsWithContext ¶
func NewGetDataAccessConsentParamsWithContext(ctx context.Context) *GetDataAccessConsentParams
NewGetDataAccessConsentParamsWithContext creates a new GetDataAccessConsentParams object with the ability to set a context for a request.
func NewGetDataAccessConsentParamsWithHTTPClient ¶
func NewGetDataAccessConsentParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentParams
NewGetDataAccessConsentParamsWithHTTPClient creates a new GetDataAccessConsentParams object with the ability to set a custom HTTPClient for a request.
func NewGetDataAccessConsentParamsWithTimeout ¶
func NewGetDataAccessConsentParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentParams
NewGetDataAccessConsentParamsWithTimeout creates a new GetDataAccessConsentParams object with the ability to set a timeout on a request.
func (*GetDataAccessConsentParams) SetConsentID ¶
func (o *GetDataAccessConsentParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the get data access consent params
func (*GetDataAccessConsentParams) SetContext ¶
func (o *GetDataAccessConsentParams) SetContext(ctx context.Context)
SetContext adds the context to the get data access consent params
func (*GetDataAccessConsentParams) SetDefaults ¶
func (o *GetDataAccessConsentParams) SetDefaults()
SetDefaults hydrates default values in the get data access consent params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentParams) SetHTTPClient ¶
func (o *GetDataAccessConsentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get data access consent params
func (*GetDataAccessConsentParams) SetTimeout ¶
func (o *GetDataAccessConsentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get data access consent params
func (*GetDataAccessConsentParams) SetXCustomerUserAgent ¶
func (o *GetDataAccessConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent params
func (*GetDataAccessConsentParams) SetXFapiAuthDate ¶
func (o *GetDataAccessConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent params
func (*GetDataAccessConsentParams) SetXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent params
func (*GetDataAccessConsentParams) SetXFapiInteractionID ¶
func (o *GetDataAccessConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent params
func (*GetDataAccessConsentParams) SetXJwsSignature ¶
func (o *GetDataAccessConsentParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get data access consent params
func (*GetDataAccessConsentParams) WithConsentID ¶
func (o *GetDataAccessConsentParams) WithConsentID(consentID string) *GetDataAccessConsentParams
WithConsentID adds the consentID to the get data access consent params
func (*GetDataAccessConsentParams) WithContext ¶
func (o *GetDataAccessConsentParams) WithContext(ctx context.Context) *GetDataAccessConsentParams
WithContext adds the context to the get data access consent params
func (*GetDataAccessConsentParams) WithDefaults ¶
func (o *GetDataAccessConsentParams) WithDefaults() *GetDataAccessConsentParams
WithDefaults hydrates default values in the get data access consent params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentParams) WithHTTPClient ¶
func (o *GetDataAccessConsentParams) WithHTTPClient(client *http.Client) *GetDataAccessConsentParams
WithHTTPClient adds the HTTPClient to the get data access consent params
func (*GetDataAccessConsentParams) WithTimeout ¶
func (o *GetDataAccessConsentParams) WithTimeout(timeout time.Duration) *GetDataAccessConsentParams
WithTimeout adds the timeout to the get data access consent params
func (*GetDataAccessConsentParams) WithXCustomerUserAgent ¶
func (o *GetDataAccessConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent params
func (*GetDataAccessConsentParams) WithXFapiAuthDate ¶
func (o *GetDataAccessConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentParams
WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent params
func (*GetDataAccessConsentParams) WithXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent params
func (*GetDataAccessConsentParams) WithXFapiInteractionID ¶
func (o *GetDataAccessConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentParams
WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent params
func (*GetDataAccessConsentParams) WithXJwsSignature ¶
func (o *GetDataAccessConsentParams) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentParams
WithXJwsSignature adds the xJwsSignature to the get data access consent params
func (*GetDataAccessConsentParams) WriteToRequest ¶
func (o *GetDataAccessConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDataAccessConsentReader ¶
type GetDataAccessConsentReader struct {
// contains filtered or unexported fields
}
GetDataAccessConsentReader is a Reader for the GetDataAccessConsent structure.
func (*GetDataAccessConsentReader) ReadResponse ¶
func (o *GetDataAccessConsentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDataAccessConsentTooManyRequests ¶
type GetDataAccessConsentTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentTooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetDataAccessConsentTooManyRequests ¶
func NewGetDataAccessConsentTooManyRequests() *GetDataAccessConsentTooManyRequests
NewGetDataAccessConsentTooManyRequests creates a GetDataAccessConsentTooManyRequests with default headers values
func (*GetDataAccessConsentTooManyRequests) Code ¶
func (o *GetDataAccessConsentTooManyRequests) Code() int
Code gets the status code for the get data access consent too many requests response
func (*GetDataAccessConsentTooManyRequests) Error ¶
func (o *GetDataAccessConsentTooManyRequests) Error() string
func (*GetDataAccessConsentTooManyRequests) GetPayload ¶
func (o *GetDataAccessConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentTooManyRequests) IsClientError ¶
func (o *GetDataAccessConsentTooManyRequests) IsClientError() bool
IsClientError returns true when this get data access consent too many requests response has a 4xx status code
func (*GetDataAccessConsentTooManyRequests) IsCode ¶
func (o *GetDataAccessConsentTooManyRequests) IsCode(code int) bool
IsCode returns true when this get data access consent too many requests response a status code equal to that given
func (*GetDataAccessConsentTooManyRequests) IsRedirect ¶
func (o *GetDataAccessConsentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get data access consent too many requests response has a 3xx status code
func (*GetDataAccessConsentTooManyRequests) IsServerError ¶
func (o *GetDataAccessConsentTooManyRequests) IsServerError() bool
IsServerError returns true when this get data access consent too many requests response has a 5xx status code
func (*GetDataAccessConsentTooManyRequests) IsSuccess ¶
func (o *GetDataAccessConsentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get data access consent too many requests response has a 2xx status code
func (*GetDataAccessConsentTooManyRequests) String ¶
func (o *GetDataAccessConsentTooManyRequests) String() string
type GetDataAccessConsentUnauthorized ¶
type GetDataAccessConsentUnauthorized struct {
}GetDataAccessConsentUnauthorized describes a response with status code 401, with default header values.
Error
func NewGetDataAccessConsentUnauthorized ¶
func NewGetDataAccessConsentUnauthorized() *GetDataAccessConsentUnauthorized
NewGetDataAccessConsentUnauthorized creates a GetDataAccessConsentUnauthorized with default headers values
func (*GetDataAccessConsentUnauthorized) Code ¶
func (o *GetDataAccessConsentUnauthorized) Code() int
Code gets the status code for the get data access consent unauthorized response
func (*GetDataAccessConsentUnauthorized) Error ¶
func (o *GetDataAccessConsentUnauthorized) Error() string
func (*GetDataAccessConsentUnauthorized) GetPayload ¶
func (o *GetDataAccessConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentUnauthorized) IsClientError ¶
func (o *GetDataAccessConsentUnauthorized) IsClientError() bool
IsClientError returns true when this get data access consent unauthorized response has a 4xx status code
func (*GetDataAccessConsentUnauthorized) IsCode ¶
func (o *GetDataAccessConsentUnauthorized) IsCode(code int) bool
IsCode returns true when this get data access consent unauthorized response a status code equal to that given
func (*GetDataAccessConsentUnauthorized) IsRedirect ¶
func (o *GetDataAccessConsentUnauthorized) IsRedirect() bool
IsRedirect returns true when this get data access consent unauthorized response has a 3xx status code
func (*GetDataAccessConsentUnauthorized) IsServerError ¶
func (o *GetDataAccessConsentUnauthorized) IsServerError() bool
IsServerError returns true when this get data access consent unauthorized response has a 5xx status code
func (*GetDataAccessConsentUnauthorized) IsSuccess ¶
func (o *GetDataAccessConsentUnauthorized) IsSuccess() bool
IsSuccess returns true when this get data access consent unauthorized response has a 2xx status code
func (*GetDataAccessConsentUnauthorized) String ¶
func (o *GetDataAccessConsentUnauthorized) String() string
type GetDataAccessConsentUnprocessableEntity ¶
type GetDataAccessConsentUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetDataAccessConsentUnprocessableEntity ¶
func NewGetDataAccessConsentUnprocessableEntity() *GetDataAccessConsentUnprocessableEntity
NewGetDataAccessConsentUnprocessableEntity creates a GetDataAccessConsentUnprocessableEntity with default headers values
func (*GetDataAccessConsentUnprocessableEntity) Code ¶
func (o *GetDataAccessConsentUnprocessableEntity) Code() int
Code gets the status code for the get data access consent unprocessable entity response
func (*GetDataAccessConsentUnprocessableEntity) Error ¶
func (o *GetDataAccessConsentUnprocessableEntity) Error() string
func (*GetDataAccessConsentUnprocessableEntity) GetPayload ¶
func (o *GetDataAccessConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentUnprocessableEntity) IsClientError ¶
func (o *GetDataAccessConsentUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get data access consent unprocessable entity response has a 4xx status code
func (*GetDataAccessConsentUnprocessableEntity) IsCode ¶
func (o *GetDataAccessConsentUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get data access consent unprocessable entity response a status code equal to that given
func (*GetDataAccessConsentUnprocessableEntity) IsRedirect ¶
func (o *GetDataAccessConsentUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get data access consent unprocessable entity response has a 3xx status code
func (*GetDataAccessConsentUnprocessableEntity) IsServerError ¶
func (o *GetDataAccessConsentUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get data access consent unprocessable entity response has a 5xx status code
func (*GetDataAccessConsentUnprocessableEntity) IsSuccess ¶
func (o *GetDataAccessConsentUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get data access consent unprocessable entity response has a 2xx status code
func (*GetDataAccessConsentUnprocessableEntity) String ¶
func (o *GetDataAccessConsentUnprocessableEntity) String() string
type GetDataAccessConsentUnsupportedMediaType ¶
type GetDataAccessConsentUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetDataAccessConsentUnsupportedMediaType ¶
func NewGetDataAccessConsentUnsupportedMediaType() *GetDataAccessConsentUnsupportedMediaType
NewGetDataAccessConsentUnsupportedMediaType creates a GetDataAccessConsentUnsupportedMediaType with default headers values
func (*GetDataAccessConsentUnsupportedMediaType) Code ¶
func (o *GetDataAccessConsentUnsupportedMediaType) Code() int
Code gets the status code for the get data access consent unsupported media type response
func (*GetDataAccessConsentUnsupportedMediaType) Error ¶
func (o *GetDataAccessConsentUnsupportedMediaType) Error() string
func (*GetDataAccessConsentUnsupportedMediaType) GetPayload ¶
func (o *GetDataAccessConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentUnsupportedMediaType) IsClientError ¶
func (o *GetDataAccessConsentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get data access consent unsupported media type response has a 4xx status code
func (*GetDataAccessConsentUnsupportedMediaType) IsCode ¶
func (o *GetDataAccessConsentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get data access consent unsupported media type response a status code equal to that given
func (*GetDataAccessConsentUnsupportedMediaType) IsRedirect ¶
func (o *GetDataAccessConsentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get data access consent unsupported media type response has a 3xx status code
func (*GetDataAccessConsentUnsupportedMediaType) IsServerError ¶
func (o *GetDataAccessConsentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get data access consent unsupported media type response has a 5xx status code
func (*GetDataAccessConsentUnsupportedMediaType) IsSuccess ¶
func (o *GetDataAccessConsentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get data access consent unsupported media type response has a 2xx status code
func (*GetDataAccessConsentUnsupportedMediaType) String ¶
func (o *GetDataAccessConsentUnsupportedMediaType) String() string
type GetDataAccessConsentV2BadRequest ¶
type GetDataAccessConsentV2BadRequest struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2BadRequest describes a response with status code 400, with default header values.
Error
func NewGetDataAccessConsentV2BadRequest ¶
func NewGetDataAccessConsentV2BadRequest() *GetDataAccessConsentV2BadRequest
NewGetDataAccessConsentV2BadRequest creates a GetDataAccessConsentV2BadRequest with default headers values
func (*GetDataAccessConsentV2BadRequest) Code ¶
func (o *GetDataAccessConsentV2BadRequest) Code() int
Code gets the status code for the get data access consent v2 bad request response
func (*GetDataAccessConsentV2BadRequest) Error ¶
func (o *GetDataAccessConsentV2BadRequest) Error() string
func (*GetDataAccessConsentV2BadRequest) GetPayload ¶
func (o *GetDataAccessConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2BadRequest) IsClientError ¶
func (o *GetDataAccessConsentV2BadRequest) IsClientError() bool
IsClientError returns true when this get data access consent v2 bad request response has a 4xx status code
func (*GetDataAccessConsentV2BadRequest) IsCode ¶
func (o *GetDataAccessConsentV2BadRequest) IsCode(code int) bool
IsCode returns true when this get data access consent v2 bad request response a status code equal to that given
func (*GetDataAccessConsentV2BadRequest) IsRedirect ¶
func (o *GetDataAccessConsentV2BadRequest) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 bad request response has a 3xx status code
func (*GetDataAccessConsentV2BadRequest) IsServerError ¶
func (o *GetDataAccessConsentV2BadRequest) IsServerError() bool
IsServerError returns true when this get data access consent v2 bad request response has a 5xx status code
func (*GetDataAccessConsentV2BadRequest) IsSuccess ¶
func (o *GetDataAccessConsentV2BadRequest) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 bad request response has a 2xx status code
func (*GetDataAccessConsentV2BadRequest) String ¶
func (o *GetDataAccessConsentV2BadRequest) String() string
type GetDataAccessConsentV2Forbidden ¶
type GetDataAccessConsentV2Forbidden struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2Forbidden describes a response with status code 403, with default header values.
Error
func NewGetDataAccessConsentV2Forbidden ¶
func NewGetDataAccessConsentV2Forbidden() *GetDataAccessConsentV2Forbidden
NewGetDataAccessConsentV2Forbidden creates a GetDataAccessConsentV2Forbidden with default headers values
func (*GetDataAccessConsentV2Forbidden) Code ¶
func (o *GetDataAccessConsentV2Forbidden) Code() int
Code gets the status code for the get data access consent v2 forbidden response
func (*GetDataAccessConsentV2Forbidden) Error ¶
func (o *GetDataAccessConsentV2Forbidden) Error() string
func (*GetDataAccessConsentV2Forbidden) GetPayload ¶
func (o *GetDataAccessConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2Forbidden) IsClientError ¶
func (o *GetDataAccessConsentV2Forbidden) IsClientError() bool
IsClientError returns true when this get data access consent v2 forbidden response has a 4xx status code
func (*GetDataAccessConsentV2Forbidden) IsCode ¶
func (o *GetDataAccessConsentV2Forbidden) IsCode(code int) bool
IsCode returns true when this get data access consent v2 forbidden response a status code equal to that given
func (*GetDataAccessConsentV2Forbidden) IsRedirect ¶
func (o *GetDataAccessConsentV2Forbidden) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 forbidden response has a 3xx status code
func (*GetDataAccessConsentV2Forbidden) IsServerError ¶
func (o *GetDataAccessConsentV2Forbidden) IsServerError() bool
IsServerError returns true when this get data access consent v2 forbidden response has a 5xx status code
func (*GetDataAccessConsentV2Forbidden) IsSuccess ¶
func (o *GetDataAccessConsentV2Forbidden) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 forbidden response has a 2xx status code
func (*GetDataAccessConsentV2Forbidden) String ¶
func (o *GetDataAccessConsentV2Forbidden) String() string
type GetDataAccessConsentV2InternalServerError ¶
type GetDataAccessConsentV2InternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2InternalServerError describes a response with status code 500, with default header values.
Error
func NewGetDataAccessConsentV2InternalServerError ¶
func NewGetDataAccessConsentV2InternalServerError() *GetDataAccessConsentV2InternalServerError
NewGetDataAccessConsentV2InternalServerError creates a GetDataAccessConsentV2InternalServerError with default headers values
func (*GetDataAccessConsentV2InternalServerError) Code ¶
func (o *GetDataAccessConsentV2InternalServerError) Code() int
Code gets the status code for the get data access consent v2 internal server error response
func (*GetDataAccessConsentV2InternalServerError) Error ¶
func (o *GetDataAccessConsentV2InternalServerError) Error() string
func (*GetDataAccessConsentV2InternalServerError) GetPayload ¶
func (o *GetDataAccessConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2InternalServerError) IsClientError ¶
func (o *GetDataAccessConsentV2InternalServerError) IsClientError() bool
IsClientError returns true when this get data access consent v2 internal server error response has a 4xx status code
func (*GetDataAccessConsentV2InternalServerError) IsCode ¶
func (o *GetDataAccessConsentV2InternalServerError) IsCode(code int) bool
IsCode returns true when this get data access consent v2 internal server error response a status code equal to that given
func (*GetDataAccessConsentV2InternalServerError) IsRedirect ¶
func (o *GetDataAccessConsentV2InternalServerError) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 internal server error response has a 3xx status code
func (*GetDataAccessConsentV2InternalServerError) IsServerError ¶
func (o *GetDataAccessConsentV2InternalServerError) IsServerError() bool
IsServerError returns true when this get data access consent v2 internal server error response has a 5xx status code
func (*GetDataAccessConsentV2InternalServerError) IsSuccess ¶
func (o *GetDataAccessConsentV2InternalServerError) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 internal server error response has a 2xx status code
func (*GetDataAccessConsentV2InternalServerError) String ¶
func (o *GetDataAccessConsentV2InternalServerError) String() string
type GetDataAccessConsentV2MethodNotAllowed ¶
type GetDataAccessConsentV2MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetDataAccessConsentV2MethodNotAllowed ¶
func NewGetDataAccessConsentV2MethodNotAllowed() *GetDataAccessConsentV2MethodNotAllowed
NewGetDataAccessConsentV2MethodNotAllowed creates a GetDataAccessConsentV2MethodNotAllowed with default headers values
func (*GetDataAccessConsentV2MethodNotAllowed) Code ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) Code() int
Code gets the status code for the get data access consent v2 method not allowed response
func (*GetDataAccessConsentV2MethodNotAllowed) Error ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) Error() string
func (*GetDataAccessConsentV2MethodNotAllowed) GetPayload ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2MethodNotAllowed) IsClientError ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) IsClientError() bool
IsClientError returns true when this get data access consent v2 method not allowed response has a 4xx status code
func (*GetDataAccessConsentV2MethodNotAllowed) IsCode ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get data access consent v2 method not allowed response a status code equal to that given
func (*GetDataAccessConsentV2MethodNotAllowed) IsRedirect ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 method not allowed response has a 3xx status code
func (*GetDataAccessConsentV2MethodNotAllowed) IsServerError ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) IsServerError() bool
IsServerError returns true when this get data access consent v2 method not allowed response has a 5xx status code
func (*GetDataAccessConsentV2MethodNotAllowed) IsSuccess ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 method not allowed response has a 2xx status code
func (*GetDataAccessConsentV2MethodNotAllowed) String ¶
func (o *GetDataAccessConsentV2MethodNotAllowed) String() string
type GetDataAccessConsentV2NotAcceptable ¶
type GetDataAccessConsentV2NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2NotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetDataAccessConsentV2NotAcceptable ¶
func NewGetDataAccessConsentV2NotAcceptable() *GetDataAccessConsentV2NotAcceptable
NewGetDataAccessConsentV2NotAcceptable creates a GetDataAccessConsentV2NotAcceptable with default headers values
func (*GetDataAccessConsentV2NotAcceptable) Code ¶
func (o *GetDataAccessConsentV2NotAcceptable) Code() int
Code gets the status code for the get data access consent v2 not acceptable response
func (*GetDataAccessConsentV2NotAcceptable) Error ¶
func (o *GetDataAccessConsentV2NotAcceptable) Error() string
func (*GetDataAccessConsentV2NotAcceptable) GetPayload ¶
func (o *GetDataAccessConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2NotAcceptable) IsClientError ¶
func (o *GetDataAccessConsentV2NotAcceptable) IsClientError() bool
IsClientError returns true when this get data access consent v2 not acceptable response has a 4xx status code
func (*GetDataAccessConsentV2NotAcceptable) IsCode ¶
func (o *GetDataAccessConsentV2NotAcceptable) IsCode(code int) bool
IsCode returns true when this get data access consent v2 not acceptable response a status code equal to that given
func (*GetDataAccessConsentV2NotAcceptable) IsRedirect ¶
func (o *GetDataAccessConsentV2NotAcceptable) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 not acceptable response has a 3xx status code
func (*GetDataAccessConsentV2NotAcceptable) IsServerError ¶
func (o *GetDataAccessConsentV2NotAcceptable) IsServerError() bool
IsServerError returns true when this get data access consent v2 not acceptable response has a 5xx status code
func (*GetDataAccessConsentV2NotAcceptable) IsSuccess ¶
func (o *GetDataAccessConsentV2NotAcceptable) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 not acceptable response has a 2xx status code
func (*GetDataAccessConsentV2NotAcceptable) String ¶
func (o *GetDataAccessConsentV2NotAcceptable) String() string
type GetDataAccessConsentV2OK ¶
type GetDataAccessConsentV2OK struct {
Payload *models.BrazilGetCustomerDataAccessConsentV2Response
}
GetDataAccessConsentV2OK describes a response with status code 200, with default header values.
Get Customer data access v2 consent
func NewGetDataAccessConsentV2OK ¶
func NewGetDataAccessConsentV2OK() *GetDataAccessConsentV2OK
NewGetDataAccessConsentV2OK creates a GetDataAccessConsentV2OK with default headers values
func (*GetDataAccessConsentV2OK) Code ¶
func (o *GetDataAccessConsentV2OK) Code() int
Code gets the status code for the get data access consent v2 o k response
func (*GetDataAccessConsentV2OK) Error ¶
func (o *GetDataAccessConsentV2OK) Error() string
func (*GetDataAccessConsentV2OK) GetPayload ¶
func (o *GetDataAccessConsentV2OK) GetPayload() *models.BrazilGetCustomerDataAccessConsentV2Response
func (*GetDataAccessConsentV2OK) IsClientError ¶
func (o *GetDataAccessConsentV2OK) IsClientError() bool
IsClientError returns true when this get data access consent v2 o k response has a 4xx status code
func (*GetDataAccessConsentV2OK) IsCode ¶
func (o *GetDataAccessConsentV2OK) IsCode(code int) bool
IsCode returns true when this get data access consent v2 o k response a status code equal to that given
func (*GetDataAccessConsentV2OK) IsRedirect ¶
func (o *GetDataAccessConsentV2OK) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 o k response has a 3xx status code
func (*GetDataAccessConsentV2OK) IsServerError ¶
func (o *GetDataAccessConsentV2OK) IsServerError() bool
IsServerError returns true when this get data access consent v2 o k response has a 5xx status code
func (*GetDataAccessConsentV2OK) IsSuccess ¶
func (o *GetDataAccessConsentV2OK) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 o k response has a 2xx status code
func (*GetDataAccessConsentV2OK) String ¶
func (o *GetDataAccessConsentV2OK) String() string
type GetDataAccessConsentV2Params ¶
type GetDataAccessConsentV2Params 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 }
GetDataAccessConsentV2Params contains all the parameters to send to the API endpoint
for the get data access consent v2 operation. Typically these are written to a http.Request.
func NewGetDataAccessConsentV2Params ¶
func NewGetDataAccessConsentV2Params() *GetDataAccessConsentV2Params
NewGetDataAccessConsentV2Params creates a new GetDataAccessConsentV2Params 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 NewGetDataAccessConsentV2ParamsWithContext ¶
func NewGetDataAccessConsentV2ParamsWithContext(ctx context.Context) *GetDataAccessConsentV2Params
NewGetDataAccessConsentV2ParamsWithContext creates a new GetDataAccessConsentV2Params object with the ability to set a context for a request.
func NewGetDataAccessConsentV2ParamsWithHTTPClient ¶
func NewGetDataAccessConsentV2ParamsWithHTTPClient(client *http.Client) *GetDataAccessConsentV2Params
NewGetDataAccessConsentV2ParamsWithHTTPClient creates a new GetDataAccessConsentV2Params object with the ability to set a custom HTTPClient for a request.
func NewGetDataAccessConsentV2ParamsWithTimeout ¶
func NewGetDataAccessConsentV2ParamsWithTimeout(timeout time.Duration) *GetDataAccessConsentV2Params
NewGetDataAccessConsentV2ParamsWithTimeout creates a new GetDataAccessConsentV2Params object with the ability to set a timeout on a request.
func (*GetDataAccessConsentV2Params) SetConsentID ¶
func (o *GetDataAccessConsentV2Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetContext ¶
func (o *GetDataAccessConsentV2Params) SetContext(ctx context.Context)
SetContext adds the context to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetDefaults ¶
func (o *GetDataAccessConsentV2Params) SetDefaults()
SetDefaults hydrates default values in the get data access consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentV2Params) SetHTTPClient ¶
func (o *GetDataAccessConsentV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetTimeout ¶
func (o *GetDataAccessConsentV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetXCustomerUserAgent ¶
func (o *GetDataAccessConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetXFapiAuthDate ¶
func (o *GetDataAccessConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetXFapiInteractionID ¶
func (o *GetDataAccessConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) SetXJwsSignature ¶
func (o *GetDataAccessConsentV2Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithConsentID ¶
func (o *GetDataAccessConsentV2Params) WithConsentID(consentID string) *GetDataAccessConsentV2Params
WithConsentID adds the consentID to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithContext ¶
func (o *GetDataAccessConsentV2Params) WithContext(ctx context.Context) *GetDataAccessConsentV2Params
WithContext adds the context to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithDefaults ¶
func (o *GetDataAccessConsentV2Params) WithDefaults() *GetDataAccessConsentV2Params
WithDefaults hydrates default values in the get data access consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetDataAccessConsentV2Params) WithHTTPClient ¶
func (o *GetDataAccessConsentV2Params) WithHTTPClient(client *http.Client) *GetDataAccessConsentV2Params
WithHTTPClient adds the HTTPClient to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithTimeout ¶
func (o *GetDataAccessConsentV2Params) WithTimeout(timeout time.Duration) *GetDataAccessConsentV2Params
WithTimeout adds the timeout to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithXCustomerUserAgent ¶
func (o *GetDataAccessConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetDataAccessConsentV2Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithXFapiAuthDate ¶
func (o *GetDataAccessConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetDataAccessConsentV2Params
WithXFapiAuthDate adds the xFapiAuthDate to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithXFapiCustomerIPAddress ¶
func (o *GetDataAccessConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetDataAccessConsentV2Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithXFapiInteractionID ¶
func (o *GetDataAccessConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetDataAccessConsentV2Params
WithXFapiInteractionID adds the xFapiInteractionID to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WithXJwsSignature ¶
func (o *GetDataAccessConsentV2Params) WithXJwsSignature(xJwsSignature *string) *GetDataAccessConsentV2Params
WithXJwsSignature adds the xJwsSignature to the get data access consent v2 params
func (*GetDataAccessConsentV2Params) WriteToRequest ¶
func (o *GetDataAccessConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDataAccessConsentV2Reader ¶
type GetDataAccessConsentV2Reader struct {
// contains filtered or unexported fields
}
GetDataAccessConsentV2Reader is a Reader for the GetDataAccessConsentV2 structure.
func (*GetDataAccessConsentV2Reader) ReadResponse ¶
func (o *GetDataAccessConsentV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDataAccessConsentV2TooManyRequests ¶
type GetDataAccessConsentV2TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2TooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetDataAccessConsentV2TooManyRequests ¶
func NewGetDataAccessConsentV2TooManyRequests() *GetDataAccessConsentV2TooManyRequests
NewGetDataAccessConsentV2TooManyRequests creates a GetDataAccessConsentV2TooManyRequests with default headers values
func (*GetDataAccessConsentV2TooManyRequests) Code ¶
func (o *GetDataAccessConsentV2TooManyRequests) Code() int
Code gets the status code for the get data access consent v2 too many requests response
func (*GetDataAccessConsentV2TooManyRequests) Error ¶
func (o *GetDataAccessConsentV2TooManyRequests) Error() string
func (*GetDataAccessConsentV2TooManyRequests) GetPayload ¶
func (o *GetDataAccessConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2TooManyRequests) IsClientError ¶
func (o *GetDataAccessConsentV2TooManyRequests) IsClientError() bool
IsClientError returns true when this get data access consent v2 too many requests response has a 4xx status code
func (*GetDataAccessConsentV2TooManyRequests) IsCode ¶
func (o *GetDataAccessConsentV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this get data access consent v2 too many requests response a status code equal to that given
func (*GetDataAccessConsentV2TooManyRequests) IsRedirect ¶
func (o *GetDataAccessConsentV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 too many requests response has a 3xx status code
func (*GetDataAccessConsentV2TooManyRequests) IsServerError ¶
func (o *GetDataAccessConsentV2TooManyRequests) IsServerError() bool
IsServerError returns true when this get data access consent v2 too many requests response has a 5xx status code
func (*GetDataAccessConsentV2TooManyRequests) IsSuccess ¶
func (o *GetDataAccessConsentV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 too many requests response has a 2xx status code
func (*GetDataAccessConsentV2TooManyRequests) String ¶
func (o *GetDataAccessConsentV2TooManyRequests) String() string
type GetDataAccessConsentV2Unauthorized ¶
type GetDataAccessConsentV2Unauthorized struct {
}GetDataAccessConsentV2Unauthorized describes a response with status code 401, with default header values.
Error
func NewGetDataAccessConsentV2Unauthorized ¶
func NewGetDataAccessConsentV2Unauthorized() *GetDataAccessConsentV2Unauthorized
NewGetDataAccessConsentV2Unauthorized creates a GetDataAccessConsentV2Unauthorized with default headers values
func (*GetDataAccessConsentV2Unauthorized) Code ¶
func (o *GetDataAccessConsentV2Unauthorized) Code() int
Code gets the status code for the get data access consent v2 unauthorized response
func (*GetDataAccessConsentV2Unauthorized) Error ¶
func (o *GetDataAccessConsentV2Unauthorized) Error() string
func (*GetDataAccessConsentV2Unauthorized) GetPayload ¶
func (o *GetDataAccessConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2Unauthorized) IsClientError ¶
func (o *GetDataAccessConsentV2Unauthorized) IsClientError() bool
IsClientError returns true when this get data access consent v2 unauthorized response has a 4xx status code
func (*GetDataAccessConsentV2Unauthorized) IsCode ¶
func (o *GetDataAccessConsentV2Unauthorized) IsCode(code int) bool
IsCode returns true when this get data access consent v2 unauthorized response a status code equal to that given
func (*GetDataAccessConsentV2Unauthorized) IsRedirect ¶
func (o *GetDataAccessConsentV2Unauthorized) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 unauthorized response has a 3xx status code
func (*GetDataAccessConsentV2Unauthorized) IsServerError ¶
func (o *GetDataAccessConsentV2Unauthorized) IsServerError() bool
IsServerError returns true when this get data access consent v2 unauthorized response has a 5xx status code
func (*GetDataAccessConsentV2Unauthorized) IsSuccess ¶
func (o *GetDataAccessConsentV2Unauthorized) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 unauthorized response has a 2xx status code
func (*GetDataAccessConsentV2Unauthorized) String ¶
func (o *GetDataAccessConsentV2Unauthorized) String() string
type GetDataAccessConsentV2UnprocessableEntity ¶
type GetDataAccessConsentV2UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetDataAccessConsentV2UnprocessableEntity ¶
func NewGetDataAccessConsentV2UnprocessableEntity() *GetDataAccessConsentV2UnprocessableEntity
NewGetDataAccessConsentV2UnprocessableEntity creates a GetDataAccessConsentV2UnprocessableEntity with default headers values
func (*GetDataAccessConsentV2UnprocessableEntity) Code ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) Code() int
Code gets the status code for the get data access consent v2 unprocessable entity response
func (*GetDataAccessConsentV2UnprocessableEntity) Error ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) Error() string
func (*GetDataAccessConsentV2UnprocessableEntity) GetPayload ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2UnprocessableEntity) IsClientError ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) IsClientError() bool
IsClientError returns true when this get data access consent v2 unprocessable entity response has a 4xx status code
func (*GetDataAccessConsentV2UnprocessableEntity) IsCode ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get data access consent v2 unprocessable entity response a status code equal to that given
func (*GetDataAccessConsentV2UnprocessableEntity) IsRedirect ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 unprocessable entity response has a 3xx status code
func (*GetDataAccessConsentV2UnprocessableEntity) IsServerError ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) IsServerError() bool
IsServerError returns true when this get data access consent v2 unprocessable entity response has a 5xx status code
func (*GetDataAccessConsentV2UnprocessableEntity) IsSuccess ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 unprocessable entity response has a 2xx status code
func (*GetDataAccessConsentV2UnprocessableEntity) String ¶
func (o *GetDataAccessConsentV2UnprocessableEntity) String() string
type GetDataAccessConsentV2UnsupportedMediaType ¶
type GetDataAccessConsentV2UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetDataAccessConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetDataAccessConsentV2UnsupportedMediaType ¶
func NewGetDataAccessConsentV2UnsupportedMediaType() *GetDataAccessConsentV2UnsupportedMediaType
NewGetDataAccessConsentV2UnsupportedMediaType creates a GetDataAccessConsentV2UnsupportedMediaType with default headers values
func (*GetDataAccessConsentV2UnsupportedMediaType) Code ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) Code() int
Code gets the status code for the get data access consent v2 unsupported media type response
func (*GetDataAccessConsentV2UnsupportedMediaType) Error ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) Error() string
func (*GetDataAccessConsentV2UnsupportedMediaType) GetPayload ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetDataAccessConsentV2UnsupportedMediaType) IsClientError ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get data access consent v2 unsupported media type response has a 4xx status code
func (*GetDataAccessConsentV2UnsupportedMediaType) IsCode ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get data access consent v2 unsupported media type response a status code equal to that given
func (*GetDataAccessConsentV2UnsupportedMediaType) IsRedirect ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get data access consent v2 unsupported media type response has a 3xx status code
func (*GetDataAccessConsentV2UnsupportedMediaType) IsServerError ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get data access consent v2 unsupported media type response has a 5xx status code
func (*GetDataAccessConsentV2UnsupportedMediaType) IsSuccess ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get data access consent v2 unsupported media type response has a 2xx status code
func (*GetDataAccessConsentV2UnsupportedMediaType) String ¶
func (o *GetDataAccessConsentV2UnsupportedMediaType) String() string
type GetPaymentConsentBadRequest ¶
type GetPaymentConsentBadRequest struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentBadRequest describes a response with status code 400, with default header values.
Error
func NewGetPaymentConsentBadRequest ¶
func NewGetPaymentConsentBadRequest() *GetPaymentConsentBadRequest
NewGetPaymentConsentBadRequest creates a GetPaymentConsentBadRequest with default headers values
func (*GetPaymentConsentBadRequest) Code ¶
func (o *GetPaymentConsentBadRequest) Code() int
Code gets the status code for the get payment consent bad request response
func (*GetPaymentConsentBadRequest) Error ¶
func (o *GetPaymentConsentBadRequest) Error() string
func (*GetPaymentConsentBadRequest) GetPayload ¶
func (o *GetPaymentConsentBadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentBadRequest) IsClientError ¶
func (o *GetPaymentConsentBadRequest) IsClientError() bool
IsClientError returns true when this get payment consent bad request response has a 4xx status code
func (*GetPaymentConsentBadRequest) IsCode ¶
func (o *GetPaymentConsentBadRequest) IsCode(code int) bool
IsCode returns true when this get payment consent bad request response a status code equal to that given
func (*GetPaymentConsentBadRequest) IsRedirect ¶
func (o *GetPaymentConsentBadRequest) IsRedirect() bool
IsRedirect returns true when this get payment consent bad request response has a 3xx status code
func (*GetPaymentConsentBadRequest) IsServerError ¶
func (o *GetPaymentConsentBadRequest) IsServerError() bool
IsServerError returns true when this get payment consent bad request response has a 5xx status code
func (*GetPaymentConsentBadRequest) IsSuccess ¶
func (o *GetPaymentConsentBadRequest) IsSuccess() bool
IsSuccess returns true when this get payment consent bad request response has a 2xx status code
func (*GetPaymentConsentBadRequest) String ¶
func (o *GetPaymentConsentBadRequest) String() string
type GetPaymentConsentDeprecatedBadRequest ¶
type GetPaymentConsentDeprecatedBadRequest struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedBadRequest describes a response with status code 400, with default header values.
Error
func NewGetPaymentConsentDeprecatedBadRequest ¶
func NewGetPaymentConsentDeprecatedBadRequest() *GetPaymentConsentDeprecatedBadRequest
NewGetPaymentConsentDeprecatedBadRequest creates a GetPaymentConsentDeprecatedBadRequest with default headers values
func (*GetPaymentConsentDeprecatedBadRequest) Code ¶
func (o *GetPaymentConsentDeprecatedBadRequest) Code() int
Code gets the status code for the get payment consent deprecated bad request response
func (*GetPaymentConsentDeprecatedBadRequest) Error ¶
func (o *GetPaymentConsentDeprecatedBadRequest) Error() string
func (*GetPaymentConsentDeprecatedBadRequest) GetPayload ¶
func (o *GetPaymentConsentDeprecatedBadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedBadRequest) IsClientError ¶
func (o *GetPaymentConsentDeprecatedBadRequest) IsClientError() bool
IsClientError returns true when this get payment consent deprecated bad request response has a 4xx status code
func (*GetPaymentConsentDeprecatedBadRequest) IsCode ¶
func (o *GetPaymentConsentDeprecatedBadRequest) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated bad request response a status code equal to that given
func (*GetPaymentConsentDeprecatedBadRequest) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedBadRequest) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated bad request response has a 3xx status code
func (*GetPaymentConsentDeprecatedBadRequest) IsServerError ¶
func (o *GetPaymentConsentDeprecatedBadRequest) IsServerError() bool
IsServerError returns true when this get payment consent deprecated bad request response has a 5xx status code
func (*GetPaymentConsentDeprecatedBadRequest) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedBadRequest) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated bad request response has a 2xx status code
func (*GetPaymentConsentDeprecatedBadRequest) String ¶
func (o *GetPaymentConsentDeprecatedBadRequest) String() string
type GetPaymentConsentDeprecatedForbidden ¶
type GetPaymentConsentDeprecatedForbidden struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedForbidden describes a response with status code 403, with default header values.
Error
func NewGetPaymentConsentDeprecatedForbidden ¶
func NewGetPaymentConsentDeprecatedForbidden() *GetPaymentConsentDeprecatedForbidden
NewGetPaymentConsentDeprecatedForbidden creates a GetPaymentConsentDeprecatedForbidden with default headers values
func (*GetPaymentConsentDeprecatedForbidden) Code ¶
func (o *GetPaymentConsentDeprecatedForbidden) Code() int
Code gets the status code for the get payment consent deprecated forbidden response
func (*GetPaymentConsentDeprecatedForbidden) Error ¶
func (o *GetPaymentConsentDeprecatedForbidden) Error() string
func (*GetPaymentConsentDeprecatedForbidden) GetPayload ¶
func (o *GetPaymentConsentDeprecatedForbidden) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedForbidden) IsClientError ¶
func (o *GetPaymentConsentDeprecatedForbidden) IsClientError() bool
IsClientError returns true when this get payment consent deprecated forbidden response has a 4xx status code
func (*GetPaymentConsentDeprecatedForbidden) IsCode ¶
func (o *GetPaymentConsentDeprecatedForbidden) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated forbidden response a status code equal to that given
func (*GetPaymentConsentDeprecatedForbidden) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedForbidden) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated forbidden response has a 3xx status code
func (*GetPaymentConsentDeprecatedForbidden) IsServerError ¶
func (o *GetPaymentConsentDeprecatedForbidden) IsServerError() bool
IsServerError returns true when this get payment consent deprecated forbidden response has a 5xx status code
func (*GetPaymentConsentDeprecatedForbidden) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedForbidden) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated forbidden response has a 2xx status code
func (*GetPaymentConsentDeprecatedForbidden) String ¶
func (o *GetPaymentConsentDeprecatedForbidden) String() string
type GetPaymentConsentDeprecatedInternalServerError ¶
type GetPaymentConsentDeprecatedInternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedInternalServerError describes a response with status code 500, with default header values.
Error
func NewGetPaymentConsentDeprecatedInternalServerError ¶
func NewGetPaymentConsentDeprecatedInternalServerError() *GetPaymentConsentDeprecatedInternalServerError
NewGetPaymentConsentDeprecatedInternalServerError creates a GetPaymentConsentDeprecatedInternalServerError with default headers values
func (*GetPaymentConsentDeprecatedInternalServerError) Code ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) Code() int
Code gets the status code for the get payment consent deprecated internal server error response
func (*GetPaymentConsentDeprecatedInternalServerError) Error ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) Error() string
func (*GetPaymentConsentDeprecatedInternalServerError) GetPayload ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedInternalServerError) IsClientError ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) IsClientError() bool
IsClientError returns true when this get payment consent deprecated internal server error response has a 4xx status code
func (*GetPaymentConsentDeprecatedInternalServerError) IsCode ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated internal server error response a status code equal to that given
func (*GetPaymentConsentDeprecatedInternalServerError) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated internal server error response has a 3xx status code
func (*GetPaymentConsentDeprecatedInternalServerError) IsServerError ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) IsServerError() bool
IsServerError returns true when this get payment consent deprecated internal server error response has a 5xx status code
func (*GetPaymentConsentDeprecatedInternalServerError) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated internal server error response has a 2xx status code
func (*GetPaymentConsentDeprecatedInternalServerError) String ¶
func (o *GetPaymentConsentDeprecatedInternalServerError) String() string
type GetPaymentConsentDeprecatedMethodNotAllowed ¶
type GetPaymentConsentDeprecatedMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetPaymentConsentDeprecatedMethodNotAllowed ¶
func NewGetPaymentConsentDeprecatedMethodNotAllowed() *GetPaymentConsentDeprecatedMethodNotAllowed
NewGetPaymentConsentDeprecatedMethodNotAllowed creates a GetPaymentConsentDeprecatedMethodNotAllowed with default headers values
func (*GetPaymentConsentDeprecatedMethodNotAllowed) Code ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) Code() int
Code gets the status code for the get payment consent deprecated method not allowed response
func (*GetPaymentConsentDeprecatedMethodNotAllowed) Error ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) Error() string
func (*GetPaymentConsentDeprecatedMethodNotAllowed) GetPayload ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsClientError ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get payment consent deprecated method not allowed response has a 4xx status code
func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsCode ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated method not allowed response a status code equal to that given
func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated method not allowed response has a 3xx status code
func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsServerError ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get payment consent deprecated method not allowed response has a 5xx status code
func (*GetPaymentConsentDeprecatedMethodNotAllowed) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated method not allowed response has a 2xx status code
func (*GetPaymentConsentDeprecatedMethodNotAllowed) String ¶
func (o *GetPaymentConsentDeprecatedMethodNotAllowed) String() string
type GetPaymentConsentDeprecatedNotAcceptable ¶
type GetPaymentConsentDeprecatedNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedNotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetPaymentConsentDeprecatedNotAcceptable ¶
func NewGetPaymentConsentDeprecatedNotAcceptable() *GetPaymentConsentDeprecatedNotAcceptable
NewGetPaymentConsentDeprecatedNotAcceptable creates a GetPaymentConsentDeprecatedNotAcceptable with default headers values
func (*GetPaymentConsentDeprecatedNotAcceptable) Code ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) Code() int
Code gets the status code for the get payment consent deprecated not acceptable response
func (*GetPaymentConsentDeprecatedNotAcceptable) Error ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) Error() string
func (*GetPaymentConsentDeprecatedNotAcceptable) GetPayload ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedNotAcceptable) IsClientError ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) IsClientError() bool
IsClientError returns true when this get payment consent deprecated not acceptable response has a 4xx status code
func (*GetPaymentConsentDeprecatedNotAcceptable) IsCode ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated not acceptable response a status code equal to that given
func (*GetPaymentConsentDeprecatedNotAcceptable) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated not acceptable response has a 3xx status code
func (*GetPaymentConsentDeprecatedNotAcceptable) IsServerError ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) IsServerError() bool
IsServerError returns true when this get payment consent deprecated not acceptable response has a 5xx status code
func (*GetPaymentConsentDeprecatedNotAcceptable) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated not acceptable response has a 2xx status code
func (*GetPaymentConsentDeprecatedNotAcceptable) String ¶
func (o *GetPaymentConsentDeprecatedNotAcceptable) String() string
type GetPaymentConsentDeprecatedOK ¶
type GetPaymentConsentDeprecatedOK struct {
Payload *models.BrazilCustomerPaymentConsentResponse
}
GetPaymentConsentDeprecatedOK describes a response with status code 200, with default header values.
Customer payment consent
func NewGetPaymentConsentDeprecatedOK ¶
func NewGetPaymentConsentDeprecatedOK() *GetPaymentConsentDeprecatedOK
NewGetPaymentConsentDeprecatedOK creates a GetPaymentConsentDeprecatedOK with default headers values
func (*GetPaymentConsentDeprecatedOK) Code ¶
func (o *GetPaymentConsentDeprecatedOK) Code() int
Code gets the status code for the get payment consent deprecated o k response
func (*GetPaymentConsentDeprecatedOK) Error ¶
func (o *GetPaymentConsentDeprecatedOK) Error() string
func (*GetPaymentConsentDeprecatedOK) GetPayload ¶
func (o *GetPaymentConsentDeprecatedOK) GetPayload() *models.BrazilCustomerPaymentConsentResponse
func (*GetPaymentConsentDeprecatedOK) IsClientError ¶
func (o *GetPaymentConsentDeprecatedOK) IsClientError() bool
IsClientError returns true when this get payment consent deprecated o k response has a 4xx status code
func (*GetPaymentConsentDeprecatedOK) IsCode ¶
func (o *GetPaymentConsentDeprecatedOK) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated o k response a status code equal to that given
func (*GetPaymentConsentDeprecatedOK) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedOK) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated o k response has a 3xx status code
func (*GetPaymentConsentDeprecatedOK) IsServerError ¶
func (o *GetPaymentConsentDeprecatedOK) IsServerError() bool
IsServerError returns true when this get payment consent deprecated o k response has a 5xx status code
func (*GetPaymentConsentDeprecatedOK) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedOK) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated o k response has a 2xx status code
func (*GetPaymentConsentDeprecatedOK) String ¶
func (o *GetPaymentConsentDeprecatedOK) String() string
type GetPaymentConsentDeprecatedParams ¶
type GetPaymentConsentDeprecatedParams 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 }
GetPaymentConsentDeprecatedParams contains all the parameters to send to the API endpoint
for the get payment consent deprecated operation. Typically these are written to a http.Request.
func NewGetPaymentConsentDeprecatedParams ¶
func NewGetPaymentConsentDeprecatedParams() *GetPaymentConsentDeprecatedParams
NewGetPaymentConsentDeprecatedParams creates a new GetPaymentConsentDeprecatedParams 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 NewGetPaymentConsentDeprecatedParamsWithContext ¶
func NewGetPaymentConsentDeprecatedParamsWithContext(ctx context.Context) *GetPaymentConsentDeprecatedParams
NewGetPaymentConsentDeprecatedParamsWithContext creates a new GetPaymentConsentDeprecatedParams object with the ability to set a context for a request.
func NewGetPaymentConsentDeprecatedParamsWithHTTPClient ¶
func NewGetPaymentConsentDeprecatedParamsWithHTTPClient(client *http.Client) *GetPaymentConsentDeprecatedParams
NewGetPaymentConsentDeprecatedParamsWithHTTPClient creates a new GetPaymentConsentDeprecatedParams object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentConsentDeprecatedParamsWithTimeout ¶
func NewGetPaymentConsentDeprecatedParamsWithTimeout(timeout time.Duration) *GetPaymentConsentDeprecatedParams
NewGetPaymentConsentDeprecatedParamsWithTimeout creates a new GetPaymentConsentDeprecatedParams object with the ability to set a timeout on a request.
func (*GetPaymentConsentDeprecatedParams) SetConsentID ¶
func (o *GetPaymentConsentDeprecatedParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetContext ¶
func (o *GetPaymentConsentDeprecatedParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetDefaults ¶
func (o *GetPaymentConsentDeprecatedParams) SetDefaults()
SetDefaults hydrates default values in the get payment consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentDeprecatedParams) SetHTTPClient ¶
func (o *GetPaymentConsentDeprecatedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetTimeout ¶
func (o *GetPaymentConsentDeprecatedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetXCustomerUserAgent ¶
func (o *GetPaymentConsentDeprecatedParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetXFapiAuthDate ¶
func (o *GetPaymentConsentDeprecatedParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentDeprecatedParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetXFapiInteractionID ¶
func (o *GetPaymentConsentDeprecatedParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) SetXJwsSignature ¶
func (o *GetPaymentConsentDeprecatedParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithConsentID ¶
func (o *GetPaymentConsentDeprecatedParams) WithConsentID(consentID string) *GetPaymentConsentDeprecatedParams
WithConsentID adds the consentID to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithContext ¶
func (o *GetPaymentConsentDeprecatedParams) WithContext(ctx context.Context) *GetPaymentConsentDeprecatedParams
WithContext adds the context to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithDefaults ¶
func (o *GetPaymentConsentDeprecatedParams) WithDefaults() *GetPaymentConsentDeprecatedParams
WithDefaults hydrates default values in the get payment consent deprecated params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentDeprecatedParams) WithHTTPClient ¶
func (o *GetPaymentConsentDeprecatedParams) WithHTTPClient(client *http.Client) *GetPaymentConsentDeprecatedParams
WithHTTPClient adds the HTTPClient to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithTimeout ¶
func (o *GetPaymentConsentDeprecatedParams) WithTimeout(timeout time.Duration) *GetPaymentConsentDeprecatedParams
WithTimeout adds the timeout to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithXCustomerUserAgent ¶
func (o *GetPaymentConsentDeprecatedParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentDeprecatedParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithXFapiAuthDate ¶
func (o *GetPaymentConsentDeprecatedParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentDeprecatedParams
WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentDeprecatedParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentDeprecatedParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithXFapiInteractionID ¶
func (o *GetPaymentConsentDeprecatedParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentDeprecatedParams
WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WithXJwsSignature ¶
func (o *GetPaymentConsentDeprecatedParams) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentDeprecatedParams
WithXJwsSignature adds the xJwsSignature to the get payment consent deprecated params
func (*GetPaymentConsentDeprecatedParams) WriteToRequest ¶
func (o *GetPaymentConsentDeprecatedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentConsentDeprecatedReader ¶
type GetPaymentConsentDeprecatedReader struct {
// contains filtered or unexported fields
}
GetPaymentConsentDeprecatedReader is a Reader for the GetPaymentConsentDeprecated structure.
func (*GetPaymentConsentDeprecatedReader) ReadResponse ¶
func (o *GetPaymentConsentDeprecatedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentConsentDeprecatedTooManyRequests ¶
type GetPaymentConsentDeprecatedTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedTooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetPaymentConsentDeprecatedTooManyRequests ¶
func NewGetPaymentConsentDeprecatedTooManyRequests() *GetPaymentConsentDeprecatedTooManyRequests
NewGetPaymentConsentDeprecatedTooManyRequests creates a GetPaymentConsentDeprecatedTooManyRequests with default headers values
func (*GetPaymentConsentDeprecatedTooManyRequests) Code ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) Code() int
Code gets the status code for the get payment consent deprecated too many requests response
func (*GetPaymentConsentDeprecatedTooManyRequests) Error ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) Error() string
func (*GetPaymentConsentDeprecatedTooManyRequests) GetPayload ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedTooManyRequests) IsClientError ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) IsClientError() bool
IsClientError returns true when this get payment consent deprecated too many requests response has a 4xx status code
func (*GetPaymentConsentDeprecatedTooManyRequests) IsCode ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated too many requests response a status code equal to that given
func (*GetPaymentConsentDeprecatedTooManyRequests) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated too many requests response has a 3xx status code
func (*GetPaymentConsentDeprecatedTooManyRequests) IsServerError ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) IsServerError() bool
IsServerError returns true when this get payment consent deprecated too many requests response has a 5xx status code
func (*GetPaymentConsentDeprecatedTooManyRequests) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated too many requests response has a 2xx status code
func (*GetPaymentConsentDeprecatedTooManyRequests) String ¶
func (o *GetPaymentConsentDeprecatedTooManyRequests) String() string
type GetPaymentConsentDeprecatedUnauthorized ¶
type GetPaymentConsentDeprecatedUnauthorized struct {
}GetPaymentConsentDeprecatedUnauthorized describes a response with status code 401, with default header values.
Error
func NewGetPaymentConsentDeprecatedUnauthorized ¶
func NewGetPaymentConsentDeprecatedUnauthorized() *GetPaymentConsentDeprecatedUnauthorized
NewGetPaymentConsentDeprecatedUnauthorized creates a GetPaymentConsentDeprecatedUnauthorized with default headers values
func (*GetPaymentConsentDeprecatedUnauthorized) Code ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) Code() int
Code gets the status code for the get payment consent deprecated unauthorized response
func (*GetPaymentConsentDeprecatedUnauthorized) Error ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) Error() string
func (*GetPaymentConsentDeprecatedUnauthorized) GetPayload ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedUnauthorized) IsClientError ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) IsClientError() bool
IsClientError returns true when this get payment consent deprecated unauthorized response has a 4xx status code
func (*GetPaymentConsentDeprecatedUnauthorized) IsCode ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated unauthorized response a status code equal to that given
func (*GetPaymentConsentDeprecatedUnauthorized) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated unauthorized response has a 3xx status code
func (*GetPaymentConsentDeprecatedUnauthorized) IsServerError ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) IsServerError() bool
IsServerError returns true when this get payment consent deprecated unauthorized response has a 5xx status code
func (*GetPaymentConsentDeprecatedUnauthorized) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated unauthorized response has a 2xx status code
func (*GetPaymentConsentDeprecatedUnauthorized) String ¶
func (o *GetPaymentConsentDeprecatedUnauthorized) String() string
type GetPaymentConsentDeprecatedUnprocessableEntity ¶
type GetPaymentConsentDeprecatedUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetPaymentConsentDeprecatedUnprocessableEntity ¶
func NewGetPaymentConsentDeprecatedUnprocessableEntity() *GetPaymentConsentDeprecatedUnprocessableEntity
NewGetPaymentConsentDeprecatedUnprocessableEntity creates a GetPaymentConsentDeprecatedUnprocessableEntity with default headers values
func (*GetPaymentConsentDeprecatedUnprocessableEntity) Code ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) Code() int
Code gets the status code for the get payment consent deprecated unprocessable entity response
func (*GetPaymentConsentDeprecatedUnprocessableEntity) Error ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) Error() string
func (*GetPaymentConsentDeprecatedUnprocessableEntity) GetPayload ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsClientError ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get payment consent deprecated unprocessable entity response has a 4xx status code
func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsCode ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated unprocessable entity response a status code equal to that given
func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated unprocessable entity response has a 3xx status code
func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsServerError ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get payment consent deprecated unprocessable entity response has a 5xx status code
func (*GetPaymentConsentDeprecatedUnprocessableEntity) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated unprocessable entity response has a 2xx status code
func (*GetPaymentConsentDeprecatedUnprocessableEntity) String ¶
func (o *GetPaymentConsentDeprecatedUnprocessableEntity) String() string
type GetPaymentConsentDeprecatedUnsupportedMediaType ¶
type GetPaymentConsentDeprecatedUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentDeprecatedUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetPaymentConsentDeprecatedUnsupportedMediaType ¶
func NewGetPaymentConsentDeprecatedUnsupportedMediaType() *GetPaymentConsentDeprecatedUnsupportedMediaType
NewGetPaymentConsentDeprecatedUnsupportedMediaType creates a GetPaymentConsentDeprecatedUnsupportedMediaType with default headers values
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) Code ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) Code() int
Code gets the status code for the get payment consent deprecated unsupported media type response
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) Error ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) Error() string
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) GetPayload ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsClientError ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get payment consent deprecated unsupported media type response has a 4xx status code
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsCode ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get payment consent deprecated unsupported media type response a status code equal to that given
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsRedirect ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get payment consent deprecated unsupported media type response has a 3xx status code
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsServerError ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get payment consent deprecated unsupported media type response has a 5xx status code
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) IsSuccess ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get payment consent deprecated unsupported media type response has a 2xx status code
func (*GetPaymentConsentDeprecatedUnsupportedMediaType) String ¶
func (o *GetPaymentConsentDeprecatedUnsupportedMediaType) String() string
type GetPaymentConsentForbidden ¶
type GetPaymentConsentForbidden struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentForbidden describes a response with status code 403, with default header values.
Error
func NewGetPaymentConsentForbidden ¶
func NewGetPaymentConsentForbidden() *GetPaymentConsentForbidden
NewGetPaymentConsentForbidden creates a GetPaymentConsentForbidden with default headers values
func (*GetPaymentConsentForbidden) Code ¶
func (o *GetPaymentConsentForbidden) Code() int
Code gets the status code for the get payment consent forbidden response
func (*GetPaymentConsentForbidden) Error ¶
func (o *GetPaymentConsentForbidden) Error() string
func (*GetPaymentConsentForbidden) GetPayload ¶
func (o *GetPaymentConsentForbidden) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentForbidden) IsClientError ¶
func (o *GetPaymentConsentForbidden) IsClientError() bool
IsClientError returns true when this get payment consent forbidden response has a 4xx status code
func (*GetPaymentConsentForbidden) IsCode ¶
func (o *GetPaymentConsentForbidden) IsCode(code int) bool
IsCode returns true when this get payment consent forbidden response a status code equal to that given
func (*GetPaymentConsentForbidden) IsRedirect ¶
func (o *GetPaymentConsentForbidden) IsRedirect() bool
IsRedirect returns true when this get payment consent forbidden response has a 3xx status code
func (*GetPaymentConsentForbidden) IsServerError ¶
func (o *GetPaymentConsentForbidden) IsServerError() bool
IsServerError returns true when this get payment consent forbidden response has a 5xx status code
func (*GetPaymentConsentForbidden) IsSuccess ¶
func (o *GetPaymentConsentForbidden) IsSuccess() bool
IsSuccess returns true when this get payment consent forbidden response has a 2xx status code
func (*GetPaymentConsentForbidden) String ¶
func (o *GetPaymentConsentForbidden) String() string
type GetPaymentConsentInternalServerError ¶
type GetPaymentConsentInternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentInternalServerError describes a response with status code 500, with default header values.
Error
func NewGetPaymentConsentInternalServerError ¶
func NewGetPaymentConsentInternalServerError() *GetPaymentConsentInternalServerError
NewGetPaymentConsentInternalServerError creates a GetPaymentConsentInternalServerError with default headers values
func (*GetPaymentConsentInternalServerError) Code ¶
func (o *GetPaymentConsentInternalServerError) Code() int
Code gets the status code for the get payment consent internal server error response
func (*GetPaymentConsentInternalServerError) Error ¶
func (o *GetPaymentConsentInternalServerError) Error() string
func (*GetPaymentConsentInternalServerError) GetPayload ¶
func (o *GetPaymentConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentInternalServerError) IsClientError ¶
func (o *GetPaymentConsentInternalServerError) IsClientError() bool
IsClientError returns true when this get payment consent internal server error response has a 4xx status code
func (*GetPaymentConsentInternalServerError) IsCode ¶
func (o *GetPaymentConsentInternalServerError) IsCode(code int) bool
IsCode returns true when this get payment consent internal server error response a status code equal to that given
func (*GetPaymentConsentInternalServerError) IsRedirect ¶
func (o *GetPaymentConsentInternalServerError) IsRedirect() bool
IsRedirect returns true when this get payment consent internal server error response has a 3xx status code
func (*GetPaymentConsentInternalServerError) IsServerError ¶
func (o *GetPaymentConsentInternalServerError) IsServerError() bool
IsServerError returns true when this get payment consent internal server error response has a 5xx status code
func (*GetPaymentConsentInternalServerError) IsSuccess ¶
func (o *GetPaymentConsentInternalServerError) IsSuccess() bool
IsSuccess returns true when this get payment consent internal server error response has a 2xx status code
func (*GetPaymentConsentInternalServerError) String ¶
func (o *GetPaymentConsentInternalServerError) String() string
type GetPaymentConsentMethodNotAllowed ¶
type GetPaymentConsentMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetPaymentConsentMethodNotAllowed ¶
func NewGetPaymentConsentMethodNotAllowed() *GetPaymentConsentMethodNotAllowed
NewGetPaymentConsentMethodNotAllowed creates a GetPaymentConsentMethodNotAllowed with default headers values
func (*GetPaymentConsentMethodNotAllowed) Code ¶
func (o *GetPaymentConsentMethodNotAllowed) Code() int
Code gets the status code for the get payment consent method not allowed response
func (*GetPaymentConsentMethodNotAllowed) Error ¶
func (o *GetPaymentConsentMethodNotAllowed) Error() string
func (*GetPaymentConsentMethodNotAllowed) GetPayload ¶
func (o *GetPaymentConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentMethodNotAllowed) IsClientError ¶
func (o *GetPaymentConsentMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get payment consent method not allowed response has a 4xx status code
func (*GetPaymentConsentMethodNotAllowed) IsCode ¶
func (o *GetPaymentConsentMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get payment consent method not allowed response a status code equal to that given
func (*GetPaymentConsentMethodNotAllowed) IsRedirect ¶
func (o *GetPaymentConsentMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get payment consent method not allowed response has a 3xx status code
func (*GetPaymentConsentMethodNotAllowed) IsServerError ¶
func (o *GetPaymentConsentMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get payment consent method not allowed response has a 5xx status code
func (*GetPaymentConsentMethodNotAllowed) IsSuccess ¶
func (o *GetPaymentConsentMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get payment consent method not allowed response has a 2xx status code
func (*GetPaymentConsentMethodNotAllowed) String ¶
func (o *GetPaymentConsentMethodNotAllowed) String() string
type GetPaymentConsentNotAcceptable ¶
type GetPaymentConsentNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentNotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetPaymentConsentNotAcceptable ¶
func NewGetPaymentConsentNotAcceptable() *GetPaymentConsentNotAcceptable
NewGetPaymentConsentNotAcceptable creates a GetPaymentConsentNotAcceptable with default headers values
func (*GetPaymentConsentNotAcceptable) Code ¶
func (o *GetPaymentConsentNotAcceptable) Code() int
Code gets the status code for the get payment consent not acceptable response
func (*GetPaymentConsentNotAcceptable) Error ¶
func (o *GetPaymentConsentNotAcceptable) Error() string
func (*GetPaymentConsentNotAcceptable) GetPayload ¶
func (o *GetPaymentConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentNotAcceptable) IsClientError ¶
func (o *GetPaymentConsentNotAcceptable) IsClientError() bool
IsClientError returns true when this get payment consent not acceptable response has a 4xx status code
func (*GetPaymentConsentNotAcceptable) IsCode ¶
func (o *GetPaymentConsentNotAcceptable) IsCode(code int) bool
IsCode returns true when this get payment consent not acceptable response a status code equal to that given
func (*GetPaymentConsentNotAcceptable) IsRedirect ¶
func (o *GetPaymentConsentNotAcceptable) IsRedirect() bool
IsRedirect returns true when this get payment consent not acceptable response has a 3xx status code
func (*GetPaymentConsentNotAcceptable) IsServerError ¶
func (o *GetPaymentConsentNotAcceptable) IsServerError() bool
IsServerError returns true when this get payment consent not acceptable response has a 5xx status code
func (*GetPaymentConsentNotAcceptable) IsSuccess ¶
func (o *GetPaymentConsentNotAcceptable) IsSuccess() bool
IsSuccess returns true when this get payment consent not acceptable response has a 2xx status code
func (*GetPaymentConsentNotAcceptable) String ¶
func (o *GetPaymentConsentNotAcceptable) String() string
type GetPaymentConsentOK ¶
type GetPaymentConsentOK struct {
Payload *models.BrazilCustomerPaymentConsentResponse
}
GetPaymentConsentOK describes a response with status code 200, with default header values.
Customer payment consent
func NewGetPaymentConsentOK ¶
func NewGetPaymentConsentOK() *GetPaymentConsentOK
NewGetPaymentConsentOK creates a GetPaymentConsentOK with default headers values
func (*GetPaymentConsentOK) Code ¶
func (o *GetPaymentConsentOK) Code() int
Code gets the status code for the get payment consent o k response
func (*GetPaymentConsentOK) Error ¶
func (o *GetPaymentConsentOK) Error() string
func (*GetPaymentConsentOK) GetPayload ¶
func (o *GetPaymentConsentOK) GetPayload() *models.BrazilCustomerPaymentConsentResponse
func (*GetPaymentConsentOK) IsClientError ¶
func (o *GetPaymentConsentOK) IsClientError() bool
IsClientError returns true when this get payment consent o k response has a 4xx status code
func (*GetPaymentConsentOK) IsCode ¶
func (o *GetPaymentConsentOK) IsCode(code int) bool
IsCode returns true when this get payment consent o k response a status code equal to that given
func (*GetPaymentConsentOK) IsRedirect ¶
func (o *GetPaymentConsentOK) IsRedirect() bool
IsRedirect returns true when this get payment consent o k response has a 3xx status code
func (*GetPaymentConsentOK) IsServerError ¶
func (o *GetPaymentConsentOK) IsServerError() bool
IsServerError returns true when this get payment consent o k response has a 5xx status code
func (*GetPaymentConsentOK) IsSuccess ¶
func (o *GetPaymentConsentOK) IsSuccess() bool
IsSuccess returns true when this get payment consent o k response has a 2xx status code
func (*GetPaymentConsentOK) String ¶
func (o *GetPaymentConsentOK) String() string
type GetPaymentConsentParams ¶
type GetPaymentConsentParams 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 }
GetPaymentConsentParams contains all the parameters to send to the API endpoint
for the get payment consent operation. Typically these are written to a http.Request.
func NewGetPaymentConsentParams ¶
func NewGetPaymentConsentParams() *GetPaymentConsentParams
NewGetPaymentConsentParams creates a new GetPaymentConsentParams 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 NewGetPaymentConsentParamsWithContext ¶
func NewGetPaymentConsentParamsWithContext(ctx context.Context) *GetPaymentConsentParams
NewGetPaymentConsentParamsWithContext creates a new GetPaymentConsentParams object with the ability to set a context for a request.
func NewGetPaymentConsentParamsWithHTTPClient ¶
func NewGetPaymentConsentParamsWithHTTPClient(client *http.Client) *GetPaymentConsentParams
NewGetPaymentConsentParamsWithHTTPClient creates a new GetPaymentConsentParams object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentConsentParamsWithTimeout ¶
func NewGetPaymentConsentParamsWithTimeout(timeout time.Duration) *GetPaymentConsentParams
NewGetPaymentConsentParamsWithTimeout creates a new GetPaymentConsentParams object with the ability to set a timeout on a request.
func (*GetPaymentConsentParams) SetConsentID ¶
func (o *GetPaymentConsentParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the get payment consent params
func (*GetPaymentConsentParams) SetContext ¶
func (o *GetPaymentConsentParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment consent params
func (*GetPaymentConsentParams) SetDefaults ¶
func (o *GetPaymentConsentParams) SetDefaults()
SetDefaults hydrates default values in the get payment consent params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentParams) SetHTTPClient ¶
func (o *GetPaymentConsentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment consent params
func (*GetPaymentConsentParams) SetTimeout ¶
func (o *GetPaymentConsentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment consent params
func (*GetPaymentConsentParams) SetXCustomerUserAgent ¶
func (o *GetPaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent params
func (*GetPaymentConsentParams) SetXFapiAuthDate ¶
func (o *GetPaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent params
func (*GetPaymentConsentParams) SetXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent params
func (*GetPaymentConsentParams) SetXFapiInteractionID ¶
func (o *GetPaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent params
func (*GetPaymentConsentParams) SetXJwsSignature ¶
func (o *GetPaymentConsentParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get payment consent params
func (*GetPaymentConsentParams) WithConsentID ¶
func (o *GetPaymentConsentParams) WithConsentID(consentID string) *GetPaymentConsentParams
WithConsentID adds the consentID to the get payment consent params
func (*GetPaymentConsentParams) WithContext ¶
func (o *GetPaymentConsentParams) WithContext(ctx context.Context) *GetPaymentConsentParams
WithContext adds the context to the get payment consent params
func (*GetPaymentConsentParams) WithDefaults ¶
func (o *GetPaymentConsentParams) WithDefaults() *GetPaymentConsentParams
WithDefaults hydrates default values in the get payment consent params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentParams) WithHTTPClient ¶
func (o *GetPaymentConsentParams) WithHTTPClient(client *http.Client) *GetPaymentConsentParams
WithHTTPClient adds the HTTPClient to the get payment consent params
func (*GetPaymentConsentParams) WithTimeout ¶
func (o *GetPaymentConsentParams) WithTimeout(timeout time.Duration) *GetPaymentConsentParams
WithTimeout adds the timeout to the get payment consent params
func (*GetPaymentConsentParams) WithXCustomerUserAgent ¶
func (o *GetPaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent params
func (*GetPaymentConsentParams) WithXFapiAuthDate ¶
func (o *GetPaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentParams
WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent params
func (*GetPaymentConsentParams) WithXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent params
func (*GetPaymentConsentParams) WithXFapiInteractionID ¶
func (o *GetPaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentParams
WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent params
func (*GetPaymentConsentParams) WithXJwsSignature ¶
func (o *GetPaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentParams
WithXJwsSignature adds the xJwsSignature to the get payment consent params
func (*GetPaymentConsentParams) WriteToRequest ¶
func (o *GetPaymentConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentConsentReader ¶
type GetPaymentConsentReader struct {
// contains filtered or unexported fields
}
GetPaymentConsentReader is a Reader for the GetPaymentConsent structure.
func (*GetPaymentConsentReader) ReadResponse ¶
func (o *GetPaymentConsentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentConsentTooManyRequests ¶
type GetPaymentConsentTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentTooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetPaymentConsentTooManyRequests ¶
func NewGetPaymentConsentTooManyRequests() *GetPaymentConsentTooManyRequests
NewGetPaymentConsentTooManyRequests creates a GetPaymentConsentTooManyRequests with default headers values
func (*GetPaymentConsentTooManyRequests) Code ¶
func (o *GetPaymentConsentTooManyRequests) Code() int
Code gets the status code for the get payment consent too many requests response
func (*GetPaymentConsentTooManyRequests) Error ¶
func (o *GetPaymentConsentTooManyRequests) Error() string
func (*GetPaymentConsentTooManyRequests) GetPayload ¶
func (o *GetPaymentConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentTooManyRequests) IsClientError ¶
func (o *GetPaymentConsentTooManyRequests) IsClientError() bool
IsClientError returns true when this get payment consent too many requests response has a 4xx status code
func (*GetPaymentConsentTooManyRequests) IsCode ¶
func (o *GetPaymentConsentTooManyRequests) IsCode(code int) bool
IsCode returns true when this get payment consent too many requests response a status code equal to that given
func (*GetPaymentConsentTooManyRequests) IsRedirect ¶
func (o *GetPaymentConsentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get payment consent too many requests response has a 3xx status code
func (*GetPaymentConsentTooManyRequests) IsServerError ¶
func (o *GetPaymentConsentTooManyRequests) IsServerError() bool
IsServerError returns true when this get payment consent too many requests response has a 5xx status code
func (*GetPaymentConsentTooManyRequests) IsSuccess ¶
func (o *GetPaymentConsentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get payment consent too many requests response has a 2xx status code
func (*GetPaymentConsentTooManyRequests) String ¶
func (o *GetPaymentConsentTooManyRequests) String() string
type GetPaymentConsentUnauthorized ¶
type GetPaymentConsentUnauthorized struct {
}GetPaymentConsentUnauthorized describes a response with status code 401, with default header values.
Error
func NewGetPaymentConsentUnauthorized ¶
func NewGetPaymentConsentUnauthorized() *GetPaymentConsentUnauthorized
NewGetPaymentConsentUnauthorized creates a GetPaymentConsentUnauthorized with default headers values
func (*GetPaymentConsentUnauthorized) Code ¶
func (o *GetPaymentConsentUnauthorized) Code() int
Code gets the status code for the get payment consent unauthorized response
func (*GetPaymentConsentUnauthorized) Error ¶
func (o *GetPaymentConsentUnauthorized) Error() string
func (*GetPaymentConsentUnauthorized) GetPayload ¶
func (o *GetPaymentConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentUnauthorized) IsClientError ¶
func (o *GetPaymentConsentUnauthorized) IsClientError() bool
IsClientError returns true when this get payment consent unauthorized response has a 4xx status code
func (*GetPaymentConsentUnauthorized) IsCode ¶
func (o *GetPaymentConsentUnauthorized) IsCode(code int) bool
IsCode returns true when this get payment consent unauthorized response a status code equal to that given
func (*GetPaymentConsentUnauthorized) IsRedirect ¶
func (o *GetPaymentConsentUnauthorized) IsRedirect() bool
IsRedirect returns true when this get payment consent unauthorized response has a 3xx status code
func (*GetPaymentConsentUnauthorized) IsServerError ¶
func (o *GetPaymentConsentUnauthorized) IsServerError() bool
IsServerError returns true when this get payment consent unauthorized response has a 5xx status code
func (*GetPaymentConsentUnauthorized) IsSuccess ¶
func (o *GetPaymentConsentUnauthorized) IsSuccess() bool
IsSuccess returns true when this get payment consent unauthorized response has a 2xx status code
func (*GetPaymentConsentUnauthorized) String ¶
func (o *GetPaymentConsentUnauthorized) String() string
type GetPaymentConsentUnprocessableEntity ¶
type GetPaymentConsentUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetPaymentConsentUnprocessableEntity ¶
func NewGetPaymentConsentUnprocessableEntity() *GetPaymentConsentUnprocessableEntity
NewGetPaymentConsentUnprocessableEntity creates a GetPaymentConsentUnprocessableEntity with default headers values
func (*GetPaymentConsentUnprocessableEntity) Code ¶
func (o *GetPaymentConsentUnprocessableEntity) Code() int
Code gets the status code for the get payment consent unprocessable entity response
func (*GetPaymentConsentUnprocessableEntity) Error ¶
func (o *GetPaymentConsentUnprocessableEntity) Error() string
func (*GetPaymentConsentUnprocessableEntity) GetPayload ¶
func (o *GetPaymentConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentUnprocessableEntity) IsClientError ¶
func (o *GetPaymentConsentUnprocessableEntity) IsClientError() bool
IsClientError returns true when this get payment consent unprocessable entity response has a 4xx status code
func (*GetPaymentConsentUnprocessableEntity) IsCode ¶
func (o *GetPaymentConsentUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get payment consent unprocessable entity response a status code equal to that given
func (*GetPaymentConsentUnprocessableEntity) IsRedirect ¶
func (o *GetPaymentConsentUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get payment consent unprocessable entity response has a 3xx status code
func (*GetPaymentConsentUnprocessableEntity) IsServerError ¶
func (o *GetPaymentConsentUnprocessableEntity) IsServerError() bool
IsServerError returns true when this get payment consent unprocessable entity response has a 5xx status code
func (*GetPaymentConsentUnprocessableEntity) IsSuccess ¶
func (o *GetPaymentConsentUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get payment consent unprocessable entity response has a 2xx status code
func (*GetPaymentConsentUnprocessableEntity) String ¶
func (o *GetPaymentConsentUnprocessableEntity) String() string
type GetPaymentConsentUnsupportedMediaType ¶
type GetPaymentConsentUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetPaymentConsentUnsupportedMediaType ¶
func NewGetPaymentConsentUnsupportedMediaType() *GetPaymentConsentUnsupportedMediaType
NewGetPaymentConsentUnsupportedMediaType creates a GetPaymentConsentUnsupportedMediaType with default headers values
func (*GetPaymentConsentUnsupportedMediaType) Code ¶
func (o *GetPaymentConsentUnsupportedMediaType) Code() int
Code gets the status code for the get payment consent unsupported media type response
func (*GetPaymentConsentUnsupportedMediaType) Error ¶
func (o *GetPaymentConsentUnsupportedMediaType) Error() string
func (*GetPaymentConsentUnsupportedMediaType) GetPayload ¶
func (o *GetPaymentConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentUnsupportedMediaType) IsClientError ¶
func (o *GetPaymentConsentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get payment consent unsupported media type response has a 4xx status code
func (*GetPaymentConsentUnsupportedMediaType) IsCode ¶
func (o *GetPaymentConsentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get payment consent unsupported media type response a status code equal to that given
func (*GetPaymentConsentUnsupportedMediaType) IsRedirect ¶
func (o *GetPaymentConsentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get payment consent unsupported media type response has a 3xx status code
func (*GetPaymentConsentUnsupportedMediaType) IsServerError ¶
func (o *GetPaymentConsentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get payment consent unsupported media type response has a 5xx status code
func (*GetPaymentConsentUnsupportedMediaType) IsSuccess ¶
func (o *GetPaymentConsentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get payment consent unsupported media type response has a 2xx status code
func (*GetPaymentConsentUnsupportedMediaType) String ¶
func (o *GetPaymentConsentUnsupportedMediaType) String() string
type GetPaymentConsentV2BadRequest ¶
type GetPaymentConsentV2BadRequest struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2BadRequest describes a response with status code 400, with default header values.
Error
func NewGetPaymentConsentV2BadRequest ¶
func NewGetPaymentConsentV2BadRequest() *GetPaymentConsentV2BadRequest
NewGetPaymentConsentV2BadRequest creates a GetPaymentConsentV2BadRequest with default headers values
func (*GetPaymentConsentV2BadRequest) Code ¶
func (o *GetPaymentConsentV2BadRequest) Code() int
Code gets the status code for the get payment consent v2 bad request response
func (*GetPaymentConsentV2BadRequest) Error ¶
func (o *GetPaymentConsentV2BadRequest) Error() string
func (*GetPaymentConsentV2BadRequest) GetPayload ¶
func (o *GetPaymentConsentV2BadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2BadRequest) IsClientError ¶
func (o *GetPaymentConsentV2BadRequest) IsClientError() bool
IsClientError returns true when this get payment consent v2 bad request response has a 4xx status code
func (*GetPaymentConsentV2BadRequest) IsCode ¶
func (o *GetPaymentConsentV2BadRequest) IsCode(code int) bool
IsCode returns true when this get payment consent v2 bad request response a status code equal to that given
func (*GetPaymentConsentV2BadRequest) IsRedirect ¶
func (o *GetPaymentConsentV2BadRequest) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 bad request response has a 3xx status code
func (*GetPaymentConsentV2BadRequest) IsServerError ¶
func (o *GetPaymentConsentV2BadRequest) IsServerError() bool
IsServerError returns true when this get payment consent v2 bad request response has a 5xx status code
func (*GetPaymentConsentV2BadRequest) IsSuccess ¶
func (o *GetPaymentConsentV2BadRequest) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 bad request response has a 2xx status code
func (*GetPaymentConsentV2BadRequest) String ¶
func (o *GetPaymentConsentV2BadRequest) String() string
type GetPaymentConsentV2Forbidden ¶
type GetPaymentConsentV2Forbidden struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2Forbidden describes a response with status code 403, with default header values.
Error
func NewGetPaymentConsentV2Forbidden ¶
func NewGetPaymentConsentV2Forbidden() *GetPaymentConsentV2Forbidden
NewGetPaymentConsentV2Forbidden creates a GetPaymentConsentV2Forbidden with default headers values
func (*GetPaymentConsentV2Forbidden) Code ¶
func (o *GetPaymentConsentV2Forbidden) Code() int
Code gets the status code for the get payment consent v2 forbidden response
func (*GetPaymentConsentV2Forbidden) Error ¶
func (o *GetPaymentConsentV2Forbidden) Error() string
func (*GetPaymentConsentV2Forbidden) GetPayload ¶
func (o *GetPaymentConsentV2Forbidden) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2Forbidden) IsClientError ¶
func (o *GetPaymentConsentV2Forbidden) IsClientError() bool
IsClientError returns true when this get payment consent v2 forbidden response has a 4xx status code
func (*GetPaymentConsentV2Forbidden) IsCode ¶
func (o *GetPaymentConsentV2Forbidden) IsCode(code int) bool
IsCode returns true when this get payment consent v2 forbidden response a status code equal to that given
func (*GetPaymentConsentV2Forbidden) IsRedirect ¶
func (o *GetPaymentConsentV2Forbidden) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 forbidden response has a 3xx status code
func (*GetPaymentConsentV2Forbidden) IsServerError ¶
func (o *GetPaymentConsentV2Forbidden) IsServerError() bool
IsServerError returns true when this get payment consent v2 forbidden response has a 5xx status code
func (*GetPaymentConsentV2Forbidden) IsSuccess ¶
func (o *GetPaymentConsentV2Forbidden) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 forbidden response has a 2xx status code
func (*GetPaymentConsentV2Forbidden) String ¶
func (o *GetPaymentConsentV2Forbidden) String() string
type GetPaymentConsentV2InternalServerError ¶
type GetPaymentConsentV2InternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2InternalServerError describes a response with status code 500, with default header values.
Error
func NewGetPaymentConsentV2InternalServerError ¶
func NewGetPaymentConsentV2InternalServerError() *GetPaymentConsentV2InternalServerError
NewGetPaymentConsentV2InternalServerError creates a GetPaymentConsentV2InternalServerError with default headers values
func (*GetPaymentConsentV2InternalServerError) Code ¶
func (o *GetPaymentConsentV2InternalServerError) Code() int
Code gets the status code for the get payment consent v2 internal server error response
func (*GetPaymentConsentV2InternalServerError) Error ¶
func (o *GetPaymentConsentV2InternalServerError) Error() string
func (*GetPaymentConsentV2InternalServerError) GetPayload ¶
func (o *GetPaymentConsentV2InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2InternalServerError) IsClientError ¶
func (o *GetPaymentConsentV2InternalServerError) IsClientError() bool
IsClientError returns true when this get payment consent v2 internal server error response has a 4xx status code
func (*GetPaymentConsentV2InternalServerError) IsCode ¶
func (o *GetPaymentConsentV2InternalServerError) IsCode(code int) bool
IsCode returns true when this get payment consent v2 internal server error response a status code equal to that given
func (*GetPaymentConsentV2InternalServerError) IsRedirect ¶
func (o *GetPaymentConsentV2InternalServerError) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 internal server error response has a 3xx status code
func (*GetPaymentConsentV2InternalServerError) IsServerError ¶
func (o *GetPaymentConsentV2InternalServerError) IsServerError() bool
IsServerError returns true when this get payment consent v2 internal server error response has a 5xx status code
func (*GetPaymentConsentV2InternalServerError) IsSuccess ¶
func (o *GetPaymentConsentV2InternalServerError) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 internal server error response has a 2xx status code
func (*GetPaymentConsentV2InternalServerError) String ¶
func (o *GetPaymentConsentV2InternalServerError) String() string
type GetPaymentConsentV2MethodNotAllowed ¶
type GetPaymentConsentV2MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetPaymentConsentV2MethodNotAllowed ¶
func NewGetPaymentConsentV2MethodNotAllowed() *GetPaymentConsentV2MethodNotAllowed
NewGetPaymentConsentV2MethodNotAllowed creates a GetPaymentConsentV2MethodNotAllowed with default headers values
func (*GetPaymentConsentV2MethodNotAllowed) Code ¶
func (o *GetPaymentConsentV2MethodNotAllowed) Code() int
Code gets the status code for the get payment consent v2 method not allowed response
func (*GetPaymentConsentV2MethodNotAllowed) Error ¶
func (o *GetPaymentConsentV2MethodNotAllowed) Error() string
func (*GetPaymentConsentV2MethodNotAllowed) GetPayload ¶
func (o *GetPaymentConsentV2MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2MethodNotAllowed) IsClientError ¶
func (o *GetPaymentConsentV2MethodNotAllowed) IsClientError() bool
IsClientError returns true when this get payment consent v2 method not allowed response has a 4xx status code
func (*GetPaymentConsentV2MethodNotAllowed) IsCode ¶
func (o *GetPaymentConsentV2MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get payment consent v2 method not allowed response a status code equal to that given
func (*GetPaymentConsentV2MethodNotAllowed) IsRedirect ¶
func (o *GetPaymentConsentV2MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 method not allowed response has a 3xx status code
func (*GetPaymentConsentV2MethodNotAllowed) IsServerError ¶
func (o *GetPaymentConsentV2MethodNotAllowed) IsServerError() bool
IsServerError returns true when this get payment consent v2 method not allowed response has a 5xx status code
func (*GetPaymentConsentV2MethodNotAllowed) IsSuccess ¶
func (o *GetPaymentConsentV2MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 method not allowed response has a 2xx status code
func (*GetPaymentConsentV2MethodNotAllowed) String ¶
func (o *GetPaymentConsentV2MethodNotAllowed) String() string
type GetPaymentConsentV2NotAcceptable ¶
type GetPaymentConsentV2NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2NotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetPaymentConsentV2NotAcceptable ¶
func NewGetPaymentConsentV2NotAcceptable() *GetPaymentConsentV2NotAcceptable
NewGetPaymentConsentV2NotAcceptable creates a GetPaymentConsentV2NotAcceptable with default headers values
func (*GetPaymentConsentV2NotAcceptable) Code ¶
func (o *GetPaymentConsentV2NotAcceptable) Code() int
Code gets the status code for the get payment consent v2 not acceptable response
func (*GetPaymentConsentV2NotAcceptable) Error ¶
func (o *GetPaymentConsentV2NotAcceptable) Error() string
func (*GetPaymentConsentV2NotAcceptable) GetPayload ¶
func (o *GetPaymentConsentV2NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2NotAcceptable) IsClientError ¶
func (o *GetPaymentConsentV2NotAcceptable) IsClientError() bool
IsClientError returns true when this get payment consent v2 not acceptable response has a 4xx status code
func (*GetPaymentConsentV2NotAcceptable) IsCode ¶
func (o *GetPaymentConsentV2NotAcceptable) IsCode(code int) bool
IsCode returns true when this get payment consent v2 not acceptable response a status code equal to that given
func (*GetPaymentConsentV2NotAcceptable) IsRedirect ¶
func (o *GetPaymentConsentV2NotAcceptable) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 not acceptable response has a 3xx status code
func (*GetPaymentConsentV2NotAcceptable) IsServerError ¶
func (o *GetPaymentConsentV2NotAcceptable) IsServerError() bool
IsServerError returns true when this get payment consent v2 not acceptable response has a 5xx status code
func (*GetPaymentConsentV2NotAcceptable) IsSuccess ¶
func (o *GetPaymentConsentV2NotAcceptable) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 not acceptable response has a 2xx status code
func (*GetPaymentConsentV2NotAcceptable) String ¶
func (o *GetPaymentConsentV2NotAcceptable) String() string
type GetPaymentConsentV2OK ¶
type GetPaymentConsentV2OK struct {
Payload *models.BrazilCustomerPaymentConsentResponseV2
}
GetPaymentConsentV2OK describes a response with status code 200, with default header values.
Customer payment consent
func NewGetPaymentConsentV2OK ¶
func NewGetPaymentConsentV2OK() *GetPaymentConsentV2OK
NewGetPaymentConsentV2OK creates a GetPaymentConsentV2OK with default headers values
func (*GetPaymentConsentV2OK) Code ¶
func (o *GetPaymentConsentV2OK) Code() int
Code gets the status code for the get payment consent v2 o k response
func (*GetPaymentConsentV2OK) Error ¶
func (o *GetPaymentConsentV2OK) Error() string
func (*GetPaymentConsentV2OK) GetPayload ¶
func (o *GetPaymentConsentV2OK) GetPayload() *models.BrazilCustomerPaymentConsentResponseV2
func (*GetPaymentConsentV2OK) IsClientError ¶
func (o *GetPaymentConsentV2OK) IsClientError() bool
IsClientError returns true when this get payment consent v2 o k response has a 4xx status code
func (*GetPaymentConsentV2OK) IsCode ¶
func (o *GetPaymentConsentV2OK) IsCode(code int) bool
IsCode returns true when this get payment consent v2 o k response a status code equal to that given
func (*GetPaymentConsentV2OK) IsRedirect ¶
func (o *GetPaymentConsentV2OK) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 o k response has a 3xx status code
func (*GetPaymentConsentV2OK) IsServerError ¶
func (o *GetPaymentConsentV2OK) IsServerError() bool
IsServerError returns true when this get payment consent v2 o k response has a 5xx status code
func (*GetPaymentConsentV2OK) IsSuccess ¶
func (o *GetPaymentConsentV2OK) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 o k response has a 2xx status code
func (*GetPaymentConsentV2OK) String ¶
func (o *GetPaymentConsentV2OK) String() string
type GetPaymentConsentV2Params ¶
type GetPaymentConsentV2Params 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 }
GetPaymentConsentV2Params contains all the parameters to send to the API endpoint
for the get payment consent v2 operation. Typically these are written to a http.Request.
func NewGetPaymentConsentV2Params ¶
func NewGetPaymentConsentV2Params() *GetPaymentConsentV2Params
NewGetPaymentConsentV2Params creates a new GetPaymentConsentV2Params 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 NewGetPaymentConsentV2ParamsWithContext ¶
func NewGetPaymentConsentV2ParamsWithContext(ctx context.Context) *GetPaymentConsentV2Params
NewGetPaymentConsentV2ParamsWithContext creates a new GetPaymentConsentV2Params object with the ability to set a context for a request.
func NewGetPaymentConsentV2ParamsWithHTTPClient ¶
func NewGetPaymentConsentV2ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV2Params
NewGetPaymentConsentV2ParamsWithHTTPClient creates a new GetPaymentConsentV2Params object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentConsentV2ParamsWithTimeout ¶
func NewGetPaymentConsentV2ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV2Params
NewGetPaymentConsentV2ParamsWithTimeout creates a new GetPaymentConsentV2Params object with the ability to set a timeout on a request.
func (*GetPaymentConsentV2Params) SetConsentID ¶
func (o *GetPaymentConsentV2Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetContext ¶
func (o *GetPaymentConsentV2Params) SetContext(ctx context.Context)
SetContext adds the context to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetDefaults ¶
func (o *GetPaymentConsentV2Params) SetDefaults()
SetDefaults hydrates default values in the get payment consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentV2Params) SetHTTPClient ¶
func (o *GetPaymentConsentV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetTimeout ¶
func (o *GetPaymentConsentV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetXCustomerUserAgent ¶
func (o *GetPaymentConsentV2Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetXFapiAuthDate ¶
func (o *GetPaymentConsentV2Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentV2Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetXFapiInteractionID ¶
func (o *GetPaymentConsentV2Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent v2 params
func (*GetPaymentConsentV2Params) SetXJwsSignature ¶
func (o *GetPaymentConsentV2Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithConsentID ¶
func (o *GetPaymentConsentV2Params) WithConsentID(consentID string) *GetPaymentConsentV2Params
WithConsentID adds the consentID to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithContext ¶
func (o *GetPaymentConsentV2Params) WithContext(ctx context.Context) *GetPaymentConsentV2Params
WithContext adds the context to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithDefaults ¶
func (o *GetPaymentConsentV2Params) WithDefaults() *GetPaymentConsentV2Params
WithDefaults hydrates default values in the get payment consent v2 params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentV2Params) WithHTTPClient ¶
func (o *GetPaymentConsentV2Params) WithHTTPClient(client *http.Client) *GetPaymentConsentV2Params
WithHTTPClient adds the HTTPClient to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithTimeout ¶
func (o *GetPaymentConsentV2Params) WithTimeout(timeout time.Duration) *GetPaymentConsentV2Params
WithTimeout adds the timeout to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithXCustomerUserAgent ¶
func (o *GetPaymentConsentV2Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV2Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithXFapiAuthDate ¶
func (o *GetPaymentConsentV2Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV2Params
WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentV2Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV2Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithXFapiInteractionID ¶
func (o *GetPaymentConsentV2Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV2Params
WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WithXJwsSignature ¶
func (o *GetPaymentConsentV2Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV2Params
WithXJwsSignature adds the xJwsSignature to the get payment consent v2 params
func (*GetPaymentConsentV2Params) WriteToRequest ¶
func (o *GetPaymentConsentV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentConsentV2Reader ¶
type GetPaymentConsentV2Reader struct {
// contains filtered or unexported fields
}
GetPaymentConsentV2Reader is a Reader for the GetPaymentConsentV2 structure.
func (*GetPaymentConsentV2Reader) ReadResponse ¶
func (o *GetPaymentConsentV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentConsentV2TooManyRequests ¶
type GetPaymentConsentV2TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2TooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetPaymentConsentV2TooManyRequests ¶
func NewGetPaymentConsentV2TooManyRequests() *GetPaymentConsentV2TooManyRequests
NewGetPaymentConsentV2TooManyRequests creates a GetPaymentConsentV2TooManyRequests with default headers values
func (*GetPaymentConsentV2TooManyRequests) Code ¶
func (o *GetPaymentConsentV2TooManyRequests) Code() int
Code gets the status code for the get payment consent v2 too many requests response
func (*GetPaymentConsentV2TooManyRequests) Error ¶
func (o *GetPaymentConsentV2TooManyRequests) Error() string
func (*GetPaymentConsentV2TooManyRequests) GetPayload ¶
func (o *GetPaymentConsentV2TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2TooManyRequests) IsClientError ¶
func (o *GetPaymentConsentV2TooManyRequests) IsClientError() bool
IsClientError returns true when this get payment consent v2 too many requests response has a 4xx status code
func (*GetPaymentConsentV2TooManyRequests) IsCode ¶
func (o *GetPaymentConsentV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this get payment consent v2 too many requests response a status code equal to that given
func (*GetPaymentConsentV2TooManyRequests) IsRedirect ¶
func (o *GetPaymentConsentV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 too many requests response has a 3xx status code
func (*GetPaymentConsentV2TooManyRequests) IsServerError ¶
func (o *GetPaymentConsentV2TooManyRequests) IsServerError() bool
IsServerError returns true when this get payment consent v2 too many requests response has a 5xx status code
func (*GetPaymentConsentV2TooManyRequests) IsSuccess ¶
func (o *GetPaymentConsentV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 too many requests response has a 2xx status code
func (*GetPaymentConsentV2TooManyRequests) String ¶
func (o *GetPaymentConsentV2TooManyRequests) String() string
type GetPaymentConsentV2Unauthorized ¶
type GetPaymentConsentV2Unauthorized struct {
}GetPaymentConsentV2Unauthorized describes a response with status code 401, with default header values.
Error
func NewGetPaymentConsentV2Unauthorized ¶
func NewGetPaymentConsentV2Unauthorized() *GetPaymentConsentV2Unauthorized
NewGetPaymentConsentV2Unauthorized creates a GetPaymentConsentV2Unauthorized with default headers values
func (*GetPaymentConsentV2Unauthorized) Code ¶
func (o *GetPaymentConsentV2Unauthorized) Code() int
Code gets the status code for the get payment consent v2 unauthorized response
func (*GetPaymentConsentV2Unauthorized) Error ¶
func (o *GetPaymentConsentV2Unauthorized) Error() string
func (*GetPaymentConsentV2Unauthorized) GetPayload ¶
func (o *GetPaymentConsentV2Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2Unauthorized) IsClientError ¶
func (o *GetPaymentConsentV2Unauthorized) IsClientError() bool
IsClientError returns true when this get payment consent v2 unauthorized response has a 4xx status code
func (*GetPaymentConsentV2Unauthorized) IsCode ¶
func (o *GetPaymentConsentV2Unauthorized) IsCode(code int) bool
IsCode returns true when this get payment consent v2 unauthorized response a status code equal to that given
func (*GetPaymentConsentV2Unauthorized) IsRedirect ¶
func (o *GetPaymentConsentV2Unauthorized) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 unauthorized response has a 3xx status code
func (*GetPaymentConsentV2Unauthorized) IsServerError ¶
func (o *GetPaymentConsentV2Unauthorized) IsServerError() bool
IsServerError returns true when this get payment consent v2 unauthorized response has a 5xx status code
func (*GetPaymentConsentV2Unauthorized) IsSuccess ¶
func (o *GetPaymentConsentV2Unauthorized) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 unauthorized response has a 2xx status code
func (*GetPaymentConsentV2Unauthorized) String ¶
func (o *GetPaymentConsentV2Unauthorized) String() string
type GetPaymentConsentV2UnprocessableEntity ¶
type GetPaymentConsentV2UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetPaymentConsentV2UnprocessableEntity ¶
func NewGetPaymentConsentV2UnprocessableEntity() *GetPaymentConsentV2UnprocessableEntity
NewGetPaymentConsentV2UnprocessableEntity creates a GetPaymentConsentV2UnprocessableEntity with default headers values
func (*GetPaymentConsentV2UnprocessableEntity) Code ¶
func (o *GetPaymentConsentV2UnprocessableEntity) Code() int
Code gets the status code for the get payment consent v2 unprocessable entity response
func (*GetPaymentConsentV2UnprocessableEntity) Error ¶
func (o *GetPaymentConsentV2UnprocessableEntity) Error() string
func (*GetPaymentConsentV2UnprocessableEntity) GetPayload ¶
func (o *GetPaymentConsentV2UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2UnprocessableEntity) IsClientError ¶
func (o *GetPaymentConsentV2UnprocessableEntity) IsClientError() bool
IsClientError returns true when this get payment consent v2 unprocessable entity response has a 4xx status code
func (*GetPaymentConsentV2UnprocessableEntity) IsCode ¶
func (o *GetPaymentConsentV2UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get payment consent v2 unprocessable entity response a status code equal to that given
func (*GetPaymentConsentV2UnprocessableEntity) IsRedirect ¶
func (o *GetPaymentConsentV2UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 unprocessable entity response has a 3xx status code
func (*GetPaymentConsentV2UnprocessableEntity) IsServerError ¶
func (o *GetPaymentConsentV2UnprocessableEntity) IsServerError() bool
IsServerError returns true when this get payment consent v2 unprocessable entity response has a 5xx status code
func (*GetPaymentConsentV2UnprocessableEntity) IsSuccess ¶
func (o *GetPaymentConsentV2UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 unprocessable entity response has a 2xx status code
func (*GetPaymentConsentV2UnprocessableEntity) String ¶
func (o *GetPaymentConsentV2UnprocessableEntity) String() string
type GetPaymentConsentV2UnsupportedMediaType ¶
type GetPaymentConsentV2UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV2UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetPaymentConsentV2UnsupportedMediaType ¶
func NewGetPaymentConsentV2UnsupportedMediaType() *GetPaymentConsentV2UnsupportedMediaType
NewGetPaymentConsentV2UnsupportedMediaType creates a GetPaymentConsentV2UnsupportedMediaType with default headers values
func (*GetPaymentConsentV2UnsupportedMediaType) Code ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) Code() int
Code gets the status code for the get payment consent v2 unsupported media type response
func (*GetPaymentConsentV2UnsupportedMediaType) Error ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) Error() string
func (*GetPaymentConsentV2UnsupportedMediaType) GetPayload ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV2UnsupportedMediaType) IsClientError ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get payment consent v2 unsupported media type response has a 4xx status code
func (*GetPaymentConsentV2UnsupportedMediaType) IsCode ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get payment consent v2 unsupported media type response a status code equal to that given
func (*GetPaymentConsentV2UnsupportedMediaType) IsRedirect ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get payment consent v2 unsupported media type response has a 3xx status code
func (*GetPaymentConsentV2UnsupportedMediaType) IsServerError ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get payment consent v2 unsupported media type response has a 5xx status code
func (*GetPaymentConsentV2UnsupportedMediaType) IsSuccess ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get payment consent v2 unsupported media type response has a 2xx status code
func (*GetPaymentConsentV2UnsupportedMediaType) String ¶
func (o *GetPaymentConsentV2UnsupportedMediaType) String() string
type GetPaymentConsentV3BadRequest ¶
type GetPaymentConsentV3BadRequest struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3BadRequest describes a response with status code 400, with default header values.
Error
func NewGetPaymentConsentV3BadRequest ¶
func NewGetPaymentConsentV3BadRequest() *GetPaymentConsentV3BadRequest
NewGetPaymentConsentV3BadRequest creates a GetPaymentConsentV3BadRequest with default headers values
func (*GetPaymentConsentV3BadRequest) Code ¶
func (o *GetPaymentConsentV3BadRequest) Code() int
Code gets the status code for the get payment consent v3 bad request response
func (*GetPaymentConsentV3BadRequest) Error ¶
func (o *GetPaymentConsentV3BadRequest) Error() string
func (*GetPaymentConsentV3BadRequest) GetPayload ¶
func (o *GetPaymentConsentV3BadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3BadRequest) IsClientError ¶
func (o *GetPaymentConsentV3BadRequest) IsClientError() bool
IsClientError returns true when this get payment consent v3 bad request response has a 4xx status code
func (*GetPaymentConsentV3BadRequest) IsCode ¶
func (o *GetPaymentConsentV3BadRequest) IsCode(code int) bool
IsCode returns true when this get payment consent v3 bad request response a status code equal to that given
func (*GetPaymentConsentV3BadRequest) IsRedirect ¶
func (o *GetPaymentConsentV3BadRequest) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 bad request response has a 3xx status code
func (*GetPaymentConsentV3BadRequest) IsServerError ¶
func (o *GetPaymentConsentV3BadRequest) IsServerError() bool
IsServerError returns true when this get payment consent v3 bad request response has a 5xx status code
func (*GetPaymentConsentV3BadRequest) IsSuccess ¶
func (o *GetPaymentConsentV3BadRequest) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 bad request response has a 2xx status code
func (*GetPaymentConsentV3BadRequest) String ¶
func (o *GetPaymentConsentV3BadRequest) String() string
type GetPaymentConsentV3Forbidden ¶
type GetPaymentConsentV3Forbidden struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3Forbidden describes a response with status code 403, with default header values.
Error
func NewGetPaymentConsentV3Forbidden ¶
func NewGetPaymentConsentV3Forbidden() *GetPaymentConsentV3Forbidden
NewGetPaymentConsentV3Forbidden creates a GetPaymentConsentV3Forbidden with default headers values
func (*GetPaymentConsentV3Forbidden) Code ¶
func (o *GetPaymentConsentV3Forbidden) Code() int
Code gets the status code for the get payment consent v3 forbidden response
func (*GetPaymentConsentV3Forbidden) Error ¶
func (o *GetPaymentConsentV3Forbidden) Error() string
func (*GetPaymentConsentV3Forbidden) GetPayload ¶
func (o *GetPaymentConsentV3Forbidden) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3Forbidden) IsClientError ¶
func (o *GetPaymentConsentV3Forbidden) IsClientError() bool
IsClientError returns true when this get payment consent v3 forbidden response has a 4xx status code
func (*GetPaymentConsentV3Forbidden) IsCode ¶
func (o *GetPaymentConsentV3Forbidden) IsCode(code int) bool
IsCode returns true when this get payment consent v3 forbidden response a status code equal to that given
func (*GetPaymentConsentV3Forbidden) IsRedirect ¶
func (o *GetPaymentConsentV3Forbidden) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 forbidden response has a 3xx status code
func (*GetPaymentConsentV3Forbidden) IsServerError ¶
func (o *GetPaymentConsentV3Forbidden) IsServerError() bool
IsServerError returns true when this get payment consent v3 forbidden response has a 5xx status code
func (*GetPaymentConsentV3Forbidden) IsSuccess ¶
func (o *GetPaymentConsentV3Forbidden) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 forbidden response has a 2xx status code
func (*GetPaymentConsentV3Forbidden) String ¶
func (o *GetPaymentConsentV3Forbidden) String() string
type GetPaymentConsentV3InternalServerError ¶
type GetPaymentConsentV3InternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3InternalServerError describes a response with status code 500, with default header values.
Error
func NewGetPaymentConsentV3InternalServerError ¶
func NewGetPaymentConsentV3InternalServerError() *GetPaymentConsentV3InternalServerError
NewGetPaymentConsentV3InternalServerError creates a GetPaymentConsentV3InternalServerError with default headers values
func (*GetPaymentConsentV3InternalServerError) Code ¶
func (o *GetPaymentConsentV3InternalServerError) Code() int
Code gets the status code for the get payment consent v3 internal server error response
func (*GetPaymentConsentV3InternalServerError) Error ¶
func (o *GetPaymentConsentV3InternalServerError) Error() string
func (*GetPaymentConsentV3InternalServerError) GetPayload ¶
func (o *GetPaymentConsentV3InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3InternalServerError) IsClientError ¶
func (o *GetPaymentConsentV3InternalServerError) IsClientError() bool
IsClientError returns true when this get payment consent v3 internal server error response has a 4xx status code
func (*GetPaymentConsentV3InternalServerError) IsCode ¶
func (o *GetPaymentConsentV3InternalServerError) IsCode(code int) bool
IsCode returns true when this get payment consent v3 internal server error response a status code equal to that given
func (*GetPaymentConsentV3InternalServerError) IsRedirect ¶
func (o *GetPaymentConsentV3InternalServerError) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 internal server error response has a 3xx status code
func (*GetPaymentConsentV3InternalServerError) IsServerError ¶
func (o *GetPaymentConsentV3InternalServerError) IsServerError() bool
IsServerError returns true when this get payment consent v3 internal server error response has a 5xx status code
func (*GetPaymentConsentV3InternalServerError) IsSuccess ¶
func (o *GetPaymentConsentV3InternalServerError) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 internal server error response has a 2xx status code
func (*GetPaymentConsentV3InternalServerError) String ¶
func (o *GetPaymentConsentV3InternalServerError) String() string
type GetPaymentConsentV3MethodNotAllowed ¶
type GetPaymentConsentV3MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetPaymentConsentV3MethodNotAllowed ¶
func NewGetPaymentConsentV3MethodNotAllowed() *GetPaymentConsentV3MethodNotAllowed
NewGetPaymentConsentV3MethodNotAllowed creates a GetPaymentConsentV3MethodNotAllowed with default headers values
func (*GetPaymentConsentV3MethodNotAllowed) Code ¶
func (o *GetPaymentConsentV3MethodNotAllowed) Code() int
Code gets the status code for the get payment consent v3 method not allowed response
func (*GetPaymentConsentV3MethodNotAllowed) Error ¶
func (o *GetPaymentConsentV3MethodNotAllowed) Error() string
func (*GetPaymentConsentV3MethodNotAllowed) GetPayload ¶
func (o *GetPaymentConsentV3MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3MethodNotAllowed) IsClientError ¶
func (o *GetPaymentConsentV3MethodNotAllowed) IsClientError() bool
IsClientError returns true when this get payment consent v3 method not allowed response has a 4xx status code
func (*GetPaymentConsentV3MethodNotAllowed) IsCode ¶
func (o *GetPaymentConsentV3MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get payment consent v3 method not allowed response a status code equal to that given
func (*GetPaymentConsentV3MethodNotAllowed) IsRedirect ¶
func (o *GetPaymentConsentV3MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 method not allowed response has a 3xx status code
func (*GetPaymentConsentV3MethodNotAllowed) IsServerError ¶
func (o *GetPaymentConsentV3MethodNotAllowed) IsServerError() bool
IsServerError returns true when this get payment consent v3 method not allowed response has a 5xx status code
func (*GetPaymentConsentV3MethodNotAllowed) IsSuccess ¶
func (o *GetPaymentConsentV3MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 method not allowed response has a 2xx status code
func (*GetPaymentConsentV3MethodNotAllowed) String ¶
func (o *GetPaymentConsentV3MethodNotAllowed) String() string
type GetPaymentConsentV3NotAcceptable ¶
type GetPaymentConsentV3NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3NotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetPaymentConsentV3NotAcceptable ¶
func NewGetPaymentConsentV3NotAcceptable() *GetPaymentConsentV3NotAcceptable
NewGetPaymentConsentV3NotAcceptable creates a GetPaymentConsentV3NotAcceptable with default headers values
func (*GetPaymentConsentV3NotAcceptable) Code ¶
func (o *GetPaymentConsentV3NotAcceptable) Code() int
Code gets the status code for the get payment consent v3 not acceptable response
func (*GetPaymentConsentV3NotAcceptable) Error ¶
func (o *GetPaymentConsentV3NotAcceptable) Error() string
func (*GetPaymentConsentV3NotAcceptable) GetPayload ¶
func (o *GetPaymentConsentV3NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3NotAcceptable) IsClientError ¶
func (o *GetPaymentConsentV3NotAcceptable) IsClientError() bool
IsClientError returns true when this get payment consent v3 not acceptable response has a 4xx status code
func (*GetPaymentConsentV3NotAcceptable) IsCode ¶
func (o *GetPaymentConsentV3NotAcceptable) IsCode(code int) bool
IsCode returns true when this get payment consent v3 not acceptable response a status code equal to that given
func (*GetPaymentConsentV3NotAcceptable) IsRedirect ¶
func (o *GetPaymentConsentV3NotAcceptable) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 not acceptable response has a 3xx status code
func (*GetPaymentConsentV3NotAcceptable) IsServerError ¶
func (o *GetPaymentConsentV3NotAcceptable) IsServerError() bool
IsServerError returns true when this get payment consent v3 not acceptable response has a 5xx status code
func (*GetPaymentConsentV3NotAcceptable) IsSuccess ¶
func (o *GetPaymentConsentV3NotAcceptable) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 not acceptable response has a 2xx status code
func (*GetPaymentConsentV3NotAcceptable) String ¶
func (o *GetPaymentConsentV3NotAcceptable) String() string
type GetPaymentConsentV3OK ¶
type GetPaymentConsentV3OK struct {
Payload *models.BrazilCustomerPaymentConsentResponseV3
}
GetPaymentConsentV3OK describes a response with status code 200, with default header values.
Customer payment consent
func NewGetPaymentConsentV3OK ¶
func NewGetPaymentConsentV3OK() *GetPaymentConsentV3OK
NewGetPaymentConsentV3OK creates a GetPaymentConsentV3OK with default headers values
func (*GetPaymentConsentV3OK) Code ¶
func (o *GetPaymentConsentV3OK) Code() int
Code gets the status code for the get payment consent v3 o k response
func (*GetPaymentConsentV3OK) Error ¶
func (o *GetPaymentConsentV3OK) Error() string
func (*GetPaymentConsentV3OK) GetPayload ¶
func (o *GetPaymentConsentV3OK) GetPayload() *models.BrazilCustomerPaymentConsentResponseV3
func (*GetPaymentConsentV3OK) IsClientError ¶
func (o *GetPaymentConsentV3OK) IsClientError() bool
IsClientError returns true when this get payment consent v3 o k response has a 4xx status code
func (*GetPaymentConsentV3OK) IsCode ¶
func (o *GetPaymentConsentV3OK) IsCode(code int) bool
IsCode returns true when this get payment consent v3 o k response a status code equal to that given
func (*GetPaymentConsentV3OK) IsRedirect ¶
func (o *GetPaymentConsentV3OK) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 o k response has a 3xx status code
func (*GetPaymentConsentV3OK) IsServerError ¶
func (o *GetPaymentConsentV3OK) IsServerError() bool
IsServerError returns true when this get payment consent v3 o k response has a 5xx status code
func (*GetPaymentConsentV3OK) IsSuccess ¶
func (o *GetPaymentConsentV3OK) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 o k response has a 2xx status code
func (*GetPaymentConsentV3OK) String ¶
func (o *GetPaymentConsentV3OK) String() string
type GetPaymentConsentV3Params ¶
type GetPaymentConsentV3Params 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 }
GetPaymentConsentV3Params contains all the parameters to send to the API endpoint
for the get payment consent v3 operation. Typically these are written to a http.Request.
func NewGetPaymentConsentV3Params ¶
func NewGetPaymentConsentV3Params() *GetPaymentConsentV3Params
NewGetPaymentConsentV3Params creates a new GetPaymentConsentV3Params 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 NewGetPaymentConsentV3ParamsWithContext ¶
func NewGetPaymentConsentV3ParamsWithContext(ctx context.Context) *GetPaymentConsentV3Params
NewGetPaymentConsentV3ParamsWithContext creates a new GetPaymentConsentV3Params object with the ability to set a context for a request.
func NewGetPaymentConsentV3ParamsWithHTTPClient ¶
func NewGetPaymentConsentV3ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV3Params
NewGetPaymentConsentV3ParamsWithHTTPClient creates a new GetPaymentConsentV3Params object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentConsentV3ParamsWithTimeout ¶
func NewGetPaymentConsentV3ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV3Params
NewGetPaymentConsentV3ParamsWithTimeout creates a new GetPaymentConsentV3Params object with the ability to set a timeout on a request.
func (*GetPaymentConsentV3Params) SetConsentID ¶
func (o *GetPaymentConsentV3Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetContext ¶
func (o *GetPaymentConsentV3Params) SetContext(ctx context.Context)
SetContext adds the context to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetDefaults ¶
func (o *GetPaymentConsentV3Params) SetDefaults()
SetDefaults hydrates default values in the get payment consent v3 params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentV3Params) SetHTTPClient ¶
func (o *GetPaymentConsentV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetTimeout ¶
func (o *GetPaymentConsentV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetXCustomerUserAgent ¶
func (o *GetPaymentConsentV3Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetXFapiAuthDate ¶
func (o *GetPaymentConsentV3Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentV3Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetXFapiInteractionID ¶
func (o *GetPaymentConsentV3Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent v3 params
func (*GetPaymentConsentV3Params) SetXJwsSignature ¶
func (o *GetPaymentConsentV3Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithConsentID ¶
func (o *GetPaymentConsentV3Params) WithConsentID(consentID string) *GetPaymentConsentV3Params
WithConsentID adds the consentID to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithContext ¶
func (o *GetPaymentConsentV3Params) WithContext(ctx context.Context) *GetPaymentConsentV3Params
WithContext adds the context to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithDefaults ¶
func (o *GetPaymentConsentV3Params) WithDefaults() *GetPaymentConsentV3Params
WithDefaults hydrates default values in the get payment consent v3 params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentV3Params) WithHTTPClient ¶
func (o *GetPaymentConsentV3Params) WithHTTPClient(client *http.Client) *GetPaymentConsentV3Params
WithHTTPClient adds the HTTPClient to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithTimeout ¶
func (o *GetPaymentConsentV3Params) WithTimeout(timeout time.Duration) *GetPaymentConsentV3Params
WithTimeout adds the timeout to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithXCustomerUserAgent ¶
func (o *GetPaymentConsentV3Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV3Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithXFapiAuthDate ¶
func (o *GetPaymentConsentV3Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV3Params
WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentV3Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV3Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithXFapiInteractionID ¶
func (o *GetPaymentConsentV3Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV3Params
WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WithXJwsSignature ¶
func (o *GetPaymentConsentV3Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV3Params
WithXJwsSignature adds the xJwsSignature to the get payment consent v3 params
func (*GetPaymentConsentV3Params) WriteToRequest ¶
func (o *GetPaymentConsentV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentConsentV3Reader ¶
type GetPaymentConsentV3Reader struct {
// contains filtered or unexported fields
}
GetPaymentConsentV3Reader is a Reader for the GetPaymentConsentV3 structure.
func (*GetPaymentConsentV3Reader) ReadResponse ¶
func (o *GetPaymentConsentV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentConsentV3TooManyRequests ¶
type GetPaymentConsentV3TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3TooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetPaymentConsentV3TooManyRequests ¶
func NewGetPaymentConsentV3TooManyRequests() *GetPaymentConsentV3TooManyRequests
NewGetPaymentConsentV3TooManyRequests creates a GetPaymentConsentV3TooManyRequests with default headers values
func (*GetPaymentConsentV3TooManyRequests) Code ¶
func (o *GetPaymentConsentV3TooManyRequests) Code() int
Code gets the status code for the get payment consent v3 too many requests response
func (*GetPaymentConsentV3TooManyRequests) Error ¶
func (o *GetPaymentConsentV3TooManyRequests) Error() string
func (*GetPaymentConsentV3TooManyRequests) GetPayload ¶
func (o *GetPaymentConsentV3TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3TooManyRequests) IsClientError ¶
func (o *GetPaymentConsentV3TooManyRequests) IsClientError() bool
IsClientError returns true when this get payment consent v3 too many requests response has a 4xx status code
func (*GetPaymentConsentV3TooManyRequests) IsCode ¶
func (o *GetPaymentConsentV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this get payment consent v3 too many requests response a status code equal to that given
func (*GetPaymentConsentV3TooManyRequests) IsRedirect ¶
func (o *GetPaymentConsentV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 too many requests response has a 3xx status code
func (*GetPaymentConsentV3TooManyRequests) IsServerError ¶
func (o *GetPaymentConsentV3TooManyRequests) IsServerError() bool
IsServerError returns true when this get payment consent v3 too many requests response has a 5xx status code
func (*GetPaymentConsentV3TooManyRequests) IsSuccess ¶
func (o *GetPaymentConsentV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 too many requests response has a 2xx status code
func (*GetPaymentConsentV3TooManyRequests) String ¶
func (o *GetPaymentConsentV3TooManyRequests) String() string
type GetPaymentConsentV3Unauthorized ¶
type GetPaymentConsentV3Unauthorized struct {
}GetPaymentConsentV3Unauthorized describes a response with status code 401, with default header values.
Error
func NewGetPaymentConsentV3Unauthorized ¶
func NewGetPaymentConsentV3Unauthorized() *GetPaymentConsentV3Unauthorized
NewGetPaymentConsentV3Unauthorized creates a GetPaymentConsentV3Unauthorized with default headers values
func (*GetPaymentConsentV3Unauthorized) Code ¶
func (o *GetPaymentConsentV3Unauthorized) Code() int
Code gets the status code for the get payment consent v3 unauthorized response
func (*GetPaymentConsentV3Unauthorized) Error ¶
func (o *GetPaymentConsentV3Unauthorized) Error() string
func (*GetPaymentConsentV3Unauthorized) GetPayload ¶
func (o *GetPaymentConsentV3Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3Unauthorized) IsClientError ¶
func (o *GetPaymentConsentV3Unauthorized) IsClientError() bool
IsClientError returns true when this get payment consent v3 unauthorized response has a 4xx status code
func (*GetPaymentConsentV3Unauthorized) IsCode ¶
func (o *GetPaymentConsentV3Unauthorized) IsCode(code int) bool
IsCode returns true when this get payment consent v3 unauthorized response a status code equal to that given
func (*GetPaymentConsentV3Unauthorized) IsRedirect ¶
func (o *GetPaymentConsentV3Unauthorized) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 unauthorized response has a 3xx status code
func (*GetPaymentConsentV3Unauthorized) IsServerError ¶
func (o *GetPaymentConsentV3Unauthorized) IsServerError() bool
IsServerError returns true when this get payment consent v3 unauthorized response has a 5xx status code
func (*GetPaymentConsentV3Unauthorized) IsSuccess ¶
func (o *GetPaymentConsentV3Unauthorized) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 unauthorized response has a 2xx status code
func (*GetPaymentConsentV3Unauthorized) String ¶
func (o *GetPaymentConsentV3Unauthorized) String() string
type GetPaymentConsentV3UnprocessableEntity ¶
type GetPaymentConsentV3UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetPaymentConsentV3UnprocessableEntity ¶
func NewGetPaymentConsentV3UnprocessableEntity() *GetPaymentConsentV3UnprocessableEntity
NewGetPaymentConsentV3UnprocessableEntity creates a GetPaymentConsentV3UnprocessableEntity with default headers values
func (*GetPaymentConsentV3UnprocessableEntity) Code ¶
func (o *GetPaymentConsentV3UnprocessableEntity) Code() int
Code gets the status code for the get payment consent v3 unprocessable entity response
func (*GetPaymentConsentV3UnprocessableEntity) Error ¶
func (o *GetPaymentConsentV3UnprocessableEntity) Error() string
func (*GetPaymentConsentV3UnprocessableEntity) GetPayload ¶
func (o *GetPaymentConsentV3UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3UnprocessableEntity) IsClientError ¶
func (o *GetPaymentConsentV3UnprocessableEntity) IsClientError() bool
IsClientError returns true when this get payment consent v3 unprocessable entity response has a 4xx status code
func (*GetPaymentConsentV3UnprocessableEntity) IsCode ¶
func (o *GetPaymentConsentV3UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get payment consent v3 unprocessable entity response a status code equal to that given
func (*GetPaymentConsentV3UnprocessableEntity) IsRedirect ¶
func (o *GetPaymentConsentV3UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 unprocessable entity response has a 3xx status code
func (*GetPaymentConsentV3UnprocessableEntity) IsServerError ¶
func (o *GetPaymentConsentV3UnprocessableEntity) IsServerError() bool
IsServerError returns true when this get payment consent v3 unprocessable entity response has a 5xx status code
func (*GetPaymentConsentV3UnprocessableEntity) IsSuccess ¶
func (o *GetPaymentConsentV3UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 unprocessable entity response has a 2xx status code
func (*GetPaymentConsentV3UnprocessableEntity) String ¶
func (o *GetPaymentConsentV3UnprocessableEntity) String() string
type GetPaymentConsentV3UnsupportedMediaType ¶
type GetPaymentConsentV3UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV3UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetPaymentConsentV3UnsupportedMediaType ¶
func NewGetPaymentConsentV3UnsupportedMediaType() *GetPaymentConsentV3UnsupportedMediaType
NewGetPaymentConsentV3UnsupportedMediaType creates a GetPaymentConsentV3UnsupportedMediaType with default headers values
func (*GetPaymentConsentV3UnsupportedMediaType) Code ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) Code() int
Code gets the status code for the get payment consent v3 unsupported media type response
func (*GetPaymentConsentV3UnsupportedMediaType) Error ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) Error() string
func (*GetPaymentConsentV3UnsupportedMediaType) GetPayload ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV3UnsupportedMediaType) IsClientError ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get payment consent v3 unsupported media type response has a 4xx status code
func (*GetPaymentConsentV3UnsupportedMediaType) IsCode ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get payment consent v3 unsupported media type response a status code equal to that given
func (*GetPaymentConsentV3UnsupportedMediaType) IsRedirect ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get payment consent v3 unsupported media type response has a 3xx status code
func (*GetPaymentConsentV3UnsupportedMediaType) IsServerError ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get payment consent v3 unsupported media type response has a 5xx status code
func (*GetPaymentConsentV3UnsupportedMediaType) IsSuccess ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get payment consent v3 unsupported media type response has a 2xx status code
func (*GetPaymentConsentV3UnsupportedMediaType) String ¶
func (o *GetPaymentConsentV3UnsupportedMediaType) String() string
type GetPaymentConsentV4BadRequest ¶
type GetPaymentConsentV4BadRequest struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4BadRequest describes a response with status code 400, with default header values.
Error
func NewGetPaymentConsentV4BadRequest ¶
func NewGetPaymentConsentV4BadRequest() *GetPaymentConsentV4BadRequest
NewGetPaymentConsentV4BadRequest creates a GetPaymentConsentV4BadRequest with default headers values
func (*GetPaymentConsentV4BadRequest) Code ¶
func (o *GetPaymentConsentV4BadRequest) Code() int
Code gets the status code for the get payment consent v4 bad request response
func (*GetPaymentConsentV4BadRequest) Error ¶
func (o *GetPaymentConsentV4BadRequest) Error() string
func (*GetPaymentConsentV4BadRequest) GetPayload ¶
func (o *GetPaymentConsentV4BadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4BadRequest) IsClientError ¶
func (o *GetPaymentConsentV4BadRequest) IsClientError() bool
IsClientError returns true when this get payment consent v4 bad request response has a 4xx status code
func (*GetPaymentConsentV4BadRequest) IsCode ¶
func (o *GetPaymentConsentV4BadRequest) IsCode(code int) bool
IsCode returns true when this get payment consent v4 bad request response a status code equal to that given
func (*GetPaymentConsentV4BadRequest) IsRedirect ¶
func (o *GetPaymentConsentV4BadRequest) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 bad request response has a 3xx status code
func (*GetPaymentConsentV4BadRequest) IsServerError ¶
func (o *GetPaymentConsentV4BadRequest) IsServerError() bool
IsServerError returns true when this get payment consent v4 bad request response has a 5xx status code
func (*GetPaymentConsentV4BadRequest) IsSuccess ¶
func (o *GetPaymentConsentV4BadRequest) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 bad request response has a 2xx status code
func (*GetPaymentConsentV4BadRequest) String ¶
func (o *GetPaymentConsentV4BadRequest) String() string
type GetPaymentConsentV4Forbidden ¶
type GetPaymentConsentV4Forbidden struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4Forbidden describes a response with status code 403, with default header values.
Error
func NewGetPaymentConsentV4Forbidden ¶
func NewGetPaymentConsentV4Forbidden() *GetPaymentConsentV4Forbidden
NewGetPaymentConsentV4Forbidden creates a GetPaymentConsentV4Forbidden with default headers values
func (*GetPaymentConsentV4Forbidden) Code ¶
func (o *GetPaymentConsentV4Forbidden) Code() int
Code gets the status code for the get payment consent v4 forbidden response
func (*GetPaymentConsentV4Forbidden) Error ¶
func (o *GetPaymentConsentV4Forbidden) Error() string
func (*GetPaymentConsentV4Forbidden) GetPayload ¶
func (o *GetPaymentConsentV4Forbidden) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4Forbidden) IsClientError ¶
func (o *GetPaymentConsentV4Forbidden) IsClientError() bool
IsClientError returns true when this get payment consent v4 forbidden response has a 4xx status code
func (*GetPaymentConsentV4Forbidden) IsCode ¶
func (o *GetPaymentConsentV4Forbidden) IsCode(code int) bool
IsCode returns true when this get payment consent v4 forbidden response a status code equal to that given
func (*GetPaymentConsentV4Forbidden) IsRedirect ¶
func (o *GetPaymentConsentV4Forbidden) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 forbidden response has a 3xx status code
func (*GetPaymentConsentV4Forbidden) IsServerError ¶
func (o *GetPaymentConsentV4Forbidden) IsServerError() bool
IsServerError returns true when this get payment consent v4 forbidden response has a 5xx status code
func (*GetPaymentConsentV4Forbidden) IsSuccess ¶
func (o *GetPaymentConsentV4Forbidden) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 forbidden response has a 2xx status code
func (*GetPaymentConsentV4Forbidden) String ¶
func (o *GetPaymentConsentV4Forbidden) String() string
type GetPaymentConsentV4InternalServerError ¶
type GetPaymentConsentV4InternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4InternalServerError describes a response with status code 500, with default header values.
Error
func NewGetPaymentConsentV4InternalServerError ¶
func NewGetPaymentConsentV4InternalServerError() *GetPaymentConsentV4InternalServerError
NewGetPaymentConsentV4InternalServerError creates a GetPaymentConsentV4InternalServerError with default headers values
func (*GetPaymentConsentV4InternalServerError) Code ¶
func (o *GetPaymentConsentV4InternalServerError) Code() int
Code gets the status code for the get payment consent v4 internal server error response
func (*GetPaymentConsentV4InternalServerError) Error ¶
func (o *GetPaymentConsentV4InternalServerError) Error() string
func (*GetPaymentConsentV4InternalServerError) GetPayload ¶
func (o *GetPaymentConsentV4InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4InternalServerError) IsClientError ¶
func (o *GetPaymentConsentV4InternalServerError) IsClientError() bool
IsClientError returns true when this get payment consent v4 internal server error response has a 4xx status code
func (*GetPaymentConsentV4InternalServerError) IsCode ¶
func (o *GetPaymentConsentV4InternalServerError) IsCode(code int) bool
IsCode returns true when this get payment consent v4 internal server error response a status code equal to that given
func (*GetPaymentConsentV4InternalServerError) IsRedirect ¶
func (o *GetPaymentConsentV4InternalServerError) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 internal server error response has a 3xx status code
func (*GetPaymentConsentV4InternalServerError) IsServerError ¶
func (o *GetPaymentConsentV4InternalServerError) IsServerError() bool
IsServerError returns true when this get payment consent v4 internal server error response has a 5xx status code
func (*GetPaymentConsentV4InternalServerError) IsSuccess ¶
func (o *GetPaymentConsentV4InternalServerError) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 internal server error response has a 2xx status code
func (*GetPaymentConsentV4InternalServerError) String ¶
func (o *GetPaymentConsentV4InternalServerError) String() string
type GetPaymentConsentV4MethodNotAllowed ¶
type GetPaymentConsentV4MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetPaymentConsentV4MethodNotAllowed ¶
func NewGetPaymentConsentV4MethodNotAllowed() *GetPaymentConsentV4MethodNotAllowed
NewGetPaymentConsentV4MethodNotAllowed creates a GetPaymentConsentV4MethodNotAllowed with default headers values
func (*GetPaymentConsentV4MethodNotAllowed) Code ¶
func (o *GetPaymentConsentV4MethodNotAllowed) Code() int
Code gets the status code for the get payment consent v4 method not allowed response
func (*GetPaymentConsentV4MethodNotAllowed) Error ¶
func (o *GetPaymentConsentV4MethodNotAllowed) Error() string
func (*GetPaymentConsentV4MethodNotAllowed) GetPayload ¶
func (o *GetPaymentConsentV4MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4MethodNotAllowed) IsClientError ¶
func (o *GetPaymentConsentV4MethodNotAllowed) IsClientError() bool
IsClientError returns true when this get payment consent v4 method not allowed response has a 4xx status code
func (*GetPaymentConsentV4MethodNotAllowed) IsCode ¶
func (o *GetPaymentConsentV4MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get payment consent v4 method not allowed response a status code equal to that given
func (*GetPaymentConsentV4MethodNotAllowed) IsRedirect ¶
func (o *GetPaymentConsentV4MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 method not allowed response has a 3xx status code
func (*GetPaymentConsentV4MethodNotAllowed) IsServerError ¶
func (o *GetPaymentConsentV4MethodNotAllowed) IsServerError() bool
IsServerError returns true when this get payment consent v4 method not allowed response has a 5xx status code
func (*GetPaymentConsentV4MethodNotAllowed) IsSuccess ¶
func (o *GetPaymentConsentV4MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 method not allowed response has a 2xx status code
func (*GetPaymentConsentV4MethodNotAllowed) String ¶
func (o *GetPaymentConsentV4MethodNotAllowed) String() string
type GetPaymentConsentV4NotAcceptable ¶
type GetPaymentConsentV4NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4NotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetPaymentConsentV4NotAcceptable ¶
func NewGetPaymentConsentV4NotAcceptable() *GetPaymentConsentV4NotAcceptable
NewGetPaymentConsentV4NotAcceptable creates a GetPaymentConsentV4NotAcceptable with default headers values
func (*GetPaymentConsentV4NotAcceptable) Code ¶
func (o *GetPaymentConsentV4NotAcceptable) Code() int
Code gets the status code for the get payment consent v4 not acceptable response
func (*GetPaymentConsentV4NotAcceptable) Error ¶
func (o *GetPaymentConsentV4NotAcceptable) Error() string
func (*GetPaymentConsentV4NotAcceptable) GetPayload ¶
func (o *GetPaymentConsentV4NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4NotAcceptable) IsClientError ¶
func (o *GetPaymentConsentV4NotAcceptable) IsClientError() bool
IsClientError returns true when this get payment consent v4 not acceptable response has a 4xx status code
func (*GetPaymentConsentV4NotAcceptable) IsCode ¶
func (o *GetPaymentConsentV4NotAcceptable) IsCode(code int) bool
IsCode returns true when this get payment consent v4 not acceptable response a status code equal to that given
func (*GetPaymentConsentV4NotAcceptable) IsRedirect ¶
func (o *GetPaymentConsentV4NotAcceptable) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 not acceptable response has a 3xx status code
func (*GetPaymentConsentV4NotAcceptable) IsServerError ¶
func (o *GetPaymentConsentV4NotAcceptable) IsServerError() bool
IsServerError returns true when this get payment consent v4 not acceptable response has a 5xx status code
func (*GetPaymentConsentV4NotAcceptable) IsSuccess ¶
func (o *GetPaymentConsentV4NotAcceptable) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 not acceptable response has a 2xx status code
func (*GetPaymentConsentV4NotAcceptable) String ¶
func (o *GetPaymentConsentV4NotAcceptable) String() string
type GetPaymentConsentV4OK ¶
type GetPaymentConsentV4OK struct {
Payload *models.BrazilCustomerPaymentConsentResponseV4
}
GetPaymentConsentV4OK describes a response with status code 200, with default header values.
Customer payment consent
func NewGetPaymentConsentV4OK ¶
func NewGetPaymentConsentV4OK() *GetPaymentConsentV4OK
NewGetPaymentConsentV4OK creates a GetPaymentConsentV4OK with default headers values
func (*GetPaymentConsentV4OK) Code ¶
func (o *GetPaymentConsentV4OK) Code() int
Code gets the status code for the get payment consent v4 o k response
func (*GetPaymentConsentV4OK) Error ¶
func (o *GetPaymentConsentV4OK) Error() string
func (*GetPaymentConsentV4OK) GetPayload ¶
func (o *GetPaymentConsentV4OK) GetPayload() *models.BrazilCustomerPaymentConsentResponseV4
func (*GetPaymentConsentV4OK) IsClientError ¶
func (o *GetPaymentConsentV4OK) IsClientError() bool
IsClientError returns true when this get payment consent v4 o k response has a 4xx status code
func (*GetPaymentConsentV4OK) IsCode ¶
func (o *GetPaymentConsentV4OK) IsCode(code int) bool
IsCode returns true when this get payment consent v4 o k response a status code equal to that given
func (*GetPaymentConsentV4OK) IsRedirect ¶
func (o *GetPaymentConsentV4OK) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 o k response has a 3xx status code
func (*GetPaymentConsentV4OK) IsServerError ¶
func (o *GetPaymentConsentV4OK) IsServerError() bool
IsServerError returns true when this get payment consent v4 o k response has a 5xx status code
func (*GetPaymentConsentV4OK) IsSuccess ¶
func (o *GetPaymentConsentV4OK) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 o k response has a 2xx status code
func (*GetPaymentConsentV4OK) String ¶
func (o *GetPaymentConsentV4OK) String() string
type GetPaymentConsentV4Params ¶
type GetPaymentConsentV4Params 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 }
GetPaymentConsentV4Params contains all the parameters to send to the API endpoint
for the get payment consent v4 operation. Typically these are written to a http.Request.
func NewGetPaymentConsentV4Params ¶
func NewGetPaymentConsentV4Params() *GetPaymentConsentV4Params
NewGetPaymentConsentV4Params creates a new GetPaymentConsentV4Params 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 NewGetPaymentConsentV4ParamsWithContext ¶
func NewGetPaymentConsentV4ParamsWithContext(ctx context.Context) *GetPaymentConsentV4Params
NewGetPaymentConsentV4ParamsWithContext creates a new GetPaymentConsentV4Params object with the ability to set a context for a request.
func NewGetPaymentConsentV4ParamsWithHTTPClient ¶
func NewGetPaymentConsentV4ParamsWithHTTPClient(client *http.Client) *GetPaymentConsentV4Params
NewGetPaymentConsentV4ParamsWithHTTPClient creates a new GetPaymentConsentV4Params object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentConsentV4ParamsWithTimeout ¶
func NewGetPaymentConsentV4ParamsWithTimeout(timeout time.Duration) *GetPaymentConsentV4Params
NewGetPaymentConsentV4ParamsWithTimeout creates a new GetPaymentConsentV4Params object with the ability to set a timeout on a request.
func (*GetPaymentConsentV4Params) SetConsentID ¶
func (o *GetPaymentConsentV4Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetContext ¶
func (o *GetPaymentConsentV4Params) SetContext(ctx context.Context)
SetContext adds the context to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetDefaults ¶
func (o *GetPaymentConsentV4Params) SetDefaults()
SetDefaults hydrates default values in the get payment consent v4 params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentV4Params) SetHTTPClient ¶
func (o *GetPaymentConsentV4Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetTimeout ¶
func (o *GetPaymentConsentV4Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetXCustomerUserAgent ¶
func (o *GetPaymentConsentV4Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetXFapiAuthDate ¶
func (o *GetPaymentConsentV4Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentV4Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetXFapiInteractionID ¶
func (o *GetPaymentConsentV4Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get payment consent v4 params
func (*GetPaymentConsentV4Params) SetXJwsSignature ¶
func (o *GetPaymentConsentV4Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithConsentID ¶
func (o *GetPaymentConsentV4Params) WithConsentID(consentID string) *GetPaymentConsentV4Params
WithConsentID adds the consentID to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithContext ¶
func (o *GetPaymentConsentV4Params) WithContext(ctx context.Context) *GetPaymentConsentV4Params
WithContext adds the context to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithDefaults ¶
func (o *GetPaymentConsentV4Params) WithDefaults() *GetPaymentConsentV4Params
WithDefaults hydrates default values in the get payment consent v4 params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentConsentV4Params) WithHTTPClient ¶
func (o *GetPaymentConsentV4Params) WithHTTPClient(client *http.Client) *GetPaymentConsentV4Params
WithHTTPClient adds the HTTPClient to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithTimeout ¶
func (o *GetPaymentConsentV4Params) WithTimeout(timeout time.Duration) *GetPaymentConsentV4Params
WithTimeout adds the timeout to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithXCustomerUserAgent ¶
func (o *GetPaymentConsentV4Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetPaymentConsentV4Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithXFapiAuthDate ¶
func (o *GetPaymentConsentV4Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetPaymentConsentV4Params
WithXFapiAuthDate adds the xFapiAuthDate to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithXFapiCustomerIPAddress ¶
func (o *GetPaymentConsentV4Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetPaymentConsentV4Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithXFapiInteractionID ¶
func (o *GetPaymentConsentV4Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetPaymentConsentV4Params
WithXFapiInteractionID adds the xFapiInteractionID to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WithXJwsSignature ¶
func (o *GetPaymentConsentV4Params) WithXJwsSignature(xJwsSignature *string) *GetPaymentConsentV4Params
WithXJwsSignature adds the xJwsSignature to the get payment consent v4 params
func (*GetPaymentConsentV4Params) WriteToRequest ¶
func (o *GetPaymentConsentV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentConsentV4Reader ¶
type GetPaymentConsentV4Reader struct {
// contains filtered or unexported fields
}
GetPaymentConsentV4Reader is a Reader for the GetPaymentConsentV4 structure.
func (*GetPaymentConsentV4Reader) ReadResponse ¶
func (o *GetPaymentConsentV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentConsentV4TooManyRequests ¶
type GetPaymentConsentV4TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4TooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetPaymentConsentV4TooManyRequests ¶
func NewGetPaymentConsentV4TooManyRequests() *GetPaymentConsentV4TooManyRequests
NewGetPaymentConsentV4TooManyRequests creates a GetPaymentConsentV4TooManyRequests with default headers values
func (*GetPaymentConsentV4TooManyRequests) Code ¶
func (o *GetPaymentConsentV4TooManyRequests) Code() int
Code gets the status code for the get payment consent v4 too many requests response
func (*GetPaymentConsentV4TooManyRequests) Error ¶
func (o *GetPaymentConsentV4TooManyRequests) Error() string
func (*GetPaymentConsentV4TooManyRequests) GetPayload ¶
func (o *GetPaymentConsentV4TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4TooManyRequests) IsClientError ¶
func (o *GetPaymentConsentV4TooManyRequests) IsClientError() bool
IsClientError returns true when this get payment consent v4 too many requests response has a 4xx status code
func (*GetPaymentConsentV4TooManyRequests) IsCode ¶
func (o *GetPaymentConsentV4TooManyRequests) IsCode(code int) bool
IsCode returns true when this get payment consent v4 too many requests response a status code equal to that given
func (*GetPaymentConsentV4TooManyRequests) IsRedirect ¶
func (o *GetPaymentConsentV4TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 too many requests response has a 3xx status code
func (*GetPaymentConsentV4TooManyRequests) IsServerError ¶
func (o *GetPaymentConsentV4TooManyRequests) IsServerError() bool
IsServerError returns true when this get payment consent v4 too many requests response has a 5xx status code
func (*GetPaymentConsentV4TooManyRequests) IsSuccess ¶
func (o *GetPaymentConsentV4TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 too many requests response has a 2xx status code
func (*GetPaymentConsentV4TooManyRequests) String ¶
func (o *GetPaymentConsentV4TooManyRequests) String() string
type GetPaymentConsentV4Unauthorized ¶
type GetPaymentConsentV4Unauthorized struct {
}GetPaymentConsentV4Unauthorized describes a response with status code 401, with default header values.
Error
func NewGetPaymentConsentV4Unauthorized ¶
func NewGetPaymentConsentV4Unauthorized() *GetPaymentConsentV4Unauthorized
NewGetPaymentConsentV4Unauthorized creates a GetPaymentConsentV4Unauthorized with default headers values
func (*GetPaymentConsentV4Unauthorized) Code ¶
func (o *GetPaymentConsentV4Unauthorized) Code() int
Code gets the status code for the get payment consent v4 unauthorized response
func (*GetPaymentConsentV4Unauthorized) Error ¶
func (o *GetPaymentConsentV4Unauthorized) Error() string
func (*GetPaymentConsentV4Unauthorized) GetPayload ¶
func (o *GetPaymentConsentV4Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4Unauthorized) IsClientError ¶
func (o *GetPaymentConsentV4Unauthorized) IsClientError() bool
IsClientError returns true when this get payment consent v4 unauthorized response has a 4xx status code
func (*GetPaymentConsentV4Unauthorized) IsCode ¶
func (o *GetPaymentConsentV4Unauthorized) IsCode(code int) bool
IsCode returns true when this get payment consent v4 unauthorized response a status code equal to that given
func (*GetPaymentConsentV4Unauthorized) IsRedirect ¶
func (o *GetPaymentConsentV4Unauthorized) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 unauthorized response has a 3xx status code
func (*GetPaymentConsentV4Unauthorized) IsServerError ¶
func (o *GetPaymentConsentV4Unauthorized) IsServerError() bool
IsServerError returns true when this get payment consent v4 unauthorized response has a 5xx status code
func (*GetPaymentConsentV4Unauthorized) IsSuccess ¶
func (o *GetPaymentConsentV4Unauthorized) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 unauthorized response has a 2xx status code
func (*GetPaymentConsentV4Unauthorized) String ¶
func (o *GetPaymentConsentV4Unauthorized) String() string
type GetPaymentConsentV4UnprocessableEntity ¶
type GetPaymentConsentV4UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetPaymentConsentV4UnprocessableEntity ¶
func NewGetPaymentConsentV4UnprocessableEntity() *GetPaymentConsentV4UnprocessableEntity
NewGetPaymentConsentV4UnprocessableEntity creates a GetPaymentConsentV4UnprocessableEntity with default headers values
func (*GetPaymentConsentV4UnprocessableEntity) Code ¶
func (o *GetPaymentConsentV4UnprocessableEntity) Code() int
Code gets the status code for the get payment consent v4 unprocessable entity response
func (*GetPaymentConsentV4UnprocessableEntity) Error ¶
func (o *GetPaymentConsentV4UnprocessableEntity) Error() string
func (*GetPaymentConsentV4UnprocessableEntity) GetPayload ¶
func (o *GetPaymentConsentV4UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4UnprocessableEntity) IsClientError ¶
func (o *GetPaymentConsentV4UnprocessableEntity) IsClientError() bool
IsClientError returns true when this get payment consent v4 unprocessable entity response has a 4xx status code
func (*GetPaymentConsentV4UnprocessableEntity) IsCode ¶
func (o *GetPaymentConsentV4UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get payment consent v4 unprocessable entity response a status code equal to that given
func (*GetPaymentConsentV4UnprocessableEntity) IsRedirect ¶
func (o *GetPaymentConsentV4UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 unprocessable entity response has a 3xx status code
func (*GetPaymentConsentV4UnprocessableEntity) IsServerError ¶
func (o *GetPaymentConsentV4UnprocessableEntity) IsServerError() bool
IsServerError returns true when this get payment consent v4 unprocessable entity response has a 5xx status code
func (*GetPaymentConsentV4UnprocessableEntity) IsSuccess ¶
func (o *GetPaymentConsentV4UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 unprocessable entity response has a 2xx status code
func (*GetPaymentConsentV4UnprocessableEntity) String ¶
func (o *GetPaymentConsentV4UnprocessableEntity) String() string
type GetPaymentConsentV4UnsupportedMediaType ¶
type GetPaymentConsentV4UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetPaymentConsentV4UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetPaymentConsentV4UnsupportedMediaType ¶
func NewGetPaymentConsentV4UnsupportedMediaType() *GetPaymentConsentV4UnsupportedMediaType
NewGetPaymentConsentV4UnsupportedMediaType creates a GetPaymentConsentV4UnsupportedMediaType with default headers values
func (*GetPaymentConsentV4UnsupportedMediaType) Code ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) Code() int
Code gets the status code for the get payment consent v4 unsupported media type response
func (*GetPaymentConsentV4UnsupportedMediaType) Error ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) Error() string
func (*GetPaymentConsentV4UnsupportedMediaType) GetPayload ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetPaymentConsentV4UnsupportedMediaType) IsClientError ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get payment consent v4 unsupported media type response has a 4xx status code
func (*GetPaymentConsentV4UnsupportedMediaType) IsCode ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get payment consent v4 unsupported media type response a status code equal to that given
func (*GetPaymentConsentV4UnsupportedMediaType) IsRedirect ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get payment consent v4 unsupported media type response has a 3xx status code
func (*GetPaymentConsentV4UnsupportedMediaType) IsServerError ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get payment consent v4 unsupported media type response has a 5xx status code
func (*GetPaymentConsentV4UnsupportedMediaType) IsSuccess ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get payment consent v4 unsupported media type response has a 2xx status code
func (*GetPaymentConsentV4UnsupportedMediaType) String ¶
func (o *GetPaymentConsentV4UnsupportedMediaType) String() string
type GetRecurringPaymentConsentV1BadRequest ¶
type GetRecurringPaymentConsentV1BadRequest struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1BadRequest describes a response with status code 400, with default header values.
Error
func NewGetRecurringPaymentConsentV1BadRequest ¶
func NewGetRecurringPaymentConsentV1BadRequest() *GetRecurringPaymentConsentV1BadRequest
NewGetRecurringPaymentConsentV1BadRequest creates a GetRecurringPaymentConsentV1BadRequest with default headers values
func (*GetRecurringPaymentConsentV1BadRequest) Code ¶
func (o *GetRecurringPaymentConsentV1BadRequest) Code() int
Code gets the status code for the get recurring payment consent v1 bad request response
func (*GetRecurringPaymentConsentV1BadRequest) Error ¶
func (o *GetRecurringPaymentConsentV1BadRequest) Error() string
func (*GetRecurringPaymentConsentV1BadRequest) GetPayload ¶
func (o *GetRecurringPaymentConsentV1BadRequest) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1BadRequest) IsClientError ¶
func (o *GetRecurringPaymentConsentV1BadRequest) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 bad request response has a 4xx status code
func (*GetRecurringPaymentConsentV1BadRequest) IsCode ¶
func (o *GetRecurringPaymentConsentV1BadRequest) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 bad request response a status code equal to that given
func (*GetRecurringPaymentConsentV1BadRequest) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1BadRequest) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 bad request response has a 3xx status code
func (*GetRecurringPaymentConsentV1BadRequest) IsServerError ¶
func (o *GetRecurringPaymentConsentV1BadRequest) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 bad request response has a 5xx status code
func (*GetRecurringPaymentConsentV1BadRequest) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1BadRequest) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 bad request response has a 2xx status code
func (*GetRecurringPaymentConsentV1BadRequest) String ¶
func (o *GetRecurringPaymentConsentV1BadRequest) String() string
type GetRecurringPaymentConsentV1Forbidden ¶
type GetRecurringPaymentConsentV1Forbidden struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1Forbidden describes a response with status code 403, with default header values.
Error
func NewGetRecurringPaymentConsentV1Forbidden ¶
func NewGetRecurringPaymentConsentV1Forbidden() *GetRecurringPaymentConsentV1Forbidden
NewGetRecurringPaymentConsentV1Forbidden creates a GetRecurringPaymentConsentV1Forbidden with default headers values
func (*GetRecurringPaymentConsentV1Forbidden) Code ¶
func (o *GetRecurringPaymentConsentV1Forbidden) Code() int
Code gets the status code for the get recurring payment consent v1 forbidden response
func (*GetRecurringPaymentConsentV1Forbidden) Error ¶
func (o *GetRecurringPaymentConsentV1Forbidden) Error() string
func (*GetRecurringPaymentConsentV1Forbidden) GetPayload ¶
func (o *GetRecurringPaymentConsentV1Forbidden) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1Forbidden) IsClientError ¶
func (o *GetRecurringPaymentConsentV1Forbidden) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 forbidden response has a 4xx status code
func (*GetRecurringPaymentConsentV1Forbidden) IsCode ¶
func (o *GetRecurringPaymentConsentV1Forbidden) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 forbidden response a status code equal to that given
func (*GetRecurringPaymentConsentV1Forbidden) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1Forbidden) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 forbidden response has a 3xx status code
func (*GetRecurringPaymentConsentV1Forbidden) IsServerError ¶
func (o *GetRecurringPaymentConsentV1Forbidden) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 forbidden response has a 5xx status code
func (*GetRecurringPaymentConsentV1Forbidden) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1Forbidden) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 forbidden response has a 2xx status code
func (*GetRecurringPaymentConsentV1Forbidden) String ¶
func (o *GetRecurringPaymentConsentV1Forbidden) String() string
type GetRecurringPaymentConsentV1InternalServerError ¶
type GetRecurringPaymentConsentV1InternalServerError struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1InternalServerError describes a response with status code 500, with default header values.
Error
func NewGetRecurringPaymentConsentV1InternalServerError ¶
func NewGetRecurringPaymentConsentV1InternalServerError() *GetRecurringPaymentConsentV1InternalServerError
NewGetRecurringPaymentConsentV1InternalServerError creates a GetRecurringPaymentConsentV1InternalServerError with default headers values
func (*GetRecurringPaymentConsentV1InternalServerError) Code ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) Code() int
Code gets the status code for the get recurring payment consent v1 internal server error response
func (*GetRecurringPaymentConsentV1InternalServerError) Error ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) Error() string
func (*GetRecurringPaymentConsentV1InternalServerError) GetPayload ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1InternalServerError) IsClientError ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 internal server error response has a 4xx status code
func (*GetRecurringPaymentConsentV1InternalServerError) IsCode ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 internal server error response a status code equal to that given
func (*GetRecurringPaymentConsentV1InternalServerError) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 internal server error response has a 3xx status code
func (*GetRecurringPaymentConsentV1InternalServerError) IsServerError ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 internal server error response has a 5xx status code
func (*GetRecurringPaymentConsentV1InternalServerError) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 internal server error response has a 2xx status code
func (*GetRecurringPaymentConsentV1InternalServerError) String ¶
func (o *GetRecurringPaymentConsentV1InternalServerError) String() string
type GetRecurringPaymentConsentV1MethodNotAllowed ¶
type GetRecurringPaymentConsentV1MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewGetRecurringPaymentConsentV1MethodNotAllowed ¶
func NewGetRecurringPaymentConsentV1MethodNotAllowed() *GetRecurringPaymentConsentV1MethodNotAllowed
NewGetRecurringPaymentConsentV1MethodNotAllowed creates a GetRecurringPaymentConsentV1MethodNotAllowed with default headers values
func (*GetRecurringPaymentConsentV1MethodNotAllowed) Code ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) Code() int
Code gets the status code for the get recurring payment consent v1 method not allowed response
func (*GetRecurringPaymentConsentV1MethodNotAllowed) Error ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) Error() string
func (*GetRecurringPaymentConsentV1MethodNotAllowed) GetPayload ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1MethodNotAllowed) IsClientError ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 method not allowed response has a 4xx status code
func (*GetRecurringPaymentConsentV1MethodNotAllowed) IsCode ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 method not allowed response a status code equal to that given
func (*GetRecurringPaymentConsentV1MethodNotAllowed) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 method not allowed response has a 3xx status code
func (*GetRecurringPaymentConsentV1MethodNotAllowed) IsServerError ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 method not allowed response has a 5xx status code
func (*GetRecurringPaymentConsentV1MethodNotAllowed) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 method not allowed response has a 2xx status code
func (*GetRecurringPaymentConsentV1MethodNotAllowed) String ¶
func (o *GetRecurringPaymentConsentV1MethodNotAllowed) String() string
type GetRecurringPaymentConsentV1NotAcceptable ¶
type GetRecurringPaymentConsentV1NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1NotAcceptable describes a response with status code 406, with default header values.
Error
func NewGetRecurringPaymentConsentV1NotAcceptable ¶
func NewGetRecurringPaymentConsentV1NotAcceptable() *GetRecurringPaymentConsentV1NotAcceptable
NewGetRecurringPaymentConsentV1NotAcceptable creates a GetRecurringPaymentConsentV1NotAcceptable with default headers values
func (*GetRecurringPaymentConsentV1NotAcceptable) Code ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) Code() int
Code gets the status code for the get recurring payment consent v1 not acceptable response
func (*GetRecurringPaymentConsentV1NotAcceptable) Error ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) Error() string
func (*GetRecurringPaymentConsentV1NotAcceptable) GetPayload ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1NotAcceptable) IsClientError ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 not acceptable response has a 4xx status code
func (*GetRecurringPaymentConsentV1NotAcceptable) IsCode ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 not acceptable response a status code equal to that given
func (*GetRecurringPaymentConsentV1NotAcceptable) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 not acceptable response has a 3xx status code
func (*GetRecurringPaymentConsentV1NotAcceptable) IsServerError ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 not acceptable response has a 5xx status code
func (*GetRecurringPaymentConsentV1NotAcceptable) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 not acceptable response has a 2xx status code
func (*GetRecurringPaymentConsentV1NotAcceptable) String ¶
func (o *GetRecurringPaymentConsentV1NotAcceptable) String() string
type GetRecurringPaymentConsentV1OK ¶
type GetRecurringPaymentConsentV1OK struct {
Payload *models.BrazilCustomerRecurringPaymentConsentResponseV1
}
GetRecurringPaymentConsentV1OK describes a response with status code 200, with default header values.
Customer recurring payment consent
func NewGetRecurringPaymentConsentV1OK ¶
func NewGetRecurringPaymentConsentV1OK() *GetRecurringPaymentConsentV1OK
NewGetRecurringPaymentConsentV1OK creates a GetRecurringPaymentConsentV1OK with default headers values
func (*GetRecurringPaymentConsentV1OK) Code ¶
func (o *GetRecurringPaymentConsentV1OK) Code() int
Code gets the status code for the get recurring payment consent v1 o k response
func (*GetRecurringPaymentConsentV1OK) Error ¶
func (o *GetRecurringPaymentConsentV1OK) Error() string
func (*GetRecurringPaymentConsentV1OK) GetPayload ¶
func (o *GetRecurringPaymentConsentV1OK) GetPayload() *models.BrazilCustomerRecurringPaymentConsentResponseV1
func (*GetRecurringPaymentConsentV1OK) IsClientError ¶
func (o *GetRecurringPaymentConsentV1OK) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 o k response has a 4xx status code
func (*GetRecurringPaymentConsentV1OK) IsCode ¶
func (o *GetRecurringPaymentConsentV1OK) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 o k response a status code equal to that given
func (*GetRecurringPaymentConsentV1OK) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1OK) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 o k response has a 3xx status code
func (*GetRecurringPaymentConsentV1OK) IsServerError ¶
func (o *GetRecurringPaymentConsentV1OK) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 o k response has a 5xx status code
func (*GetRecurringPaymentConsentV1OK) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1OK) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 o k response has a 2xx status code
func (*GetRecurringPaymentConsentV1OK) String ¶
func (o *GetRecurringPaymentConsentV1OK) String() string
type GetRecurringPaymentConsentV1Params ¶
type GetRecurringPaymentConsentV1Params 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 }
GetRecurringPaymentConsentV1Params contains all the parameters to send to the API endpoint
for the get recurring payment consent v1 operation. Typically these are written to a http.Request.
func NewGetRecurringPaymentConsentV1Params ¶
func NewGetRecurringPaymentConsentV1Params() *GetRecurringPaymentConsentV1Params
NewGetRecurringPaymentConsentV1Params creates a new GetRecurringPaymentConsentV1Params 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 NewGetRecurringPaymentConsentV1ParamsWithContext ¶
func NewGetRecurringPaymentConsentV1ParamsWithContext(ctx context.Context) *GetRecurringPaymentConsentV1Params
NewGetRecurringPaymentConsentV1ParamsWithContext creates a new GetRecurringPaymentConsentV1Params object with the ability to set a context for a request.
func NewGetRecurringPaymentConsentV1ParamsWithHTTPClient ¶
func NewGetRecurringPaymentConsentV1ParamsWithHTTPClient(client *http.Client) *GetRecurringPaymentConsentV1Params
NewGetRecurringPaymentConsentV1ParamsWithHTTPClient creates a new GetRecurringPaymentConsentV1Params object with the ability to set a custom HTTPClient for a request.
func NewGetRecurringPaymentConsentV1ParamsWithTimeout ¶
func NewGetRecurringPaymentConsentV1ParamsWithTimeout(timeout time.Duration) *GetRecurringPaymentConsentV1Params
NewGetRecurringPaymentConsentV1ParamsWithTimeout creates a new GetRecurringPaymentConsentV1Params object with the ability to set a timeout on a request.
func (*GetRecurringPaymentConsentV1Params) SetConsentID ¶
func (o *GetRecurringPaymentConsentV1Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetContext ¶
func (o *GetRecurringPaymentConsentV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetDefaults ¶
func (o *GetRecurringPaymentConsentV1Params) SetDefaults()
SetDefaults hydrates default values in the get recurring payment consent v1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetRecurringPaymentConsentV1Params) SetHTTPClient ¶
func (o *GetRecurringPaymentConsentV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetTimeout ¶
func (o *GetRecurringPaymentConsentV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetXCustomerUserAgent ¶
func (o *GetRecurringPaymentConsentV1Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetXFapiAuthDate ¶
func (o *GetRecurringPaymentConsentV1Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress ¶
func (o *GetRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetXFapiInteractionID ¶
func (o *GetRecurringPaymentConsentV1Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) SetXJwsSignature ¶
func (o *GetRecurringPaymentConsentV1Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithConsentID ¶
func (o *GetRecurringPaymentConsentV1Params) WithConsentID(consentID string) *GetRecurringPaymentConsentV1Params
WithConsentID adds the consentID to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithContext ¶
func (o *GetRecurringPaymentConsentV1Params) WithContext(ctx context.Context) *GetRecurringPaymentConsentV1Params
WithContext adds the context to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithDefaults ¶
func (o *GetRecurringPaymentConsentV1Params) WithDefaults() *GetRecurringPaymentConsentV1Params
WithDefaults hydrates default values in the get recurring payment consent v1 params (not the query body).
All values with no default are reset to their zero value.
func (*GetRecurringPaymentConsentV1Params) WithHTTPClient ¶
func (o *GetRecurringPaymentConsentV1Params) WithHTTPClient(client *http.Client) *GetRecurringPaymentConsentV1Params
WithHTTPClient adds the HTTPClient to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithTimeout ¶
func (o *GetRecurringPaymentConsentV1Params) WithTimeout(timeout time.Duration) *GetRecurringPaymentConsentV1Params
WithTimeout adds the timeout to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithXCustomerUserAgent ¶
func (o *GetRecurringPaymentConsentV1Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *GetRecurringPaymentConsentV1Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithXFapiAuthDate ¶
func (o *GetRecurringPaymentConsentV1Params) WithXFapiAuthDate(xFapiAuthDate *string) *GetRecurringPaymentConsentV1Params
WithXFapiAuthDate adds the xFapiAuthDate to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress ¶
func (o *GetRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *GetRecurringPaymentConsentV1Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithXFapiInteractionID ¶
func (o *GetRecurringPaymentConsentV1Params) WithXFapiInteractionID(xFapiInteractionID *string) *GetRecurringPaymentConsentV1Params
WithXFapiInteractionID adds the xFapiInteractionID to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WithXJwsSignature ¶
func (o *GetRecurringPaymentConsentV1Params) WithXJwsSignature(xJwsSignature *string) *GetRecurringPaymentConsentV1Params
WithXJwsSignature adds the xJwsSignature to the get recurring payment consent v1 params
func (*GetRecurringPaymentConsentV1Params) WriteToRequest ¶
func (o *GetRecurringPaymentConsentV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRecurringPaymentConsentV1Reader ¶
type GetRecurringPaymentConsentV1Reader struct {
// contains filtered or unexported fields
}
GetRecurringPaymentConsentV1Reader is a Reader for the GetRecurringPaymentConsentV1 structure.
func (*GetRecurringPaymentConsentV1Reader) ReadResponse ¶
func (o *GetRecurringPaymentConsentV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRecurringPaymentConsentV1TooManyRequests ¶
type GetRecurringPaymentConsentV1TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1TooManyRequests describes a response with status code 429, with default header values.
Error
func NewGetRecurringPaymentConsentV1TooManyRequests ¶
func NewGetRecurringPaymentConsentV1TooManyRequests() *GetRecurringPaymentConsentV1TooManyRequests
NewGetRecurringPaymentConsentV1TooManyRequests creates a GetRecurringPaymentConsentV1TooManyRequests with default headers values
func (*GetRecurringPaymentConsentV1TooManyRequests) Code ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) Code() int
Code gets the status code for the get recurring payment consent v1 too many requests response
func (*GetRecurringPaymentConsentV1TooManyRequests) Error ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) Error() string
func (*GetRecurringPaymentConsentV1TooManyRequests) GetPayload ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1TooManyRequests) IsClientError ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 too many requests response has a 4xx status code
func (*GetRecurringPaymentConsentV1TooManyRequests) IsCode ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 too many requests response a status code equal to that given
func (*GetRecurringPaymentConsentV1TooManyRequests) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 too many requests response has a 3xx status code
func (*GetRecurringPaymentConsentV1TooManyRequests) IsServerError ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 too many requests response has a 5xx status code
func (*GetRecurringPaymentConsentV1TooManyRequests) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 too many requests response has a 2xx status code
func (*GetRecurringPaymentConsentV1TooManyRequests) String ¶
func (o *GetRecurringPaymentConsentV1TooManyRequests) String() string
type GetRecurringPaymentConsentV1Unauthorized ¶
type GetRecurringPaymentConsentV1Unauthorized struct {
}GetRecurringPaymentConsentV1Unauthorized describes a response with status code 401, with default header values.
Error
func NewGetRecurringPaymentConsentV1Unauthorized ¶
func NewGetRecurringPaymentConsentV1Unauthorized() *GetRecurringPaymentConsentV1Unauthorized
NewGetRecurringPaymentConsentV1Unauthorized creates a GetRecurringPaymentConsentV1Unauthorized with default headers values
func (*GetRecurringPaymentConsentV1Unauthorized) Code ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) Code() int
Code gets the status code for the get recurring payment consent v1 unauthorized response
func (*GetRecurringPaymentConsentV1Unauthorized) Error ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) Error() string
func (*GetRecurringPaymentConsentV1Unauthorized) GetPayload ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1Unauthorized) IsClientError ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 unauthorized response has a 4xx status code
func (*GetRecurringPaymentConsentV1Unauthorized) IsCode ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 unauthorized response a status code equal to that given
func (*GetRecurringPaymentConsentV1Unauthorized) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 unauthorized response has a 3xx status code
func (*GetRecurringPaymentConsentV1Unauthorized) IsServerError ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 unauthorized response has a 5xx status code
func (*GetRecurringPaymentConsentV1Unauthorized) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 unauthorized response has a 2xx status code
func (*GetRecurringPaymentConsentV1Unauthorized) String ¶
func (o *GetRecurringPaymentConsentV1Unauthorized) String() string
type GetRecurringPaymentConsentV1UnprocessableEntity ¶
type GetRecurringPaymentConsentV1UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewGetRecurringPaymentConsentV1UnprocessableEntity ¶
func NewGetRecurringPaymentConsentV1UnprocessableEntity() *GetRecurringPaymentConsentV1UnprocessableEntity
NewGetRecurringPaymentConsentV1UnprocessableEntity creates a GetRecurringPaymentConsentV1UnprocessableEntity with default headers values
func (*GetRecurringPaymentConsentV1UnprocessableEntity) Code ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) Code() int
Code gets the status code for the get recurring payment consent v1 unprocessable entity response
func (*GetRecurringPaymentConsentV1UnprocessableEntity) Error ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) Error() string
func (*GetRecurringPaymentConsentV1UnprocessableEntity) GetPayload ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1UnprocessableEntity) IsClientError ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 unprocessable entity response has a 4xx status code
func (*GetRecurringPaymentConsentV1UnprocessableEntity) IsCode ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 unprocessable entity response a status code equal to that given
func (*GetRecurringPaymentConsentV1UnprocessableEntity) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 unprocessable entity response has a 3xx status code
func (*GetRecurringPaymentConsentV1UnprocessableEntity) IsServerError ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 unprocessable entity response has a 5xx status code
func (*GetRecurringPaymentConsentV1UnprocessableEntity) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 unprocessable entity response has a 2xx status code
func (*GetRecurringPaymentConsentV1UnprocessableEntity) String ¶
func (o *GetRecurringPaymentConsentV1UnprocessableEntity) String() string
type GetRecurringPaymentConsentV1UnsupportedMediaType ¶
type GetRecurringPaymentConsentV1UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
GetRecurringPaymentConsentV1UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewGetRecurringPaymentConsentV1UnsupportedMediaType ¶
func NewGetRecurringPaymentConsentV1UnsupportedMediaType() *GetRecurringPaymentConsentV1UnsupportedMediaType
NewGetRecurringPaymentConsentV1UnsupportedMediaType creates a GetRecurringPaymentConsentV1UnsupportedMediaType with default headers values
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) Code ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) Code() int
Code gets the status code for the get recurring payment consent v1 unsupported media type response
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) Error ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) Error() string
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) GetPayload ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) IsClientError ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get recurring payment consent v1 unsupported media type response has a 4xx status code
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) IsCode ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get recurring payment consent v1 unsupported media type response a status code equal to that given
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get recurring payment consent v1 unsupported media type response has a 3xx status code
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) IsServerError ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get recurring payment consent v1 unsupported media type response has a 5xx status code
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get recurring payment consent v1 unsupported media type response has a 2xx status code
func (*GetRecurringPaymentConsentV1UnsupportedMediaType) String ¶
func (o *GetRecurringPaymentConsentV1UnsupportedMediaType) String() string
type ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound ¶
type ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound struct {
Payload *models.GenericError
}
ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrAutomaticPaymentsRecurringConsentIntrospectNotFound ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectNotFound() *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound
NewObbrAutomaticPaymentsRecurringConsentIntrospectNotFound creates a ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound with default headers values
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) Code ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) Code() int
Code gets the status code for the obbr automatic payments recurring consent introspect not found response
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) Error ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) Error() string
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) GetPayload ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) GetPayload() *models.GenericError
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsClientError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsClientError() bool
IsClientError returns true when this obbr automatic payments recurring consent introspect not found response has a 4xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsCode ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsCode(code int) bool
IsCode returns true when this obbr automatic payments recurring consent introspect not found response a status code equal to that given
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsRedirect ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsRedirect() bool
IsRedirect returns true when this obbr automatic payments recurring consent introspect not found response has a 3xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsServerError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsServerError() bool
IsServerError returns true when this obbr automatic payments recurring consent introspect not found response has a 5xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsSuccess ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) IsSuccess() bool
IsSuccess returns true when this obbr automatic payments recurring consent introspect not found response has a 2xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) String ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectNotFound) String() string
type ObbrAutomaticPaymentsRecurringConsentIntrospectOK ¶
type ObbrAutomaticPaymentsRecurringConsentIntrospectOK struct {
Payload *models.IntrospectOBBRAutomaticPaymentsRecurringConsentResponse
}
ObbrAutomaticPaymentsRecurringConsentIntrospectOK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Data Access Consent Response
func NewObbrAutomaticPaymentsRecurringConsentIntrospectOK ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectOK() *ObbrAutomaticPaymentsRecurringConsentIntrospectOK
NewObbrAutomaticPaymentsRecurringConsentIntrospectOK creates a ObbrAutomaticPaymentsRecurringConsentIntrospectOK with default headers values
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) Code ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) Code() int
Code gets the status code for the obbr automatic payments recurring consent introspect o k response
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) Error ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) Error() string
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) GetPayload ¶
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsClientError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsClientError() bool
IsClientError returns true when this obbr automatic payments recurring consent introspect o k response has a 4xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsCode ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsCode(code int) bool
IsCode returns true when this obbr automatic payments recurring consent introspect o k response a status code equal to that given
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsRedirect ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsRedirect() bool
IsRedirect returns true when this obbr automatic payments recurring consent introspect o k response has a 3xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsServerError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsServerError() bool
IsServerError returns true when this obbr automatic payments recurring consent introspect o k response has a 5xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsSuccess ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) IsSuccess() bool
IsSuccess returns true when this obbr automatic payments recurring consent introspect o k response has a 2xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectOK) String ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectOK) String() string
type ObbrAutomaticPaymentsRecurringConsentIntrospectParams ¶
type ObbrAutomaticPaymentsRecurringConsentIntrospectParams struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrAutomaticPaymentsRecurringConsentIntrospectParams contains all the parameters to send to the API endpoint
for the obbr automatic payments recurring consent introspect operation. Typically these are written to a http.Request.
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParams ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParams() *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
NewObbrAutomaticPaymentsRecurringConsentIntrospectParams creates a new ObbrAutomaticPaymentsRecurringConsentIntrospectParams 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 NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithContext ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithContext(ctx context.Context) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithContext creates a new ObbrAutomaticPaymentsRecurringConsentIntrospectParams object with the ability to set a context for a request.
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithHTTPClient ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithHTTPClient creates a new ObbrAutomaticPaymentsRecurringConsentIntrospectParams object with the ability to set a custom HTTPClient for a request.
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithTimeout ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
NewObbrAutomaticPaymentsRecurringConsentIntrospectParamsWithTimeout creates a new ObbrAutomaticPaymentsRecurringConsentIntrospectParams object with the ability to set a timeout on a request.
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetContext ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetContext(ctx context.Context)
SetContext adds the context to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetDefaults ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetDefaults()
SetDefaults hydrates default values in the obbr automatic payments recurring consent introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetHTTPClient ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetTimeout ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetToken ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) SetToken(token *string)
SetToken adds the token to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithContext ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithContext(ctx context.Context) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
WithContext adds the context to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithDefaults ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithDefaults() *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
WithDefaults hydrates default values in the obbr automatic payments recurring consent introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithHTTPClient ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithHTTPClient(client *http.Client) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
WithHTTPClient adds the HTTPClient to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithTimeout ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithTimeout(timeout time.Duration) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
WithTimeout adds the timeout to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithToken ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WithToken(token *string) *ObbrAutomaticPaymentsRecurringConsentIntrospectParams
WithToken adds the token to the obbr automatic payments recurring consent introspect params
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WriteToRequest ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrAutomaticPaymentsRecurringConsentIntrospectReader ¶
type ObbrAutomaticPaymentsRecurringConsentIntrospectReader struct {
// contains filtered or unexported fields
}
ObbrAutomaticPaymentsRecurringConsentIntrospectReader is a Reader for the ObbrAutomaticPaymentsRecurringConsentIntrospect structure.
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectReader) ReadResponse ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests ¶
type ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests struct {
Payload *models.GenericError
}
ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests() *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests
NewObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests creates a ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests with default headers values
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) Code ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) Code() int
Code gets the status code for the obbr automatic payments recurring consent introspect too many requests response
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) Error ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) Error() string
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) GetPayload ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) GetPayload() *models.GenericError
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsClientError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsClientError() bool
IsClientError returns true when this obbr automatic payments recurring consent introspect too many requests response has a 4xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsCode ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr automatic payments recurring consent introspect too many requests response a status code equal to that given
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsRedirect ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr automatic payments recurring consent introspect too many requests response has a 3xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsServerError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsServerError() bool
IsServerError returns true when this obbr automatic payments recurring consent introspect too many requests response has a 5xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsSuccess ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr automatic payments recurring consent introspect too many requests response has a 2xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) String ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectTooManyRequests) String() string
type ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized ¶
type ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized struct {
}ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized ¶
func NewObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized() *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized
NewObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized creates a ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized with default headers values
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) Code ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) Code() int
Code gets the status code for the obbr automatic payments recurring consent introspect unauthorized response
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) Error ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) Error() string
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) GetPayload ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) GetPayload() *models.GenericError
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsClientError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsClientError() bool
IsClientError returns true when this obbr automatic payments recurring consent introspect unauthorized response has a 4xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsCode ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsCode(code int) bool
IsCode returns true when this obbr automatic payments recurring consent introspect unauthorized response a status code equal to that given
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsRedirect ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsRedirect() bool
IsRedirect returns true when this obbr automatic payments recurring consent introspect unauthorized response has a 3xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsServerError ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsServerError() bool
IsServerError returns true when this obbr automatic payments recurring consent introspect unauthorized response has a 5xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsSuccess ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) IsSuccess() bool
IsSuccess returns true when this obbr automatic payments recurring consent introspect unauthorized response has a 2xx status code
func (*ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) String ¶
func (o *ObbrAutomaticPaymentsRecurringConsentIntrospectUnauthorized) String() string
type ObbrDataAccessConsentIntrospectNotFound ¶
type ObbrDataAccessConsentIntrospectNotFound struct {
Payload *models.GenericError
}
ObbrDataAccessConsentIntrospectNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrDataAccessConsentIntrospectNotFound ¶
func NewObbrDataAccessConsentIntrospectNotFound() *ObbrDataAccessConsentIntrospectNotFound
NewObbrDataAccessConsentIntrospectNotFound creates a ObbrDataAccessConsentIntrospectNotFound with default headers values
func (*ObbrDataAccessConsentIntrospectNotFound) Code ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) Code() int
Code gets the status code for the obbr data access consent introspect not found response
func (*ObbrDataAccessConsentIntrospectNotFound) Error ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) Error() string
func (*ObbrDataAccessConsentIntrospectNotFound) GetPayload ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) GetPayload() *models.GenericError
func (*ObbrDataAccessConsentIntrospectNotFound) IsClientError ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) IsClientError() bool
IsClientError returns true when this obbr data access consent introspect not found response has a 4xx status code
func (*ObbrDataAccessConsentIntrospectNotFound) IsCode ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) IsCode(code int) bool
IsCode returns true when this obbr data access consent introspect not found response a status code equal to that given
func (*ObbrDataAccessConsentIntrospectNotFound) IsRedirect ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) IsRedirect() bool
IsRedirect returns true when this obbr data access consent introspect not found response has a 3xx status code
func (*ObbrDataAccessConsentIntrospectNotFound) IsServerError ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) IsServerError() bool
IsServerError returns true when this obbr data access consent introspect not found response has a 5xx status code
func (*ObbrDataAccessConsentIntrospectNotFound) IsSuccess ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) IsSuccess() bool
IsSuccess returns true when this obbr data access consent introspect not found response has a 2xx status code
func (*ObbrDataAccessConsentIntrospectNotFound) String ¶
func (o *ObbrDataAccessConsentIntrospectNotFound) String() string
type ObbrDataAccessConsentIntrospectOK ¶
type ObbrDataAccessConsentIntrospectOK struct {
Payload *models.IntrospectOBBRDataAccessConsentResponse
}
ObbrDataAccessConsentIntrospectOK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Data Access Consent Response
func NewObbrDataAccessConsentIntrospectOK ¶
func NewObbrDataAccessConsentIntrospectOK() *ObbrDataAccessConsentIntrospectOK
NewObbrDataAccessConsentIntrospectOK creates a ObbrDataAccessConsentIntrospectOK with default headers values
func (*ObbrDataAccessConsentIntrospectOK) Code ¶
func (o *ObbrDataAccessConsentIntrospectOK) Code() int
Code gets the status code for the obbr data access consent introspect o k response
func (*ObbrDataAccessConsentIntrospectOK) Error ¶
func (o *ObbrDataAccessConsentIntrospectOK) Error() string
func (*ObbrDataAccessConsentIntrospectOK) GetPayload ¶
func (o *ObbrDataAccessConsentIntrospectOK) GetPayload() *models.IntrospectOBBRDataAccessConsentResponse
func (*ObbrDataAccessConsentIntrospectOK) IsClientError ¶
func (o *ObbrDataAccessConsentIntrospectOK) IsClientError() bool
IsClientError returns true when this obbr data access consent introspect o k response has a 4xx status code
func (*ObbrDataAccessConsentIntrospectOK) IsCode ¶
func (o *ObbrDataAccessConsentIntrospectOK) IsCode(code int) bool
IsCode returns true when this obbr data access consent introspect o k response a status code equal to that given
func (*ObbrDataAccessConsentIntrospectOK) IsRedirect ¶
func (o *ObbrDataAccessConsentIntrospectOK) IsRedirect() bool
IsRedirect returns true when this obbr data access consent introspect o k response has a 3xx status code
func (*ObbrDataAccessConsentIntrospectOK) IsServerError ¶
func (o *ObbrDataAccessConsentIntrospectOK) IsServerError() bool
IsServerError returns true when this obbr data access consent introspect o k response has a 5xx status code
func (*ObbrDataAccessConsentIntrospectOK) IsSuccess ¶
func (o *ObbrDataAccessConsentIntrospectOK) IsSuccess() bool
IsSuccess returns true when this obbr data access consent introspect o k response has a 2xx status code
func (*ObbrDataAccessConsentIntrospectOK) String ¶
func (o *ObbrDataAccessConsentIntrospectOK) String() string
type ObbrDataAccessConsentIntrospectParams ¶
type ObbrDataAccessConsentIntrospectParams struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrDataAccessConsentIntrospectParams contains all the parameters to send to the API endpoint
for the obbr data access consent introspect operation. Typically these are written to a http.Request.
func NewObbrDataAccessConsentIntrospectParams ¶
func NewObbrDataAccessConsentIntrospectParams() *ObbrDataAccessConsentIntrospectParams
NewObbrDataAccessConsentIntrospectParams creates a new ObbrDataAccessConsentIntrospectParams 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 NewObbrDataAccessConsentIntrospectParamsWithContext ¶
func NewObbrDataAccessConsentIntrospectParamsWithContext(ctx context.Context) *ObbrDataAccessConsentIntrospectParams
NewObbrDataAccessConsentIntrospectParamsWithContext creates a new ObbrDataAccessConsentIntrospectParams object with the ability to set a context for a request.
func NewObbrDataAccessConsentIntrospectParamsWithHTTPClient ¶
func NewObbrDataAccessConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrDataAccessConsentIntrospectParams
NewObbrDataAccessConsentIntrospectParamsWithHTTPClient creates a new ObbrDataAccessConsentIntrospectParams object with the ability to set a custom HTTPClient for a request.
func NewObbrDataAccessConsentIntrospectParamsWithTimeout ¶
func NewObbrDataAccessConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrDataAccessConsentIntrospectParams
NewObbrDataAccessConsentIntrospectParamsWithTimeout creates a new ObbrDataAccessConsentIntrospectParams object with the ability to set a timeout on a request.
func (*ObbrDataAccessConsentIntrospectParams) SetContext ¶
func (o *ObbrDataAccessConsentIntrospectParams) SetContext(ctx context.Context)
SetContext adds the context to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) SetDefaults ¶
func (o *ObbrDataAccessConsentIntrospectParams) SetDefaults()
SetDefaults hydrates default values in the obbr data access consent introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrDataAccessConsentIntrospectParams) SetHTTPClient ¶
func (o *ObbrDataAccessConsentIntrospectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) SetTimeout ¶
func (o *ObbrDataAccessConsentIntrospectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) SetToken ¶
func (o *ObbrDataAccessConsentIntrospectParams) SetToken(token *string)
SetToken adds the token to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) WithContext ¶
func (o *ObbrDataAccessConsentIntrospectParams) WithContext(ctx context.Context) *ObbrDataAccessConsentIntrospectParams
WithContext adds the context to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) WithDefaults ¶
func (o *ObbrDataAccessConsentIntrospectParams) WithDefaults() *ObbrDataAccessConsentIntrospectParams
WithDefaults hydrates default values in the obbr data access consent introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrDataAccessConsentIntrospectParams) WithHTTPClient ¶
func (o *ObbrDataAccessConsentIntrospectParams) WithHTTPClient(client *http.Client) *ObbrDataAccessConsentIntrospectParams
WithHTTPClient adds the HTTPClient to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) WithTimeout ¶
func (o *ObbrDataAccessConsentIntrospectParams) WithTimeout(timeout time.Duration) *ObbrDataAccessConsentIntrospectParams
WithTimeout adds the timeout to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) WithToken ¶
func (o *ObbrDataAccessConsentIntrospectParams) WithToken(token *string) *ObbrDataAccessConsentIntrospectParams
WithToken adds the token to the obbr data access consent introspect params
func (*ObbrDataAccessConsentIntrospectParams) WriteToRequest ¶
func (o *ObbrDataAccessConsentIntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrDataAccessConsentIntrospectReader ¶
type ObbrDataAccessConsentIntrospectReader struct {
// contains filtered or unexported fields
}
ObbrDataAccessConsentIntrospectReader is a Reader for the ObbrDataAccessConsentIntrospect structure.
func (*ObbrDataAccessConsentIntrospectReader) ReadResponse ¶
func (o *ObbrDataAccessConsentIntrospectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrDataAccessConsentIntrospectTooManyRequests ¶
type ObbrDataAccessConsentIntrospectTooManyRequests struct {
Payload *models.GenericError
}
ObbrDataAccessConsentIntrospectTooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrDataAccessConsentIntrospectTooManyRequests ¶
func NewObbrDataAccessConsentIntrospectTooManyRequests() *ObbrDataAccessConsentIntrospectTooManyRequests
NewObbrDataAccessConsentIntrospectTooManyRequests creates a ObbrDataAccessConsentIntrospectTooManyRequests with default headers values
func (*ObbrDataAccessConsentIntrospectTooManyRequests) Code ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) Code() int
Code gets the status code for the obbr data access consent introspect too many requests response
func (*ObbrDataAccessConsentIntrospectTooManyRequests) Error ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) Error() string
func (*ObbrDataAccessConsentIntrospectTooManyRequests) GetPayload ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) GetPayload() *models.GenericError
func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsClientError ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsClientError() bool
IsClientError returns true when this obbr data access consent introspect too many requests response has a 4xx status code
func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsCode ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr data access consent introspect too many requests response a status code equal to that given
func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsRedirect ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr data access consent introspect too many requests response has a 3xx status code
func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsServerError ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsServerError() bool
IsServerError returns true when this obbr data access consent introspect too many requests response has a 5xx status code
func (*ObbrDataAccessConsentIntrospectTooManyRequests) IsSuccess ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr data access consent introspect too many requests response has a 2xx status code
func (*ObbrDataAccessConsentIntrospectTooManyRequests) String ¶
func (o *ObbrDataAccessConsentIntrospectTooManyRequests) String() string
type ObbrDataAccessConsentIntrospectUnauthorized ¶
type ObbrDataAccessConsentIntrospectUnauthorized struct {
}ObbrDataAccessConsentIntrospectUnauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrDataAccessConsentIntrospectUnauthorized ¶
func NewObbrDataAccessConsentIntrospectUnauthorized() *ObbrDataAccessConsentIntrospectUnauthorized
NewObbrDataAccessConsentIntrospectUnauthorized creates a ObbrDataAccessConsentIntrospectUnauthorized with default headers values
func (*ObbrDataAccessConsentIntrospectUnauthorized) Code ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) Code() int
Code gets the status code for the obbr data access consent introspect unauthorized response
func (*ObbrDataAccessConsentIntrospectUnauthorized) Error ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) Error() string
func (*ObbrDataAccessConsentIntrospectUnauthorized) GetPayload ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) GetPayload() *models.GenericError
func (*ObbrDataAccessConsentIntrospectUnauthorized) IsClientError ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsClientError() bool
IsClientError returns true when this obbr data access consent introspect unauthorized response has a 4xx status code
func (*ObbrDataAccessConsentIntrospectUnauthorized) IsCode ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsCode(code int) bool
IsCode returns true when this obbr data access consent introspect unauthorized response a status code equal to that given
func (*ObbrDataAccessConsentIntrospectUnauthorized) IsRedirect ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsRedirect() bool
IsRedirect returns true when this obbr data access consent introspect unauthorized response has a 3xx status code
func (*ObbrDataAccessConsentIntrospectUnauthorized) IsServerError ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsServerError() bool
IsServerError returns true when this obbr data access consent introspect unauthorized response has a 5xx status code
func (*ObbrDataAccessConsentIntrospectUnauthorized) IsSuccess ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) IsSuccess() bool
IsSuccess returns true when this obbr data access consent introspect unauthorized response has a 2xx status code
func (*ObbrDataAccessConsentIntrospectUnauthorized) String ¶
func (o *ObbrDataAccessConsentIntrospectUnauthorized) String() string
type ObbrDataAccessConsentV2IntrospectNotFound ¶
type ObbrDataAccessConsentV2IntrospectNotFound struct {
Payload *models.GenericError
}
ObbrDataAccessConsentV2IntrospectNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrDataAccessConsentV2IntrospectNotFound ¶
func NewObbrDataAccessConsentV2IntrospectNotFound() *ObbrDataAccessConsentV2IntrospectNotFound
NewObbrDataAccessConsentV2IntrospectNotFound creates a ObbrDataAccessConsentV2IntrospectNotFound with default headers values
func (*ObbrDataAccessConsentV2IntrospectNotFound) Code ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) Code() int
Code gets the status code for the obbr data access consent v2 introspect not found response
func (*ObbrDataAccessConsentV2IntrospectNotFound) Error ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) Error() string
func (*ObbrDataAccessConsentV2IntrospectNotFound) GetPayload ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) GetPayload() *models.GenericError
func (*ObbrDataAccessConsentV2IntrospectNotFound) IsClientError ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsClientError() bool
IsClientError returns true when this obbr data access consent v2 introspect not found response has a 4xx status code
func (*ObbrDataAccessConsentV2IntrospectNotFound) IsCode ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsCode(code int) bool
IsCode returns true when this obbr data access consent v2 introspect not found response a status code equal to that given
func (*ObbrDataAccessConsentV2IntrospectNotFound) IsRedirect ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsRedirect() bool
IsRedirect returns true when this obbr data access consent v2 introspect not found response has a 3xx status code
func (*ObbrDataAccessConsentV2IntrospectNotFound) IsServerError ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsServerError() bool
IsServerError returns true when this obbr data access consent v2 introspect not found response has a 5xx status code
func (*ObbrDataAccessConsentV2IntrospectNotFound) IsSuccess ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) IsSuccess() bool
IsSuccess returns true when this obbr data access consent v2 introspect not found response has a 2xx status code
func (*ObbrDataAccessConsentV2IntrospectNotFound) String ¶
func (o *ObbrDataAccessConsentV2IntrospectNotFound) String() string
type ObbrDataAccessConsentV2IntrospectOK ¶
type ObbrDataAccessConsentV2IntrospectOK struct {
Payload *models.IntrospectOBBRDataAccessConsentV2Response
}
ObbrDataAccessConsentV2IntrospectOK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Data Access Consent V2 Response
func NewObbrDataAccessConsentV2IntrospectOK ¶
func NewObbrDataAccessConsentV2IntrospectOK() *ObbrDataAccessConsentV2IntrospectOK
NewObbrDataAccessConsentV2IntrospectOK creates a ObbrDataAccessConsentV2IntrospectOK with default headers values
func (*ObbrDataAccessConsentV2IntrospectOK) Code ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) Code() int
Code gets the status code for the obbr data access consent v2 introspect o k response
func (*ObbrDataAccessConsentV2IntrospectOK) Error ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) Error() string
func (*ObbrDataAccessConsentV2IntrospectOK) GetPayload ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) GetPayload() *models.IntrospectOBBRDataAccessConsentV2Response
func (*ObbrDataAccessConsentV2IntrospectOK) IsClientError ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) IsClientError() bool
IsClientError returns true when this obbr data access consent v2 introspect o k response has a 4xx status code
func (*ObbrDataAccessConsentV2IntrospectOK) IsCode ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) IsCode(code int) bool
IsCode returns true when this obbr data access consent v2 introspect o k response a status code equal to that given
func (*ObbrDataAccessConsentV2IntrospectOK) IsRedirect ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) IsRedirect() bool
IsRedirect returns true when this obbr data access consent v2 introspect o k response has a 3xx status code
func (*ObbrDataAccessConsentV2IntrospectOK) IsServerError ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) IsServerError() bool
IsServerError returns true when this obbr data access consent v2 introspect o k response has a 5xx status code
func (*ObbrDataAccessConsentV2IntrospectOK) IsSuccess ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) IsSuccess() bool
IsSuccess returns true when this obbr data access consent v2 introspect o k response has a 2xx status code
func (*ObbrDataAccessConsentV2IntrospectOK) String ¶
func (o *ObbrDataAccessConsentV2IntrospectOK) String() string
type ObbrDataAccessConsentV2IntrospectParams ¶
type ObbrDataAccessConsentV2IntrospectParams struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrDataAccessConsentV2IntrospectParams contains all the parameters to send to the API endpoint
for the obbr data access consent v2 introspect operation. Typically these are written to a http.Request.
func NewObbrDataAccessConsentV2IntrospectParams ¶
func NewObbrDataAccessConsentV2IntrospectParams() *ObbrDataAccessConsentV2IntrospectParams
NewObbrDataAccessConsentV2IntrospectParams creates a new ObbrDataAccessConsentV2IntrospectParams 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 NewObbrDataAccessConsentV2IntrospectParamsWithContext ¶
func NewObbrDataAccessConsentV2IntrospectParamsWithContext(ctx context.Context) *ObbrDataAccessConsentV2IntrospectParams
NewObbrDataAccessConsentV2IntrospectParamsWithContext creates a new ObbrDataAccessConsentV2IntrospectParams object with the ability to set a context for a request.
func NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient ¶
func NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient(client *http.Client) *ObbrDataAccessConsentV2IntrospectParams
NewObbrDataAccessConsentV2IntrospectParamsWithHTTPClient creates a new ObbrDataAccessConsentV2IntrospectParams object with the ability to set a custom HTTPClient for a request.
func NewObbrDataAccessConsentV2IntrospectParamsWithTimeout ¶
func NewObbrDataAccessConsentV2IntrospectParamsWithTimeout(timeout time.Duration) *ObbrDataAccessConsentV2IntrospectParams
NewObbrDataAccessConsentV2IntrospectParamsWithTimeout creates a new ObbrDataAccessConsentV2IntrospectParams object with the ability to set a timeout on a request.
func (*ObbrDataAccessConsentV2IntrospectParams) SetContext ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) SetContext(ctx context.Context)
SetContext adds the context to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) SetDefaults ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) SetDefaults()
SetDefaults hydrates default values in the obbr data access consent v2 introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrDataAccessConsentV2IntrospectParams) SetHTTPClient ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) SetTimeout ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) SetToken ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) SetToken(token *string)
SetToken adds the token to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) WithContext ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) WithContext(ctx context.Context) *ObbrDataAccessConsentV2IntrospectParams
WithContext adds the context to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) WithDefaults ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) WithDefaults() *ObbrDataAccessConsentV2IntrospectParams
WithDefaults hydrates default values in the obbr data access consent v2 introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrDataAccessConsentV2IntrospectParams) WithHTTPClient ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) WithHTTPClient(client *http.Client) *ObbrDataAccessConsentV2IntrospectParams
WithHTTPClient adds the HTTPClient to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) WithTimeout ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) WithTimeout(timeout time.Duration) *ObbrDataAccessConsentV2IntrospectParams
WithTimeout adds the timeout to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) WithToken ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) WithToken(token *string) *ObbrDataAccessConsentV2IntrospectParams
WithToken adds the token to the obbr data access consent v2 introspect params
func (*ObbrDataAccessConsentV2IntrospectParams) WriteToRequest ¶
func (o *ObbrDataAccessConsentV2IntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrDataAccessConsentV2IntrospectReader ¶
type ObbrDataAccessConsentV2IntrospectReader struct {
// contains filtered or unexported fields
}
ObbrDataAccessConsentV2IntrospectReader is a Reader for the ObbrDataAccessConsentV2Introspect structure.
func (*ObbrDataAccessConsentV2IntrospectReader) ReadResponse ¶
func (o *ObbrDataAccessConsentV2IntrospectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrDataAccessConsentV2IntrospectTooManyRequests ¶
type ObbrDataAccessConsentV2IntrospectTooManyRequests struct {
Payload *models.GenericError
}
ObbrDataAccessConsentV2IntrospectTooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrDataAccessConsentV2IntrospectTooManyRequests ¶
func NewObbrDataAccessConsentV2IntrospectTooManyRequests() *ObbrDataAccessConsentV2IntrospectTooManyRequests
NewObbrDataAccessConsentV2IntrospectTooManyRequests creates a ObbrDataAccessConsentV2IntrospectTooManyRequests with default headers values
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) Code ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) Code() int
Code gets the status code for the obbr data access consent v2 introspect too many requests response
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) Error ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) Error() string
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) GetPayload ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) GetPayload() *models.GenericError
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsClientError ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsClientError() bool
IsClientError returns true when this obbr data access consent v2 introspect too many requests response has a 4xx status code
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsCode ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr data access consent v2 introspect too many requests response a status code equal to that given
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsRedirect ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr data access consent v2 introspect too many requests response has a 3xx status code
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsServerError ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsServerError() bool
IsServerError returns true when this obbr data access consent v2 introspect too many requests response has a 5xx status code
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) IsSuccess ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr data access consent v2 introspect too many requests response has a 2xx status code
func (*ObbrDataAccessConsentV2IntrospectTooManyRequests) String ¶
func (o *ObbrDataAccessConsentV2IntrospectTooManyRequests) String() string
type ObbrDataAccessConsentV2IntrospectUnauthorized ¶
type ObbrDataAccessConsentV2IntrospectUnauthorized struct {
}ObbrDataAccessConsentV2IntrospectUnauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrDataAccessConsentV2IntrospectUnauthorized ¶
func NewObbrDataAccessConsentV2IntrospectUnauthorized() *ObbrDataAccessConsentV2IntrospectUnauthorized
NewObbrDataAccessConsentV2IntrospectUnauthorized creates a ObbrDataAccessConsentV2IntrospectUnauthorized with default headers values
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) Code ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) Code() int
Code gets the status code for the obbr data access consent v2 introspect unauthorized response
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) Error ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) Error() string
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) GetPayload ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) GetPayload() *models.GenericError
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsClientError ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsClientError() bool
IsClientError returns true when this obbr data access consent v2 introspect unauthorized response has a 4xx status code
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsCode ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsCode(code int) bool
IsCode returns true when this obbr data access consent v2 introspect unauthorized response a status code equal to that given
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsRedirect ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsRedirect() bool
IsRedirect returns true when this obbr data access consent v2 introspect unauthorized response has a 3xx status code
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsServerError ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsServerError() bool
IsServerError returns true when this obbr data access consent v2 introspect unauthorized response has a 5xx status code
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) IsSuccess ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) IsSuccess() bool
IsSuccess returns true when this obbr data access consent v2 introspect unauthorized response has a 2xx status code
func (*ObbrDataAccessConsentV2IntrospectUnauthorized) String ¶
func (o *ObbrDataAccessConsentV2IntrospectUnauthorized) String() string
type ObbrPaymentConsentIntrospectNotFound ¶
type ObbrPaymentConsentIntrospectNotFound struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectNotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectNotFound ¶
func NewObbrPaymentConsentIntrospectNotFound() *ObbrPaymentConsentIntrospectNotFound
NewObbrPaymentConsentIntrospectNotFound creates a ObbrPaymentConsentIntrospectNotFound with default headers values
func (*ObbrPaymentConsentIntrospectNotFound) Code ¶
func (o *ObbrPaymentConsentIntrospectNotFound) Code() int
Code gets the status code for the obbr payment consent introspect not found response
func (*ObbrPaymentConsentIntrospectNotFound) Error ¶
func (o *ObbrPaymentConsentIntrospectNotFound) Error() string
func (*ObbrPaymentConsentIntrospectNotFound) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectNotFound) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectNotFound) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectNotFound) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect not found response has a 4xx status code
func (*ObbrPaymentConsentIntrospectNotFound) IsCode ¶
func (o *ObbrPaymentConsentIntrospectNotFound) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect not found response a status code equal to that given
func (*ObbrPaymentConsentIntrospectNotFound) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectNotFound) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect not found response has a 3xx status code
func (*ObbrPaymentConsentIntrospectNotFound) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectNotFound) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect not found response has a 5xx status code
func (*ObbrPaymentConsentIntrospectNotFound) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectNotFound) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect not found response has a 2xx status code
func (*ObbrPaymentConsentIntrospectNotFound) String ¶
func (o *ObbrPaymentConsentIntrospectNotFound) String() string
type ObbrPaymentConsentIntrospectOK ¶
type ObbrPaymentConsentIntrospectOK struct {
Payload *models.IntrospectOBBRPaymentConsentResponse
}
ObbrPaymentConsentIntrospectOK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Payment Consent Response
func NewObbrPaymentConsentIntrospectOK ¶
func NewObbrPaymentConsentIntrospectOK() *ObbrPaymentConsentIntrospectOK
NewObbrPaymentConsentIntrospectOK creates a ObbrPaymentConsentIntrospectOK with default headers values
func (*ObbrPaymentConsentIntrospectOK) Code ¶
func (o *ObbrPaymentConsentIntrospectOK) Code() int
Code gets the status code for the obbr payment consent introspect o k response
func (*ObbrPaymentConsentIntrospectOK) Error ¶
func (o *ObbrPaymentConsentIntrospectOK) Error() string
func (*ObbrPaymentConsentIntrospectOK) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectOK) GetPayload() *models.IntrospectOBBRPaymentConsentResponse
func (*ObbrPaymentConsentIntrospectOK) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectOK) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect o k response has a 4xx status code
func (*ObbrPaymentConsentIntrospectOK) IsCode ¶
func (o *ObbrPaymentConsentIntrospectOK) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect o k response a status code equal to that given
func (*ObbrPaymentConsentIntrospectOK) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectOK) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect o k response has a 3xx status code
func (*ObbrPaymentConsentIntrospectOK) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectOK) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect o k response has a 5xx status code
func (*ObbrPaymentConsentIntrospectOK) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectOK) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect o k response has a 2xx status code
func (*ObbrPaymentConsentIntrospectOK) String ¶
func (o *ObbrPaymentConsentIntrospectOK) String() string
type ObbrPaymentConsentIntrospectParams ¶
type ObbrPaymentConsentIntrospectParams struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrPaymentConsentIntrospectParams contains all the parameters to send to the API endpoint
for the obbr payment consent introspect operation. Typically these are written to a http.Request.
func NewObbrPaymentConsentIntrospectParams ¶
func NewObbrPaymentConsentIntrospectParams() *ObbrPaymentConsentIntrospectParams
NewObbrPaymentConsentIntrospectParams creates a new ObbrPaymentConsentIntrospectParams 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 NewObbrPaymentConsentIntrospectParamsWithContext ¶
func NewObbrPaymentConsentIntrospectParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectParams
NewObbrPaymentConsentIntrospectParamsWithContext creates a new ObbrPaymentConsentIntrospectParams object with the ability to set a context for a request.
func NewObbrPaymentConsentIntrospectParamsWithHTTPClient ¶
func NewObbrPaymentConsentIntrospectParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectParams
NewObbrPaymentConsentIntrospectParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectParams object with the ability to set a custom HTTPClient for a request.
func NewObbrPaymentConsentIntrospectParamsWithTimeout ¶
func NewObbrPaymentConsentIntrospectParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectParams
NewObbrPaymentConsentIntrospectParamsWithTimeout creates a new ObbrPaymentConsentIntrospectParams object with the ability to set a timeout on a request.
func (*ObbrPaymentConsentIntrospectParams) SetContext ¶
func (o *ObbrPaymentConsentIntrospectParams) SetContext(ctx context.Context)
SetContext adds the context to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) SetDefaults ¶
func (o *ObbrPaymentConsentIntrospectParams) SetDefaults()
SetDefaults hydrates default values in the obbr payment consent introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectParams) SetHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) SetTimeout ¶
func (o *ObbrPaymentConsentIntrospectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) SetToken ¶
func (o *ObbrPaymentConsentIntrospectParams) SetToken(token *string)
SetToken adds the token to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) WithContext ¶
func (o *ObbrPaymentConsentIntrospectParams) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectParams
WithContext adds the context to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) WithDefaults ¶
func (o *ObbrPaymentConsentIntrospectParams) WithDefaults() *ObbrPaymentConsentIntrospectParams
WithDefaults hydrates default values in the obbr payment consent introspect params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectParams) WithHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectParams) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectParams
WithHTTPClient adds the HTTPClient to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) WithTimeout ¶
func (o *ObbrPaymentConsentIntrospectParams) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectParams
WithTimeout adds the timeout to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) WithToken ¶
func (o *ObbrPaymentConsentIntrospectParams) WithToken(token *string) *ObbrPaymentConsentIntrospectParams
WithToken adds the token to the obbr payment consent introspect params
func (*ObbrPaymentConsentIntrospectParams) WriteToRequest ¶
func (o *ObbrPaymentConsentIntrospectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrPaymentConsentIntrospectReader ¶
type ObbrPaymentConsentIntrospectReader struct {
// contains filtered or unexported fields
}
ObbrPaymentConsentIntrospectReader is a Reader for the ObbrPaymentConsentIntrospect structure.
func (*ObbrPaymentConsentIntrospectReader) ReadResponse ¶
func (o *ObbrPaymentConsentIntrospectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrPaymentConsentIntrospectTooManyRequests ¶
type ObbrPaymentConsentIntrospectTooManyRequests struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectTooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectTooManyRequests ¶
func NewObbrPaymentConsentIntrospectTooManyRequests() *ObbrPaymentConsentIntrospectTooManyRequests
NewObbrPaymentConsentIntrospectTooManyRequests creates a ObbrPaymentConsentIntrospectTooManyRequests with default headers values
func (*ObbrPaymentConsentIntrospectTooManyRequests) Code ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) Code() int
Code gets the status code for the obbr payment consent introspect too many requests response
func (*ObbrPaymentConsentIntrospectTooManyRequests) Error ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) Error() string
func (*ObbrPaymentConsentIntrospectTooManyRequests) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectTooManyRequests) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect too many requests response has a 4xx status code
func (*ObbrPaymentConsentIntrospectTooManyRequests) IsCode ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect too many requests response a status code equal to that given
func (*ObbrPaymentConsentIntrospectTooManyRequests) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect too many requests response has a 3xx status code
func (*ObbrPaymentConsentIntrospectTooManyRequests) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect too many requests response has a 5xx status code
func (*ObbrPaymentConsentIntrospectTooManyRequests) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect too many requests response has a 2xx status code
func (*ObbrPaymentConsentIntrospectTooManyRequests) String ¶
func (o *ObbrPaymentConsentIntrospectTooManyRequests) String() string
type ObbrPaymentConsentIntrospectUnauthorized ¶
type ObbrPaymentConsentIntrospectUnauthorized struct {
}ObbrPaymentConsentIntrospectUnauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectUnauthorized ¶
func NewObbrPaymentConsentIntrospectUnauthorized() *ObbrPaymentConsentIntrospectUnauthorized
NewObbrPaymentConsentIntrospectUnauthorized creates a ObbrPaymentConsentIntrospectUnauthorized with default headers values
func (*ObbrPaymentConsentIntrospectUnauthorized) Code ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) Code() int
Code gets the status code for the obbr payment consent introspect unauthorized response
func (*ObbrPaymentConsentIntrospectUnauthorized) Error ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) Error() string
func (*ObbrPaymentConsentIntrospectUnauthorized) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectUnauthorized) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect unauthorized response has a 4xx status code
func (*ObbrPaymentConsentIntrospectUnauthorized) IsCode ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect unauthorized response a status code equal to that given
func (*ObbrPaymentConsentIntrospectUnauthorized) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect unauthorized response has a 3xx status code
func (*ObbrPaymentConsentIntrospectUnauthorized) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect unauthorized response has a 5xx status code
func (*ObbrPaymentConsentIntrospectUnauthorized) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect unauthorized response has a 2xx status code
func (*ObbrPaymentConsentIntrospectUnauthorized) String ¶
func (o *ObbrPaymentConsentIntrospectUnauthorized) String() string
type ObbrPaymentConsentIntrospectV2NotFound ¶
type ObbrPaymentConsentIntrospectV2NotFound struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectV2NotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV2NotFound ¶
func NewObbrPaymentConsentIntrospectV2NotFound() *ObbrPaymentConsentIntrospectV2NotFound
NewObbrPaymentConsentIntrospectV2NotFound creates a ObbrPaymentConsentIntrospectV2NotFound with default headers values
func (*ObbrPaymentConsentIntrospectV2NotFound) Code ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) Code() int
Code gets the status code for the obbr payment consent introspect v2 not found response
func (*ObbrPaymentConsentIntrospectV2NotFound) Error ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) Error() string
func (*ObbrPaymentConsentIntrospectV2NotFound) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV2NotFound) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v2 not found response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV2NotFound) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v2 not found response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV2NotFound) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v2 not found response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV2NotFound) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v2 not found response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV2NotFound) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v2 not found response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV2NotFound) String ¶
func (o *ObbrPaymentConsentIntrospectV2NotFound) String() string
type ObbrPaymentConsentIntrospectV2OK ¶
type ObbrPaymentConsentIntrospectV2OK struct {
Payload *models.IntrospectOBBRPaymentConsentResponseV2
}
ObbrPaymentConsentIntrospectV2OK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Payment Consent V2 Response
func NewObbrPaymentConsentIntrospectV2OK ¶
func NewObbrPaymentConsentIntrospectV2OK() *ObbrPaymentConsentIntrospectV2OK
NewObbrPaymentConsentIntrospectV2OK creates a ObbrPaymentConsentIntrospectV2OK with default headers values
func (*ObbrPaymentConsentIntrospectV2OK) Code ¶
func (o *ObbrPaymentConsentIntrospectV2OK) Code() int
Code gets the status code for the obbr payment consent introspect v2 o k response
func (*ObbrPaymentConsentIntrospectV2OK) Error ¶
func (o *ObbrPaymentConsentIntrospectV2OK) Error() string
func (*ObbrPaymentConsentIntrospectV2OK) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV2OK) GetPayload() *models.IntrospectOBBRPaymentConsentResponseV2
func (*ObbrPaymentConsentIntrospectV2OK) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV2OK) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v2 o k response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV2OK) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV2OK) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v2 o k response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV2OK) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV2OK) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v2 o k response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV2OK) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV2OK) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v2 o k response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV2OK) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV2OK) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v2 o k response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV2OK) String ¶
func (o *ObbrPaymentConsentIntrospectV2OK) String() string
type ObbrPaymentConsentIntrospectV2Params ¶
type ObbrPaymentConsentIntrospectV2Params struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrPaymentConsentIntrospectV2Params contains all the parameters to send to the API endpoint
for the obbr payment consent introspect v2 operation. Typically these are written to a http.Request.
func NewObbrPaymentConsentIntrospectV2Params ¶
func NewObbrPaymentConsentIntrospectV2Params() *ObbrPaymentConsentIntrospectV2Params
NewObbrPaymentConsentIntrospectV2Params creates a new ObbrPaymentConsentIntrospectV2Params 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 NewObbrPaymentConsentIntrospectV2ParamsWithContext ¶
func NewObbrPaymentConsentIntrospectV2ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV2Params
NewObbrPaymentConsentIntrospectV2ParamsWithContext creates a new ObbrPaymentConsentIntrospectV2Params object with the ability to set a context for a request.
func NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient ¶
func NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV2Params
NewObbrPaymentConsentIntrospectV2ParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectV2Params object with the ability to set a custom HTTPClient for a request.
func NewObbrPaymentConsentIntrospectV2ParamsWithTimeout ¶
func NewObbrPaymentConsentIntrospectV2ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV2Params
NewObbrPaymentConsentIntrospectV2ParamsWithTimeout creates a new ObbrPaymentConsentIntrospectV2Params object with the ability to set a timeout on a request.
func (*ObbrPaymentConsentIntrospectV2Params) SetContext ¶
func (o *ObbrPaymentConsentIntrospectV2Params) SetContext(ctx context.Context)
SetContext adds the context to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) SetDefaults ¶
func (o *ObbrPaymentConsentIntrospectV2Params) SetDefaults()
SetDefaults hydrates default values in the obbr payment consent introspect v2 params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectV2Params) SetHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectV2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) SetTimeout ¶
func (o *ObbrPaymentConsentIntrospectV2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) SetToken ¶
func (o *ObbrPaymentConsentIntrospectV2Params) SetToken(token *string)
SetToken adds the token to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) WithContext ¶
func (o *ObbrPaymentConsentIntrospectV2Params) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV2Params
WithContext adds the context to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) WithDefaults ¶
func (o *ObbrPaymentConsentIntrospectV2Params) WithDefaults() *ObbrPaymentConsentIntrospectV2Params
WithDefaults hydrates default values in the obbr payment consent introspect v2 params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectV2Params) WithHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectV2Params) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV2Params
WithHTTPClient adds the HTTPClient to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) WithTimeout ¶
func (o *ObbrPaymentConsentIntrospectV2Params) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV2Params
WithTimeout adds the timeout to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) WithToken ¶
func (o *ObbrPaymentConsentIntrospectV2Params) WithToken(token *string) *ObbrPaymentConsentIntrospectV2Params
WithToken adds the token to the obbr payment consent introspect v2 params
func (*ObbrPaymentConsentIntrospectV2Params) WriteToRequest ¶
func (o *ObbrPaymentConsentIntrospectV2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrPaymentConsentIntrospectV2Reader ¶
type ObbrPaymentConsentIntrospectV2Reader struct {
// contains filtered or unexported fields
}
ObbrPaymentConsentIntrospectV2Reader is a Reader for the ObbrPaymentConsentIntrospectV2 structure.
func (*ObbrPaymentConsentIntrospectV2Reader) ReadResponse ¶
func (o *ObbrPaymentConsentIntrospectV2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrPaymentConsentIntrospectV2TooManyRequests ¶
type ObbrPaymentConsentIntrospectV2TooManyRequests struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectV2TooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV2TooManyRequests ¶
func NewObbrPaymentConsentIntrospectV2TooManyRequests() *ObbrPaymentConsentIntrospectV2TooManyRequests
NewObbrPaymentConsentIntrospectV2TooManyRequests creates a ObbrPaymentConsentIntrospectV2TooManyRequests with default headers values
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) Code ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) Code() int
Code gets the status code for the obbr payment consent introspect v2 too many requests response
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) Error ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) Error() string
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v2 too many requests response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v2 too many requests response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v2 too many requests response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v2 too many requests response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v2 too many requests response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV2TooManyRequests) String ¶
func (o *ObbrPaymentConsentIntrospectV2TooManyRequests) String() string
type ObbrPaymentConsentIntrospectV2Unauthorized ¶
type ObbrPaymentConsentIntrospectV2Unauthorized struct {
}ObbrPaymentConsentIntrospectV2Unauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV2Unauthorized ¶
func NewObbrPaymentConsentIntrospectV2Unauthorized() *ObbrPaymentConsentIntrospectV2Unauthorized
NewObbrPaymentConsentIntrospectV2Unauthorized creates a ObbrPaymentConsentIntrospectV2Unauthorized with default headers values
func (*ObbrPaymentConsentIntrospectV2Unauthorized) Code ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) Code() int
Code gets the status code for the obbr payment consent introspect v2 unauthorized response
func (*ObbrPaymentConsentIntrospectV2Unauthorized) Error ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) Error() string
func (*ObbrPaymentConsentIntrospectV2Unauthorized) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v2 unauthorized response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v2 unauthorized response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v2 unauthorized response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v2 unauthorized response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV2Unauthorized) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v2 unauthorized response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV2Unauthorized) String ¶
func (o *ObbrPaymentConsentIntrospectV2Unauthorized) String() string
type ObbrPaymentConsentIntrospectV3NotFound ¶
type ObbrPaymentConsentIntrospectV3NotFound struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectV3NotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV3NotFound ¶
func NewObbrPaymentConsentIntrospectV3NotFound() *ObbrPaymentConsentIntrospectV3NotFound
NewObbrPaymentConsentIntrospectV3NotFound creates a ObbrPaymentConsentIntrospectV3NotFound with default headers values
func (*ObbrPaymentConsentIntrospectV3NotFound) Code ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) Code() int
Code gets the status code for the obbr payment consent introspect v3 not found response
func (*ObbrPaymentConsentIntrospectV3NotFound) Error ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) Error() string
func (*ObbrPaymentConsentIntrospectV3NotFound) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV3NotFound) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v3 not found response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV3NotFound) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v3 not found response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV3NotFound) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v3 not found response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV3NotFound) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v3 not found response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV3NotFound) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v3 not found response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV3NotFound) String ¶
func (o *ObbrPaymentConsentIntrospectV3NotFound) String() string
type ObbrPaymentConsentIntrospectV3OK ¶
type ObbrPaymentConsentIntrospectV3OK struct {
Payload *models.IntrospectOBBRPaymentConsentResponseV3
}
ObbrPaymentConsentIntrospectV3OK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Payment Consent V3 Response
func NewObbrPaymentConsentIntrospectV3OK ¶
func NewObbrPaymentConsentIntrospectV3OK() *ObbrPaymentConsentIntrospectV3OK
NewObbrPaymentConsentIntrospectV3OK creates a ObbrPaymentConsentIntrospectV3OK with default headers values
func (*ObbrPaymentConsentIntrospectV3OK) Code ¶
func (o *ObbrPaymentConsentIntrospectV3OK) Code() int
Code gets the status code for the obbr payment consent introspect v3 o k response
func (*ObbrPaymentConsentIntrospectV3OK) Error ¶
func (o *ObbrPaymentConsentIntrospectV3OK) Error() string
func (*ObbrPaymentConsentIntrospectV3OK) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV3OK) GetPayload() *models.IntrospectOBBRPaymentConsentResponseV3
func (*ObbrPaymentConsentIntrospectV3OK) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV3OK) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v3 o k response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV3OK) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV3OK) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v3 o k response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV3OK) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV3OK) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v3 o k response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV3OK) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV3OK) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v3 o k response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV3OK) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV3OK) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v3 o k response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV3OK) String ¶
func (o *ObbrPaymentConsentIntrospectV3OK) String() string
type ObbrPaymentConsentIntrospectV3Params ¶
type ObbrPaymentConsentIntrospectV3Params struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrPaymentConsentIntrospectV3Params contains all the parameters to send to the API endpoint
for the obbr payment consent introspect v3 operation. Typically these are written to a http.Request.
func NewObbrPaymentConsentIntrospectV3Params ¶
func NewObbrPaymentConsentIntrospectV3Params() *ObbrPaymentConsentIntrospectV3Params
NewObbrPaymentConsentIntrospectV3Params creates a new ObbrPaymentConsentIntrospectV3Params 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 NewObbrPaymentConsentIntrospectV3ParamsWithContext ¶
func NewObbrPaymentConsentIntrospectV3ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV3Params
NewObbrPaymentConsentIntrospectV3ParamsWithContext creates a new ObbrPaymentConsentIntrospectV3Params object with the ability to set a context for a request.
func NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient ¶
func NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV3Params
NewObbrPaymentConsentIntrospectV3ParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectV3Params object with the ability to set a custom HTTPClient for a request.
func NewObbrPaymentConsentIntrospectV3ParamsWithTimeout ¶
func NewObbrPaymentConsentIntrospectV3ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV3Params
NewObbrPaymentConsentIntrospectV3ParamsWithTimeout creates a new ObbrPaymentConsentIntrospectV3Params object with the ability to set a timeout on a request.
func (*ObbrPaymentConsentIntrospectV3Params) SetContext ¶
func (o *ObbrPaymentConsentIntrospectV3Params) SetContext(ctx context.Context)
SetContext adds the context to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) SetDefaults ¶
func (o *ObbrPaymentConsentIntrospectV3Params) SetDefaults()
SetDefaults hydrates default values in the obbr payment consent introspect v3 params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectV3Params) SetHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectV3Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) SetTimeout ¶
func (o *ObbrPaymentConsentIntrospectV3Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) SetToken ¶
func (o *ObbrPaymentConsentIntrospectV3Params) SetToken(token *string)
SetToken adds the token to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) WithContext ¶
func (o *ObbrPaymentConsentIntrospectV3Params) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV3Params
WithContext adds the context to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) WithDefaults ¶
func (o *ObbrPaymentConsentIntrospectV3Params) WithDefaults() *ObbrPaymentConsentIntrospectV3Params
WithDefaults hydrates default values in the obbr payment consent introspect v3 params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectV3Params) WithHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectV3Params) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV3Params
WithHTTPClient adds the HTTPClient to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) WithTimeout ¶
func (o *ObbrPaymentConsentIntrospectV3Params) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV3Params
WithTimeout adds the timeout to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) WithToken ¶
func (o *ObbrPaymentConsentIntrospectV3Params) WithToken(token *string) *ObbrPaymentConsentIntrospectV3Params
WithToken adds the token to the obbr payment consent introspect v3 params
func (*ObbrPaymentConsentIntrospectV3Params) WriteToRequest ¶
func (o *ObbrPaymentConsentIntrospectV3Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrPaymentConsentIntrospectV3Reader ¶
type ObbrPaymentConsentIntrospectV3Reader struct {
// contains filtered or unexported fields
}
ObbrPaymentConsentIntrospectV3Reader is a Reader for the ObbrPaymentConsentIntrospectV3 structure.
func (*ObbrPaymentConsentIntrospectV3Reader) ReadResponse ¶
func (o *ObbrPaymentConsentIntrospectV3Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrPaymentConsentIntrospectV3TooManyRequests ¶
type ObbrPaymentConsentIntrospectV3TooManyRequests struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectV3TooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV3TooManyRequests ¶
func NewObbrPaymentConsentIntrospectV3TooManyRequests() *ObbrPaymentConsentIntrospectV3TooManyRequests
NewObbrPaymentConsentIntrospectV3TooManyRequests creates a ObbrPaymentConsentIntrospectV3TooManyRequests with default headers values
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) Code ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) Code() int
Code gets the status code for the obbr payment consent introspect v3 too many requests response
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) Error ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) Error() string
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v3 too many requests response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v3 too many requests response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v3 too many requests response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v3 too many requests response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v3 too many requests response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV3TooManyRequests) String ¶
func (o *ObbrPaymentConsentIntrospectV3TooManyRequests) String() string
type ObbrPaymentConsentIntrospectV3Unauthorized ¶
type ObbrPaymentConsentIntrospectV3Unauthorized struct {
}ObbrPaymentConsentIntrospectV3Unauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV3Unauthorized ¶
func NewObbrPaymentConsentIntrospectV3Unauthorized() *ObbrPaymentConsentIntrospectV3Unauthorized
NewObbrPaymentConsentIntrospectV3Unauthorized creates a ObbrPaymentConsentIntrospectV3Unauthorized with default headers values
func (*ObbrPaymentConsentIntrospectV3Unauthorized) Code ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) Code() int
Code gets the status code for the obbr payment consent introspect v3 unauthorized response
func (*ObbrPaymentConsentIntrospectV3Unauthorized) Error ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) Error() string
func (*ObbrPaymentConsentIntrospectV3Unauthorized) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v3 unauthorized response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v3 unauthorized response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v3 unauthorized response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v3 unauthorized response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV3Unauthorized) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v3 unauthorized response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV3Unauthorized) String ¶
func (o *ObbrPaymentConsentIntrospectV3Unauthorized) String() string
type ObbrPaymentConsentIntrospectV4NotFound ¶
type ObbrPaymentConsentIntrospectV4NotFound struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectV4NotFound describes a response with status code 404, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV4NotFound ¶
func NewObbrPaymentConsentIntrospectV4NotFound() *ObbrPaymentConsentIntrospectV4NotFound
NewObbrPaymentConsentIntrospectV4NotFound creates a ObbrPaymentConsentIntrospectV4NotFound with default headers values
func (*ObbrPaymentConsentIntrospectV4NotFound) Code ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) Code() int
Code gets the status code for the obbr payment consent introspect v4 not found response
func (*ObbrPaymentConsentIntrospectV4NotFound) Error ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) Error() string
func (*ObbrPaymentConsentIntrospectV4NotFound) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV4NotFound) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v4 not found response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV4NotFound) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v4 not found response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV4NotFound) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v4 not found response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV4NotFound) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v4 not found response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV4NotFound) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v4 not found response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV4NotFound) String ¶
func (o *ObbrPaymentConsentIntrospectV4NotFound) String() string
type ObbrPaymentConsentIntrospectV4OK ¶
type ObbrPaymentConsentIntrospectV4OK struct {
Payload *models.IntrospectOBBRPaymentConsentResponseV4
}
ObbrPaymentConsentIntrospectV4OK describes a response with status code 200, with default header values.
Introspect Openbanking Brazil Payment Consent V4 Response
func NewObbrPaymentConsentIntrospectV4OK ¶
func NewObbrPaymentConsentIntrospectV4OK() *ObbrPaymentConsentIntrospectV4OK
NewObbrPaymentConsentIntrospectV4OK creates a ObbrPaymentConsentIntrospectV4OK with default headers values
func (*ObbrPaymentConsentIntrospectV4OK) Code ¶
func (o *ObbrPaymentConsentIntrospectV4OK) Code() int
Code gets the status code for the obbr payment consent introspect v4 o k response
func (*ObbrPaymentConsentIntrospectV4OK) Error ¶
func (o *ObbrPaymentConsentIntrospectV4OK) Error() string
func (*ObbrPaymentConsentIntrospectV4OK) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV4OK) GetPayload() *models.IntrospectOBBRPaymentConsentResponseV4
func (*ObbrPaymentConsentIntrospectV4OK) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV4OK) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v4 o k response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV4OK) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV4OK) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v4 o k response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV4OK) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV4OK) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v4 o k response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV4OK) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV4OK) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v4 o k response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV4OK) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV4OK) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v4 o k response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV4OK) String ¶
func (o *ObbrPaymentConsentIntrospectV4OK) String() string
type ObbrPaymentConsentIntrospectV4Params ¶
type ObbrPaymentConsentIntrospectV4Params struct { // Token. Token *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ObbrPaymentConsentIntrospectV4Params contains all the parameters to send to the API endpoint
for the obbr payment consent introspect v4 operation. Typically these are written to a http.Request.
func NewObbrPaymentConsentIntrospectV4Params ¶
func NewObbrPaymentConsentIntrospectV4Params() *ObbrPaymentConsentIntrospectV4Params
NewObbrPaymentConsentIntrospectV4Params creates a new ObbrPaymentConsentIntrospectV4Params 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 NewObbrPaymentConsentIntrospectV4ParamsWithContext ¶
func NewObbrPaymentConsentIntrospectV4ParamsWithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV4Params
NewObbrPaymentConsentIntrospectV4ParamsWithContext creates a new ObbrPaymentConsentIntrospectV4Params object with the ability to set a context for a request.
func NewObbrPaymentConsentIntrospectV4ParamsWithHTTPClient ¶
func NewObbrPaymentConsentIntrospectV4ParamsWithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV4Params
NewObbrPaymentConsentIntrospectV4ParamsWithHTTPClient creates a new ObbrPaymentConsentIntrospectV4Params object with the ability to set a custom HTTPClient for a request.
func NewObbrPaymentConsentIntrospectV4ParamsWithTimeout ¶
func NewObbrPaymentConsentIntrospectV4ParamsWithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV4Params
NewObbrPaymentConsentIntrospectV4ParamsWithTimeout creates a new ObbrPaymentConsentIntrospectV4Params object with the ability to set a timeout on a request.
func (*ObbrPaymentConsentIntrospectV4Params) SetContext ¶
func (o *ObbrPaymentConsentIntrospectV4Params) SetContext(ctx context.Context)
SetContext adds the context to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) SetDefaults ¶
func (o *ObbrPaymentConsentIntrospectV4Params) SetDefaults()
SetDefaults hydrates default values in the obbr payment consent introspect v4 params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectV4Params) SetHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectV4Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) SetTimeout ¶
func (o *ObbrPaymentConsentIntrospectV4Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) SetToken ¶
func (o *ObbrPaymentConsentIntrospectV4Params) SetToken(token *string)
SetToken adds the token to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) WithContext ¶
func (o *ObbrPaymentConsentIntrospectV4Params) WithContext(ctx context.Context) *ObbrPaymentConsentIntrospectV4Params
WithContext adds the context to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) WithDefaults ¶
func (o *ObbrPaymentConsentIntrospectV4Params) WithDefaults() *ObbrPaymentConsentIntrospectV4Params
WithDefaults hydrates default values in the obbr payment consent introspect v4 params (not the query body).
All values with no default are reset to their zero value.
func (*ObbrPaymentConsentIntrospectV4Params) WithHTTPClient ¶
func (o *ObbrPaymentConsentIntrospectV4Params) WithHTTPClient(client *http.Client) *ObbrPaymentConsentIntrospectV4Params
WithHTTPClient adds the HTTPClient to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) WithTimeout ¶
func (o *ObbrPaymentConsentIntrospectV4Params) WithTimeout(timeout time.Duration) *ObbrPaymentConsentIntrospectV4Params
WithTimeout adds the timeout to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) WithToken ¶
func (o *ObbrPaymentConsentIntrospectV4Params) WithToken(token *string) *ObbrPaymentConsentIntrospectV4Params
WithToken adds the token to the obbr payment consent introspect v4 params
func (*ObbrPaymentConsentIntrospectV4Params) WriteToRequest ¶
func (o *ObbrPaymentConsentIntrospectV4Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ObbrPaymentConsentIntrospectV4Reader ¶
type ObbrPaymentConsentIntrospectV4Reader struct {
// contains filtered or unexported fields
}
ObbrPaymentConsentIntrospectV4Reader is a Reader for the ObbrPaymentConsentIntrospectV4 structure.
func (*ObbrPaymentConsentIntrospectV4Reader) ReadResponse ¶
func (o *ObbrPaymentConsentIntrospectV4Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ObbrPaymentConsentIntrospectV4TooManyRequests ¶
type ObbrPaymentConsentIntrospectV4TooManyRequests struct {
Payload *models.GenericError
}
ObbrPaymentConsentIntrospectV4TooManyRequests describes a response with status code 429, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV4TooManyRequests ¶
func NewObbrPaymentConsentIntrospectV4TooManyRequests() *ObbrPaymentConsentIntrospectV4TooManyRequests
NewObbrPaymentConsentIntrospectV4TooManyRequests creates a ObbrPaymentConsentIntrospectV4TooManyRequests with default headers values
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) Code ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) Code() int
Code gets the status code for the obbr payment consent introspect v4 too many requests response
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) Error ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) Error() string
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v4 too many requests response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v4 too many requests response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v4 too many requests response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v4 too many requests response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v4 too many requests response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV4TooManyRequests) String ¶
func (o *ObbrPaymentConsentIntrospectV4TooManyRequests) String() string
type ObbrPaymentConsentIntrospectV4Unauthorized ¶
type ObbrPaymentConsentIntrospectV4Unauthorized struct {
}ObbrPaymentConsentIntrospectV4Unauthorized describes a response with status code 401, with default header values.
ErrorResponse
func NewObbrPaymentConsentIntrospectV4Unauthorized ¶
func NewObbrPaymentConsentIntrospectV4Unauthorized() *ObbrPaymentConsentIntrospectV4Unauthorized
NewObbrPaymentConsentIntrospectV4Unauthorized creates a ObbrPaymentConsentIntrospectV4Unauthorized with default headers values
func (*ObbrPaymentConsentIntrospectV4Unauthorized) Code ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) Code() int
Code gets the status code for the obbr payment consent introspect v4 unauthorized response
func (*ObbrPaymentConsentIntrospectV4Unauthorized) Error ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) Error() string
func (*ObbrPaymentConsentIntrospectV4Unauthorized) GetPayload ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) GetPayload() *models.GenericError
func (*ObbrPaymentConsentIntrospectV4Unauthorized) IsClientError ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsClientError() bool
IsClientError returns true when this obbr payment consent introspect v4 unauthorized response has a 4xx status code
func (*ObbrPaymentConsentIntrospectV4Unauthorized) IsCode ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsCode(code int) bool
IsCode returns true when this obbr payment consent introspect v4 unauthorized response a status code equal to that given
func (*ObbrPaymentConsentIntrospectV4Unauthorized) IsRedirect ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsRedirect() bool
IsRedirect returns true when this obbr payment consent introspect v4 unauthorized response has a 3xx status code
func (*ObbrPaymentConsentIntrospectV4Unauthorized) IsServerError ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsServerError() bool
IsServerError returns true when this obbr payment consent introspect v4 unauthorized response has a 5xx status code
func (*ObbrPaymentConsentIntrospectV4Unauthorized) IsSuccess ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) IsSuccess() bool
IsSuccess returns true when this obbr payment consent introspect v4 unauthorized response has a 2xx status code
func (*ObbrPaymentConsentIntrospectV4Unauthorized) String ¶
func (o *ObbrPaymentConsentIntrospectV4Unauthorized) String() string
type PatchPaymentConsentBadRequest ¶
type PatchPaymentConsentBadRequest struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentBadRequest describes a response with status code 400, with default header values.
Error
func NewPatchPaymentConsentBadRequest ¶
func NewPatchPaymentConsentBadRequest() *PatchPaymentConsentBadRequest
NewPatchPaymentConsentBadRequest creates a PatchPaymentConsentBadRequest with default headers values
func (*PatchPaymentConsentBadRequest) Code ¶
func (o *PatchPaymentConsentBadRequest) Code() int
Code gets the status code for the patch payment consent bad request response
func (*PatchPaymentConsentBadRequest) Error ¶
func (o *PatchPaymentConsentBadRequest) Error() string
func (*PatchPaymentConsentBadRequest) GetPayload ¶
func (o *PatchPaymentConsentBadRequest) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentBadRequest) IsClientError ¶
func (o *PatchPaymentConsentBadRequest) IsClientError() bool
IsClientError returns true when this patch payment consent bad request response has a 4xx status code
func (*PatchPaymentConsentBadRequest) IsCode ¶
func (o *PatchPaymentConsentBadRequest) IsCode(code int) bool
IsCode returns true when this patch payment consent bad request response a status code equal to that given
func (*PatchPaymentConsentBadRequest) IsRedirect ¶
func (o *PatchPaymentConsentBadRequest) IsRedirect() bool
IsRedirect returns true when this patch payment consent bad request response has a 3xx status code
func (*PatchPaymentConsentBadRequest) IsServerError ¶
func (o *PatchPaymentConsentBadRequest) IsServerError() bool
IsServerError returns true when this patch payment consent bad request response has a 5xx status code
func (*PatchPaymentConsentBadRequest) IsSuccess ¶
func (o *PatchPaymentConsentBadRequest) IsSuccess() bool
IsSuccess returns true when this patch payment consent bad request response has a 2xx status code
func (*PatchPaymentConsentBadRequest) String ¶
func (o *PatchPaymentConsentBadRequest) String() string
type PatchPaymentConsentForbidden ¶
type PatchPaymentConsentForbidden struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentForbidden describes a response with status code 403, with default header values.
Error
func NewPatchPaymentConsentForbidden ¶
func NewPatchPaymentConsentForbidden() *PatchPaymentConsentForbidden
NewPatchPaymentConsentForbidden creates a PatchPaymentConsentForbidden with default headers values
func (*PatchPaymentConsentForbidden) Code ¶
func (o *PatchPaymentConsentForbidden) Code() int
Code gets the status code for the patch payment consent forbidden response
func (*PatchPaymentConsentForbidden) Error ¶
func (o *PatchPaymentConsentForbidden) Error() string
func (*PatchPaymentConsentForbidden) GetPayload ¶
func (o *PatchPaymentConsentForbidden) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentForbidden) IsClientError ¶
func (o *PatchPaymentConsentForbidden) IsClientError() bool
IsClientError returns true when this patch payment consent forbidden response has a 4xx status code
func (*PatchPaymentConsentForbidden) IsCode ¶
func (o *PatchPaymentConsentForbidden) IsCode(code int) bool
IsCode returns true when this patch payment consent forbidden response a status code equal to that given
func (*PatchPaymentConsentForbidden) IsRedirect ¶
func (o *PatchPaymentConsentForbidden) IsRedirect() bool
IsRedirect returns true when this patch payment consent forbidden response has a 3xx status code
func (*PatchPaymentConsentForbidden) IsServerError ¶
func (o *PatchPaymentConsentForbidden) IsServerError() bool
IsServerError returns true when this patch payment consent forbidden response has a 5xx status code
func (*PatchPaymentConsentForbidden) IsSuccess ¶
func (o *PatchPaymentConsentForbidden) IsSuccess() bool
IsSuccess returns true when this patch payment consent forbidden response has a 2xx status code
func (*PatchPaymentConsentForbidden) String ¶
func (o *PatchPaymentConsentForbidden) String() string
type PatchPaymentConsentInternalServerError ¶
type PatchPaymentConsentInternalServerError struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentInternalServerError describes a response with status code 500, with default header values.
Error
func NewPatchPaymentConsentInternalServerError ¶
func NewPatchPaymentConsentInternalServerError() *PatchPaymentConsentInternalServerError
NewPatchPaymentConsentInternalServerError creates a PatchPaymentConsentInternalServerError with default headers values
func (*PatchPaymentConsentInternalServerError) Code ¶
func (o *PatchPaymentConsentInternalServerError) Code() int
Code gets the status code for the patch payment consent internal server error response
func (*PatchPaymentConsentInternalServerError) Error ¶
func (o *PatchPaymentConsentInternalServerError) Error() string
func (*PatchPaymentConsentInternalServerError) GetPayload ¶
func (o *PatchPaymentConsentInternalServerError) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentInternalServerError) IsClientError ¶
func (o *PatchPaymentConsentInternalServerError) IsClientError() bool
IsClientError returns true when this patch payment consent internal server error response has a 4xx status code
func (*PatchPaymentConsentInternalServerError) IsCode ¶
func (o *PatchPaymentConsentInternalServerError) IsCode(code int) bool
IsCode returns true when this patch payment consent internal server error response a status code equal to that given
func (*PatchPaymentConsentInternalServerError) IsRedirect ¶
func (o *PatchPaymentConsentInternalServerError) IsRedirect() bool
IsRedirect returns true when this patch payment consent internal server error response has a 3xx status code
func (*PatchPaymentConsentInternalServerError) IsServerError ¶
func (o *PatchPaymentConsentInternalServerError) IsServerError() bool
IsServerError returns true when this patch payment consent internal server error response has a 5xx status code
func (*PatchPaymentConsentInternalServerError) IsSuccess ¶
func (o *PatchPaymentConsentInternalServerError) IsSuccess() bool
IsSuccess returns true when this patch payment consent internal server error response has a 2xx status code
func (*PatchPaymentConsentInternalServerError) String ¶
func (o *PatchPaymentConsentInternalServerError) String() string
type PatchPaymentConsentMethodNotAllowed ¶
type PatchPaymentConsentMethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentMethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewPatchPaymentConsentMethodNotAllowed ¶
func NewPatchPaymentConsentMethodNotAllowed() *PatchPaymentConsentMethodNotAllowed
NewPatchPaymentConsentMethodNotAllowed creates a PatchPaymentConsentMethodNotAllowed with default headers values
func (*PatchPaymentConsentMethodNotAllowed) Code ¶
func (o *PatchPaymentConsentMethodNotAllowed) Code() int
Code gets the status code for the patch payment consent method not allowed response
func (*PatchPaymentConsentMethodNotAllowed) Error ¶
func (o *PatchPaymentConsentMethodNotAllowed) Error() string
func (*PatchPaymentConsentMethodNotAllowed) GetPayload ¶
func (o *PatchPaymentConsentMethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentMethodNotAllowed) IsClientError ¶
func (o *PatchPaymentConsentMethodNotAllowed) IsClientError() bool
IsClientError returns true when this patch payment consent method not allowed response has a 4xx status code
func (*PatchPaymentConsentMethodNotAllowed) IsCode ¶
func (o *PatchPaymentConsentMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this patch payment consent method not allowed response a status code equal to that given
func (*PatchPaymentConsentMethodNotAllowed) IsRedirect ¶
func (o *PatchPaymentConsentMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this patch payment consent method not allowed response has a 3xx status code
func (*PatchPaymentConsentMethodNotAllowed) IsServerError ¶
func (o *PatchPaymentConsentMethodNotAllowed) IsServerError() bool
IsServerError returns true when this patch payment consent method not allowed response has a 5xx status code
func (*PatchPaymentConsentMethodNotAllowed) IsSuccess ¶
func (o *PatchPaymentConsentMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this patch payment consent method not allowed response has a 2xx status code
func (*PatchPaymentConsentMethodNotAllowed) String ¶
func (o *PatchPaymentConsentMethodNotAllowed) String() string
type PatchPaymentConsentNotAcceptable ¶
type PatchPaymentConsentNotAcceptable struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentNotAcceptable describes a response with status code 406, with default header values.
Error
func NewPatchPaymentConsentNotAcceptable ¶
func NewPatchPaymentConsentNotAcceptable() *PatchPaymentConsentNotAcceptable
NewPatchPaymentConsentNotAcceptable creates a PatchPaymentConsentNotAcceptable with default headers values
func (*PatchPaymentConsentNotAcceptable) Code ¶
func (o *PatchPaymentConsentNotAcceptable) Code() int
Code gets the status code for the patch payment consent not acceptable response
func (*PatchPaymentConsentNotAcceptable) Error ¶
func (o *PatchPaymentConsentNotAcceptable) Error() string
func (*PatchPaymentConsentNotAcceptable) GetPayload ¶
func (o *PatchPaymentConsentNotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentNotAcceptable) IsClientError ¶
func (o *PatchPaymentConsentNotAcceptable) IsClientError() bool
IsClientError returns true when this patch payment consent not acceptable response has a 4xx status code
func (*PatchPaymentConsentNotAcceptable) IsCode ¶
func (o *PatchPaymentConsentNotAcceptable) IsCode(code int) bool
IsCode returns true when this patch payment consent not acceptable response a status code equal to that given
func (*PatchPaymentConsentNotAcceptable) IsRedirect ¶
func (o *PatchPaymentConsentNotAcceptable) IsRedirect() bool
IsRedirect returns true when this patch payment consent not acceptable response has a 3xx status code
func (*PatchPaymentConsentNotAcceptable) IsServerError ¶
func (o *PatchPaymentConsentNotAcceptable) IsServerError() bool
IsServerError returns true when this patch payment consent not acceptable response has a 5xx status code
func (*PatchPaymentConsentNotAcceptable) IsSuccess ¶
func (o *PatchPaymentConsentNotAcceptable) IsSuccess() bool
IsSuccess returns true when this patch payment consent not acceptable response has a 2xx status code
func (*PatchPaymentConsentNotAcceptable) String ¶
func (o *PatchPaymentConsentNotAcceptable) String() string
type PatchPaymentConsentOK ¶
type PatchPaymentConsentOK struct {
Payload *models.BrazilCustomerPaymentConsentResponse
}
PatchPaymentConsentOK describes a response with status code 200, with default header values.
Customer payment consent
func NewPatchPaymentConsentOK ¶
func NewPatchPaymentConsentOK() *PatchPaymentConsentOK
NewPatchPaymentConsentOK creates a PatchPaymentConsentOK with default headers values
func (*PatchPaymentConsentOK) Code ¶
func (o *PatchPaymentConsentOK) Code() int
Code gets the status code for the patch payment consent o k response
func (*PatchPaymentConsentOK) Error ¶
func (o *PatchPaymentConsentOK) Error() string
func (*PatchPaymentConsentOK) GetPayload ¶
func (o *PatchPaymentConsentOK) GetPayload() *models.BrazilCustomerPaymentConsentResponse
func (*PatchPaymentConsentOK) IsClientError ¶
func (o *PatchPaymentConsentOK) IsClientError() bool
IsClientError returns true when this patch payment consent o k response has a 4xx status code
func (*PatchPaymentConsentOK) IsCode ¶
func (o *PatchPaymentConsentOK) IsCode(code int) bool
IsCode returns true when this patch payment consent o k response a status code equal to that given
func (*PatchPaymentConsentOK) IsRedirect ¶
func (o *PatchPaymentConsentOK) IsRedirect() bool
IsRedirect returns true when this patch payment consent o k response has a 3xx status code
func (*PatchPaymentConsentOK) IsServerError ¶
func (o *PatchPaymentConsentOK) IsServerError() bool
IsServerError returns true when this patch payment consent o k response has a 5xx status code
func (*PatchPaymentConsentOK) IsSuccess ¶
func (o *PatchPaymentConsentOK) IsSuccess() bool
IsSuccess returns true when this patch payment consent o k response has a 2xx status code
func (*PatchPaymentConsentOK) String ¶
func (o *PatchPaymentConsentOK) String() string
type PatchPaymentConsentParams ¶
type PatchPaymentConsentParams struct { /* Request. Request */ Request *models.BrazilCustomerPatchPaymentConsentRequest /* 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 }
PatchPaymentConsentParams contains all the parameters to send to the API endpoint
for the patch payment consent operation. Typically these are written to a http.Request.
func NewPatchPaymentConsentParams ¶
func NewPatchPaymentConsentParams() *PatchPaymentConsentParams
NewPatchPaymentConsentParams creates a new PatchPaymentConsentParams 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 NewPatchPaymentConsentParamsWithContext ¶
func NewPatchPaymentConsentParamsWithContext(ctx context.Context) *PatchPaymentConsentParams
NewPatchPaymentConsentParamsWithContext creates a new PatchPaymentConsentParams object with the ability to set a context for a request.
func NewPatchPaymentConsentParamsWithHTTPClient ¶
func NewPatchPaymentConsentParamsWithHTTPClient(client *http.Client) *PatchPaymentConsentParams
NewPatchPaymentConsentParamsWithHTTPClient creates a new PatchPaymentConsentParams object with the ability to set a custom HTTPClient for a request.
func NewPatchPaymentConsentParamsWithTimeout ¶
func NewPatchPaymentConsentParamsWithTimeout(timeout time.Duration) *PatchPaymentConsentParams
NewPatchPaymentConsentParamsWithTimeout creates a new PatchPaymentConsentParams object with the ability to set a timeout on a request.
func (*PatchPaymentConsentParams) SetConsentID ¶
func (o *PatchPaymentConsentParams) SetConsentID(consentID string)
SetConsentID adds the consentId to the patch payment consent params
func (*PatchPaymentConsentParams) SetContext ¶
func (o *PatchPaymentConsentParams) SetContext(ctx context.Context)
SetContext adds the context to the patch payment consent params
func (*PatchPaymentConsentParams) SetDefaults ¶
func (o *PatchPaymentConsentParams) SetDefaults()
SetDefaults hydrates default values in the patch payment consent params (not the query body).
All values with no default are reset to their zero value.
func (*PatchPaymentConsentParams) SetHTTPClient ¶
func (o *PatchPaymentConsentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch payment consent params
func (*PatchPaymentConsentParams) SetRequest ¶
func (o *PatchPaymentConsentParams) SetRequest(request *models.BrazilCustomerPatchPaymentConsentRequest)
SetRequest adds the request to the patch payment consent params
func (*PatchPaymentConsentParams) SetTimeout ¶
func (o *PatchPaymentConsentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch payment consent params
func (*PatchPaymentConsentParams) SetXCustomerUserAgent ¶
func (o *PatchPaymentConsentParams) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the patch payment consent params
func (*PatchPaymentConsentParams) SetXFapiAuthDate ¶
func (o *PatchPaymentConsentParams) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the patch payment consent params
func (*PatchPaymentConsentParams) SetXFapiCustomerIPAddress ¶
func (o *PatchPaymentConsentParams) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the patch payment consent params
func (*PatchPaymentConsentParams) SetXFapiInteractionID ¶
func (o *PatchPaymentConsentParams) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the patch payment consent params
func (*PatchPaymentConsentParams) SetXJwsSignature ¶
func (o *PatchPaymentConsentParams) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the patch payment consent params
func (*PatchPaymentConsentParams) WithConsentID ¶
func (o *PatchPaymentConsentParams) WithConsentID(consentID string) *PatchPaymentConsentParams
WithConsentID adds the consentID to the patch payment consent params
func (*PatchPaymentConsentParams) WithContext ¶
func (o *PatchPaymentConsentParams) WithContext(ctx context.Context) *PatchPaymentConsentParams
WithContext adds the context to the patch payment consent params
func (*PatchPaymentConsentParams) WithDefaults ¶
func (o *PatchPaymentConsentParams) WithDefaults() *PatchPaymentConsentParams
WithDefaults hydrates default values in the patch payment consent params (not the query body).
All values with no default are reset to their zero value.
func (*PatchPaymentConsentParams) WithHTTPClient ¶
func (o *PatchPaymentConsentParams) WithHTTPClient(client *http.Client) *PatchPaymentConsentParams
WithHTTPClient adds the HTTPClient to the patch payment consent params
func (*PatchPaymentConsentParams) WithRequest ¶
func (o *PatchPaymentConsentParams) WithRequest(request *models.BrazilCustomerPatchPaymentConsentRequest) *PatchPaymentConsentParams
WithRequest adds the request to the patch payment consent params
func (*PatchPaymentConsentParams) WithTimeout ¶
func (o *PatchPaymentConsentParams) WithTimeout(timeout time.Duration) *PatchPaymentConsentParams
WithTimeout adds the timeout to the patch payment consent params
func (*PatchPaymentConsentParams) WithXCustomerUserAgent ¶
func (o *PatchPaymentConsentParams) WithXCustomerUserAgent(xCustomerUserAgent *string) *PatchPaymentConsentParams
WithXCustomerUserAgent adds the xCustomerUserAgent to the patch payment consent params
func (*PatchPaymentConsentParams) WithXFapiAuthDate ¶
func (o *PatchPaymentConsentParams) WithXFapiAuthDate(xFapiAuthDate *string) *PatchPaymentConsentParams
WithXFapiAuthDate adds the xFapiAuthDate to the patch payment consent params
func (*PatchPaymentConsentParams) WithXFapiCustomerIPAddress ¶
func (o *PatchPaymentConsentParams) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *PatchPaymentConsentParams
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the patch payment consent params
func (*PatchPaymentConsentParams) WithXFapiInteractionID ¶
func (o *PatchPaymentConsentParams) WithXFapiInteractionID(xFapiInteractionID *string) *PatchPaymentConsentParams
WithXFapiInteractionID adds the xFapiInteractionID to the patch payment consent params
func (*PatchPaymentConsentParams) WithXJwsSignature ¶
func (o *PatchPaymentConsentParams) WithXJwsSignature(xJwsSignature *string) *PatchPaymentConsentParams
WithXJwsSignature adds the xJwsSignature to the patch payment consent params
func (*PatchPaymentConsentParams) WriteToRequest ¶
func (o *PatchPaymentConsentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchPaymentConsentReader ¶
type PatchPaymentConsentReader struct {
// contains filtered or unexported fields
}
PatchPaymentConsentReader is a Reader for the PatchPaymentConsent structure.
func (*PatchPaymentConsentReader) ReadResponse ¶
func (o *PatchPaymentConsentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchPaymentConsentTooManyRequests ¶
type PatchPaymentConsentTooManyRequests struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentTooManyRequests describes a response with status code 429, with default header values.
Error
func NewPatchPaymentConsentTooManyRequests ¶
func NewPatchPaymentConsentTooManyRequests() *PatchPaymentConsentTooManyRequests
NewPatchPaymentConsentTooManyRequests creates a PatchPaymentConsentTooManyRequests with default headers values
func (*PatchPaymentConsentTooManyRequests) Code ¶
func (o *PatchPaymentConsentTooManyRequests) Code() int
Code gets the status code for the patch payment consent too many requests response
func (*PatchPaymentConsentTooManyRequests) Error ¶
func (o *PatchPaymentConsentTooManyRequests) Error() string
func (*PatchPaymentConsentTooManyRequests) GetPayload ¶
func (o *PatchPaymentConsentTooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentTooManyRequests) IsClientError ¶
func (o *PatchPaymentConsentTooManyRequests) IsClientError() bool
IsClientError returns true when this patch payment consent too many requests response has a 4xx status code
func (*PatchPaymentConsentTooManyRequests) IsCode ¶
func (o *PatchPaymentConsentTooManyRequests) IsCode(code int) bool
IsCode returns true when this patch payment consent too many requests response a status code equal to that given
func (*PatchPaymentConsentTooManyRequests) IsRedirect ¶
func (o *PatchPaymentConsentTooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch payment consent too many requests response has a 3xx status code
func (*PatchPaymentConsentTooManyRequests) IsServerError ¶
func (o *PatchPaymentConsentTooManyRequests) IsServerError() bool
IsServerError returns true when this patch payment consent too many requests response has a 5xx status code
func (*PatchPaymentConsentTooManyRequests) IsSuccess ¶
func (o *PatchPaymentConsentTooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch payment consent too many requests response has a 2xx status code
func (*PatchPaymentConsentTooManyRequests) String ¶
func (o *PatchPaymentConsentTooManyRequests) String() string
type PatchPaymentConsentUnauthorized ¶
type PatchPaymentConsentUnauthorized struct {
}PatchPaymentConsentUnauthorized describes a response with status code 401, with default header values.
Error
func NewPatchPaymentConsentUnauthorized ¶
func NewPatchPaymentConsentUnauthorized() *PatchPaymentConsentUnauthorized
NewPatchPaymentConsentUnauthorized creates a PatchPaymentConsentUnauthorized with default headers values
func (*PatchPaymentConsentUnauthorized) Code ¶
func (o *PatchPaymentConsentUnauthorized) Code() int
Code gets the status code for the patch payment consent unauthorized response
func (*PatchPaymentConsentUnauthorized) Error ¶
func (o *PatchPaymentConsentUnauthorized) Error() string
func (*PatchPaymentConsentUnauthorized) GetPayload ¶
func (o *PatchPaymentConsentUnauthorized) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentUnauthorized) IsClientError ¶
func (o *PatchPaymentConsentUnauthorized) IsClientError() bool
IsClientError returns true when this patch payment consent unauthorized response has a 4xx status code
func (*PatchPaymentConsentUnauthorized) IsCode ¶
func (o *PatchPaymentConsentUnauthorized) IsCode(code int) bool
IsCode returns true when this patch payment consent unauthorized response a status code equal to that given
func (*PatchPaymentConsentUnauthorized) IsRedirect ¶
func (o *PatchPaymentConsentUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch payment consent unauthorized response has a 3xx status code
func (*PatchPaymentConsentUnauthorized) IsServerError ¶
func (o *PatchPaymentConsentUnauthorized) IsServerError() bool
IsServerError returns true when this patch payment consent unauthorized response has a 5xx status code
func (*PatchPaymentConsentUnauthorized) IsSuccess ¶
func (o *PatchPaymentConsentUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch payment consent unauthorized response has a 2xx status code
func (*PatchPaymentConsentUnauthorized) String ¶
func (o *PatchPaymentConsentUnauthorized) String() string
type PatchPaymentConsentUnprocessableEntity ¶
type PatchPaymentConsentUnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentUnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewPatchPaymentConsentUnprocessableEntity ¶
func NewPatchPaymentConsentUnprocessableEntity() *PatchPaymentConsentUnprocessableEntity
NewPatchPaymentConsentUnprocessableEntity creates a PatchPaymentConsentUnprocessableEntity with default headers values
func (*PatchPaymentConsentUnprocessableEntity) Code ¶
func (o *PatchPaymentConsentUnprocessableEntity) Code() int
Code gets the status code for the patch payment consent unprocessable entity response
func (*PatchPaymentConsentUnprocessableEntity) Error ¶
func (o *PatchPaymentConsentUnprocessableEntity) Error() string
func (*PatchPaymentConsentUnprocessableEntity) GetPayload ¶
func (o *PatchPaymentConsentUnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentUnprocessableEntity) IsClientError ¶
func (o *PatchPaymentConsentUnprocessableEntity) IsClientError() bool
IsClientError returns true when this patch payment consent unprocessable entity response has a 4xx status code
func (*PatchPaymentConsentUnprocessableEntity) IsCode ¶
func (o *PatchPaymentConsentUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this patch payment consent unprocessable entity response a status code equal to that given
func (*PatchPaymentConsentUnprocessableEntity) IsRedirect ¶
func (o *PatchPaymentConsentUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this patch payment consent unprocessable entity response has a 3xx status code
func (*PatchPaymentConsentUnprocessableEntity) IsServerError ¶
func (o *PatchPaymentConsentUnprocessableEntity) IsServerError() bool
IsServerError returns true when this patch payment consent unprocessable entity response has a 5xx status code
func (*PatchPaymentConsentUnprocessableEntity) IsSuccess ¶
func (o *PatchPaymentConsentUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this patch payment consent unprocessable entity response has a 2xx status code
func (*PatchPaymentConsentUnprocessableEntity) String ¶
func (o *PatchPaymentConsentUnprocessableEntity) String() string
type PatchPaymentConsentUnsupportedMediaType ¶
type PatchPaymentConsentUnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
PatchPaymentConsentUnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewPatchPaymentConsentUnsupportedMediaType ¶
func NewPatchPaymentConsentUnsupportedMediaType() *PatchPaymentConsentUnsupportedMediaType
NewPatchPaymentConsentUnsupportedMediaType creates a PatchPaymentConsentUnsupportedMediaType with default headers values
func (*PatchPaymentConsentUnsupportedMediaType) Code ¶
func (o *PatchPaymentConsentUnsupportedMediaType) Code() int
Code gets the status code for the patch payment consent unsupported media type response
func (*PatchPaymentConsentUnsupportedMediaType) Error ¶
func (o *PatchPaymentConsentUnsupportedMediaType) Error() string
func (*PatchPaymentConsentUnsupportedMediaType) GetPayload ¶
func (o *PatchPaymentConsentUnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*PatchPaymentConsentUnsupportedMediaType) IsClientError ¶
func (o *PatchPaymentConsentUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch payment consent unsupported media type response has a 4xx status code
func (*PatchPaymentConsentUnsupportedMediaType) IsCode ¶
func (o *PatchPaymentConsentUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch payment consent unsupported media type response a status code equal to that given
func (*PatchPaymentConsentUnsupportedMediaType) IsRedirect ¶
func (o *PatchPaymentConsentUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch payment consent unsupported media type response has a 3xx status code
func (*PatchPaymentConsentUnsupportedMediaType) IsServerError ¶
func (o *PatchPaymentConsentUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch payment consent unsupported media type response has a 5xx status code
func (*PatchPaymentConsentUnsupportedMediaType) IsSuccess ¶
func (o *PatchPaymentConsentUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch payment consent unsupported media type response has a 2xx status code
func (*PatchPaymentConsentUnsupportedMediaType) String ¶
func (o *PatchPaymentConsentUnsupportedMediaType) String() string
type PatchRecurringPaymentConsentV1BadRequest ¶
type PatchRecurringPaymentConsentV1BadRequest struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1BadRequest describes a response with status code 400, with default header values.
Error
func NewPatchRecurringPaymentConsentV1BadRequest ¶
func NewPatchRecurringPaymentConsentV1BadRequest() *PatchRecurringPaymentConsentV1BadRequest
NewPatchRecurringPaymentConsentV1BadRequest creates a PatchRecurringPaymentConsentV1BadRequest with default headers values
func (*PatchRecurringPaymentConsentV1BadRequest) Code ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) Code() int
Code gets the status code for the patch recurring payment consent v1 bad request response
func (*PatchRecurringPaymentConsentV1BadRequest) Error ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) Error() string
func (*PatchRecurringPaymentConsentV1BadRequest) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1BadRequest) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 bad request response has a 4xx status code
func (*PatchRecurringPaymentConsentV1BadRequest) IsCode ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 bad request response a status code equal to that given
func (*PatchRecurringPaymentConsentV1BadRequest) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 bad request response has a 3xx status code
func (*PatchRecurringPaymentConsentV1BadRequest) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 bad request response has a 5xx status code
func (*PatchRecurringPaymentConsentV1BadRequest) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 bad request response has a 2xx status code
func (*PatchRecurringPaymentConsentV1BadRequest) String ¶
func (o *PatchRecurringPaymentConsentV1BadRequest) String() string
type PatchRecurringPaymentConsentV1Created ¶
type PatchRecurringPaymentConsentV1Created struct {
Payload *models.BrazilCustomerRecurringPaymentConsentResponseV1
}
PatchRecurringPaymentConsentV1Created describes a response with status code 201, with default header values.
Customer recurring payment consent
func NewPatchRecurringPaymentConsentV1Created ¶
func NewPatchRecurringPaymentConsentV1Created() *PatchRecurringPaymentConsentV1Created
NewPatchRecurringPaymentConsentV1Created creates a PatchRecurringPaymentConsentV1Created with default headers values
func (*PatchRecurringPaymentConsentV1Created) Code ¶
func (o *PatchRecurringPaymentConsentV1Created) Code() int
Code gets the status code for the patch recurring payment consent v1 created response
func (*PatchRecurringPaymentConsentV1Created) Error ¶
func (o *PatchRecurringPaymentConsentV1Created) Error() string
func (*PatchRecurringPaymentConsentV1Created) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1Created) GetPayload() *models.BrazilCustomerRecurringPaymentConsentResponseV1
func (*PatchRecurringPaymentConsentV1Created) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1Created) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 created response has a 4xx status code
func (*PatchRecurringPaymentConsentV1Created) IsCode ¶
func (o *PatchRecurringPaymentConsentV1Created) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 created response a status code equal to that given
func (*PatchRecurringPaymentConsentV1Created) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1Created) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 created response has a 3xx status code
func (*PatchRecurringPaymentConsentV1Created) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1Created) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 created response has a 5xx status code
func (*PatchRecurringPaymentConsentV1Created) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1Created) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 created response has a 2xx status code
func (*PatchRecurringPaymentConsentV1Created) String ¶
func (o *PatchRecurringPaymentConsentV1Created) String() string
type PatchRecurringPaymentConsentV1Forbidden ¶
type PatchRecurringPaymentConsentV1Forbidden struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1Forbidden describes a response with status code 403, with default header values.
Error
func NewPatchRecurringPaymentConsentV1Forbidden ¶
func NewPatchRecurringPaymentConsentV1Forbidden() *PatchRecurringPaymentConsentV1Forbidden
NewPatchRecurringPaymentConsentV1Forbidden creates a PatchRecurringPaymentConsentV1Forbidden with default headers values
func (*PatchRecurringPaymentConsentV1Forbidden) Code ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) Code() int
Code gets the status code for the patch recurring payment consent v1 forbidden response
func (*PatchRecurringPaymentConsentV1Forbidden) Error ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) Error() string
func (*PatchRecurringPaymentConsentV1Forbidden) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1Forbidden) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 forbidden response has a 4xx status code
func (*PatchRecurringPaymentConsentV1Forbidden) IsCode ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 forbidden response a status code equal to that given
func (*PatchRecurringPaymentConsentV1Forbidden) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 forbidden response has a 3xx status code
func (*PatchRecurringPaymentConsentV1Forbidden) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 forbidden response has a 5xx status code
func (*PatchRecurringPaymentConsentV1Forbidden) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 forbidden response has a 2xx status code
func (*PatchRecurringPaymentConsentV1Forbidden) String ¶
func (o *PatchRecurringPaymentConsentV1Forbidden) String() string
type PatchRecurringPaymentConsentV1InternalServerError ¶
type PatchRecurringPaymentConsentV1InternalServerError struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1InternalServerError describes a response with status code 500, with default header values.
Error
func NewPatchRecurringPaymentConsentV1InternalServerError ¶
func NewPatchRecurringPaymentConsentV1InternalServerError() *PatchRecurringPaymentConsentV1InternalServerError
NewPatchRecurringPaymentConsentV1InternalServerError creates a PatchRecurringPaymentConsentV1InternalServerError with default headers values
func (*PatchRecurringPaymentConsentV1InternalServerError) Code ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) Code() int
Code gets the status code for the patch recurring payment consent v1 internal server error response
func (*PatchRecurringPaymentConsentV1InternalServerError) Error ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) Error() string
func (*PatchRecurringPaymentConsentV1InternalServerError) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1InternalServerError) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 internal server error response has a 4xx status code
func (*PatchRecurringPaymentConsentV1InternalServerError) IsCode ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 internal server error response a status code equal to that given
func (*PatchRecurringPaymentConsentV1InternalServerError) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 internal server error response has a 3xx status code
func (*PatchRecurringPaymentConsentV1InternalServerError) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 internal server error response has a 5xx status code
func (*PatchRecurringPaymentConsentV1InternalServerError) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 internal server error response has a 2xx status code
func (*PatchRecurringPaymentConsentV1InternalServerError) String ¶
func (o *PatchRecurringPaymentConsentV1InternalServerError) String() string
type PatchRecurringPaymentConsentV1MethodNotAllowed ¶
type PatchRecurringPaymentConsentV1MethodNotAllowed struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1MethodNotAllowed describes a response with status code 405, with default header values.
Error
func NewPatchRecurringPaymentConsentV1MethodNotAllowed ¶
func NewPatchRecurringPaymentConsentV1MethodNotAllowed() *PatchRecurringPaymentConsentV1MethodNotAllowed
NewPatchRecurringPaymentConsentV1MethodNotAllowed creates a PatchRecurringPaymentConsentV1MethodNotAllowed with default headers values
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) Code ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) Code() int
Code gets the status code for the patch recurring payment consent v1 method not allowed response
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) Error ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) Error() string
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 method not allowed response has a 4xx status code
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) IsCode ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 method not allowed response a status code equal to that given
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 method not allowed response has a 3xx status code
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 method not allowed response has a 5xx status code
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 method not allowed response has a 2xx status code
func (*PatchRecurringPaymentConsentV1MethodNotAllowed) String ¶
func (o *PatchRecurringPaymentConsentV1MethodNotAllowed) String() string
type PatchRecurringPaymentConsentV1NotAcceptable ¶
type PatchRecurringPaymentConsentV1NotAcceptable struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1NotAcceptable describes a response with status code 406, with default header values.
Error
func NewPatchRecurringPaymentConsentV1NotAcceptable ¶
func NewPatchRecurringPaymentConsentV1NotAcceptable() *PatchRecurringPaymentConsentV1NotAcceptable
NewPatchRecurringPaymentConsentV1NotAcceptable creates a PatchRecurringPaymentConsentV1NotAcceptable with default headers values
func (*PatchRecurringPaymentConsentV1NotAcceptable) Code ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) Code() int
Code gets the status code for the patch recurring payment consent v1 not acceptable response
func (*PatchRecurringPaymentConsentV1NotAcceptable) Error ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) Error() string
func (*PatchRecurringPaymentConsentV1NotAcceptable) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1NotAcceptable) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 not acceptable response has a 4xx status code
func (*PatchRecurringPaymentConsentV1NotAcceptable) IsCode ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 not acceptable response a status code equal to that given
func (*PatchRecurringPaymentConsentV1NotAcceptable) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 not acceptable response has a 3xx status code
func (*PatchRecurringPaymentConsentV1NotAcceptable) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 not acceptable response has a 5xx status code
func (*PatchRecurringPaymentConsentV1NotAcceptable) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 not acceptable response has a 2xx status code
func (*PatchRecurringPaymentConsentV1NotAcceptable) String ¶
func (o *PatchRecurringPaymentConsentV1NotAcceptable) String() string
type PatchRecurringPaymentConsentV1Params ¶
type PatchRecurringPaymentConsentV1Params struct { /* Request. Request */ Request *models.BrazilCustomerPatchRecurringPaymentConsentRequestV1 /* 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 /* 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 }
PatchRecurringPaymentConsentV1Params contains all the parameters to send to the API endpoint
for the patch recurring payment consent v1 operation. Typically these are written to a http.Request.
func NewPatchRecurringPaymentConsentV1Params ¶
func NewPatchRecurringPaymentConsentV1Params() *PatchRecurringPaymentConsentV1Params
NewPatchRecurringPaymentConsentV1Params creates a new PatchRecurringPaymentConsentV1Params 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 NewPatchRecurringPaymentConsentV1ParamsWithContext ¶
func NewPatchRecurringPaymentConsentV1ParamsWithContext(ctx context.Context) *PatchRecurringPaymentConsentV1Params
NewPatchRecurringPaymentConsentV1ParamsWithContext creates a new PatchRecurringPaymentConsentV1Params object with the ability to set a context for a request.
func NewPatchRecurringPaymentConsentV1ParamsWithHTTPClient ¶
func NewPatchRecurringPaymentConsentV1ParamsWithHTTPClient(client *http.Client) *PatchRecurringPaymentConsentV1Params
NewPatchRecurringPaymentConsentV1ParamsWithHTTPClient creates a new PatchRecurringPaymentConsentV1Params object with the ability to set a custom HTTPClient for a request.
func NewPatchRecurringPaymentConsentV1ParamsWithTimeout ¶
func NewPatchRecurringPaymentConsentV1ParamsWithTimeout(timeout time.Duration) *PatchRecurringPaymentConsentV1Params
NewPatchRecurringPaymentConsentV1ParamsWithTimeout creates a new PatchRecurringPaymentConsentV1Params object with the ability to set a timeout on a request.
func (*PatchRecurringPaymentConsentV1Params) SetConsentID ¶
func (o *PatchRecurringPaymentConsentV1Params) SetConsentID(consentID string)
SetConsentID adds the consentId to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetContext ¶
func (o *PatchRecurringPaymentConsentV1Params) SetContext(ctx context.Context)
SetContext adds the context to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetDefaults ¶
func (o *PatchRecurringPaymentConsentV1Params) SetDefaults()
SetDefaults hydrates default values in the patch recurring payment consent v1 params (not the query body).
All values with no default are reset to their zero value.
func (*PatchRecurringPaymentConsentV1Params) SetHTTPClient ¶
func (o *PatchRecurringPaymentConsentV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetRequest ¶
func (o *PatchRecurringPaymentConsentV1Params) SetRequest(request *models.BrazilCustomerPatchRecurringPaymentConsentRequestV1)
SetRequest adds the request to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetTimeout ¶
func (o *PatchRecurringPaymentConsentV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetXCustomerUserAgent ¶
func (o *PatchRecurringPaymentConsentV1Params) SetXCustomerUserAgent(xCustomerUserAgent *string)
SetXCustomerUserAgent adds the xCustomerUserAgent to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetXFapiAuthDate ¶
func (o *PatchRecurringPaymentConsentV1Params) SetXFapiAuthDate(xFapiAuthDate *string)
SetXFapiAuthDate adds the xFapiAuthDate to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress ¶
func (o *PatchRecurringPaymentConsentV1Params) SetXFapiCustomerIPAddress(xFapiCustomerIPAddress *string)
SetXFapiCustomerIPAddress adds the xFapiCustomerIpAddress to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetXFapiInteractionID ¶
func (o *PatchRecurringPaymentConsentV1Params) SetXFapiInteractionID(xFapiInteractionID *string)
SetXFapiInteractionID adds the xFapiInteractionId to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetXIdempotencyKey ¶
func (o *PatchRecurringPaymentConsentV1Params) SetXIdempotencyKey(xIdempotencyKey *string)
SetXIdempotencyKey adds the xIdempotencyKey to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) SetXJwsSignature ¶
func (o *PatchRecurringPaymentConsentV1Params) SetXJwsSignature(xJwsSignature *string)
SetXJwsSignature adds the xJwsSignature to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithConsentID ¶
func (o *PatchRecurringPaymentConsentV1Params) WithConsentID(consentID string) *PatchRecurringPaymentConsentV1Params
WithConsentID adds the consentID to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithContext ¶
func (o *PatchRecurringPaymentConsentV1Params) WithContext(ctx context.Context) *PatchRecurringPaymentConsentV1Params
WithContext adds the context to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithDefaults ¶
func (o *PatchRecurringPaymentConsentV1Params) WithDefaults() *PatchRecurringPaymentConsentV1Params
WithDefaults hydrates default values in the patch recurring payment consent v1 params (not the query body).
All values with no default are reset to their zero value.
func (*PatchRecurringPaymentConsentV1Params) WithHTTPClient ¶
func (o *PatchRecurringPaymentConsentV1Params) WithHTTPClient(client *http.Client) *PatchRecurringPaymentConsentV1Params
WithHTTPClient adds the HTTPClient to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithRequest ¶
func (o *PatchRecurringPaymentConsentV1Params) WithRequest(request *models.BrazilCustomerPatchRecurringPaymentConsentRequestV1) *PatchRecurringPaymentConsentV1Params
WithRequest adds the request to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithTimeout ¶
func (o *PatchRecurringPaymentConsentV1Params) WithTimeout(timeout time.Duration) *PatchRecurringPaymentConsentV1Params
WithTimeout adds the timeout to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithXCustomerUserAgent ¶
func (o *PatchRecurringPaymentConsentV1Params) WithXCustomerUserAgent(xCustomerUserAgent *string) *PatchRecurringPaymentConsentV1Params
WithXCustomerUserAgent adds the xCustomerUserAgent to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithXFapiAuthDate ¶
func (o *PatchRecurringPaymentConsentV1Params) WithXFapiAuthDate(xFapiAuthDate *string) *PatchRecurringPaymentConsentV1Params
WithXFapiAuthDate adds the xFapiAuthDate to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress ¶
func (o *PatchRecurringPaymentConsentV1Params) WithXFapiCustomerIPAddress(xFapiCustomerIPAddress *string) *PatchRecurringPaymentConsentV1Params
WithXFapiCustomerIPAddress adds the xFapiCustomerIPAddress to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithXFapiInteractionID ¶
func (o *PatchRecurringPaymentConsentV1Params) WithXFapiInteractionID(xFapiInteractionID *string) *PatchRecurringPaymentConsentV1Params
WithXFapiInteractionID adds the xFapiInteractionID to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithXIdempotencyKey ¶
func (o *PatchRecurringPaymentConsentV1Params) WithXIdempotencyKey(xIdempotencyKey *string) *PatchRecurringPaymentConsentV1Params
WithXIdempotencyKey adds the xIdempotencyKey to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WithXJwsSignature ¶
func (o *PatchRecurringPaymentConsentV1Params) WithXJwsSignature(xJwsSignature *string) *PatchRecurringPaymentConsentV1Params
WithXJwsSignature adds the xJwsSignature to the patch recurring payment consent v1 params
func (*PatchRecurringPaymentConsentV1Params) WriteToRequest ¶
func (o *PatchRecurringPaymentConsentV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchRecurringPaymentConsentV1Reader ¶
type PatchRecurringPaymentConsentV1Reader struct {
// contains filtered or unexported fields
}
PatchRecurringPaymentConsentV1Reader is a Reader for the PatchRecurringPaymentConsentV1 structure.
func (*PatchRecurringPaymentConsentV1Reader) ReadResponse ¶
func (o *PatchRecurringPaymentConsentV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchRecurringPaymentConsentV1TooManyRequests ¶
type PatchRecurringPaymentConsentV1TooManyRequests struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1TooManyRequests describes a response with status code 429, with default header values.
Error
func NewPatchRecurringPaymentConsentV1TooManyRequests ¶
func NewPatchRecurringPaymentConsentV1TooManyRequests() *PatchRecurringPaymentConsentV1TooManyRequests
NewPatchRecurringPaymentConsentV1TooManyRequests creates a PatchRecurringPaymentConsentV1TooManyRequests with default headers values
func (*PatchRecurringPaymentConsentV1TooManyRequests) Code ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) Code() int
Code gets the status code for the patch recurring payment consent v1 too many requests response
func (*PatchRecurringPaymentConsentV1TooManyRequests) Error ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) Error() string
func (*PatchRecurringPaymentConsentV1TooManyRequests) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1TooManyRequests) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 too many requests response has a 4xx status code
func (*PatchRecurringPaymentConsentV1TooManyRequests) IsCode ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 too many requests response a status code equal to that given
func (*PatchRecurringPaymentConsentV1TooManyRequests) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 too many requests response has a 3xx status code
func (*PatchRecurringPaymentConsentV1TooManyRequests) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 too many requests response has a 5xx status code
func (*PatchRecurringPaymentConsentV1TooManyRequests) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 too many requests response has a 2xx status code
func (*PatchRecurringPaymentConsentV1TooManyRequests) String ¶
func (o *PatchRecurringPaymentConsentV1TooManyRequests) String() string
type PatchRecurringPaymentConsentV1Unauthorized ¶
type PatchRecurringPaymentConsentV1Unauthorized struct {
}PatchRecurringPaymentConsentV1Unauthorized describes a response with status code 401, with default header values.
Error
func NewPatchRecurringPaymentConsentV1Unauthorized ¶
func NewPatchRecurringPaymentConsentV1Unauthorized() *PatchRecurringPaymentConsentV1Unauthorized
NewPatchRecurringPaymentConsentV1Unauthorized creates a PatchRecurringPaymentConsentV1Unauthorized with default headers values
func (*PatchRecurringPaymentConsentV1Unauthorized) Code ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) Code() int
Code gets the status code for the patch recurring payment consent v1 unauthorized response
func (*PatchRecurringPaymentConsentV1Unauthorized) Error ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) Error() string
func (*PatchRecurringPaymentConsentV1Unauthorized) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1Unauthorized) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 unauthorized response has a 4xx status code
func (*PatchRecurringPaymentConsentV1Unauthorized) IsCode ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 unauthorized response a status code equal to that given
func (*PatchRecurringPaymentConsentV1Unauthorized) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 unauthorized response has a 3xx status code
func (*PatchRecurringPaymentConsentV1Unauthorized) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 unauthorized response has a 5xx status code
func (*PatchRecurringPaymentConsentV1Unauthorized) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 unauthorized response has a 2xx status code
func (*PatchRecurringPaymentConsentV1Unauthorized) String ¶
func (o *PatchRecurringPaymentConsentV1Unauthorized) String() string
type PatchRecurringPaymentConsentV1UnprocessableEntity ¶
type PatchRecurringPaymentConsentV1UnprocessableEntity struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1UnprocessableEntity describes a response with status code 422, with default header values.
Error
func NewPatchRecurringPaymentConsentV1UnprocessableEntity ¶
func NewPatchRecurringPaymentConsentV1UnprocessableEntity() *PatchRecurringPaymentConsentV1UnprocessableEntity
NewPatchRecurringPaymentConsentV1UnprocessableEntity creates a PatchRecurringPaymentConsentV1UnprocessableEntity with default headers values
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) Code ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) Code() int
Code gets the status code for the patch recurring payment consent v1 unprocessable entity response
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) Error ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) Error() string
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 unprocessable entity response has a 4xx status code
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) IsCode ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 unprocessable entity response a status code equal to that given
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 unprocessable entity response has a 3xx status code
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 unprocessable entity response has a 5xx status code
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 unprocessable entity response has a 2xx status code
func (*PatchRecurringPaymentConsentV1UnprocessableEntity) String ¶
func (o *PatchRecurringPaymentConsentV1UnprocessableEntity) String() string
type PatchRecurringPaymentConsentV1UnsupportedMediaType ¶
type PatchRecurringPaymentConsentV1UnsupportedMediaType struct {
Payload *models.OBBRErrorResponse
}
PatchRecurringPaymentConsentV1UnsupportedMediaType describes a response with status code 415, with default header values.
Error
func NewPatchRecurringPaymentConsentV1UnsupportedMediaType ¶
func NewPatchRecurringPaymentConsentV1UnsupportedMediaType() *PatchRecurringPaymentConsentV1UnsupportedMediaType
NewPatchRecurringPaymentConsentV1UnsupportedMediaType creates a PatchRecurringPaymentConsentV1UnsupportedMediaType with default headers values
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) Code ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) Code() int
Code gets the status code for the patch recurring payment consent v1 unsupported media type response
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) Error ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) Error() string
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) GetPayload ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) GetPayload() *models.OBBRErrorResponse
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) IsClientError ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsClientError() bool
IsClientError returns true when this patch recurring payment consent v1 unsupported media type response has a 4xx status code
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) IsCode ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this patch recurring payment consent v1 unsupported media type response a status code equal to that given
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this patch recurring payment consent v1 unsupported media type response has a 3xx status code
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) IsServerError ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsServerError() bool
IsServerError returns true when this patch recurring payment consent v1 unsupported media type response has a 5xx status code
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this patch recurring payment consent v1 unsupported media type response has a 2xx status code
func (*PatchRecurringPaymentConsentV1UnsupportedMediaType) String ¶
func (o *PatchRecurringPaymentConsentV1UnsupportedMediaType) String() string
Source Files ¶
- create_data_access_consent_deprecated_parameters.go
- create_data_access_consent_deprecated_responses.go
- create_data_access_consent_extension_parameters.go
- create_data_access_consent_extension_responses.go
- create_data_access_consent_parameters.go
- create_data_access_consent_responses.go
- create_data_access_consent_v2_parameters.go
- create_data_access_consent_v2_responses.go
- create_payment_consent_deprecated_parameters.go
- create_payment_consent_deprecated_responses.go
- create_payment_consent_parameters.go
- create_payment_consent_responses.go
- create_payment_consent_v2_parameters.go
- create_payment_consent_v2_responses.go
- create_payment_consent_v3_parameters.go
- create_payment_consent_v3_responses.go
- create_payment_consent_v4_parameters.go
- create_payment_consent_v4_responses.go
- create_recurring_payment_consent_v1_parameters.go
- create_recurring_payment_consent_v1_responses.go
- delete_data_access_consent_deprecated_parameters.go
- delete_data_access_consent_deprecated_responses.go
- delete_data_access_consent_parameters.go
- delete_data_access_consent_responses.go
- delete_data_access_consent_v2_parameters.go
- delete_data_access_consent_v2_responses.go
- get_data_access_consent_deprecated_parameters.go
- get_data_access_consent_deprecated_responses.go
- get_data_access_consent_extensions_parameters.go
- get_data_access_consent_extensions_responses.go
- get_data_access_consent_parameters.go
- get_data_access_consent_responses.go
- get_data_access_consent_v2_parameters.go
- get_data_access_consent_v2_responses.go
- get_payment_consent_deprecated_parameters.go
- get_payment_consent_deprecated_responses.go
- get_payment_consent_parameters.go
- get_payment_consent_responses.go
- get_payment_consent_v2_parameters.go
- get_payment_consent_v2_responses.go
- get_payment_consent_v3_parameters.go
- get_payment_consent_v3_responses.go
- get_payment_consent_v4_parameters.go
- get_payment_consent_v4_responses.go
- get_recurring_payment_consent_v1_parameters.go
- get_recurring_payment_consent_v1_responses.go
- obbr_automatic_payments_recurring_consent_introspect_parameters.go
- obbr_automatic_payments_recurring_consent_introspect_responses.go
- obbr_client.go
- obbr_data_access_consent_introspect_parameters.go
- obbr_data_access_consent_introspect_responses.go
- obbr_data_access_consent_v2_introspect_parameters.go
- obbr_data_access_consent_v2_introspect_responses.go
- obbr_payment_consent_introspect_parameters.go
- obbr_payment_consent_introspect_responses.go
- obbr_payment_consent_introspect_v2_parameters.go
- obbr_payment_consent_introspect_v2_responses.go
- obbr_payment_consent_introspect_v3_parameters.go
- obbr_payment_consent_introspect_v3_responses.go
- obbr_payment_consent_introspect_v4_parameters.go
- obbr_payment_consent_introspect_v4_responses.go
- patch_payment_consent_parameters.go
- patch_payment_consent_responses.go
- patch_recurring_payment_consent_v1_parameters.go
- patch_recurring_payment_consent_v1_responses.go