expected_transactions

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2024 License: MIT Imports: 12 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 expected transactions API

func (*Client) GetV1ExpectedTransactions

func (a *Client) GetV1ExpectedTransactions(params *GetV1ExpectedTransactionsParams, opts ...ClientOption) (*GetV1ExpectedTransactionsOK, error)
GetV1ExpectedTransactions queries expected transactions

Returns a list of expected transactions. For further details on Pagination, see section above.

Sort order is always descending on date

func (*Client) GetV1ExpectedTransactionsID

func (a *Client) GetV1ExpectedTransactionsID(params *GetV1ExpectedTransactionsIDParams, opts ...ClientOption) (*GetV1ExpectedTransactionsIDOK, error)

GetV1ExpectedTransactionsID reads expected transaction

Returns the identified Expected Transaction

func (*Client) GetV1ExpectedTransactionsIDEvents

func (a *Client) GetV1ExpectedTransactionsIDEvents(params *GetV1ExpectedTransactionsIDEventsParams, opts ...ClientOption) (*GetV1ExpectedTransactionsIDEventsOK, error)

GetV1ExpectedTransactionsIDEvents queries expected transaction events

Returns a list of Expected Transaction events. For further details on Pagination, see the section above. Required scopes: `expected_transactions:read`, `expected_transaction_event:read`.

func (*Client) PostV1ExpectedTransactions

func (a *Client) PostV1ExpectedTransactions(params *PostV1ExpectedTransactionsParams, opts ...ClientOption) (*PostV1ExpectedTransactionsOK, error)

PostV1ExpectedTransactions creates expected transaction

Create Expected Transaction

func (*Client) PostV1betaExpectedTransactionsIDArchive

func (a *Client) PostV1betaExpectedTransactionsIDArchive(params *PostV1betaExpectedTransactionsIDArchiveParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDArchiveOK, error)

PostV1betaExpectedTransactionsIDArchive archives expected transaction

Archive Expected Transaction. Required scopes: `expected_transactions:update` and `expected_transactions:read`.

func (*Client) PostV1betaExpectedTransactionsIDReconcile

func (a *Client) PostV1betaExpectedTransactionsIDReconcile(params *PostV1betaExpectedTransactionsIDReconcileParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDReconcileOK, error)

PostV1betaExpectedTransactionsIDReconcile reconciles expected transaction

Reconcile Expected Transaction. Required scopes: `expected_transactions:read`, `expected_transactions:update`, `transactions:read`, `transactions:update`, `reconciliation:create`.

func (*Client) PostV1betaExpectedTransactionsIDUnarchive added in v1.4.0

func (a *Client) PostV1betaExpectedTransactionsIDUnarchive(params *PostV1betaExpectedTransactionsIDUnarchiveParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDUnarchiveOK, error)

PostV1betaExpectedTransactionsIDUnarchive unarchives expected transaction

Unarchive Expected Transaction. Required scopes: `expected_transactions:update` and `expected_transactions:read`.

func (*Client) PostV1betaExpectedTransactionsIDUnreconcile

func (a *Client) PostV1betaExpectedTransactionsIDUnreconcile(params *PostV1betaExpectedTransactionsIDUnreconcileParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDUnreconcileOK, error)

PostV1betaExpectedTransactionsIDUnreconcile unreconciles expected transaction

