operations

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: MIT Imports: 11 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 operations API

func (*Client) ListFinancialEventGroups

func (a *Client) ListFinancialEventGroups(params *ListFinancialEventGroupsParams, opts ...ClientOption) (*ListFinancialEventGroupsOK, error)
ListFinancialEventGroups Returns financial event groups for a given date range. It may take up to 48 hours for orders to appear in your financial events.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) ListFinancialEvents

func (a *Client) ListFinancialEvents(params *ListFinancialEventsParams, opts ...ClientOption) (*ListFinancialEventsOK, error)
ListFinancialEvents Returns financial events for the specified data range. It may take up to 48 hours for orders to appear in your financial events. **Note:** in `ListFinancialEvents`, deferred events don't show up in responses until in they are released.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) ListFinancialEventsByGroupID

func (a *Client) ListFinancialEventsByGroupID(params *ListFinancialEventsByGroupIDParams, opts ...ClientOption) (*ListFinancialEventsByGroupIDOK, error)
ListFinancialEventsByGroupID Returns all financial events for the specified financial event group. It may take up to 48 hours for orders to appear in your financial events.

**Note:** This operation will only retrieve group's data for the past two years. If a request is submitted for data spanning more than two years, an empty response is returned.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

func (*Client) ListFinancialEventsByOrderID

func (a *Client) ListFinancialEventsByOrderID(params *ListFinancialEventsByOrderIDParams, opts ...ClientOption) (*ListFinancialEventsByOrderIDOK, error)
ListFinancialEventsByOrderID Returns all financial events for the specified order. It may take up to 48 hours for orders to appear in your financial events.

**Usage Plan:**

| Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

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 {
	ListFinancialEventGroups(params *ListFinancialEventGroupsParams, opts ...ClientOption) (*ListFinancialEventGroupsOK, error)

	ListFinancialEvents(params *ListFinancialEventsParams, opts ...ClientOption) (*ListFinancialEventsOK, error)

	ListFinancialEventsByGroupID(params *ListFinancialEventsByGroupIDParams, opts ...ClientOption) (*ListFinancialEventsByGroupIDOK, error)

	ListFinancialEventsByOrderID(params *ListFinancialEventsByOrderIDParams, opts ...ClientOption) (*ListFinancialEventsByOrderIDOK, 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 operations API client.

type ListFinancialEventGroupsBadRequest

type ListFinancialEventGroupsBadRequest struct {
	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewListFinancialEventGroupsBadRequest

func NewListFinancialEventGroupsBadRequest() *ListFinancialEventGroupsBadRequest

NewListFinancialEventGroupsBadRequest creates a ListFinancialEventGroupsBadRequest with default headers values

func (*ListFinancialEventGroupsBadRequest) Error

func (*ListFinancialEventGroupsBadRequest) GetPayload

func (*ListFinancialEventGroupsBadRequest) IsClientError

func (o *ListFinancialEventGroupsBadRequest) IsClientError() bool

IsClientError returns true when this list financial event groups bad request response has a 4xx status code

func (*ListFinancialEventGroupsBadRequest) IsCode

IsCode returns true when this list financial event groups bad request response a status code equal to that given

func (*ListFinancialEventGroupsBadRequest) IsRedirect

func (o *ListFinancialEventGroupsBadRequest) IsRedirect() bool

IsRedirect returns true when this list financial event groups bad request response has a 3xx status code

func (*ListFinancialEventGroupsBadRequest) IsServerError

func (o *ListFinancialEventGroupsBadRequest) IsServerError() bool

IsServerError returns true when this list financial event groups bad request response has a 5xx status code

func (*ListFinancialEventGroupsBadRequest) IsSuccess

IsSuccess returns true when this list financial event groups bad request response has a 2xx status code

func (*ListFinancialEventGroupsBadRequest) String

type ListFinancialEventGroupsForbidden

type ListFinancialEventGroupsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

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

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewListFinancialEventGroupsForbidden

func NewListFinancialEventGroupsForbidden() *ListFinancialEventGroupsForbidden

NewListFinancialEventGroupsForbidden creates a ListFinancialEventGroupsForbidden with default headers values

func (*ListFinancialEventGroupsForbidden) Error

func (*ListFinancialEventGroupsForbidden) GetPayload

func (*ListFinancialEventGroupsForbidden) IsClientError

func (o *ListFinancialEventGroupsForbidden) IsClientError() bool

IsClientError returns true when this list financial event groups forbidden response has a 4xx status code

func (*ListFinancialEventGroupsForbidden) IsCode

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

IsCode returns true when this list financial event groups forbidden response a status code equal to that given

func (*ListFinancialEventGroupsForbidden) IsRedirect

func (o *ListFinancialEventGroupsForbidden) IsRedirect() bool

IsRedirect returns true when this list financial event groups forbidden response has a 3xx status code

func (*ListFinancialEventGroupsForbidden) IsServerError

func (o *ListFinancialEventGroupsForbidden) IsServerError() bool

IsServerError returns true when this list financial event groups forbidden response has a 5xx status code

func (*ListFinancialEventGroupsForbidden) IsSuccess

func (o *ListFinancialEventGroupsForbidden) IsSuccess() bool

IsSuccess returns true when this list financial event groups forbidden response has a 2xx status code

func (*ListFinancialEventGroupsForbidden) String

type ListFinancialEventGroupsInternalServerError

type ListFinancialEventGroupsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

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

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewListFinancialEventGroupsInternalServerError

func NewListFinancialEventGroupsInternalServerError() *ListFinancialEventGroupsInternalServerError

NewListFinancialEventGroupsInternalServerError creates a ListFinancialEventGroupsInternalServerError with default headers values

func (*ListFinancialEventGroupsInternalServerError) Error

func (*ListFinancialEventGroupsInternalServerError) GetPayload

func (*ListFinancialEventGroupsInternalServerError) IsClientError

IsClientError returns true when this list financial event groups internal server error response has a 4xx status code

func (*ListFinancialEventGroupsInternalServerError) IsCode

IsCode returns true when this list financial event groups internal server error response a status code equal to that given

func (*ListFinancialEventGroupsInternalServerError) IsRedirect

IsRedirect returns true when this list financial event groups internal server error response has a 3xx status code

func (*ListFinancialEventGroupsInternalServerError) IsServerError

IsServerError returns true when this list financial event groups internal server error response has a 5xx status code

func (*ListFinancialEventGroupsInternalServerError) IsSuccess

IsSuccess returns true when this list financial event groups internal server error response has a 2xx status code

func (*ListFinancialEventGroupsInternalServerError) String

type ListFinancialEventGroupsNotFound

type ListFinancialEventGroupsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

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

The resource specified does not exist.

func NewListFinancialEventGroupsNotFound

func NewListFinancialEventGroupsNotFound() *ListFinancialEventGroupsNotFound

NewListFinancialEventGroupsNotFound creates a ListFinancialEventGroupsNotFound with default headers values

func (*ListFinancialEventGroupsNotFound) Error

func (*ListFinancialEventGroupsNotFound) GetPayload

func (*ListFinancialEventGroupsNotFound) IsClientError

func (o *ListFinancialEventGroupsNotFound) IsClientError() bool

IsClientError returns true when this list financial event groups not found response has a 4xx status code

func (*ListFinancialEventGroupsNotFound) IsCode

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

IsCode returns true when this list financial event groups not found response a status code equal to that given

func (*ListFinancialEventGroupsNotFound) IsRedirect

func (o *ListFinancialEventGroupsNotFound) IsRedirect() bool

IsRedirect returns true when this list financial event groups not found response has a 3xx status code

func (*ListFinancialEventGroupsNotFound) IsServerError

func (o *ListFinancialEventGroupsNotFound) IsServerError() bool

IsServerError returns true when this list financial event groups not found response has a 5xx status code

func (*ListFinancialEventGroupsNotFound) IsSuccess

func (o *ListFinancialEventGroupsNotFound) IsSuccess() bool

IsSuccess returns true when this list financial event groups not found response has a 2xx status code

func (*ListFinancialEventGroupsNotFound) String

type ListFinancialEventGroupsOK

type ListFinancialEventGroupsOK struct {
	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

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

Success.

func NewListFinancialEventGroupsOK

func NewListFinancialEventGroupsOK() *ListFinancialEventGroupsOK

NewListFinancialEventGroupsOK creates a ListFinancialEventGroupsOK with default headers values

func (*ListFinancialEventGroupsOK) Error

func (*ListFinancialEventGroupsOK) GetPayload

func (*ListFinancialEventGroupsOK) IsClientError

func (o *ListFinancialEventGroupsOK) IsClientError() bool

IsClientError returns true when this list financial event groups o k response has a 4xx status code

func (*ListFinancialEventGroupsOK) IsCode

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

IsCode returns true when this list financial event groups o k response a status code equal to that given

func (*ListFinancialEventGroupsOK) IsRedirect

func (o *ListFinancialEventGroupsOK) IsRedirect() bool

IsRedirect returns true when this list financial event groups o k response has a 3xx status code

func (*ListFinancialEventGroupsOK) IsServerError

func (o *ListFinancialEventGroupsOK) IsServerError() bool

IsServerError returns true when this list financial event groups o k response has a 5xx status code

func (*ListFinancialEventGroupsOK) IsSuccess

func (o *ListFinancialEventGroupsOK) IsSuccess() bool

IsSuccess returns true when this list financial event groups o k response has a 2xx status code

func (*ListFinancialEventGroupsOK) String

func (o *ListFinancialEventGroupsOK) String() string

type ListFinancialEventGroupsParams

type ListFinancialEventGroupsParams struct {

	/* FinancialEventGroupStartedAfter.

	   A date used for selecting financial event groups that opened after (or at) a specified date and time, in ISO 8601 format. The date-time must be no later than two minutes before the request was submitted.

	   Format: date-time
	*/
	FinancialEventGroupStartedAfter *strfmt.DateTime

	/* FinancialEventGroupStartedBefore.

	   A date used for selecting financial event groups that opened before (but not at) a specified date and time, in ISO 8601 format. The date-time  must be later than FinancialEventGroupStartedAfter and no later than two minutes before the request was submitted. If FinancialEventGroupStartedAfter and FinancialEventGroupStartedBefore are more than 180 days apart, no financial event groups are returned.

	   Format: date-time
	*/
	FinancialEventGroupStartedBefore *strfmt.DateTime

	/* MaxResultsPerPage.

	   The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the API responds with 'InvalidInput'.

	   Format: int32
	   Default: 100
	*/
	MaxResultsPerPage *int32

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

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

ListFinancialEventGroupsParams contains all the parameters to send to the API endpoint

for the list financial event groups operation.

Typically these are written to a http.Request.

func NewListFinancialEventGroupsParams

func NewListFinancialEventGroupsParams() *ListFinancialEventGroupsParams

NewListFinancialEventGroupsParams creates a new ListFinancialEventGroupsParams 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 NewListFinancialEventGroupsParamsWithContext

func NewListFinancialEventGroupsParamsWithContext(ctx context.Context) *ListFinancialEventGroupsParams

NewListFinancialEventGroupsParamsWithContext creates a new ListFinancialEventGroupsParams object with the ability to set a context for a request.

func NewListFinancialEventGroupsParamsWithHTTPClient

func NewListFinancialEventGroupsParamsWithHTTPClient(client *http.Client) *ListFinancialEventGroupsParams

NewListFinancialEventGroupsParamsWithHTTPClient creates a new ListFinancialEventGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewListFinancialEventGroupsParamsWithTimeout

func NewListFinancialEventGroupsParamsWithTimeout(timeout time.Duration) *ListFinancialEventGroupsParams

NewListFinancialEventGroupsParamsWithTimeout creates a new ListFinancialEventGroupsParams object with the ability to set a timeout on a request.

func (*ListFinancialEventGroupsParams) SetContext

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

SetContext adds the context to the list financial event groups params

func (*ListFinancialEventGroupsParams) SetDefaults

func (o *ListFinancialEventGroupsParams) SetDefaults()

SetDefaults hydrates default values in the list financial event groups params (not the query body).

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

func (*ListFinancialEventGroupsParams) SetFinancialEventGroupStartedAfter

func (o *ListFinancialEventGroupsParams) SetFinancialEventGroupStartedAfter(financialEventGroupStartedAfter *strfmt.DateTime)

SetFinancialEventGroupStartedAfter adds the financialEventGroupStartedAfter to the list financial event groups params

func (*ListFinancialEventGroupsParams) SetFinancialEventGroupStartedBefore

func (o *ListFinancialEventGroupsParams) SetFinancialEventGroupStartedBefore(financialEventGroupStartedBefore *strfmt.DateTime)

SetFinancialEventGroupStartedBefore adds the financialEventGroupStartedBefore to the list financial event groups params

func (*ListFinancialEventGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list financial event groups params

func (*ListFinancialEventGroupsParams) SetMaxResultsPerPage

func (o *ListFinancialEventGroupsParams) SetMaxResultsPerPage(maxResultsPerPage *int32)

SetMaxResultsPerPage adds the maxResultsPerPage to the list financial event groups params

func (*ListFinancialEventGroupsParams) SetNextToken

func (o *ListFinancialEventGroupsParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the list financial event groups params

func (*ListFinancialEventGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithContext

WithContext adds the context to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithDefaults

WithDefaults hydrates default values in the list financial event groups params (not the query body).

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

func (*ListFinancialEventGroupsParams) WithFinancialEventGroupStartedAfter

func (o *ListFinancialEventGroupsParams) WithFinancialEventGroupStartedAfter(financialEventGroupStartedAfter *strfmt.DateTime) *ListFinancialEventGroupsParams

WithFinancialEventGroupStartedAfter adds the financialEventGroupStartedAfter to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithFinancialEventGroupStartedBefore

func (o *ListFinancialEventGroupsParams) WithFinancialEventGroupStartedBefore(financialEventGroupStartedBefore *strfmt.DateTime) *ListFinancialEventGroupsParams

WithFinancialEventGroupStartedBefore adds the financialEventGroupStartedBefore to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithMaxResultsPerPage

func (o *ListFinancialEventGroupsParams) WithMaxResultsPerPage(maxResultsPerPage *int32) *ListFinancialEventGroupsParams

WithMaxResultsPerPage adds the maxResultsPerPage to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithNextToken

WithNextToken adds the nextToken to the list financial event groups params

func (*ListFinancialEventGroupsParams) WithTimeout

WithTimeout adds the timeout to the list financial event groups params

func (*ListFinancialEventGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFinancialEventGroupsReader

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

ListFinancialEventGroupsReader is a Reader for the ListFinancialEventGroups structure.

func (*ListFinancialEventGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFinancialEventGroupsServiceUnavailable

type ListFinancialEventGroupsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

ListFinancialEventGroupsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewListFinancialEventGroupsServiceUnavailable

func NewListFinancialEventGroupsServiceUnavailable() *ListFinancialEventGroupsServiceUnavailable

NewListFinancialEventGroupsServiceUnavailable creates a ListFinancialEventGroupsServiceUnavailable with default headers values

func (*ListFinancialEventGroupsServiceUnavailable) Error

func (*ListFinancialEventGroupsServiceUnavailable) GetPayload

func (*ListFinancialEventGroupsServiceUnavailable) IsClientError

IsClientError returns true when this list financial event groups service unavailable response has a 4xx status code

func (*ListFinancialEventGroupsServiceUnavailable) IsCode

IsCode returns true when this list financial event groups service unavailable response a status code equal to that given

func (*ListFinancialEventGroupsServiceUnavailable) IsRedirect

IsRedirect returns true when this list financial event groups service unavailable response has a 3xx status code

func (*ListFinancialEventGroupsServiceUnavailable) IsServerError

IsServerError returns true when this list financial event groups service unavailable response has a 5xx status code

func (*ListFinancialEventGroupsServiceUnavailable) IsSuccess

IsSuccess returns true when this list financial event groups service unavailable response has a 2xx status code

func (*ListFinancialEventGroupsServiceUnavailable) String

type ListFinancialEventGroupsTooManyRequests

type ListFinancialEventGroupsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventGroupsResponse
}

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

The frequency of requests was greater than allowed.

func NewListFinancialEventGroupsTooManyRequests

func NewListFinancialEventGroupsTooManyRequests() *ListFinancialEventGroupsTooManyRequests

NewListFinancialEventGroupsTooManyRequests creates a ListFinancialEventGroupsTooManyRequests with default headers values

func (*ListFinancialEventGroupsTooManyRequests) Error

func (*ListFinancialEventGroupsTooManyRequests) GetPayload

func (*ListFinancialEventGroupsTooManyRequests) IsClientError

func (o *ListFinancialEventGroupsTooManyRequests) IsClientError() bool

IsClientError returns true when this list financial event groups too many requests response has a 4xx status code

func (*ListFinancialEventGroupsTooManyRequests) IsCode

IsCode returns true when this list financial event groups too many requests response a status code equal to that given

func (*ListFinancialEventGroupsTooManyRequests) IsRedirect

IsRedirect returns true when this list financial event groups too many requests response has a 3xx status code

func (*ListFinancialEventGroupsTooManyRequests) IsServerError

func (o *ListFinancialEventGroupsTooManyRequests) IsServerError() bool

IsServerError returns true when this list financial event groups too many requests response has a 5xx status code

func (*ListFinancialEventGroupsTooManyRequests) IsSuccess

IsSuccess returns true when this list financial event groups too many requests response has a 2xx status code

func (*ListFinancialEventGroupsTooManyRequests) String

type ListFinancialEventsBadRequest

type ListFinancialEventsBadRequest struct {
	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewListFinancialEventsBadRequest

func NewListFinancialEventsBadRequest() *ListFinancialEventsBadRequest

NewListFinancialEventsBadRequest creates a ListFinancialEventsBadRequest with default headers values

func (*ListFinancialEventsBadRequest) Error

func (*ListFinancialEventsBadRequest) GetPayload

func (*ListFinancialEventsBadRequest) IsClientError

func (o *ListFinancialEventsBadRequest) IsClientError() bool

IsClientError returns true when this list financial events bad request response has a 4xx status code

func (*ListFinancialEventsBadRequest) IsCode

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

IsCode returns true when this list financial events bad request response a status code equal to that given

func (*ListFinancialEventsBadRequest) IsRedirect

func (o *ListFinancialEventsBadRequest) IsRedirect() bool

IsRedirect returns true when this list financial events bad request response has a 3xx status code

func (*ListFinancialEventsBadRequest) IsServerError

func (o *ListFinancialEventsBadRequest) IsServerError() bool

IsServerError returns true when this list financial events bad request response has a 5xx status code

func (*ListFinancialEventsBadRequest) IsSuccess

func (o *ListFinancialEventsBadRequest) IsSuccess() bool

IsSuccess returns true when this list financial events bad request response has a 2xx status code

func (*ListFinancialEventsBadRequest) String

type ListFinancialEventsByGroupIDBadRequest

type ListFinancialEventsByGroupIDBadRequest struct {
	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewListFinancialEventsByGroupIDBadRequest

func NewListFinancialEventsByGroupIDBadRequest() *ListFinancialEventsByGroupIDBadRequest

NewListFinancialEventsByGroupIDBadRequest creates a ListFinancialEventsByGroupIDBadRequest with default headers values

func (*ListFinancialEventsByGroupIDBadRequest) Error

func (*ListFinancialEventsByGroupIDBadRequest) GetPayload

func (*ListFinancialEventsByGroupIDBadRequest) IsClientError

func (o *ListFinancialEventsByGroupIDBadRequest) IsClientError() bool

IsClientError returns true when this list financial events by group Id bad request response has a 4xx status code

func (*ListFinancialEventsByGroupIDBadRequest) IsCode

IsCode returns true when this list financial events by group Id bad request response a status code equal to that given

func (*ListFinancialEventsByGroupIDBadRequest) IsRedirect

IsRedirect returns true when this list financial events by group Id bad request response has a 3xx status code

func (*ListFinancialEventsByGroupIDBadRequest) IsServerError

func (o *ListFinancialEventsByGroupIDBadRequest) IsServerError() bool

IsServerError returns true when this list financial events by group Id bad request response has a 5xx status code

func (*ListFinancialEventsByGroupIDBadRequest) IsSuccess

IsSuccess returns true when this list financial events by group Id bad request response has a 2xx status code

func (*ListFinancialEventsByGroupIDBadRequest) String

type ListFinancialEventsByGroupIDForbidden

type ListFinancialEventsByGroupIDForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewListFinancialEventsByGroupIDForbidden

func NewListFinancialEventsByGroupIDForbidden() *ListFinancialEventsByGroupIDForbidden

NewListFinancialEventsByGroupIDForbidden creates a ListFinancialEventsByGroupIDForbidden with default headers values

func (*ListFinancialEventsByGroupIDForbidden) Error

func (*ListFinancialEventsByGroupIDForbidden) GetPayload

func (*ListFinancialEventsByGroupIDForbidden) IsClientError

func (o *ListFinancialEventsByGroupIDForbidden) IsClientError() bool

IsClientError returns true when this list financial events by group Id forbidden response has a 4xx status code

func (*ListFinancialEventsByGroupIDForbidden) IsCode

IsCode returns true when this list financial events by group Id forbidden response a status code equal to that given

func (*ListFinancialEventsByGroupIDForbidden) IsRedirect

IsRedirect returns true when this list financial events by group Id forbidden response has a 3xx status code

func (*ListFinancialEventsByGroupIDForbidden) IsServerError

func (o *ListFinancialEventsByGroupIDForbidden) IsServerError() bool

IsServerError returns true when this list financial events by group Id forbidden response has a 5xx status code

func (*ListFinancialEventsByGroupIDForbidden) IsSuccess

IsSuccess returns true when this list financial events by group Id forbidden response has a 2xx status code

func (*ListFinancialEventsByGroupIDForbidden) String

type ListFinancialEventsByGroupIDInternalServerError

type ListFinancialEventsByGroupIDInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewListFinancialEventsByGroupIDInternalServerError

func NewListFinancialEventsByGroupIDInternalServerError() *ListFinancialEventsByGroupIDInternalServerError

NewListFinancialEventsByGroupIDInternalServerError creates a ListFinancialEventsByGroupIDInternalServerError with default headers values

func (*ListFinancialEventsByGroupIDInternalServerError) Error

func (*ListFinancialEventsByGroupIDInternalServerError) GetPayload

func (*ListFinancialEventsByGroupIDInternalServerError) IsClientError

IsClientError returns true when this list financial events by group Id internal server error response has a 4xx status code

func (*ListFinancialEventsByGroupIDInternalServerError) IsCode

IsCode returns true when this list financial events by group Id internal server error response a status code equal to that given

func (*ListFinancialEventsByGroupIDInternalServerError) IsRedirect

IsRedirect returns true when this list financial events by group Id internal server error response has a 3xx status code

func (*ListFinancialEventsByGroupIDInternalServerError) IsServerError

IsServerError returns true when this list financial events by group Id internal server error response has a 5xx status code

func (*ListFinancialEventsByGroupIDInternalServerError) IsSuccess

IsSuccess returns true when this list financial events by group Id internal server error response has a 2xx status code

func (*ListFinancialEventsByGroupIDInternalServerError) String

type ListFinancialEventsByGroupIDNotFound

type ListFinancialEventsByGroupIDNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

The resource specified does not exist.

func NewListFinancialEventsByGroupIDNotFound

func NewListFinancialEventsByGroupIDNotFound() *ListFinancialEventsByGroupIDNotFound

NewListFinancialEventsByGroupIDNotFound creates a ListFinancialEventsByGroupIDNotFound with default headers values

func (*ListFinancialEventsByGroupIDNotFound) Error

func (*ListFinancialEventsByGroupIDNotFound) GetPayload

func (*ListFinancialEventsByGroupIDNotFound) IsClientError

func (o *ListFinancialEventsByGroupIDNotFound) IsClientError() bool

IsClientError returns true when this list financial events by group Id not found response has a 4xx status code

func (*ListFinancialEventsByGroupIDNotFound) IsCode

IsCode returns true when this list financial events by group Id not found response a status code equal to that given

func (*ListFinancialEventsByGroupIDNotFound) IsRedirect

IsRedirect returns true when this list financial events by group Id not found response has a 3xx status code

func (*ListFinancialEventsByGroupIDNotFound) IsServerError

func (o *ListFinancialEventsByGroupIDNotFound) IsServerError() bool

IsServerError returns true when this list financial events by group Id not found response has a 5xx status code

func (*ListFinancialEventsByGroupIDNotFound) IsSuccess

IsSuccess returns true when this list financial events by group Id not found response has a 2xx status code

func (*ListFinancialEventsByGroupIDNotFound) String

type ListFinancialEventsByGroupIDOK

type ListFinancialEventsByGroupIDOK struct {
	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Success.

func NewListFinancialEventsByGroupIDOK

func NewListFinancialEventsByGroupIDOK() *ListFinancialEventsByGroupIDOK

NewListFinancialEventsByGroupIDOK creates a ListFinancialEventsByGroupIDOK with default headers values

func (*ListFinancialEventsByGroupIDOK) Error

func (*ListFinancialEventsByGroupIDOK) GetPayload

func (*ListFinancialEventsByGroupIDOK) IsClientError

func (o *ListFinancialEventsByGroupIDOK) IsClientError() bool

IsClientError returns true when this list financial events by group Id o k response has a 4xx status code

func (*ListFinancialEventsByGroupIDOK) IsCode

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

IsCode returns true when this list financial events by group Id o k response a status code equal to that given

func (*ListFinancialEventsByGroupIDOK) IsRedirect

func (o *ListFinancialEventsByGroupIDOK) IsRedirect() bool

IsRedirect returns true when this list financial events by group Id o k response has a 3xx status code

func (*ListFinancialEventsByGroupIDOK) IsServerError

func (o *ListFinancialEventsByGroupIDOK) IsServerError() bool

IsServerError returns true when this list financial events by group Id o k response has a 5xx status code

func (*ListFinancialEventsByGroupIDOK) IsSuccess

func (o *ListFinancialEventsByGroupIDOK) IsSuccess() bool

IsSuccess returns true when this list financial events by group Id o k response has a 2xx status code

func (*ListFinancialEventsByGroupIDOK) String

type ListFinancialEventsByGroupIDParams

type ListFinancialEventsByGroupIDParams struct {

	/* MaxResultsPerPage.

	   The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the API responds with 'InvalidInput'.

	   Format: int32
	   Default: 100
	*/
	MaxResultsPerPage *int32

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

	/* PostedAfter.

	   A date used for selecting financial events posted after (or at) a specified time. The date-time **must** be more than two minutes before the time of the request, in ISO 8601 date time format.

	   Format: date-time
	*/
	PostedAfter *strfmt.DateTime

	/* PostedBefore.

	   A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than `PostedAfter` and no later than two minutes before the request was submitted, in ISO 8601 date time format. If `PostedAfter` and `PostedBefore` are more than 180 days apart, no financial events are returned. You must specify the `PostedAfter` parameter if you specify the `PostedBefore` parameter. Default: Now minus two minutes.

	   Format: date-time
	*/
	PostedBefore *strfmt.DateTime

	/* EventGroupID.

	   The identifier of the financial event group to which the events belong.
	*/
	EventGroupID string

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

ListFinancialEventsByGroupIDParams contains all the parameters to send to the API endpoint

for the list financial events by group Id operation.

Typically these are written to a http.Request.

func NewListFinancialEventsByGroupIDParams

func NewListFinancialEventsByGroupIDParams() *ListFinancialEventsByGroupIDParams

NewListFinancialEventsByGroupIDParams creates a new ListFinancialEventsByGroupIDParams 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 NewListFinancialEventsByGroupIDParamsWithContext

func NewListFinancialEventsByGroupIDParamsWithContext(ctx context.Context) *ListFinancialEventsByGroupIDParams

NewListFinancialEventsByGroupIDParamsWithContext creates a new ListFinancialEventsByGroupIDParams object with the ability to set a context for a request.

func NewListFinancialEventsByGroupIDParamsWithHTTPClient

func NewListFinancialEventsByGroupIDParamsWithHTTPClient(client *http.Client) *ListFinancialEventsByGroupIDParams

NewListFinancialEventsByGroupIDParamsWithHTTPClient creates a new ListFinancialEventsByGroupIDParams object with the ability to set a custom HTTPClient for a request.

func NewListFinancialEventsByGroupIDParamsWithTimeout

func NewListFinancialEventsByGroupIDParamsWithTimeout(timeout time.Duration) *ListFinancialEventsByGroupIDParams

NewListFinancialEventsByGroupIDParamsWithTimeout creates a new ListFinancialEventsByGroupIDParams object with the ability to set a timeout on a request.

func (*ListFinancialEventsByGroupIDParams) SetContext

SetContext adds the context to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetDefaults

func (o *ListFinancialEventsByGroupIDParams) SetDefaults()

SetDefaults hydrates default values in the list financial events by group Id params (not the query body).

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

func (*ListFinancialEventsByGroupIDParams) SetEventGroupID

func (o *ListFinancialEventsByGroupIDParams) SetEventGroupID(eventGroupID string)

SetEventGroupID adds the eventGroupId to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetMaxResultsPerPage

func (o *ListFinancialEventsByGroupIDParams) SetMaxResultsPerPage(maxResultsPerPage *int32)

SetMaxResultsPerPage adds the maxResultsPerPage to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetNextToken

func (o *ListFinancialEventsByGroupIDParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetPostedAfter

func (o *ListFinancialEventsByGroupIDParams) SetPostedAfter(postedAfter *strfmt.DateTime)

SetPostedAfter adds the postedAfter to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetPostedBefore

func (o *ListFinancialEventsByGroupIDParams) SetPostedBefore(postedBefore *strfmt.DateTime)

SetPostedBefore adds the postedBefore to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) SetTimeout

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

SetTimeout adds the timeout to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithContext

WithContext adds the context to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithDefaults

WithDefaults hydrates default values in the list financial events by group Id params (not the query body).

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

func (*ListFinancialEventsByGroupIDParams) WithEventGroupID

WithEventGroupID adds the eventGroupID to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithMaxResultsPerPage

func (o *ListFinancialEventsByGroupIDParams) WithMaxResultsPerPage(maxResultsPerPage *int32) *ListFinancialEventsByGroupIDParams

WithMaxResultsPerPage adds the maxResultsPerPage to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithNextToken

WithNextToken adds the nextToken to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithPostedAfter

WithPostedAfter adds the postedAfter to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithPostedBefore

WithPostedBefore adds the postedBefore to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WithTimeout

WithTimeout adds the timeout to the list financial events by group Id params

func (*ListFinancialEventsByGroupIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFinancialEventsByGroupIDReader

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

ListFinancialEventsByGroupIDReader is a Reader for the ListFinancialEventsByGroupID structure.

func (*ListFinancialEventsByGroupIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFinancialEventsByGroupIDServiceUnavailable

type ListFinancialEventsByGroupIDServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

ListFinancialEventsByGroupIDServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewListFinancialEventsByGroupIDServiceUnavailable

func NewListFinancialEventsByGroupIDServiceUnavailable() *ListFinancialEventsByGroupIDServiceUnavailable

NewListFinancialEventsByGroupIDServiceUnavailable creates a ListFinancialEventsByGroupIDServiceUnavailable with default headers values

func (*ListFinancialEventsByGroupIDServiceUnavailable) Error

func (*ListFinancialEventsByGroupIDServiceUnavailable) GetPayload

func (*ListFinancialEventsByGroupIDServiceUnavailable) IsClientError

IsClientError returns true when this list financial events by group Id service unavailable response has a 4xx status code

func (*ListFinancialEventsByGroupIDServiceUnavailable) IsCode

IsCode returns true when this list financial events by group Id service unavailable response a status code equal to that given

func (*ListFinancialEventsByGroupIDServiceUnavailable) IsRedirect

IsRedirect returns true when this list financial events by group Id service unavailable response has a 3xx status code

func (*ListFinancialEventsByGroupIDServiceUnavailable) IsServerError

IsServerError returns true when this list financial events by group Id service unavailable response has a 5xx status code

func (*ListFinancialEventsByGroupIDServiceUnavailable) IsSuccess

IsSuccess returns true when this list financial events by group Id service unavailable response has a 2xx status code

func (*ListFinancialEventsByGroupIDServiceUnavailable) String

type ListFinancialEventsByGroupIDTooManyRequests

type ListFinancialEventsByGroupIDTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

The frequency of requests was greater than allowed.

func NewListFinancialEventsByGroupIDTooManyRequests

func NewListFinancialEventsByGroupIDTooManyRequests() *ListFinancialEventsByGroupIDTooManyRequests

NewListFinancialEventsByGroupIDTooManyRequests creates a ListFinancialEventsByGroupIDTooManyRequests with default headers values

func (*ListFinancialEventsByGroupIDTooManyRequests) Error

func (*ListFinancialEventsByGroupIDTooManyRequests) GetPayload

func (*ListFinancialEventsByGroupIDTooManyRequests) IsClientError

IsClientError returns true when this list financial events by group Id too many requests response has a 4xx status code

func (*ListFinancialEventsByGroupIDTooManyRequests) IsCode

IsCode returns true when this list financial events by group Id too many requests response a status code equal to that given

func (*ListFinancialEventsByGroupIDTooManyRequests) IsRedirect

IsRedirect returns true when this list financial events by group Id too many requests response has a 3xx status code

func (*ListFinancialEventsByGroupIDTooManyRequests) IsServerError

IsServerError returns true when this list financial events by group Id too many requests response has a 5xx status code

func (*ListFinancialEventsByGroupIDTooManyRequests) IsSuccess

IsSuccess returns true when this list financial events by group Id too many requests response has a 2xx status code

func (*ListFinancialEventsByGroupIDTooManyRequests) String

type ListFinancialEventsByOrderIDBadRequest

type ListFinancialEventsByOrderIDBadRequest struct {
	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Request has missing or invalid parameters and cannot be parsed.

func NewListFinancialEventsByOrderIDBadRequest

func NewListFinancialEventsByOrderIDBadRequest() *ListFinancialEventsByOrderIDBadRequest

NewListFinancialEventsByOrderIDBadRequest creates a ListFinancialEventsByOrderIDBadRequest with default headers values

func (*ListFinancialEventsByOrderIDBadRequest) Error

func (*ListFinancialEventsByOrderIDBadRequest) GetPayload

func (*ListFinancialEventsByOrderIDBadRequest) IsClientError

func (o *ListFinancialEventsByOrderIDBadRequest) IsClientError() bool

IsClientError returns true when this list financial events by order Id bad request response has a 4xx status code

func (*ListFinancialEventsByOrderIDBadRequest) IsCode

IsCode returns true when this list financial events by order Id bad request response a status code equal to that given

func (*ListFinancialEventsByOrderIDBadRequest) IsRedirect

IsRedirect returns true when this list financial events by order Id bad request response has a 3xx status code

func (*ListFinancialEventsByOrderIDBadRequest) IsServerError

func (o *ListFinancialEventsByOrderIDBadRequest) IsServerError() bool

IsServerError returns true when this list financial events by order Id bad request response has a 5xx status code

func (*ListFinancialEventsByOrderIDBadRequest) IsSuccess

IsSuccess returns true when this list financial events by order Id bad request response has a 2xx status code

func (*ListFinancialEventsByOrderIDBadRequest) String

type ListFinancialEventsByOrderIDForbidden

type ListFinancialEventsByOrderIDForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewListFinancialEventsByOrderIDForbidden

func NewListFinancialEventsByOrderIDForbidden() *ListFinancialEventsByOrderIDForbidden

NewListFinancialEventsByOrderIDForbidden creates a ListFinancialEventsByOrderIDForbidden with default headers values

func (*ListFinancialEventsByOrderIDForbidden) Error

func (*ListFinancialEventsByOrderIDForbidden) GetPayload

func (*ListFinancialEventsByOrderIDForbidden) IsClientError

func (o *ListFinancialEventsByOrderIDForbidden) IsClientError() bool

IsClientError returns true when this list financial events by order Id forbidden response has a 4xx status code

func (*ListFinancialEventsByOrderIDForbidden) IsCode

IsCode returns true when this list financial events by order Id forbidden response a status code equal to that given

func (*ListFinancialEventsByOrderIDForbidden) IsRedirect

IsRedirect returns true when this list financial events by order Id forbidden response has a 3xx status code

func (*ListFinancialEventsByOrderIDForbidden) IsServerError

func (o *ListFinancialEventsByOrderIDForbidden) IsServerError() bool

IsServerError returns true when this list financial events by order Id forbidden response has a 5xx status code

func (*ListFinancialEventsByOrderIDForbidden) IsSuccess

IsSuccess returns true when this list financial events by order Id forbidden response has a 2xx status code

func (*ListFinancialEventsByOrderIDForbidden) String

type ListFinancialEventsByOrderIDInternalServerError

type ListFinancialEventsByOrderIDInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewListFinancialEventsByOrderIDInternalServerError

func NewListFinancialEventsByOrderIDInternalServerError() *ListFinancialEventsByOrderIDInternalServerError

NewListFinancialEventsByOrderIDInternalServerError creates a ListFinancialEventsByOrderIDInternalServerError with default headers values

func (*ListFinancialEventsByOrderIDInternalServerError) Error

func (*ListFinancialEventsByOrderIDInternalServerError) GetPayload

func (*ListFinancialEventsByOrderIDInternalServerError) IsClientError

IsClientError returns true when this list financial events by order Id internal server error response has a 4xx status code

func (*ListFinancialEventsByOrderIDInternalServerError) IsCode

IsCode returns true when this list financial events by order Id internal server error response a status code equal to that given

func (*ListFinancialEventsByOrderIDInternalServerError) IsRedirect

IsRedirect returns true when this list financial events by order Id internal server error response has a 3xx status code

func (*ListFinancialEventsByOrderIDInternalServerError) IsServerError

IsServerError returns true when this list financial events by order Id internal server error response has a 5xx status code

func (*ListFinancialEventsByOrderIDInternalServerError) IsSuccess

IsSuccess returns true when this list financial events by order Id internal server error response has a 2xx status code

func (*ListFinancialEventsByOrderIDInternalServerError) String

type ListFinancialEventsByOrderIDNotFound

type ListFinancialEventsByOrderIDNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

The resource specified does not exist.

func NewListFinancialEventsByOrderIDNotFound

func NewListFinancialEventsByOrderIDNotFound() *ListFinancialEventsByOrderIDNotFound

NewListFinancialEventsByOrderIDNotFound creates a ListFinancialEventsByOrderIDNotFound with default headers values

func (*ListFinancialEventsByOrderIDNotFound) Error

func (*ListFinancialEventsByOrderIDNotFound) GetPayload

func (*ListFinancialEventsByOrderIDNotFound) IsClientError

func (o *ListFinancialEventsByOrderIDNotFound) IsClientError() bool

IsClientError returns true when this list financial events by order Id not found response has a 4xx status code

func (*ListFinancialEventsByOrderIDNotFound) IsCode

IsCode returns true when this list financial events by order Id not found response a status code equal to that given

func (*ListFinancialEventsByOrderIDNotFound) IsRedirect

IsRedirect returns true when this list financial events by order Id not found response has a 3xx status code

func (*ListFinancialEventsByOrderIDNotFound) IsServerError

func (o *ListFinancialEventsByOrderIDNotFound) IsServerError() bool

IsServerError returns true when this list financial events by order Id not found response has a 5xx status code

func (*ListFinancialEventsByOrderIDNotFound) IsSuccess

IsSuccess returns true when this list financial events by order Id not found response has a 2xx status code

func (*ListFinancialEventsByOrderIDNotFound) String

type ListFinancialEventsByOrderIDOK

type ListFinancialEventsByOrderIDOK struct {
	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Financial Events successfully retrieved.

func NewListFinancialEventsByOrderIDOK

func NewListFinancialEventsByOrderIDOK() *ListFinancialEventsByOrderIDOK

NewListFinancialEventsByOrderIDOK creates a ListFinancialEventsByOrderIDOK with default headers values

func (*ListFinancialEventsByOrderIDOK) Error

func (*ListFinancialEventsByOrderIDOK) GetPayload

func (*ListFinancialEventsByOrderIDOK) IsClientError

func (o *ListFinancialEventsByOrderIDOK) IsClientError() bool

IsClientError returns true when this list financial events by order Id o k response has a 4xx status code

func (*ListFinancialEventsByOrderIDOK) IsCode

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

IsCode returns true when this list financial events by order Id o k response a status code equal to that given

func (*ListFinancialEventsByOrderIDOK) IsRedirect

func (o *ListFinancialEventsByOrderIDOK) IsRedirect() bool

IsRedirect returns true when this list financial events by order Id o k response has a 3xx status code

func (*ListFinancialEventsByOrderIDOK) IsServerError

func (o *ListFinancialEventsByOrderIDOK) IsServerError() bool

IsServerError returns true when this list financial events by order Id o k response has a 5xx status code

func (*ListFinancialEventsByOrderIDOK) IsSuccess

func (o *ListFinancialEventsByOrderIDOK) IsSuccess() bool

IsSuccess returns true when this list financial events by order Id o k response has a 2xx status code

func (*ListFinancialEventsByOrderIDOK) String

type ListFinancialEventsByOrderIDParams

type ListFinancialEventsByOrderIDParams struct {

	/* MaxResultsPerPage.

	   The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the API responds with 'InvalidInput'.

	   Format: int32
	   Default: 100
	*/
	MaxResultsPerPage *int32

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

	/* OrderID.

	   An Amazon-defined order identifier, in 3-7-7 format.
	*/
	OrderID string

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

ListFinancialEventsByOrderIDParams contains all the parameters to send to the API endpoint

for the list financial events by order Id operation.

Typically these are written to a http.Request.

func NewListFinancialEventsByOrderIDParams

func NewListFinancialEventsByOrderIDParams() *ListFinancialEventsByOrderIDParams

NewListFinancialEventsByOrderIDParams creates a new ListFinancialEventsByOrderIDParams 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 NewListFinancialEventsByOrderIDParamsWithContext

func NewListFinancialEventsByOrderIDParamsWithContext(ctx context.Context) *ListFinancialEventsByOrderIDParams

NewListFinancialEventsByOrderIDParamsWithContext creates a new ListFinancialEventsByOrderIDParams object with the ability to set a context for a request.

func NewListFinancialEventsByOrderIDParamsWithHTTPClient

func NewListFinancialEventsByOrderIDParamsWithHTTPClient(client *http.Client) *ListFinancialEventsByOrderIDParams

NewListFinancialEventsByOrderIDParamsWithHTTPClient creates a new ListFinancialEventsByOrderIDParams object with the ability to set a custom HTTPClient for a request.

func NewListFinancialEventsByOrderIDParamsWithTimeout

func NewListFinancialEventsByOrderIDParamsWithTimeout(timeout time.Duration) *ListFinancialEventsByOrderIDParams

NewListFinancialEventsByOrderIDParamsWithTimeout creates a new ListFinancialEventsByOrderIDParams object with the ability to set a timeout on a request.

func (*ListFinancialEventsByOrderIDParams) SetContext

SetContext adds the context to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) SetDefaults

func (o *ListFinancialEventsByOrderIDParams) SetDefaults()

SetDefaults hydrates default values in the list financial events by order Id params (not the query body).

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

func (*ListFinancialEventsByOrderIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) SetMaxResultsPerPage

func (o *ListFinancialEventsByOrderIDParams) SetMaxResultsPerPage(maxResultsPerPage *int32)

SetMaxResultsPerPage adds the maxResultsPerPage to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) SetNextToken

func (o *ListFinancialEventsByOrderIDParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) SetOrderID

func (o *ListFinancialEventsByOrderIDParams) SetOrderID(orderID string)

SetOrderID adds the orderId to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) SetTimeout

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

SetTimeout adds the timeout to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WithContext

WithContext adds the context to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WithDefaults

WithDefaults hydrates default values in the list financial events by order Id params (not the query body).

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

func (*ListFinancialEventsByOrderIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WithMaxResultsPerPage

func (o *ListFinancialEventsByOrderIDParams) WithMaxResultsPerPage(maxResultsPerPage *int32) *ListFinancialEventsByOrderIDParams

WithMaxResultsPerPage adds the maxResultsPerPage to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WithNextToken

WithNextToken adds the nextToken to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WithOrderID

WithOrderID adds the orderID to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WithTimeout

WithTimeout adds the timeout to the list financial events by order Id params

func (*ListFinancialEventsByOrderIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFinancialEventsByOrderIDReader

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

ListFinancialEventsByOrderIDReader is a Reader for the ListFinancialEventsByOrderID structure.

func (*ListFinancialEventsByOrderIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFinancialEventsByOrderIDServiceUnavailable

type ListFinancialEventsByOrderIDServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

ListFinancialEventsByOrderIDServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewListFinancialEventsByOrderIDServiceUnavailable

func NewListFinancialEventsByOrderIDServiceUnavailable() *ListFinancialEventsByOrderIDServiceUnavailable

NewListFinancialEventsByOrderIDServiceUnavailable creates a ListFinancialEventsByOrderIDServiceUnavailable with default headers values

func (*ListFinancialEventsByOrderIDServiceUnavailable) Error

func (*ListFinancialEventsByOrderIDServiceUnavailable) GetPayload

func (*ListFinancialEventsByOrderIDServiceUnavailable) IsClientError

IsClientError returns true when this list financial events by order Id service unavailable response has a 4xx status code

func (*ListFinancialEventsByOrderIDServiceUnavailable) IsCode

IsCode returns true when this list financial events by order Id service unavailable response a status code equal to that given

func (*ListFinancialEventsByOrderIDServiceUnavailable) IsRedirect

IsRedirect returns true when this list financial events by order Id service unavailable response has a 3xx status code

func (*ListFinancialEventsByOrderIDServiceUnavailable) IsServerError

IsServerError returns true when this list financial events by order Id service unavailable response has a 5xx status code

func (*ListFinancialEventsByOrderIDServiceUnavailable) IsSuccess

IsSuccess returns true when this list financial events by order Id service unavailable response has a 2xx status code

func (*ListFinancialEventsByOrderIDServiceUnavailable) String

type ListFinancialEventsByOrderIDTooManyRequests

type ListFinancialEventsByOrderIDTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

The frequency of requests was greater than allowed.

func NewListFinancialEventsByOrderIDTooManyRequests

func NewListFinancialEventsByOrderIDTooManyRequests() *ListFinancialEventsByOrderIDTooManyRequests

NewListFinancialEventsByOrderIDTooManyRequests creates a ListFinancialEventsByOrderIDTooManyRequests with default headers values

func (*ListFinancialEventsByOrderIDTooManyRequests) Error

func (*ListFinancialEventsByOrderIDTooManyRequests) GetPayload

func (*ListFinancialEventsByOrderIDTooManyRequests) IsClientError

IsClientError returns true when this list financial events by order Id too many requests response has a 4xx status code

func (*ListFinancialEventsByOrderIDTooManyRequests) IsCode

IsCode returns true when this list financial events by order Id too many requests response a status code equal to that given

func (*ListFinancialEventsByOrderIDTooManyRequests) IsRedirect

IsRedirect returns true when this list financial events by order Id too many requests response has a 3xx status code

func (*ListFinancialEventsByOrderIDTooManyRequests) IsServerError

IsServerError returns true when this list financial events by order Id too many requests response has a 5xx status code

func (*ListFinancialEventsByOrderIDTooManyRequests) IsSuccess

IsSuccess returns true when this list financial events by order Id too many requests response has a 2xx status code

func (*ListFinancialEventsByOrderIDTooManyRequests) String

type ListFinancialEventsForbidden

type ListFinancialEventsForbidden struct {

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.

func NewListFinancialEventsForbidden

func NewListFinancialEventsForbidden() *ListFinancialEventsForbidden

NewListFinancialEventsForbidden creates a ListFinancialEventsForbidden with default headers values

func (*ListFinancialEventsForbidden) Error

func (*ListFinancialEventsForbidden) GetPayload

func (*ListFinancialEventsForbidden) IsClientError

func (o *ListFinancialEventsForbidden) IsClientError() bool

IsClientError returns true when this list financial events forbidden response has a 4xx status code

func (*ListFinancialEventsForbidden) IsCode

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

IsCode returns true when this list financial events forbidden response a status code equal to that given

func (*ListFinancialEventsForbidden) IsRedirect

func (o *ListFinancialEventsForbidden) IsRedirect() bool

IsRedirect returns true when this list financial events forbidden response has a 3xx status code

func (*ListFinancialEventsForbidden) IsServerError

func (o *ListFinancialEventsForbidden) IsServerError() bool

IsServerError returns true when this list financial events forbidden response has a 5xx status code

func (*ListFinancialEventsForbidden) IsSuccess

func (o *ListFinancialEventsForbidden) IsSuccess() bool

IsSuccess returns true when this list financial events forbidden response has a 2xx status code

func (*ListFinancialEventsForbidden) String

type ListFinancialEventsInternalServerError

type ListFinancialEventsInternalServerError struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

An unexpected condition occurred that prevented the server from fulfilling the request.

func NewListFinancialEventsInternalServerError

func NewListFinancialEventsInternalServerError() *ListFinancialEventsInternalServerError

NewListFinancialEventsInternalServerError creates a ListFinancialEventsInternalServerError with default headers values

func (*ListFinancialEventsInternalServerError) Error

func (*ListFinancialEventsInternalServerError) GetPayload

func (*ListFinancialEventsInternalServerError) IsClientError

func (o *ListFinancialEventsInternalServerError) IsClientError() bool

IsClientError returns true when this list financial events internal server error response has a 4xx status code

func (*ListFinancialEventsInternalServerError) IsCode

IsCode returns true when this list financial events internal server error response a status code equal to that given

func (*ListFinancialEventsInternalServerError) IsRedirect

IsRedirect returns true when this list financial events internal server error response has a 3xx status code

func (*ListFinancialEventsInternalServerError) IsServerError

func (o *ListFinancialEventsInternalServerError) IsServerError() bool

IsServerError returns true when this list financial events internal server error response has a 5xx status code

func (*ListFinancialEventsInternalServerError) IsSuccess

IsSuccess returns true when this list financial events internal server error response has a 2xx status code

func (*ListFinancialEventsInternalServerError) String

type ListFinancialEventsNotFound

type ListFinancialEventsNotFound struct {

	/* Your rate limit (requests per second) for this operation.
	 */
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

The resource specified does not exist.

func NewListFinancialEventsNotFound

func NewListFinancialEventsNotFound() *ListFinancialEventsNotFound

NewListFinancialEventsNotFound creates a ListFinancialEventsNotFound with default headers values

func (*ListFinancialEventsNotFound) Error

func (*ListFinancialEventsNotFound) GetPayload

func (*ListFinancialEventsNotFound) IsClientError

func (o *ListFinancialEventsNotFound) IsClientError() bool

IsClientError returns true when this list financial events not found response has a 4xx status code

func (*ListFinancialEventsNotFound) IsCode

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

IsCode returns true when this list financial events not found response a status code equal to that given

func (*ListFinancialEventsNotFound) IsRedirect

func (o *ListFinancialEventsNotFound) IsRedirect() bool

IsRedirect returns true when this list financial events not found response has a 3xx status code

func (*ListFinancialEventsNotFound) IsServerError

func (o *ListFinancialEventsNotFound) IsServerError() bool

IsServerError returns true when this list financial events not found response has a 5xx status code

func (*ListFinancialEventsNotFound) IsSuccess

func (o *ListFinancialEventsNotFound) IsSuccess() bool

IsSuccess returns true when this list financial events not found response has a 2xx status code

func (*ListFinancialEventsNotFound) String

func (o *ListFinancialEventsNotFound) String() string

type ListFinancialEventsOK

type ListFinancialEventsOK struct {
	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

Success.

func NewListFinancialEventsOK

func NewListFinancialEventsOK() *ListFinancialEventsOK

NewListFinancialEventsOK creates a ListFinancialEventsOK with default headers values

func (*ListFinancialEventsOK) Error

func (o *ListFinancialEventsOK) Error() string

func (*ListFinancialEventsOK) GetPayload

func (*ListFinancialEventsOK) IsClientError

func (o *ListFinancialEventsOK) IsClientError() bool

IsClientError returns true when this list financial events o k response has a 4xx status code

func (*ListFinancialEventsOK) IsCode

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

IsCode returns true when this list financial events o k response a status code equal to that given

func (*ListFinancialEventsOK) IsRedirect

func (o *ListFinancialEventsOK) IsRedirect() bool

IsRedirect returns true when this list financial events o k response has a 3xx status code

func (*ListFinancialEventsOK) IsServerError

func (o *ListFinancialEventsOK) IsServerError() bool

IsServerError returns true when this list financial events o k response has a 5xx status code

func (*ListFinancialEventsOK) IsSuccess

func (o *ListFinancialEventsOK) IsSuccess() bool

IsSuccess returns true when this list financial events o k response has a 2xx status code

func (*ListFinancialEventsOK) String

func (o *ListFinancialEventsOK) String() string

type ListFinancialEventsParams

type ListFinancialEventsParams struct {

	/* MaxResultsPerPage.

	   The maximum number of results to return per page. If the response exceeds the maximum number of transactions or 10 MB, the API responds with 'InvalidInput'.

	   Format: int32
	   Default: 100
	*/
	MaxResultsPerPage *int32

	/* NextToken.

	   A string token returned in the response of your previous request.
	*/
	NextToken *string

	/* PostedAfter.

	   A date used for selecting financial events posted after (or at) a specified time. The date-time must be no later than two minutes before the request was submitted, in ISO 8601 date time format.

	   Format: date-time
	*/
	PostedAfter *strfmt.DateTime

	/* PostedBefore.

	   A date used for selecting financial events posted before (but not at) a specified time. The date-time must be later than PostedAfter and no later than two minutes before the request was submitted, in ISO 8601 date time format. If PostedAfter and PostedBefore are more than 180 days apart, no financial events are returned. You must specify the PostedAfter parameter if you specify the PostedBefore parameter. Default: Now minus two minutes.

	   Format: date-time
	*/
	PostedBefore *strfmt.DateTime

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

ListFinancialEventsParams contains all the parameters to send to the API endpoint

for the list financial events operation.

Typically these are written to a http.Request.

func NewListFinancialEventsParams

func NewListFinancialEventsParams() *ListFinancialEventsParams

NewListFinancialEventsParams creates a new ListFinancialEventsParams 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 NewListFinancialEventsParamsWithContext

func NewListFinancialEventsParamsWithContext(ctx context.Context) *ListFinancialEventsParams

NewListFinancialEventsParamsWithContext creates a new ListFinancialEventsParams object with the ability to set a context for a request.

func NewListFinancialEventsParamsWithHTTPClient

func NewListFinancialEventsParamsWithHTTPClient(client *http.Client) *ListFinancialEventsParams

NewListFinancialEventsParamsWithHTTPClient creates a new ListFinancialEventsParams object with the ability to set a custom HTTPClient for a request.

func NewListFinancialEventsParamsWithTimeout

func NewListFinancialEventsParamsWithTimeout(timeout time.Duration) *ListFinancialEventsParams

NewListFinancialEventsParamsWithTimeout creates a new ListFinancialEventsParams object with the ability to set a timeout on a request.

func (*ListFinancialEventsParams) SetContext

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

SetContext adds the context to the list financial events params

func (*ListFinancialEventsParams) SetDefaults

func (o *ListFinancialEventsParams) SetDefaults()

SetDefaults hydrates default values in the list financial events params (not the query body).

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

func (*ListFinancialEventsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list financial events params

func (*ListFinancialEventsParams) SetMaxResultsPerPage

func (o *ListFinancialEventsParams) SetMaxResultsPerPage(maxResultsPerPage *int32)

SetMaxResultsPerPage adds the maxResultsPerPage to the list financial events params

func (*ListFinancialEventsParams) SetNextToken

func (o *ListFinancialEventsParams) SetNextToken(nextToken *string)

SetNextToken adds the nextToken to the list financial events params

func (*ListFinancialEventsParams) SetPostedAfter

func (o *ListFinancialEventsParams) SetPostedAfter(postedAfter *strfmt.DateTime)

SetPostedAfter adds the postedAfter to the list financial events params

func (*ListFinancialEventsParams) SetPostedBefore

func (o *ListFinancialEventsParams) SetPostedBefore(postedBefore *strfmt.DateTime)

SetPostedBefore adds the postedBefore to the list financial events params

func (*ListFinancialEventsParams) SetTimeout

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

SetTimeout adds the timeout to the list financial events params

func (*ListFinancialEventsParams) WithContext

WithContext adds the context to the list financial events params

func (*ListFinancialEventsParams) WithDefaults

WithDefaults hydrates default values in the list financial events params (not the query body).

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

func (*ListFinancialEventsParams) WithHTTPClient

func (o *ListFinancialEventsParams) WithHTTPClient(client *http.Client) *ListFinancialEventsParams

WithHTTPClient adds the HTTPClient to the list financial events params

func (*ListFinancialEventsParams) WithMaxResultsPerPage

func (o *ListFinancialEventsParams) WithMaxResultsPerPage(maxResultsPerPage *int32) *ListFinancialEventsParams

WithMaxResultsPerPage adds the maxResultsPerPage to the list financial events params

func (*ListFinancialEventsParams) WithNextToken

func (o *ListFinancialEventsParams) WithNextToken(nextToken *string) *ListFinancialEventsParams

WithNextToken adds the nextToken to the list financial events params

func (*ListFinancialEventsParams) WithPostedAfter

func (o *ListFinancialEventsParams) WithPostedAfter(postedAfter *strfmt.DateTime) *ListFinancialEventsParams

WithPostedAfter adds the postedAfter to the list financial events params

func (*ListFinancialEventsParams) WithPostedBefore

func (o *ListFinancialEventsParams) WithPostedBefore(postedBefore *strfmt.DateTime) *ListFinancialEventsParams

WithPostedBefore adds the postedBefore to the list financial events params

func (*ListFinancialEventsParams) WithTimeout

WithTimeout adds the timeout to the list financial events params

func (*ListFinancialEventsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFinancialEventsReader

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

ListFinancialEventsReader is a Reader for the ListFinancialEvents structure.

func (*ListFinancialEventsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListFinancialEventsServiceUnavailable

type ListFinancialEventsServiceUnavailable struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

ListFinancialEventsServiceUnavailable describes a response with status code 503, with default header values.

Temporary overloading or maintenance of the server.

func NewListFinancialEventsServiceUnavailable

func NewListFinancialEventsServiceUnavailable() *ListFinancialEventsServiceUnavailable

NewListFinancialEventsServiceUnavailable creates a ListFinancialEventsServiceUnavailable with default headers values

func (*ListFinancialEventsServiceUnavailable) Error

func (*ListFinancialEventsServiceUnavailable) GetPayload

func (*ListFinancialEventsServiceUnavailable) IsClientError

func (o *ListFinancialEventsServiceUnavailable) IsClientError() bool

IsClientError returns true when this list financial events service unavailable response has a 4xx status code

func (*ListFinancialEventsServiceUnavailable) IsCode

IsCode returns true when this list financial events service unavailable response a status code equal to that given

func (*ListFinancialEventsServiceUnavailable) IsRedirect

IsRedirect returns true when this list financial events service unavailable response has a 3xx status code

func (*ListFinancialEventsServiceUnavailable) IsServerError

func (o *ListFinancialEventsServiceUnavailable) IsServerError() bool

IsServerError returns true when this list financial events service unavailable response has a 5xx status code

func (*ListFinancialEventsServiceUnavailable) IsSuccess

IsSuccess returns true when this list financial events service unavailable response has a 2xx status code

func (*ListFinancialEventsServiceUnavailable) String

type ListFinancialEventsTooManyRequests

type ListFinancialEventsTooManyRequests struct {

	/* Your rate limit (requests per second) for this operation.
	_Note:_ For this status code, the rate limit header is deprecated and no longer returned.
	*/
	XAmznRateLimitLimit string

	/* Unique request reference identifier.
	 */
	XAmznRequestID string

	Payload *finances_v0_models.ListFinancialEventsResponse
}

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

The frequency of requests was greater than allowed.

func NewListFinancialEventsTooManyRequests

func NewListFinancialEventsTooManyRequests() *ListFinancialEventsTooManyRequests

NewListFinancialEventsTooManyRequests creates a ListFinancialEventsTooManyRequests with default headers values

func (*ListFinancialEventsTooManyRequests) Error

func (*ListFinancialEventsTooManyRequests) GetPayload

func (*ListFinancialEventsTooManyRequests) IsClientError

func (o *ListFinancialEventsTooManyRequests) IsClientError() bool

IsClientError returns true when this list financial events too many requests response has a 4xx status code

func (*ListFinancialEventsTooManyRequests) IsCode

IsCode returns true when this list financial events too many requests response a status code equal to that given

func (*ListFinancialEventsTooManyRequests) IsRedirect

func (o *ListFinancialEventsTooManyRequests) IsRedirect() bool

IsRedirect returns true when this list financial events too many requests response has a 3xx status code

func (*ListFinancialEventsTooManyRequests) IsServerError

func (o *ListFinancialEventsTooManyRequests) IsServerError() bool

IsServerError returns true when this list financial events too many requests response has a 5xx status code

func (*ListFinancialEventsTooManyRequests) IsSuccess

IsSuccess returns true when this list financial events too many requests response has a 2xx status code

func (*ListFinancialEventsTooManyRequests) String

Jump to

Keyboard shortcuts

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