transaction_security_controller

package
v1.2.7 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for transaction security controller API

func (*Client) GetTransactionSecurityInfoUsingPOST

GetTransactionSecurityInfoUsingPOST transactions simulation

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetTransactionSecurityInfoUsingPOST(params *GetTransactionSecurityInfoUsingPOSTParams) (*GetTransactionSecurityInfoUsingPOSTOK, *GetTransactionSecurityInfoUsingPOSTCreated, 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 transaction security controller API client.

type GetTransactionSecurityInfoUsingPOSTCreated

type GetTransactionSecurityInfoUsingPOSTCreated struct {
}

GetTransactionSecurityInfoUsingPOSTCreated handles this case with default header values.

Created

func NewGetTransactionSecurityInfoUsingPOSTCreated

func NewGetTransactionSecurityInfoUsingPOSTCreated() *GetTransactionSecurityInfoUsingPOSTCreated

NewGetTransactionSecurityInfoUsingPOSTCreated creates a GetTransactionSecurityInfoUsingPOSTCreated with default headers values

func (*GetTransactionSecurityInfoUsingPOSTCreated) Error

type GetTransactionSecurityInfoUsingPOSTForbidden

type GetTransactionSecurityInfoUsingPOSTForbidden struct {
}

GetTransactionSecurityInfoUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewGetTransactionSecurityInfoUsingPOSTForbidden

func NewGetTransactionSecurityInfoUsingPOSTForbidden() *GetTransactionSecurityInfoUsingPOSTForbidden

NewGetTransactionSecurityInfoUsingPOSTForbidden creates a GetTransactionSecurityInfoUsingPOSTForbidden with default headers values

func (*GetTransactionSecurityInfoUsingPOSTForbidden) Error

type GetTransactionSecurityInfoUsingPOSTNotFound

type GetTransactionSecurityInfoUsingPOSTNotFound struct {
}

GetTransactionSecurityInfoUsingPOSTNotFound handles this case with default header values.

Not Found

func NewGetTransactionSecurityInfoUsingPOSTNotFound

func NewGetTransactionSecurityInfoUsingPOSTNotFound() *GetTransactionSecurityInfoUsingPOSTNotFound

NewGetTransactionSecurityInfoUsingPOSTNotFound creates a GetTransactionSecurityInfoUsingPOSTNotFound with default headers values

func (*GetTransactionSecurityInfoUsingPOSTNotFound) Error

type GetTransactionSecurityInfoUsingPOSTOK

type GetTransactionSecurityInfoUsingPOSTOK struct {
	Payload *models.ResponseWrapperTransactionSecurityResponse
}

GetTransactionSecurityInfoUsingPOSTOK handles this case with default header values.

OK

func NewGetTransactionSecurityInfoUsingPOSTOK

func NewGetTransactionSecurityInfoUsingPOSTOK() *GetTransactionSecurityInfoUsingPOSTOK

NewGetTransactionSecurityInfoUsingPOSTOK creates a GetTransactionSecurityInfoUsingPOSTOK with default headers values

func (*GetTransactionSecurityInfoUsingPOSTOK) Error

func (*GetTransactionSecurityInfoUsingPOSTOK) GetPayload

type GetTransactionSecurityInfoUsingPOSTParams

type GetTransactionSecurityInfoUsingPOSTParams struct {

	/*Authorization
	  Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)

	*/
	Authorization *string
	/*TransactionSecurityRequest
	  transactionSecurityRequest

	*/
	TransactionSecurityRequest *models.TransactionSecurityRequest

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

GetTransactionSecurityInfoUsingPOSTParams contains all the parameters to send to the API endpoint for the get transaction security info using p o s t operation typically these are written to a http.Request

func NewGetTransactionSecurityInfoUsingPOSTParams

func NewGetTransactionSecurityInfoUsingPOSTParams() *GetTransactionSecurityInfoUsingPOSTParams

NewGetTransactionSecurityInfoUsingPOSTParams creates a new GetTransactionSecurityInfoUsingPOSTParams object with the default values initialized.

func NewGetTransactionSecurityInfoUsingPOSTParamsWithContext

func NewGetTransactionSecurityInfoUsingPOSTParamsWithContext(ctx context.Context) *GetTransactionSecurityInfoUsingPOSTParams

NewGetTransactionSecurityInfoUsingPOSTParamsWithContext creates a new GetTransactionSecurityInfoUsingPOSTParams object with the default values initialized, and the ability to set a context for a request

func NewGetTransactionSecurityInfoUsingPOSTParamsWithHTTPClient

func NewGetTransactionSecurityInfoUsingPOSTParamsWithHTTPClient(client *http.Client) *GetTransactionSecurityInfoUsingPOSTParams

NewGetTransactionSecurityInfoUsingPOSTParamsWithHTTPClient creates a new GetTransactionSecurityInfoUsingPOSTParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetTransactionSecurityInfoUsingPOSTParamsWithTimeout

func NewGetTransactionSecurityInfoUsingPOSTParamsWithTimeout(timeout time.Duration) *GetTransactionSecurityInfoUsingPOSTParams

NewGetTransactionSecurityInfoUsingPOSTParamsWithTimeout creates a new GetTransactionSecurityInfoUsingPOSTParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetTransactionSecurityInfoUsingPOSTParams) SetAuthorization

func (o *GetTransactionSecurityInfoUsingPOSTParams) SetAuthorization(authorization *string)

SetAuthorization adds the authorization to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) SetContext

SetContext adds the context to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) SetTimeout

SetTimeout adds the timeout to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) SetTransactionSecurityRequest

func (o *GetTransactionSecurityInfoUsingPOSTParams) SetTransactionSecurityRequest(transactionSecurityRequest *models.TransactionSecurityRequest)

SetTransactionSecurityRequest adds the transactionSecurityRequest to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) WithAuthorization

WithAuthorization adds the authorization to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) WithContext

WithContext adds the context to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) WithTransactionSecurityRequest

func (o *GetTransactionSecurityInfoUsingPOSTParams) WithTransactionSecurityRequest(transactionSecurityRequest *models.TransactionSecurityRequest) *GetTransactionSecurityInfoUsingPOSTParams

WithTransactionSecurityRequest adds the transactionSecurityRequest to the get transaction security info using p o s t params

func (*GetTransactionSecurityInfoUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTransactionSecurityInfoUsingPOSTReader

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

GetTransactionSecurityInfoUsingPOSTReader is a Reader for the GetTransactionSecurityInfoUsingPOST structure.

func (*GetTransactionSecurityInfoUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTransactionSecurityInfoUsingPOSTUnauthorized

type GetTransactionSecurityInfoUsingPOSTUnauthorized struct {
}

GetTransactionSecurityInfoUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewGetTransactionSecurityInfoUsingPOSTUnauthorized

func NewGetTransactionSecurityInfoUsingPOSTUnauthorized() *GetTransactionSecurityInfoUsingPOSTUnauthorized

NewGetTransactionSecurityInfoUsingPOSTUnauthorized creates a GetTransactionSecurityInfoUsingPOSTUnauthorized with default headers values

func (*GetTransactionSecurityInfoUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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