Unreconcile Expected Transaction. Required scopes: `expected_transactions:read`, `expected_transactions:update`, `transactions:read`, `transactions:update`, `reconciliation:create`.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetV1ExpectedTransactions(params *GetV1ExpectedTransactionsParams, opts ...ClientOption) (*GetV1ExpectedTransactionsOK, error)

	GetV1ExpectedTransactionsID(params *GetV1ExpectedTransactionsIDParams, opts ...ClientOption) (*GetV1ExpectedTransactionsIDOK, error)

	GetV1ExpectedTransactionsIDEvents(params *GetV1ExpectedTransactionsIDEventsParams, opts ...ClientOption) (*GetV1ExpectedTransactionsIDEventsOK, error)

	PostV1ExpectedTransactions(params *PostV1ExpectedTransactionsParams, opts ...ClientOption) (*PostV1ExpectedTransactionsOK, error)

	PostV1betaExpectedTransactionsIDArchive(params *PostV1betaExpectedTransactionsIDArchiveParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDArchiveOK, error)

	PostV1betaExpectedTransactionsIDReconcile(params *PostV1betaExpectedTransactionsIDReconcileParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDReconcileOK, error)

	PostV1betaExpectedTransactionsIDUnarchive(params *PostV1betaExpectedTransactionsIDUnarchiveParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDUnarchiveOK, error)

	PostV1betaExpectedTransactionsIDUnreconcile(params *PostV1betaExpectedTransactionsIDUnreconcileParams, opts ...ClientOption) (*PostV1betaExpectedTransactionsIDUnreconcileOK, 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 expected transactions API client.

type GetV1ExpectedTransactionsIDEventsOK

type GetV1ExpectedTransactionsIDEventsOK struct {
	Payload *GetV1ExpectedTransactionsIDEventsOKBody
}

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

QueryResponse with a list of Events

func NewGetV1ExpectedTransactionsIDEventsOK

func NewGetV1ExpectedTransactionsIDEventsOK() *GetV1ExpectedTransactionsIDEventsOK

NewGetV1ExpectedTransactionsIDEventsOK creates a GetV1ExpectedTransactionsIDEventsOK with default headers values

func (*GetV1ExpectedTransactionsIDEventsOK) Code

Code gets the status code for the get v1 expected transactions Id events o k response

func (*GetV1ExpectedTransactionsIDEventsOK) Error

func (*GetV1ExpectedTransactionsIDEventsOK) GetPayload

func (*GetV1ExpectedTransactionsIDEventsOK) IsClientError

func (o *GetV1ExpectedTransactionsIDEventsOK) IsClientError() bool

IsClientError returns true when this get v1 expected transactions Id events o k response has a 4xx status code

func (*GetV1ExpectedTransactionsIDEventsOK) IsCode

IsCode returns true when this get v1 expected transactions Id events o k response a status code equal to that given

func (*GetV1ExpectedTransactionsIDEventsOK) IsRedirect

func (o *GetV1ExpectedTransactionsIDEventsOK) IsRedirect() bool

IsRedirect returns true when this get v1 expected transactions Id events o k response has a 3xx status code

func (*GetV1ExpectedTransactionsIDEventsOK) IsServerError

func (o *GetV1ExpectedTransactionsIDEventsOK) IsServerError() bool

IsServerError returns true when this get v1 expected transactions Id events o k response has a 5xx status code

func (*GetV1ExpectedTransactionsIDEventsOK) IsSuccess

IsSuccess returns true when this get v1 expected transactions Id events o k response has a 2xx status code

func (*GetV1ExpectedTransactionsIDEventsOK) String

type GetV1ExpectedTransactionsIDEventsOKBody

type GetV1ExpectedTransactionsIDEventsOKBody struct {
	models.QueryResponse

	// items
	Items []*models.Event `json:"items"`
}

GetV1ExpectedTransactionsIDEventsOKBody get v1 expected transactions ID events o k body swagger:model GetV1ExpectedTransactionsIDEventsOKBody

func (*GetV1ExpectedTransactionsIDEventsOKBody) ContextValidate

ContextValidate validate this get v1 expected transactions ID events o k body based on the context it is used

func (*GetV1ExpectedTransactionsIDEventsOKBody) MarshalBinary

func (o *GetV1ExpectedTransactionsIDEventsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (GetV1ExpectedTransactionsIDEventsOKBody) MarshalJSON

func (o GetV1ExpectedTransactionsIDEventsOKBody) MarshalJSON() ([]byte, error)

MarshalJSON marshals this object to a JSON structure

func (*GetV1ExpectedTransactionsIDEventsOKBody) UnmarshalBinary

func (o *GetV1ExpectedTransactionsIDEventsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetV1ExpectedTransactionsIDEventsOKBody) UnmarshalJSON

func (o *GetV1ExpectedTransactionsIDEventsOKBody) UnmarshalJSON(raw []byte) error

UnmarshalJSON unmarshals this object from a JSON structure

func (*GetV1ExpectedTransactionsIDEventsOKBody) Validate

Validate validates this get v1 expected transactions ID events o k body

type GetV1ExpectedTransactionsIDEventsParams

type GetV1ExpectedTransactionsIDEventsParams struct {

	/* ID.

	   Expected Transaction ID
	*/
	ID string

	/* Limit.

	   Limit resulting response list. Defaults to 100.
	*/
	Limit *int64

	/* Token.

	   If response comes back and `nextToken` is populated, use that value in this `token` query to continue pagination.
	*/
	Token *string

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

GetV1ExpectedTransactionsIDEventsParams contains all the parameters to send to the API endpoint

for the get v1 expected transactions ID events operation.

Typically these are written to a http.Request.

func NewGetV1ExpectedTransactionsIDEventsParams

func NewGetV1ExpectedTransactionsIDEventsParams() *GetV1ExpectedTransactionsIDEventsParams

NewGetV1ExpectedTransactionsIDEventsParams creates a new GetV1ExpectedTransactionsIDEventsParams 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 NewGetV1ExpectedTransactionsIDEventsParamsWithContext

func NewGetV1ExpectedTransactionsIDEventsParamsWithContext(ctx context.Context) *GetV1ExpectedTransactionsIDEventsParams

NewGetV1ExpectedTransactionsIDEventsParamsWithContext creates a new GetV1ExpectedTransactionsIDEventsParams object with the ability to set a context for a request.

func NewGetV1ExpectedTransactionsIDEventsParamsWithHTTPClient

func NewGetV1ExpectedTransactionsIDEventsParamsWithHTTPClient(client *http.Client) *GetV1ExpectedTransactionsIDEventsParams

NewGetV1ExpectedTransactionsIDEventsParamsWithHTTPClient creates a new GetV1ExpectedTransactionsIDEventsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1ExpectedTransactionsIDEventsParamsWithTimeout

func NewGetV1ExpectedTransactionsIDEventsParamsWithTimeout(timeout time.Duration) *GetV1ExpectedTransactionsIDEventsParams

NewGetV1ExpectedTransactionsIDEventsParamsWithTimeout creates a new GetV1ExpectedTransactionsIDEventsParams object with the ability to set a timeout on a request.

func (*GetV1ExpectedTransactionsIDEventsParams) SetContext

SetContext adds the context to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) SetDefaults

func (o *GetV1ExpectedTransactionsIDEventsParams) SetDefaults()

SetDefaults hydrates default values in the get v1 expected transactions ID events params (not the query body).

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

func (*GetV1ExpectedTransactionsIDEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) SetID

SetID adds the id to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) SetLimit

func (o *GetV1ExpectedTransactionsIDEventsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) SetToken

func (o *GetV1ExpectedTransactionsIDEventsParams) SetToken(token *string)

SetToken adds the token to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WithContext

WithContext adds the context to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WithDefaults

WithDefaults hydrates default values in the get v1 expected transactions ID events params (not the query body).

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

func (*GetV1ExpectedTransactionsIDEventsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WithID

WithID adds the id to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WithLimit

WithLimit adds the limit to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WithTimeout

WithTimeout adds the timeout to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WithToken

WithToken adds the token to the get v1 expected transactions ID events params

func (*GetV1ExpectedTransactionsIDEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1ExpectedTransactionsIDEventsReader

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

GetV1ExpectedTransactionsIDEventsReader is a Reader for the GetV1ExpectedTransactionsIDEvents structure.

func (*GetV1ExpectedTransactionsIDEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1ExpectedTransactionsIDNotFound

type GetV1ExpectedTransactionsIDNotFound struct {
	Payload string
}

GetV1ExpectedTransactionsIDNotFound describes a response with status code 404, with default header values.

identified transaction doesn't exist

func NewGetV1ExpectedTransactionsIDNotFound

func NewGetV1ExpectedTransactionsIDNotFound() *GetV1ExpectedTransactionsIDNotFound

NewGetV1ExpectedTransactionsIDNotFound creates a GetV1ExpectedTransactionsIDNotFound with default headers values

func (*GetV1ExpectedTransactionsIDNotFound) Code

Code gets the status code for the get v1 expected transactions Id not found response

func (*GetV1ExpectedTransactionsIDNotFound) Error

func (*GetV1ExpectedTransactionsIDNotFound) GetPayload

func (*GetV1ExpectedTransactionsIDNotFound) IsClientError

func (o *GetV1ExpectedTransactionsIDNotFound) IsClientError() bool

IsClientError returns true when this get v1 expected transactions Id not found response has a 4xx status code

func (*GetV1ExpectedTransactionsIDNotFound) IsCode

IsCode returns true when this get v1 expected transactions Id not found response a status code equal to that given

func (*GetV1ExpectedTransactionsIDNotFound) IsRedirect

func (o *GetV1ExpectedTransactionsIDNotFound) IsRedirect() bool

IsRedirect returns true when this get v1 expected transactions Id not found response has a 3xx status code

func (*GetV1ExpectedTransactionsIDNotFound) IsServerError

func (o *GetV1ExpectedTransactionsIDNotFound) IsServerError() bool

IsServerError returns true when this get v1 expected transactions Id not found response has a 5xx status code

func (*GetV1ExpectedTransactionsIDNotFound) IsSuccess

IsSuccess returns true when this get v1 expected transactions Id not found response has a 2xx status code

func (*GetV1ExpectedTransactionsIDNotFound) String

type GetV1ExpectedTransactionsIDOK

type GetV1ExpectedTransactionsIDOK struct {
	Payload *models.ExpectedTransaction
}

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

the identified Expected Transaction

func NewGetV1ExpectedTransactionsIDOK

func NewGetV1ExpectedTransactionsIDOK() *GetV1ExpectedTransactionsIDOK

NewGetV1ExpectedTransactionsIDOK creates a GetV1ExpectedTransactionsIDOK with default headers values

func (*GetV1ExpectedTransactionsIDOK) Code

Code gets the status code for the get v1 expected transactions Id o k response

func (*GetV1ExpectedTransactionsIDOK) Error

func (*GetV1ExpectedTransactionsIDOK) GetPayload

func (*GetV1ExpectedTransactionsIDOK) IsClientError

func (o *GetV1ExpectedTransactionsIDOK) IsClientError() bool

IsClientError returns true when this get v1 expected transactions Id o k response has a 4xx status code

func (*GetV1ExpectedTransactionsIDOK) IsCode

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

IsCode returns true when this get v1 expected transactions Id o k response a status code equal to that given

func (*GetV1ExpectedTransactionsIDOK) IsRedirect

func (o *GetV1ExpectedTransactionsIDOK) IsRedirect() bool

IsRedirect returns true when this get v1 expected transactions Id o k response has a 3xx status code

func (*GetV1ExpectedTransactionsIDOK) IsServerError

func (o *GetV1ExpectedTransactionsIDOK) IsServerError() bool

IsServerError returns true when this get v1 expected transactions Id o k response has a 5xx status code

func (*GetV1ExpectedTransactionsIDOK) IsSuccess

func (o *GetV1ExpectedTransactionsIDOK) IsSuccess() bool

IsSuccess returns true when this get v1 expected transactions Id o k response has a 2xx status code

func (*GetV1ExpectedTransactionsIDOK) String

type GetV1ExpectedTransactionsIDParams

type GetV1ExpectedTransactionsIDParams struct {

	/* ID.

	   Expected Transaction ID
	*/
	ID string

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

GetV1ExpectedTransactionsIDParams contains all the parameters to send to the API endpoint

for the get v1 expected transactions ID operation.

Typically these are written to a http.Request.

func NewGetV1ExpectedTransactionsIDParams

func NewGetV1ExpectedTransactionsIDParams() *GetV1ExpectedTransactionsIDParams

NewGetV1ExpectedTransactionsIDParams creates a new GetV1ExpectedTransactionsIDParams 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 NewGetV1ExpectedTransactionsIDParamsWithContext

func NewGetV1ExpectedTransactionsIDParamsWithContext(ctx context.Context) *GetV1ExpectedTransactionsIDParams

NewGetV1ExpectedTransactionsIDParamsWithContext creates a new GetV1ExpectedTransactionsIDParams object with the ability to set a context for a request.

func NewGetV1ExpectedTransactionsIDParamsWithHTTPClient

func NewGetV1ExpectedTransactionsIDParamsWithHTTPClient(client *http.Client) *GetV1ExpectedTransactionsIDParams

NewGetV1ExpectedTransactionsIDParamsWithHTTPClient creates a new GetV1ExpectedTransactionsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1ExpectedTransactionsIDParamsWithTimeout

func NewGetV1ExpectedTransactionsIDParamsWithTimeout(timeout time.Duration) *GetV1ExpectedTransactionsIDParams

NewGetV1ExpectedTransactionsIDParamsWithTimeout creates a new GetV1ExpectedTransactionsIDParams object with the ability to set a timeout on a request.

func (*GetV1ExpectedTransactionsIDParams) SetContext

SetContext adds the context to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) SetDefaults

func (o *GetV1ExpectedTransactionsIDParams) SetDefaults()

SetDefaults hydrates default values in the get v1 expected transactions ID params (not the query body).

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

func (*GetV1ExpectedTransactionsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) SetID

SetID adds the id to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) WithContext

WithContext adds the context to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) WithDefaults

WithDefaults hydrates default values in the get v1 expected transactions ID params (not the query body).

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

func (*GetV1ExpectedTransactionsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) WithID

WithID adds the id to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) WithTimeout

WithTimeout adds the timeout to the get v1 expected transactions ID params

func (*GetV1ExpectedTransactionsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1ExpectedTransactionsIDReader

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

GetV1ExpectedTransactionsIDReader is a Reader for the GetV1ExpectedTransactionsID structure.

func (*GetV1ExpectedTransactionsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetV1ExpectedTransactionsOK

type GetV1ExpectedTransactionsOK struct {
	Payload *GetV1ExpectedTransactionsOKBody
}

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

QueryResponse with list of expected transactions

func NewGetV1ExpectedTransactionsOK

func NewGetV1ExpectedTransactionsOK() *GetV1ExpectedTransactionsOK

NewGetV1ExpectedTransactionsOK creates a GetV1ExpectedTransactionsOK with default headers values

func (*GetV1ExpectedTransactionsOK) Code

func (o *GetV1ExpectedTransactionsOK) Code() int

Code gets the status code for the get v1 expected transactions o k response

func (*GetV1ExpectedTransactionsOK) Error

func (*GetV1ExpectedTransactionsOK) GetPayload

func (*GetV1ExpectedTransactionsOK) IsClientError

func (o *GetV1ExpectedTransactionsOK) IsClientError() bool

IsClientError returns true when this get v1 expected transactions o k response has a 4xx status code

func (*GetV1ExpectedTransactionsOK) IsCode

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

IsCode returns true when this get v1 expected transactions o k response a status code equal to that given

func (*GetV1ExpectedTransactionsOK) IsRedirect

func (o *GetV1ExpectedTransactionsOK) IsRedirect() bool

IsRedirect returns true when this get v1 expected transactions o k response has a 3xx status code

func (*GetV1ExpectedTransactionsOK) IsServerError

func (o *GetV1ExpectedTransactionsOK) IsServerError() bool

IsServerError returns true when this get v1 expected transactions o k response has a 5xx status code

func (*GetV1ExpectedTransactionsOK) IsSuccess

func (o *GetV1ExpectedTransactionsOK) IsSuccess() bool

IsSuccess returns true when this get v1 expected transactions o k response has a 2xx status code

func (*GetV1ExpectedTransactionsOK) String

func (o *GetV1ExpectedTransactionsOK) String() string

type GetV1ExpectedTransactionsOKBody

type GetV1ExpectedTransactionsOKBody struct {
	models.QueryResponse

	// items
	Items []*models.ExpectedTransaction `json:"items"`
}

GetV1ExpectedTransactionsOKBody get v1 expected transactions o k body swagger:model GetV1ExpectedTransactionsOKBody

func (*GetV1ExpectedTransactionsOKBody) ContextValidate

func (o *GetV1ExpectedTransactionsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get v1 expected transactions o k body based on the context it is used

func (*GetV1ExpectedTransactionsOKBody) MarshalBinary

func (o *GetV1ExpectedTransactionsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (GetV1ExpectedTransactionsOKBody) MarshalJSON

func (o GetV1ExpectedTransactionsOKBody) MarshalJSON() ([]byte, error)

MarshalJSON marshals this object to a JSON structure

func (*GetV1ExpectedTransactionsOKBody) UnmarshalBinary

func (o *GetV1ExpectedTransactionsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetV1ExpectedTransactionsOKBody) UnmarshalJSON

func (o *GetV1ExpectedTransactionsOKBody) UnmarshalJSON(raw []byte) error

UnmarshalJSON unmarshals this object from a JSON structure

func (*GetV1ExpectedTransactionsOKBody) Validate

Validate validates this get v1 expected transactions o k body

type GetV1ExpectedTransactionsParams

type GetV1ExpectedTransactionsParams struct {

	/* AccountID.

	   Filters out transactions of the given account.
	*/
	AccountID *string

	/* FromDate.

	   Filters out transactions with date after or equal to the given date. Format as `yyyy-mm-dd`.
	*/
	FromDate *string

	/* Limit.

	   Limit resulting response list. Defaults to 100.
	*/
	Limit *int64

	/* Status.

	   Filters out transactions of the given status (`CREATED`, `RECONCILED` or `ARCHIVED`).
	*/
	Status *string

	/* ToDate.

	   Filters out transactions with date before or equal to the given date. Format as `yyyy-mm-dd`.
	*/
	ToDate *string

	/* Token.

	   If response comes back and `nextToken` is populated, use that value in this `token` query to continue pagination.
	*/
	Token *string

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

GetV1ExpectedTransactionsParams contains all the parameters to send to the API endpoint

for the get v1 expected transactions operation.

Typically these are written to a http.Request.

func NewGetV1ExpectedTransactionsParams

func NewGetV1ExpectedTransactionsParams() *GetV1ExpectedTransactionsParams

NewGetV1ExpectedTransactionsParams creates a new GetV1ExpectedTransactionsParams 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 NewGetV1ExpectedTransactionsParamsWithContext

func NewGetV1ExpectedTransactionsParamsWithContext(ctx context.Context) *GetV1ExpectedTransactionsParams

NewGetV1ExpectedTransactionsParamsWithContext creates a new GetV1ExpectedTransactionsParams object with the ability to set a context for a request.

func NewGetV1ExpectedTransactionsParamsWithHTTPClient

func NewGetV1ExpectedTransactionsParamsWithHTTPClient(client *http.Client) *GetV1ExpectedTransactionsParams

NewGetV1ExpectedTransactionsParamsWithHTTPClient creates a new GetV1ExpectedTransactionsParams object with the ability to set a custom HTTPClient for a request.

func NewGetV1ExpectedTransactionsParamsWithTimeout

func NewGetV1ExpectedTransactionsParamsWithTimeout(timeout time.Duration) *GetV1ExpectedTransactionsParams

NewGetV1ExpectedTransactionsParamsWithTimeout creates a new GetV1ExpectedTransactionsParams object with the ability to set a timeout on a request.

func (*GetV1ExpectedTransactionsParams) SetAccountID

func (o *GetV1ExpectedTransactionsParams) SetAccountID(accountID *string)

SetAccountID adds the accountId to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetContext

func (o *GetV1ExpectedTransactionsParams) SetContext(ctx context.Context)

SetContext adds the context to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetDefaults

func (o *GetV1ExpectedTransactionsParams) SetDefaults()

SetDefaults hydrates default values in the get v1 expected transactions params (not the query body).

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

func (*GetV1ExpectedTransactionsParams) SetFromDate

func (o *GetV1ExpectedTransactionsParams) SetFromDate(fromDate *string)

SetFromDate adds the fromDate to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetLimit

func (o *GetV1ExpectedTransactionsParams) SetLimit(limit *int64)

SetLimit adds the limit to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetStatus

func (o *GetV1ExpectedTransactionsParams) SetStatus(status *string)

SetStatus adds the status to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetTimeout

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

SetTimeout adds the timeout to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetToDate

func (o *GetV1ExpectedTransactionsParams) SetToDate(toDate *string)

SetToDate adds the toDate to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) SetToken

func (o *GetV1ExpectedTransactionsParams) SetToken(token *string)

SetToken adds the token to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithAccountID

WithAccountID adds the accountID to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithContext

WithContext adds the context to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithDefaults

WithDefaults hydrates default values in the get v1 expected transactions params (not the query body).

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

func (*GetV1ExpectedTransactionsParams) WithFromDate

WithFromDate adds the fromDate to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithLimit

WithLimit adds the limit to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithStatus

WithStatus adds the status to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithTimeout

WithTimeout adds the timeout to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithToDate

WithToDate adds the toDate to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WithToken

WithToken adds the token to the get v1 expected transactions params

func (*GetV1ExpectedTransactionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetV1ExpectedTransactionsReader

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

GetV1ExpectedTransactionsReader is a Reader for the GetV1ExpectedTransactions structure.

func (*GetV1ExpectedTransactionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1ExpectedTransactionsOK

type PostV1ExpectedTransactionsOK struct {
	Payload *models.ExpectedTransaction
}

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

The created Expected Transaction

func NewPostV1ExpectedTransactionsOK

func NewPostV1ExpectedTransactionsOK() *PostV1ExpectedTransactionsOK

NewPostV1ExpectedTransactionsOK creates a PostV1ExpectedTransactionsOK with default headers values

func (*PostV1ExpectedTransactionsOK) Code

Code gets the status code for the post v1 expected transactions o k response

func (*PostV1ExpectedTransactionsOK) Error

func (*PostV1ExpectedTransactionsOK) GetPayload

func (*PostV1ExpectedTransactionsOK) IsClientError

func (o *PostV1ExpectedTransactionsOK) IsClientError() bool

IsClientError returns true when this post v1 expected transactions o k response has a 4xx status code

func (*PostV1ExpectedTransactionsOK) IsCode

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

IsCode returns true when this post v1 expected transactions o k response a status code equal to that given

func (*PostV1ExpectedTransactionsOK) IsRedirect

func (o *PostV1ExpectedTransactionsOK) IsRedirect() bool

IsRedirect returns true when this post v1 expected transactions o k response has a 3xx status code

func (*PostV1ExpectedTransactionsOK) IsServerError

func (o *PostV1ExpectedTransactionsOK) IsServerError() bool

IsServerError returns true when this post v1 expected transactions o k response has a 5xx status code

func (*PostV1ExpectedTransactionsOK) IsSuccess

func (o *PostV1ExpectedTransactionsOK) IsSuccess() bool

IsSuccess returns true when this post v1 expected transactions o k response has a 2xx status code

func (*PostV1ExpectedTransactionsOK) String

type PostV1ExpectedTransactionsParams

type PostV1ExpectedTransactionsParams struct {

	/* Transaction.

	   Expected Transaction
	*/
	Transaction *models.CreateExpectedTransactionRequest

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

PostV1ExpectedTransactionsParams contains all the parameters to send to the API endpoint

for the post v1 expected transactions operation.

Typically these are written to a http.Request.

func NewPostV1ExpectedTransactionsParams

func NewPostV1ExpectedTransactionsParams() *PostV1ExpectedTransactionsParams

NewPostV1ExpectedTransactionsParams creates a new PostV1ExpectedTransactionsParams 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 NewPostV1ExpectedTransactionsParamsWithContext

func NewPostV1ExpectedTransactionsParamsWithContext(ctx context.Context) *PostV1ExpectedTransactionsParams

NewPostV1ExpectedTransactionsParamsWithContext creates a new PostV1ExpectedTransactionsParams object with the ability to set a context for a request.

func NewPostV1ExpectedTransactionsParamsWithHTTPClient

func NewPostV1ExpectedTransactionsParamsWithHTTPClient(client *http.Client) *PostV1ExpectedTransactionsParams

NewPostV1ExpectedTransactionsParamsWithHTTPClient creates a new PostV1ExpectedTransactionsParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1ExpectedTransactionsParamsWithTimeout

func NewPostV1ExpectedTransactionsParamsWithTimeout(timeout time.Duration) *PostV1ExpectedTransactionsParams

NewPostV1ExpectedTransactionsParamsWithTimeout creates a new PostV1ExpectedTransactionsParams object with the ability to set a timeout on a request.

func (*PostV1ExpectedTransactionsParams) SetContext

SetContext adds the context to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) SetDefaults

func (o *PostV1ExpectedTransactionsParams) SetDefaults()

SetDefaults hydrates default values in the post v1 expected transactions params (not the query body).

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

func (*PostV1ExpectedTransactionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) SetTimeout

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

SetTimeout adds the timeout to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) SetTransaction

SetTransaction adds the transaction to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) WithContext

WithContext adds the context to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) WithDefaults

WithDefaults hydrates default values in the post v1 expected transactions params (not the query body).

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

func (*PostV1ExpectedTransactionsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) WithTimeout

WithTimeout adds the timeout to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) WithTransaction

WithTransaction adds the transaction to the post v1 expected transactions params

func (*PostV1ExpectedTransactionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1ExpectedTransactionsReader

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

PostV1ExpectedTransactionsReader is a Reader for the PostV1ExpectedTransactions structure.

func (*PostV1ExpectedTransactionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1betaExpectedTransactionsIDArchiveOK

type PostV1betaExpectedTransactionsIDArchiveOK struct {
	Payload *models.ExpectedTransaction
}

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

The Expected Transaction

func NewPostV1betaExpectedTransactionsIDArchiveOK

func NewPostV1betaExpectedTransactionsIDArchiveOK() *PostV1betaExpectedTransactionsIDArchiveOK

NewPostV1betaExpectedTransactionsIDArchiveOK creates a PostV1betaExpectedTransactionsIDArchiveOK with default headers values

func (*PostV1betaExpectedTransactionsIDArchiveOK) Code

Code gets the status code for the post v1beta expected transactions Id archive o k response

func (*PostV1betaExpectedTransactionsIDArchiveOK) Error

func (*PostV1betaExpectedTransactionsIDArchiveOK) GetPayload

func (*PostV1betaExpectedTransactionsIDArchiveOK) IsClientError

IsClientError returns true when this post v1beta expected transactions Id archive o k response has a 4xx status code

func (*PostV1betaExpectedTransactionsIDArchiveOK) IsCode

IsCode returns true when this post v1beta expected transactions Id archive o k response a status code equal to that given

func (*PostV1betaExpectedTransactionsIDArchiveOK) IsRedirect

IsRedirect returns true when this post v1beta expected transactions Id archive o k response has a 3xx status code

func (*PostV1betaExpectedTransactionsIDArchiveOK) IsServerError

IsServerError returns true when this post v1beta expected transactions Id archive o k response has a 5xx status code

func (*PostV1betaExpectedTransactionsIDArchiveOK) IsSuccess

IsSuccess returns true when this post v1beta expected transactions Id archive o k response has a 2xx status code

func (*PostV1betaExpectedTransactionsIDArchiveOK) String

type PostV1betaExpectedTransactionsIDArchiveParams

type PostV1betaExpectedTransactionsIDArchiveParams struct {

	/* ID.

	   Expected Transaction ID
	*/
	ID string

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

PostV1betaExpectedTransactionsIDArchiveParams contains all the parameters to send to the API endpoint

for the post v1beta expected transactions ID archive operation.

Typically these are written to a http.Request.

func NewPostV1betaExpectedTransactionsIDArchiveParams

func NewPostV1betaExpectedTransactionsIDArchiveParams() *PostV1betaExpectedTransactionsIDArchiveParams

NewPostV1betaExpectedTransactionsIDArchiveParams creates a new PostV1betaExpectedTransactionsIDArchiveParams 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 NewPostV1betaExpectedTransactionsIDArchiveParamsWithContext

func NewPostV1betaExpectedTransactionsIDArchiveParamsWithContext(ctx context.Context) *PostV1betaExpectedTransactionsIDArchiveParams

NewPostV1betaExpectedTransactionsIDArchiveParamsWithContext creates a new PostV1betaExpectedTransactionsIDArchiveParams object with the ability to set a context for a request.

func NewPostV1betaExpectedTransactionsIDArchiveParamsWithHTTPClient

func NewPostV1betaExpectedTransactionsIDArchiveParamsWithHTTPClient(client *http.Client) *PostV1betaExpectedTransactionsIDArchiveParams

NewPostV1betaExpectedTransactionsIDArchiveParamsWithHTTPClient creates a new PostV1betaExpectedTransactionsIDArchiveParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1betaExpectedTransactionsIDArchiveParamsWithTimeout

func NewPostV1betaExpectedTransactionsIDArchiveParamsWithTimeout(timeout time.Duration) *PostV1betaExpectedTransactionsIDArchiveParams

NewPostV1betaExpectedTransactionsIDArchiveParamsWithTimeout creates a new PostV1betaExpectedTransactionsIDArchiveParams object with the ability to set a timeout on a request.

func (*PostV1betaExpectedTransactionsIDArchiveParams) SetContext

SetContext adds the context to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) SetDefaults

SetDefaults hydrates default values in the post v1beta expected transactions ID archive params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDArchiveParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) SetID

SetID adds the id to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) SetTimeout

SetTimeout adds the timeout to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) WithContext

WithContext adds the context to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) WithDefaults

WithDefaults hydrates default values in the post v1beta expected transactions ID archive params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDArchiveParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) WithID

WithID adds the id to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) WithTimeout

WithTimeout adds the timeout to the post v1beta expected transactions ID archive params

func (*PostV1betaExpectedTransactionsIDArchiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1betaExpectedTransactionsIDArchiveReader

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

PostV1betaExpectedTransactionsIDArchiveReader is a Reader for the PostV1betaExpectedTransactionsIDArchive structure.

func (*PostV1betaExpectedTransactionsIDArchiveReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1betaExpectedTransactionsIDReconcileOK

type PostV1betaExpectedTransactionsIDReconcileOK struct {
	Payload *models.ExpectedTransaction
}

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

The Expected Transaction

func NewPostV1betaExpectedTransactionsIDReconcileOK

func NewPostV1betaExpectedTransactionsIDReconcileOK() *PostV1betaExpectedTransactionsIDReconcileOK

NewPostV1betaExpectedTransactionsIDReconcileOK creates a PostV1betaExpectedTransactionsIDReconcileOK with default headers values

func (*PostV1betaExpectedTransactionsIDReconcileOK) Code

Code gets the status code for the post v1beta expected transactions Id reconcile o k response

func (*PostV1betaExpectedTransactionsIDReconcileOK) Error

func (*PostV1betaExpectedTransactionsIDReconcileOK) GetPayload

func (*PostV1betaExpectedTransactionsIDReconcileOK) IsClientError

IsClientError returns true when this post v1beta expected transactions Id reconcile o k response has a 4xx status code

func (*PostV1betaExpectedTransactionsIDReconcileOK) IsCode

IsCode returns true when this post v1beta expected transactions Id reconcile o k response a status code equal to that given

func (*PostV1betaExpectedTransactionsIDReconcileOK) IsRedirect

IsRedirect returns true when this post v1beta expected transactions Id reconcile o k response has a 3xx status code

func (*PostV1betaExpectedTransactionsIDReconcileOK) IsServerError

IsServerError returns true when this post v1beta expected transactions Id reconcile o k response has a 5xx status code

func (*PostV1betaExpectedTransactionsIDReconcileOK) IsSuccess

IsSuccess returns true when this post v1beta expected transactions Id reconcile o k response has a 2xx status code

func (*PostV1betaExpectedTransactionsIDReconcileOK) String

type PostV1betaExpectedTransactionsIDReconcileParams

type PostV1betaExpectedTransactionsIDReconcileParams struct {

	/* ID.

	   Expected Transaction ID
	*/
	ID string

	/* Transaction.

	   Expected Transaction
	*/
	Transaction *models.ReconcileExpectedTransactionRequest

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

PostV1betaExpectedTransactionsIDReconcileParams contains all the parameters to send to the API endpoint

for the post v1beta expected transactions ID reconcile operation.

Typically these are written to a http.Request.

func NewPostV1betaExpectedTransactionsIDReconcileParams

func NewPostV1betaExpectedTransactionsIDReconcileParams() *PostV1betaExpectedTransactionsIDReconcileParams

NewPostV1betaExpectedTransactionsIDReconcileParams creates a new PostV1betaExpectedTransactionsIDReconcileParams 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 NewPostV1betaExpectedTransactionsIDReconcileParamsWithContext

func NewPostV1betaExpectedTransactionsIDReconcileParamsWithContext(ctx context.Context) *PostV1betaExpectedTransactionsIDReconcileParams

NewPostV1betaExpectedTransactionsIDReconcileParamsWithContext creates a new PostV1betaExpectedTransactionsIDReconcileParams object with the ability to set a context for a request.

func NewPostV1betaExpectedTransactionsIDReconcileParamsWithHTTPClient

func NewPostV1betaExpectedTransactionsIDReconcileParamsWithHTTPClient(client *http.Client) *PostV1betaExpectedTransactionsIDReconcileParams

NewPostV1betaExpectedTransactionsIDReconcileParamsWithHTTPClient creates a new PostV1betaExpectedTransactionsIDReconcileParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1betaExpectedTransactionsIDReconcileParamsWithTimeout

func NewPostV1betaExpectedTransactionsIDReconcileParamsWithTimeout(timeout time.Duration) *PostV1betaExpectedTransactionsIDReconcileParams

NewPostV1betaExpectedTransactionsIDReconcileParamsWithTimeout creates a new PostV1betaExpectedTransactionsIDReconcileParams object with the ability to set a timeout on a request.

func (*PostV1betaExpectedTransactionsIDReconcileParams) SetContext

SetContext adds the context to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) SetDefaults

SetDefaults hydrates default values in the post v1beta expected transactions ID reconcile params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDReconcileParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) SetID

SetID adds the id to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) SetTimeout

SetTimeout adds the timeout to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) SetTransaction

SetTransaction adds the transaction to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) WithContext

WithContext adds the context to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) WithDefaults

WithDefaults hydrates default values in the post v1beta expected transactions ID reconcile params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDReconcileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) WithID

WithID adds the id to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) WithTimeout

WithTimeout adds the timeout to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) WithTransaction

WithTransaction adds the transaction to the post v1beta expected transactions ID reconcile params

func (*PostV1betaExpectedTransactionsIDReconcileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1betaExpectedTransactionsIDReconcileReader

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

PostV1betaExpectedTransactionsIDReconcileReader is a Reader for the PostV1betaExpectedTransactionsIDReconcile structure.

func (*PostV1betaExpectedTransactionsIDReconcileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostV1betaExpectedTransactionsIDUnarchiveOK added in v1.4.0

type PostV1betaExpectedTransactionsIDUnarchiveOK struct {
	Payload *models.ExpectedTransaction
}

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

The Expected Transaction

func NewPostV1betaExpectedTransactionsIDUnarchiveOK added in v1.4.0

func NewPostV1betaExpectedTransactionsIDUnarchiveOK() *PostV1betaExpectedTransactionsIDUnarchiveOK

NewPostV1betaExpectedTransactionsIDUnarchiveOK creates a PostV1betaExpectedTransactionsIDUnarchiveOK with default headers values

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) Code added in v1.4.0

Code gets the status code for the post v1beta expected transactions Id unarchive o k response

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) Error added in v1.4.0

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) GetPayload added in v1.4.0

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) IsClientError added in v1.4.0

IsClientError returns true when this post v1beta expected transactions Id unarchive o k response has a 4xx status code

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) IsCode added in v1.4.0

IsCode returns true when this post v1beta expected transactions Id unarchive o k response a status code equal to that given

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) IsRedirect added in v1.4.0

IsRedirect returns true when this post v1beta expected transactions Id unarchive o k response has a 3xx status code

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) IsServerError added in v1.4.0

IsServerError returns true when this post v1beta expected transactions Id unarchive o k response has a 5xx status code

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) IsSuccess added in v1.4.0

IsSuccess returns true when this post v1beta expected transactions Id unarchive o k response has a 2xx status code

func (*PostV1betaExpectedTransactionsIDUnarchiveOK) String added in v1.4.0

type PostV1betaExpectedTransactionsIDUnarchiveParams added in v1.4.0

type PostV1betaExpectedTransactionsIDUnarchiveParams struct {

	/* ID.

	   Expected Transaction ID
	*/
	ID string

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

PostV1betaExpectedTransactionsIDUnarchiveParams contains all the parameters to send to the API endpoint

for the post v1beta expected transactions ID unarchive operation.

Typically these are written to a http.Request.

func NewPostV1betaExpectedTransactionsIDUnarchiveParams added in v1.4.0

func NewPostV1betaExpectedTransactionsIDUnarchiveParams() *PostV1betaExpectedTransactionsIDUnarchiveParams

NewPostV1betaExpectedTransactionsIDUnarchiveParams creates a new PostV1betaExpectedTransactionsIDUnarchiveParams 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 NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithContext added in v1.4.0

func NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithContext(ctx context.Context) *PostV1betaExpectedTransactionsIDUnarchiveParams

NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithContext creates a new PostV1betaExpectedTransactionsIDUnarchiveParams object with the ability to set a context for a request.

func NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithHTTPClient added in v1.4.0

func NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithHTTPClient(client *http.Client) *PostV1betaExpectedTransactionsIDUnarchiveParams

NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithHTTPClient creates a new PostV1betaExpectedTransactionsIDUnarchiveParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithTimeout added in v1.4.0

func NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithTimeout(timeout time.Duration) *PostV1betaExpectedTransactionsIDUnarchiveParams

NewPostV1betaExpectedTransactionsIDUnarchiveParamsWithTimeout creates a new PostV1betaExpectedTransactionsIDUnarchiveParams object with the ability to set a timeout on a request.

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) SetContext added in v1.4.0

SetContext adds the context to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) SetDefaults added in v1.4.0

SetDefaults hydrates default values in the post v1beta expected transactions ID unarchive params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) SetHTTPClient added in v1.4.0

SetHTTPClient adds the HTTPClient to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) SetID added in v1.4.0

SetID adds the id to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) SetTimeout added in v1.4.0

SetTimeout adds the timeout to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) WithContext added in v1.4.0

WithContext adds the context to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) WithDefaults added in v1.4.0

WithDefaults hydrates default values in the post v1beta expected transactions ID unarchive params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) WithHTTPClient added in v1.4.0

WithHTTPClient adds the HTTPClient to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) WithID added in v1.4.0

WithID adds the id to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) WithTimeout added in v1.4.0

WithTimeout adds the timeout to the post v1beta expected transactions ID unarchive params

func (*PostV1betaExpectedTransactionsIDUnarchiveParams) WriteToRequest added in v1.4.0

WriteToRequest writes these params to a swagger request

type PostV1betaExpectedTransactionsIDUnarchiveReader added in v1.4.0

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

PostV1betaExpectedTransactionsIDUnarchiveReader is a Reader for the PostV1betaExpectedTransactionsIDUnarchive structure.

func (*PostV1betaExpectedTransactionsIDUnarchiveReader) ReadResponse added in v1.4.0

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

ReadResponse reads a server response into the received o.

type PostV1betaExpectedTransactionsIDUnreconcileOK

type PostV1betaExpectedTransactionsIDUnreconcileOK struct {
	Payload *models.ExpectedTransaction
}

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

The Expected Transaction

func NewPostV1betaExpectedTransactionsIDUnreconcileOK

func NewPostV1betaExpectedTransactionsIDUnreconcileOK() *PostV1betaExpectedTransactionsIDUnreconcileOK

NewPostV1betaExpectedTransactionsIDUnreconcileOK creates a PostV1betaExpectedTransactionsIDUnreconcileOK with default headers values

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) Code

Code gets the status code for the post v1beta expected transactions Id unreconcile o k response

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) Error

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) GetPayload

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) IsClientError

IsClientError returns true when this post v1beta expected transactions Id unreconcile o k response has a 4xx status code

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) IsCode

IsCode returns true when this post v1beta expected transactions Id unreconcile o k response a status code equal to that given

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) IsRedirect

IsRedirect returns true when this post v1beta expected transactions Id unreconcile o k response has a 3xx status code

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) IsServerError

IsServerError returns true when this post v1beta expected transactions Id unreconcile o k response has a 5xx status code

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) IsSuccess

IsSuccess returns true when this post v1beta expected transactions Id unreconcile o k response has a 2xx status code

func (*PostV1betaExpectedTransactionsIDUnreconcileOK) String

type PostV1betaExpectedTransactionsIDUnreconcileParams

type PostV1betaExpectedTransactionsIDUnreconcileParams struct {

	/* ID.

	   Expected Transaction ID
	*/
	ID string

	/* Transaction.

	   Expected Transaction
	*/
	Transaction *models.UnreconcileExpectedTransactionRequest

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

PostV1betaExpectedTransactionsIDUnreconcileParams contains all the parameters to send to the API endpoint

for the post v1beta expected transactions ID unreconcile operation.

Typically these are written to a http.Request.

func NewPostV1betaExpectedTransactionsIDUnreconcileParams

func NewPostV1betaExpectedTransactionsIDUnreconcileParams() *PostV1betaExpectedTransactionsIDUnreconcileParams

NewPostV1betaExpectedTransactionsIDUnreconcileParams creates a new PostV1betaExpectedTransactionsIDUnreconcileParams 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 NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithContext

func NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithContext(ctx context.Context) *PostV1betaExpectedTransactionsIDUnreconcileParams

NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithContext creates a new PostV1betaExpectedTransactionsIDUnreconcileParams object with the ability to set a context for a request.

func NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithHTTPClient

func NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithHTTPClient(client *http.Client) *PostV1betaExpectedTransactionsIDUnreconcileParams

NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithHTTPClient creates a new PostV1betaExpectedTransactionsIDUnreconcileParams object with the ability to set a custom HTTPClient for a request.

func NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithTimeout

func NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithTimeout(timeout time.Duration) *PostV1betaExpectedTransactionsIDUnreconcileParams

NewPostV1betaExpectedTransactionsIDUnreconcileParamsWithTimeout creates a new PostV1betaExpectedTransactionsIDUnreconcileParams object with the ability to set a timeout on a request.

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) SetContext

SetContext adds the context to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) SetDefaults

SetDefaults hydrates default values in the post v1beta expected transactions ID unreconcile params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) SetID

SetID adds the id to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) SetTimeout

SetTimeout adds the timeout to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) SetTransaction

SetTransaction adds the transaction to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WithContext

WithContext adds the context to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WithDefaults

WithDefaults hydrates default values in the post v1beta expected transactions ID unreconcile params (not the query body).

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

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WithID

WithID adds the id to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WithTimeout

WithTimeout adds the timeout to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WithTransaction

WithTransaction adds the transaction to the post v1beta expected transactions ID unreconcile params

func (*PostV1betaExpectedTransactionsIDUnreconcileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostV1betaExpectedTransactionsIDUnreconcileReader

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

PostV1betaExpectedTransactionsIDUnreconcileReader is a Reader for the PostV1betaExpectedTransactionsIDUnreconcile structure.

func (*PostV1betaExpectedTransactionsIDUnreconcileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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