api_key_user_wallet

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

WithContentTypeApplicationJSON sets the Content-Type header to "application/json".

func WithContentTypeApplicationxWwwFormUrlencoded

func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)

WithContentTypeApplicationxWwwFormUrlencoded sets the Content-Type header to "application/x-www-form-urlencoded".

Types

type Client

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

Client for api key user wallet API

func (*Client) GetAPIKeyUserWalletDepositHistory

func (a *Client) GetAPIKeyUserWalletDepositHistory(params *GetAPIKeyUserWalletDepositHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserWalletDepositHistoryOK, error)

GetAPIKeyUserWalletDepositHistory gets list user deposit history by Api key

func (*Client) GetAPIKeyUserWalletTransactionHistory

func (a *Client) GetAPIKeyUserWalletTransactionHistory(params *GetAPIKeyUserWalletTransactionHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserWalletTransactionHistoryOK, error)

GetAPIKeyUserWalletTransactionHistory gets list transaction history by user by Api key

type is one of all, earnings, buy, unlock, download, call api, compute task, use playground, storage, verify model

func (*Client) GetAPIKeyUserWalletWithdrawHistory

func (a *Client) GetAPIKeyUserWalletWithdrawHistory(params *GetAPIKeyUserWalletWithdrawHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserWalletWithdrawHistoryOK, error)

GetAPIKeyUserWalletWithdrawHistory gets list user withdrawal history by Api key

func (*Client) PostAPIKeyUserStatisticsEarnings

func (a *Client) PostAPIKeyUserStatisticsEarnings(params *PostAPIKeyUserStatisticsEarningsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserStatisticsEarningsOK, error)

PostAPIKeyUserStatisticsEarnings gets user earnings statistics by Api key

func (*Client) PostAPIKeyUserStatisticsSpendingCost

func (a *Client) PostAPIKeyUserStatisticsSpendingCost(params *PostAPIKeyUserStatisticsSpendingCostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserStatisticsSpendingCostOK, error)

PostAPIKeyUserStatisticsSpendingCost gets user spending cost statitics by Api key

func (*Client) PostAPIKeyUserWalletTransactionAnalytics

PostAPIKeyUserWalletTransactionAnalytics gets user transaction analytics by Api key

func (*Client) PostAPIKeyUserWalletTransactionRecent

func (a *Client) PostAPIKeyUserWalletTransactionRecent(params *PostAPIKeyUserWalletTransactionRecentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserWalletTransactionRecentOK, error)

PostAPIKeyUserWalletTransactionRecent gets list recent transaction by user by Api key

type is one of all, credits, charges

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

func WithContentType

func WithContentType(mime string) ClientOption

WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.

You may use this option to set arbitrary extensions to your MIME media type.

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new api key user wallet API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new api key user wallet API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new api key user wallet API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type GetAPIKeyUserWalletDepositHistoryBadRequest

type GetAPIKeyUserWalletDepositHistoryBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyUserWalletDepositHistoryBadRequest

func NewGetAPIKeyUserWalletDepositHistoryBadRequest() *GetAPIKeyUserWalletDepositHistoryBadRequest

NewGetAPIKeyUserWalletDepositHistoryBadRequest creates a GetAPIKeyUserWalletDepositHistoryBadRequest with default headers values

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) Code

Code gets the status code for the get Api key user wallet deposit history bad request response

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) Error

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) GetPayload

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsClientError

IsClientError returns true when this get Api key user wallet deposit history bad request response has a 4xx status code

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsCode

IsCode returns true when this get Api key user wallet deposit history bad request response a status code equal to that given

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsRedirect

IsRedirect returns true when this get Api key user wallet deposit history bad request response has a 3xx status code

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsServerError

IsServerError returns true when this get Api key user wallet deposit history bad request response has a 5xx status code

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsSuccess

IsSuccess returns true when this get Api key user wallet deposit history bad request response has a 2xx status code

func (*GetAPIKeyUserWalletDepositHistoryBadRequest) String

type GetAPIKeyUserWalletDepositHistoryInternalServerError

type GetAPIKeyUserWalletDepositHistoryInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyUserWalletDepositHistoryInternalServerError

func NewGetAPIKeyUserWalletDepositHistoryInternalServerError() *GetAPIKeyUserWalletDepositHistoryInternalServerError

NewGetAPIKeyUserWalletDepositHistoryInternalServerError creates a GetAPIKeyUserWalletDepositHistoryInternalServerError with default headers values

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) Code

Code gets the status code for the get Api key user wallet deposit history internal server error response

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) Error

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) GetPayload

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsClientError

IsClientError returns true when this get Api key user wallet deposit history internal server error response has a 4xx status code

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsCode

IsCode returns true when this get Api key user wallet deposit history internal server error response a status code equal to that given

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user wallet deposit history internal server error response has a 3xx status code

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsServerError

IsServerError returns true when this get Api key user wallet deposit history internal server error response has a 5xx status code

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user wallet deposit history internal server error response has a 2xx status code

func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) String

type GetAPIKeyUserWalletDepositHistoryOK

type GetAPIKeyUserWalletDepositHistoryOK struct {
	Payload *models.ResponseTxInListResponse
}

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

OK

func NewGetAPIKeyUserWalletDepositHistoryOK

func NewGetAPIKeyUserWalletDepositHistoryOK() *GetAPIKeyUserWalletDepositHistoryOK

NewGetAPIKeyUserWalletDepositHistoryOK creates a GetAPIKeyUserWalletDepositHistoryOK with default headers values

func (*GetAPIKeyUserWalletDepositHistoryOK) Code

Code gets the status code for the get Api key user wallet deposit history o k response

func (*GetAPIKeyUserWalletDepositHistoryOK) Error

func (*GetAPIKeyUserWalletDepositHistoryOK) GetPayload

func (*GetAPIKeyUserWalletDepositHistoryOK) IsClientError

func (o *GetAPIKeyUserWalletDepositHistoryOK) IsClientError() bool

IsClientError returns true when this get Api key user wallet deposit history o k response has a 4xx status code

func (*GetAPIKeyUserWalletDepositHistoryOK) IsCode

IsCode returns true when this get Api key user wallet deposit history o k response a status code equal to that given

func (*GetAPIKeyUserWalletDepositHistoryOK) IsRedirect

func (o *GetAPIKeyUserWalletDepositHistoryOK) IsRedirect() bool

IsRedirect returns true when this get Api key user wallet deposit history o k response has a 3xx status code

func (*GetAPIKeyUserWalletDepositHistoryOK) IsServerError

func (o *GetAPIKeyUserWalletDepositHistoryOK) IsServerError() bool

IsServerError returns true when this get Api key user wallet deposit history o k response has a 5xx status code

func (*GetAPIKeyUserWalletDepositHistoryOK) IsSuccess

IsSuccess returns true when this get Api key user wallet deposit history o k response has a 2xx status code

func (*GetAPIKeyUserWalletDepositHistoryOK) String

type GetAPIKeyUserWalletDepositHistoryParams

type GetAPIKeyUserWalletDepositHistoryParams struct {

	// Limit.
	//
	// Default: 10
	Limit *int64

	// Offset.
	Offset *int64

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

GetAPIKeyUserWalletDepositHistoryParams contains all the parameters to send to the API endpoint

for the get API key user wallet deposit history operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserWalletDepositHistoryParams

func NewGetAPIKeyUserWalletDepositHistoryParams() *GetAPIKeyUserWalletDepositHistoryParams

NewGetAPIKeyUserWalletDepositHistoryParams creates a new GetAPIKeyUserWalletDepositHistoryParams 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 NewGetAPIKeyUserWalletDepositHistoryParamsWithContext

func NewGetAPIKeyUserWalletDepositHistoryParamsWithContext(ctx context.Context) *GetAPIKeyUserWalletDepositHistoryParams

NewGetAPIKeyUserWalletDepositHistoryParamsWithContext creates a new GetAPIKeyUserWalletDepositHistoryParams object with the ability to set a context for a request.

func NewGetAPIKeyUserWalletDepositHistoryParamsWithHTTPClient

func NewGetAPIKeyUserWalletDepositHistoryParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserWalletDepositHistoryParams

NewGetAPIKeyUserWalletDepositHistoryParamsWithHTTPClient creates a new GetAPIKeyUserWalletDepositHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserWalletDepositHistoryParamsWithTimeout

func NewGetAPIKeyUserWalletDepositHistoryParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserWalletDepositHistoryParams

NewGetAPIKeyUserWalletDepositHistoryParamsWithTimeout creates a new GetAPIKeyUserWalletDepositHistoryParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserWalletDepositHistoryParams) SetContext

SetContext adds the context to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) SetDefaults

func (o *GetAPIKeyUserWalletDepositHistoryParams) SetDefaults()

SetDefaults hydrates default values in the get API key user wallet deposit history params (not the query body).

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

func (*GetAPIKeyUserWalletDepositHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) SetLimit

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

SetLimit adds the limit to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) SetOffset

func (o *GetAPIKeyUserWalletDepositHistoryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) SetTimeout

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

SetTimeout adds the timeout to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) WithContext

WithContext adds the context to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) WithDefaults

WithDefaults hydrates default values in the get API key user wallet deposit history params (not the query body).

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

func (*GetAPIKeyUserWalletDepositHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) WithLimit

WithLimit adds the limit to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) WithOffset

WithOffset adds the offset to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) WithTimeout

WithTimeout adds the timeout to the get API key user wallet deposit history params

func (*GetAPIKeyUserWalletDepositHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserWalletDepositHistoryReader

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

GetAPIKeyUserWalletDepositHistoryReader is a Reader for the GetAPIKeyUserWalletDepositHistory structure.

func (*GetAPIKeyUserWalletDepositHistoryReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetAPIKeyUserWalletTransactionHistoryBadRequest

type GetAPIKeyUserWalletTransactionHistoryBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyUserWalletTransactionHistoryBadRequest

func NewGetAPIKeyUserWalletTransactionHistoryBadRequest() *GetAPIKeyUserWalletTransactionHistoryBadRequest

NewGetAPIKeyUserWalletTransactionHistoryBadRequest creates a GetAPIKeyUserWalletTransactionHistoryBadRequest with default headers values

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) Code

Code gets the status code for the get Api key user wallet transaction history bad request response

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) Error

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) GetPayload

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsClientError

IsClientError returns true when this get Api key user wallet transaction history bad request response has a 4xx status code

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsCode

IsCode returns true when this get Api key user wallet transaction history bad request response a status code equal to that given

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsRedirect

IsRedirect returns true when this get Api key user wallet transaction history bad request response has a 3xx status code

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsServerError

IsServerError returns true when this get Api key user wallet transaction history bad request response has a 5xx status code

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsSuccess

IsSuccess returns true when this get Api key user wallet transaction history bad request response has a 2xx status code

func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) String

type GetAPIKeyUserWalletTransactionHistoryInternalServerError

type GetAPIKeyUserWalletTransactionHistoryInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyUserWalletTransactionHistoryInternalServerError

func NewGetAPIKeyUserWalletTransactionHistoryInternalServerError() *GetAPIKeyUserWalletTransactionHistoryInternalServerError

NewGetAPIKeyUserWalletTransactionHistoryInternalServerError creates a GetAPIKeyUserWalletTransactionHistoryInternalServerError with default headers values

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) Code

Code gets the status code for the get Api key user wallet transaction history internal server error response

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) Error

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) GetPayload

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsClientError

IsClientError returns true when this get Api key user wallet transaction history internal server error response has a 4xx status code

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsCode

IsCode returns true when this get Api key user wallet transaction history internal server error response a status code equal to that given

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user wallet transaction history internal server error response has a 3xx status code

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsServerError

IsServerError returns true when this get Api key user wallet transaction history internal server error response has a 5xx status code

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user wallet transaction history internal server error response has a 2xx status code

func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) String

type GetAPIKeyUserWalletTransactionHistoryOK

type GetAPIKeyUserWalletTransactionHistoryOK struct {
	Payload *models.ResponseTransactionListResponse
}

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

OK

func NewGetAPIKeyUserWalletTransactionHistoryOK

func NewGetAPIKeyUserWalletTransactionHistoryOK() *GetAPIKeyUserWalletTransactionHistoryOK

NewGetAPIKeyUserWalletTransactionHistoryOK creates a GetAPIKeyUserWalletTransactionHistoryOK with default headers values

func (*GetAPIKeyUserWalletTransactionHistoryOK) Code

Code gets the status code for the get Api key user wallet transaction history o k response

func (*GetAPIKeyUserWalletTransactionHistoryOK) Error

func (*GetAPIKeyUserWalletTransactionHistoryOK) GetPayload

func (*GetAPIKeyUserWalletTransactionHistoryOK) IsClientError

func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsClientError() bool

IsClientError returns true when this get Api key user wallet transaction history o k response has a 4xx status code

func (*GetAPIKeyUserWalletTransactionHistoryOK) IsCode

IsCode returns true when this get Api key user wallet transaction history o k response a status code equal to that given

func (*GetAPIKeyUserWalletTransactionHistoryOK) IsRedirect

IsRedirect returns true when this get Api key user wallet transaction history o k response has a 3xx status code

func (*GetAPIKeyUserWalletTransactionHistoryOK) IsServerError

func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsServerError() bool

IsServerError returns true when this get Api key user wallet transaction history o k response has a 5xx status code

func (*GetAPIKeyUserWalletTransactionHistoryOK) IsSuccess

IsSuccess returns true when this get Api key user wallet transaction history o k response has a 2xx status code

func (*GetAPIKeyUserWalletTransactionHistoryOK) String

type GetAPIKeyUserWalletTransactionHistoryParams

type GetAPIKeyUserWalletTransactionHistoryParams struct {

	// Limit.
	//
	// Default: 10
	Limit *int64

	// Offset.
	Offset *int64

	// Type.
	Type *string

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

GetAPIKeyUserWalletTransactionHistoryParams contains all the parameters to send to the API endpoint

for the get API key user wallet transaction history operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserWalletTransactionHistoryParams

func NewGetAPIKeyUserWalletTransactionHistoryParams() *GetAPIKeyUserWalletTransactionHistoryParams

NewGetAPIKeyUserWalletTransactionHistoryParams creates a new GetAPIKeyUserWalletTransactionHistoryParams 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 NewGetAPIKeyUserWalletTransactionHistoryParamsWithContext

func NewGetAPIKeyUserWalletTransactionHistoryParamsWithContext(ctx context.Context) *GetAPIKeyUserWalletTransactionHistoryParams

NewGetAPIKeyUserWalletTransactionHistoryParamsWithContext creates a new GetAPIKeyUserWalletTransactionHistoryParams object with the ability to set a context for a request.

func NewGetAPIKeyUserWalletTransactionHistoryParamsWithHTTPClient

func NewGetAPIKeyUserWalletTransactionHistoryParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserWalletTransactionHistoryParams

NewGetAPIKeyUserWalletTransactionHistoryParamsWithHTTPClient creates a new GetAPIKeyUserWalletTransactionHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserWalletTransactionHistoryParamsWithTimeout

func NewGetAPIKeyUserWalletTransactionHistoryParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserWalletTransactionHistoryParams

NewGetAPIKeyUserWalletTransactionHistoryParamsWithTimeout creates a new GetAPIKeyUserWalletTransactionHistoryParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetContext

SetContext adds the context to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetDefaults

SetDefaults hydrates default values in the get API key user wallet transaction history params (not the query body).

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

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetLimit

SetLimit adds the limit to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetOffset

func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetTimeout

SetTimeout adds the timeout to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) SetType

SetType adds the type to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithContext

WithContext adds the context to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithDefaults

WithDefaults hydrates default values in the get API key user wallet transaction history params (not the query body).

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

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithLimit

WithLimit adds the limit to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithOffset

WithOffset adds the offset to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithTimeout

WithTimeout adds the timeout to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WithType

WithType adds the typeVar to the get API key user wallet transaction history params

func (*GetAPIKeyUserWalletTransactionHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserWalletTransactionHistoryReader

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

GetAPIKeyUserWalletTransactionHistoryReader is a Reader for the GetAPIKeyUserWalletTransactionHistory structure.

func (*GetAPIKeyUserWalletTransactionHistoryReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetAPIKeyUserWalletWithdrawHistoryBadRequest

type GetAPIKeyUserWalletWithdrawHistoryBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetAPIKeyUserWalletWithdrawHistoryBadRequest

func NewGetAPIKeyUserWalletWithdrawHistoryBadRequest() *GetAPIKeyUserWalletWithdrawHistoryBadRequest

NewGetAPIKeyUserWalletWithdrawHistoryBadRequest creates a GetAPIKeyUserWalletWithdrawHistoryBadRequest with default headers values

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) Code

Code gets the status code for the get Api key user wallet withdraw history bad request response

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) Error

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) GetPayload

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsClientError

IsClientError returns true when this get Api key user wallet withdraw history bad request response has a 4xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsCode

IsCode returns true when this get Api key user wallet withdraw history bad request response a status code equal to that given

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsRedirect

IsRedirect returns true when this get Api key user wallet withdraw history bad request response has a 3xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsServerError

IsServerError returns true when this get Api key user wallet withdraw history bad request response has a 5xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsSuccess

IsSuccess returns true when this get Api key user wallet withdraw history bad request response has a 2xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) String

type GetAPIKeyUserWalletWithdrawHistoryInternalServerError

type GetAPIKeyUserWalletWithdrawHistoryInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetAPIKeyUserWalletWithdrawHistoryInternalServerError

func NewGetAPIKeyUserWalletWithdrawHistoryInternalServerError() *GetAPIKeyUserWalletWithdrawHistoryInternalServerError

NewGetAPIKeyUserWalletWithdrawHistoryInternalServerError creates a GetAPIKeyUserWalletWithdrawHistoryInternalServerError with default headers values

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Code

Code gets the status code for the get Api key user wallet withdraw history internal server error response

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Error

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) GetPayload

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsClientError

IsClientError returns true when this get Api key user wallet withdraw history internal server error response has a 4xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsCode

IsCode returns true when this get Api key user wallet withdraw history internal server error response a status code equal to that given

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsRedirect

IsRedirect returns true when this get Api key user wallet withdraw history internal server error response has a 3xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsServerError

IsServerError returns true when this get Api key user wallet withdraw history internal server error response has a 5xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsSuccess

IsSuccess returns true when this get Api key user wallet withdraw history internal server error response has a 2xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) String

type GetAPIKeyUserWalletWithdrawHistoryOK

type GetAPIKeyUserWalletWithdrawHistoryOK struct {
	Payload *models.ResponseWithdrawalListResponse
}

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

OK

func NewGetAPIKeyUserWalletWithdrawHistoryOK

func NewGetAPIKeyUserWalletWithdrawHistoryOK() *GetAPIKeyUserWalletWithdrawHistoryOK

NewGetAPIKeyUserWalletWithdrawHistoryOK creates a GetAPIKeyUserWalletWithdrawHistoryOK with default headers values

func (*GetAPIKeyUserWalletWithdrawHistoryOK) Code

Code gets the status code for the get Api key user wallet withdraw history o k response

func (*GetAPIKeyUserWalletWithdrawHistoryOK) Error

func (*GetAPIKeyUserWalletWithdrawHistoryOK) GetPayload

func (*GetAPIKeyUserWalletWithdrawHistoryOK) IsClientError

func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsClientError() bool

IsClientError returns true when this get Api key user wallet withdraw history o k response has a 4xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryOK) IsCode

IsCode returns true when this get Api key user wallet withdraw history o k response a status code equal to that given

func (*GetAPIKeyUserWalletWithdrawHistoryOK) IsRedirect

IsRedirect returns true when this get Api key user wallet withdraw history o k response has a 3xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryOK) IsServerError

func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsServerError() bool

IsServerError returns true when this get Api key user wallet withdraw history o k response has a 5xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryOK) IsSuccess

IsSuccess returns true when this get Api key user wallet withdraw history o k response has a 2xx status code

func (*GetAPIKeyUserWalletWithdrawHistoryOK) String

type GetAPIKeyUserWalletWithdrawHistoryParams

type GetAPIKeyUserWalletWithdrawHistoryParams struct {

	// Limit.
	//
	// Default: 10
	Limit *int64

	// Offset.
	Offset *int64

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

GetAPIKeyUserWalletWithdrawHistoryParams contains all the parameters to send to the API endpoint

for the get API key user wallet withdraw history operation.

Typically these are written to a http.Request.

func NewGetAPIKeyUserWalletWithdrawHistoryParams

func NewGetAPIKeyUserWalletWithdrawHistoryParams() *GetAPIKeyUserWalletWithdrawHistoryParams

NewGetAPIKeyUserWalletWithdrawHistoryParams creates a new GetAPIKeyUserWalletWithdrawHistoryParams 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 NewGetAPIKeyUserWalletWithdrawHistoryParamsWithContext

func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithContext(ctx context.Context) *GetAPIKeyUserWalletWithdrawHistoryParams

NewGetAPIKeyUserWalletWithdrawHistoryParamsWithContext creates a new GetAPIKeyUserWalletWithdrawHistoryParams object with the ability to set a context for a request.

func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithHTTPClient

func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserWalletWithdrawHistoryParams

NewGetAPIKeyUserWalletWithdrawHistoryParamsWithHTTPClient creates a new GetAPIKeyUserWalletWithdrawHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithTimeout

func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserWalletWithdrawHistoryParams

NewGetAPIKeyUserWalletWithdrawHistoryParamsWithTimeout creates a new GetAPIKeyUserWalletWithdrawHistoryParams object with the ability to set a timeout on a request.

func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetContext

SetContext adds the context to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetDefaults

SetDefaults hydrates default values in the get API key user wallet withdraw history params (not the query body).

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

func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetLimit

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

SetLimit adds the limit to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetOffset

func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetOffset(offset *int64)

SetOffset adds the offset to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetTimeout

SetTimeout adds the timeout to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithContext

WithContext adds the context to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithDefaults

WithDefaults hydrates default values in the get API key user wallet withdraw history params (not the query body).

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

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithLimit

WithLimit adds the limit to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithOffset

WithOffset adds the offset to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithTimeout

WithTimeout adds the timeout to the get API key user wallet withdraw history params

func (*GetAPIKeyUserWalletWithdrawHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIKeyUserWalletWithdrawHistoryReader

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

GetAPIKeyUserWalletWithdrawHistoryReader is a Reader for the GetAPIKeyUserWalletWithdrawHistory structure.

func (*GetAPIKeyUserWalletWithdrawHistoryReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyUserStatisticsEarningsBadRequest

type PostAPIKeyUserStatisticsEarningsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyUserStatisticsEarningsBadRequest

func NewPostAPIKeyUserStatisticsEarningsBadRequest() *PostAPIKeyUserStatisticsEarningsBadRequest

NewPostAPIKeyUserStatisticsEarningsBadRequest creates a PostAPIKeyUserStatisticsEarningsBadRequest with default headers values

func (*PostAPIKeyUserStatisticsEarningsBadRequest) Code

Code gets the status code for the post Api key user statistics earnings bad request response

func (*PostAPIKeyUserStatisticsEarningsBadRequest) Error

func (*PostAPIKeyUserStatisticsEarningsBadRequest) GetPayload

func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsClientError

IsClientError returns true when this post Api key user statistics earnings bad request response has a 4xx status code

func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsCode

IsCode returns true when this post Api key user statistics earnings bad request response a status code equal to that given

func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsRedirect

IsRedirect returns true when this post Api key user statistics earnings bad request response has a 3xx status code

func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsServerError

IsServerError returns true when this post Api key user statistics earnings bad request response has a 5xx status code

func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsSuccess

IsSuccess returns true when this post Api key user statistics earnings bad request response has a 2xx status code

func (*PostAPIKeyUserStatisticsEarningsBadRequest) String

type PostAPIKeyUserStatisticsEarningsInternalServerError

type PostAPIKeyUserStatisticsEarningsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyUserStatisticsEarningsInternalServerError

func NewPostAPIKeyUserStatisticsEarningsInternalServerError() *PostAPIKeyUserStatisticsEarningsInternalServerError

NewPostAPIKeyUserStatisticsEarningsInternalServerError creates a PostAPIKeyUserStatisticsEarningsInternalServerError with default headers values

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) Code

Code gets the status code for the post Api key user statistics earnings internal server error response

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) Error

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) GetPayload

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsClientError

IsClientError returns true when this post Api key user statistics earnings internal server error response has a 4xx status code

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsCode

IsCode returns true when this post Api key user statistics earnings internal server error response a status code equal to that given

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user statistics earnings internal server error response has a 3xx status code

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsServerError

IsServerError returns true when this post Api key user statistics earnings internal server error response has a 5xx status code

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user statistics earnings internal server error response has a 2xx status code

func (*PostAPIKeyUserStatisticsEarningsInternalServerError) String

type PostAPIKeyUserStatisticsEarningsOK

type PostAPIKeyUserStatisticsEarningsOK struct {
	Payload *models.ResponseUserEarningsStatisticsResponse
}

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

OK

func NewPostAPIKeyUserStatisticsEarningsOK

func NewPostAPIKeyUserStatisticsEarningsOK() *PostAPIKeyUserStatisticsEarningsOK

NewPostAPIKeyUserStatisticsEarningsOK creates a PostAPIKeyUserStatisticsEarningsOK with default headers values

func (*PostAPIKeyUserStatisticsEarningsOK) Code

Code gets the status code for the post Api key user statistics earnings o k response

func (*PostAPIKeyUserStatisticsEarningsOK) Error

func (*PostAPIKeyUserStatisticsEarningsOK) GetPayload

func (*PostAPIKeyUserStatisticsEarningsOK) IsClientError

func (o *PostAPIKeyUserStatisticsEarningsOK) IsClientError() bool

IsClientError returns true when this post Api key user statistics earnings o k response has a 4xx status code

func (*PostAPIKeyUserStatisticsEarningsOK) IsCode

IsCode returns true when this post Api key user statistics earnings o k response a status code equal to that given

func (*PostAPIKeyUserStatisticsEarningsOK) IsRedirect

func (o *PostAPIKeyUserStatisticsEarningsOK) IsRedirect() bool

IsRedirect returns true when this post Api key user statistics earnings o k response has a 3xx status code

func (*PostAPIKeyUserStatisticsEarningsOK) IsServerError

func (o *PostAPIKeyUserStatisticsEarningsOK) IsServerError() bool

IsServerError returns true when this post Api key user statistics earnings o k response has a 5xx status code

func (*PostAPIKeyUserStatisticsEarningsOK) IsSuccess

IsSuccess returns true when this post Api key user statistics earnings o k response has a 2xx status code

func (*PostAPIKeyUserStatisticsEarningsOK) String

type PostAPIKeyUserStatisticsEarningsParams

type PostAPIKeyUserStatisticsEarningsParams struct {

	/* Input.

	   Get User's earnings statistics
	*/
	Input *models.RequestGetTransactionAnalyticsRequest

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

PostAPIKeyUserStatisticsEarningsParams contains all the parameters to send to the API endpoint

for the post API key user statistics earnings operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserStatisticsEarningsParams

func NewPostAPIKeyUserStatisticsEarningsParams() *PostAPIKeyUserStatisticsEarningsParams

NewPostAPIKeyUserStatisticsEarningsParams creates a new PostAPIKeyUserStatisticsEarningsParams 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 NewPostAPIKeyUserStatisticsEarningsParamsWithContext

func NewPostAPIKeyUserStatisticsEarningsParamsWithContext(ctx context.Context) *PostAPIKeyUserStatisticsEarningsParams

NewPostAPIKeyUserStatisticsEarningsParamsWithContext creates a new PostAPIKeyUserStatisticsEarningsParams object with the ability to set a context for a request.

func NewPostAPIKeyUserStatisticsEarningsParamsWithHTTPClient

func NewPostAPIKeyUserStatisticsEarningsParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsEarningsParams

NewPostAPIKeyUserStatisticsEarningsParamsWithHTTPClient creates a new PostAPIKeyUserStatisticsEarningsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserStatisticsEarningsParamsWithTimeout

func NewPostAPIKeyUserStatisticsEarningsParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsEarningsParams

NewPostAPIKeyUserStatisticsEarningsParamsWithTimeout creates a new PostAPIKeyUserStatisticsEarningsParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserStatisticsEarningsParams) SetContext

SetContext adds the context to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) SetDefaults

func (o *PostAPIKeyUserStatisticsEarningsParams) SetDefaults()

SetDefaults hydrates default values in the post API key user statistics earnings params (not the query body).

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

func (*PostAPIKeyUserStatisticsEarningsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) SetInput

SetInput adds the input to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) SetTimeout

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

SetTimeout adds the timeout to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) WithContext

WithContext adds the context to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) WithDefaults

WithDefaults hydrates default values in the post API key user statistics earnings params (not the query body).

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

func (*PostAPIKeyUserStatisticsEarningsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) WithInput

WithInput adds the input to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) WithTimeout

WithTimeout adds the timeout to the post API key user statistics earnings params

func (*PostAPIKeyUserStatisticsEarningsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserStatisticsEarningsReader

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

PostAPIKeyUserStatisticsEarningsReader is a Reader for the PostAPIKeyUserStatisticsEarnings structure.

func (*PostAPIKeyUserStatisticsEarningsReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyUserStatisticsSpendingCostBadRequest

type PostAPIKeyUserStatisticsSpendingCostBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyUserStatisticsSpendingCostBadRequest

func NewPostAPIKeyUserStatisticsSpendingCostBadRequest() *PostAPIKeyUserStatisticsSpendingCostBadRequest

NewPostAPIKeyUserStatisticsSpendingCostBadRequest creates a PostAPIKeyUserStatisticsSpendingCostBadRequest with default headers values

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) Code

Code gets the status code for the post Api key user statistics spending cost bad request response

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) Error

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) GetPayload

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsClientError

IsClientError returns true when this post Api key user statistics spending cost bad request response has a 4xx status code

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsCode

IsCode returns true when this post Api key user statistics spending cost bad request response a status code equal to that given

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsRedirect

IsRedirect returns true when this post Api key user statistics spending cost bad request response has a 3xx status code

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsServerError

IsServerError returns true when this post Api key user statistics spending cost bad request response has a 5xx status code

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsSuccess

IsSuccess returns true when this post Api key user statistics spending cost bad request response has a 2xx status code

func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) String

type PostAPIKeyUserStatisticsSpendingCostInternalServerError

type PostAPIKeyUserStatisticsSpendingCostInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyUserStatisticsSpendingCostInternalServerError

func NewPostAPIKeyUserStatisticsSpendingCostInternalServerError() *PostAPIKeyUserStatisticsSpendingCostInternalServerError

NewPostAPIKeyUserStatisticsSpendingCostInternalServerError creates a PostAPIKeyUserStatisticsSpendingCostInternalServerError with default headers values

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) Code

Code gets the status code for the post Api key user statistics spending cost internal server error response

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) Error

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) GetPayload

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsClientError

IsClientError returns true when this post Api key user statistics spending cost internal server error response has a 4xx status code

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsCode

IsCode returns true when this post Api key user statistics spending cost internal server error response a status code equal to that given

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user statistics spending cost internal server error response has a 3xx status code

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsServerError

IsServerError returns true when this post Api key user statistics spending cost internal server error response has a 5xx status code

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user statistics spending cost internal server error response has a 2xx status code

func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) String

type PostAPIKeyUserStatisticsSpendingCostOK

type PostAPIKeyUserStatisticsSpendingCostOK struct {
	Payload *models.ResponseUserSpendingCostStatisticsResponse
}

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

OK

func NewPostAPIKeyUserStatisticsSpendingCostOK

func NewPostAPIKeyUserStatisticsSpendingCostOK() *PostAPIKeyUserStatisticsSpendingCostOK

NewPostAPIKeyUserStatisticsSpendingCostOK creates a PostAPIKeyUserStatisticsSpendingCostOK with default headers values

func (*PostAPIKeyUserStatisticsSpendingCostOK) Code

Code gets the status code for the post Api key user statistics spending cost o k response

func (*PostAPIKeyUserStatisticsSpendingCostOK) Error

func (*PostAPIKeyUserStatisticsSpendingCostOK) GetPayload

func (*PostAPIKeyUserStatisticsSpendingCostOK) IsClientError

func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsClientError() bool

IsClientError returns true when this post Api key user statistics spending cost o k response has a 4xx status code

func (*PostAPIKeyUserStatisticsSpendingCostOK) IsCode

IsCode returns true when this post Api key user statistics spending cost o k response a status code equal to that given

func (*PostAPIKeyUserStatisticsSpendingCostOK) IsRedirect

IsRedirect returns true when this post Api key user statistics spending cost o k response has a 3xx status code

func (*PostAPIKeyUserStatisticsSpendingCostOK) IsServerError

func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsServerError() bool

IsServerError returns true when this post Api key user statistics spending cost o k response has a 5xx status code

func (*PostAPIKeyUserStatisticsSpendingCostOK) IsSuccess

IsSuccess returns true when this post Api key user statistics spending cost o k response has a 2xx status code

func (*PostAPIKeyUserStatisticsSpendingCostOK) String

type PostAPIKeyUserStatisticsSpendingCostParams

type PostAPIKeyUserStatisticsSpendingCostParams struct {

	/* Input.

	   Get User's spending cost statistics
	*/
	Input *models.RequestGetUserSpendingCostStatisticsRequest

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

PostAPIKeyUserStatisticsSpendingCostParams contains all the parameters to send to the API endpoint

for the post API key user statistics spending cost operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserStatisticsSpendingCostParams

func NewPostAPIKeyUserStatisticsSpendingCostParams() *PostAPIKeyUserStatisticsSpendingCostParams

NewPostAPIKeyUserStatisticsSpendingCostParams creates a new PostAPIKeyUserStatisticsSpendingCostParams 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 NewPostAPIKeyUserStatisticsSpendingCostParamsWithContext

func NewPostAPIKeyUserStatisticsSpendingCostParamsWithContext(ctx context.Context) *PostAPIKeyUserStatisticsSpendingCostParams

NewPostAPIKeyUserStatisticsSpendingCostParamsWithContext creates a new PostAPIKeyUserStatisticsSpendingCostParams object with the ability to set a context for a request.

func NewPostAPIKeyUserStatisticsSpendingCostParamsWithHTTPClient

func NewPostAPIKeyUserStatisticsSpendingCostParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsSpendingCostParams

NewPostAPIKeyUserStatisticsSpendingCostParamsWithHTTPClient creates a new PostAPIKeyUserStatisticsSpendingCostParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserStatisticsSpendingCostParamsWithTimeout

func NewPostAPIKeyUserStatisticsSpendingCostParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsSpendingCostParams

NewPostAPIKeyUserStatisticsSpendingCostParamsWithTimeout creates a new PostAPIKeyUserStatisticsSpendingCostParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserStatisticsSpendingCostParams) SetContext

SetContext adds the context to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) SetDefaults

SetDefaults hydrates default values in the post API key user statistics spending cost params (not the query body).

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

func (*PostAPIKeyUserStatisticsSpendingCostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) SetInput

SetInput adds the input to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) SetTimeout

SetTimeout adds the timeout to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) WithContext

WithContext adds the context to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) WithDefaults

WithDefaults hydrates default values in the post API key user statistics spending cost params (not the query body).

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

func (*PostAPIKeyUserStatisticsSpendingCostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) WithInput

WithInput adds the input to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) WithTimeout

WithTimeout adds the timeout to the post API key user statistics spending cost params

func (*PostAPIKeyUserStatisticsSpendingCostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserStatisticsSpendingCostReader

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

PostAPIKeyUserStatisticsSpendingCostReader is a Reader for the PostAPIKeyUserStatisticsSpendingCost structure.

func (*PostAPIKeyUserStatisticsSpendingCostReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyUserWalletTransactionAnalyticsBadRequest

type PostAPIKeyUserWalletTransactionAnalyticsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyUserWalletTransactionAnalyticsBadRequest

func NewPostAPIKeyUserWalletTransactionAnalyticsBadRequest() *PostAPIKeyUserWalletTransactionAnalyticsBadRequest

NewPostAPIKeyUserWalletTransactionAnalyticsBadRequest creates a PostAPIKeyUserWalletTransactionAnalyticsBadRequest with default headers values

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Code

Code gets the status code for the post Api key user wallet transaction analytics bad request response

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Error

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) GetPayload

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsClientError

IsClientError returns true when this post Api key user wallet transaction analytics bad request response has a 4xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsCode

IsCode returns true when this post Api key user wallet transaction analytics bad request response a status code equal to that given

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsRedirect

IsRedirect returns true when this post Api key user wallet transaction analytics bad request response has a 3xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsServerError

IsServerError returns true when this post Api key user wallet transaction analytics bad request response has a 5xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsSuccess

IsSuccess returns true when this post Api key user wallet transaction analytics bad request response has a 2xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) String

type PostAPIKeyUserWalletTransactionAnalyticsInternalServerError

type PostAPIKeyUserWalletTransactionAnalyticsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyUserWalletTransactionAnalyticsInternalServerError

func NewPostAPIKeyUserWalletTransactionAnalyticsInternalServerError() *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError

NewPostAPIKeyUserWalletTransactionAnalyticsInternalServerError creates a PostAPIKeyUserWalletTransactionAnalyticsInternalServerError with default headers values

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Code

Code gets the status code for the post Api key user wallet transaction analytics internal server error response

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Error

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) GetPayload

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsClientError

IsClientError returns true when this post Api key user wallet transaction analytics internal server error response has a 4xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsCode

IsCode returns true when this post Api key user wallet transaction analytics internal server error response a status code equal to that given

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user wallet transaction analytics internal server error response has a 3xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsServerError

IsServerError returns true when this post Api key user wallet transaction analytics internal server error response has a 5xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user wallet transaction analytics internal server error response has a 2xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) String

type PostAPIKeyUserWalletTransactionAnalyticsOK

type PostAPIKeyUserWalletTransactionAnalyticsOK struct {
	Payload *models.ResponseTransactionAnalyticsResponse
}

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

OK

func NewPostAPIKeyUserWalletTransactionAnalyticsOK

func NewPostAPIKeyUserWalletTransactionAnalyticsOK() *PostAPIKeyUserWalletTransactionAnalyticsOK

NewPostAPIKeyUserWalletTransactionAnalyticsOK creates a PostAPIKeyUserWalletTransactionAnalyticsOK with default headers values

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) Code

Code gets the status code for the post Api key user wallet transaction analytics o k response

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) Error

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) GetPayload

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsClientError

IsClientError returns true when this post Api key user wallet transaction analytics o k response has a 4xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsCode

IsCode returns true when this post Api key user wallet transaction analytics o k response a status code equal to that given

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsRedirect

IsRedirect returns true when this post Api key user wallet transaction analytics o k response has a 3xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsServerError

IsServerError returns true when this post Api key user wallet transaction analytics o k response has a 5xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsSuccess

IsSuccess returns true when this post Api key user wallet transaction analytics o k response has a 2xx status code

func (*PostAPIKeyUserWalletTransactionAnalyticsOK) String

type PostAPIKeyUserWalletTransactionAnalyticsParams

type PostAPIKeyUserWalletTransactionAnalyticsParams struct {

	/* Input.

	   Get User's transaction analytics
	*/
	Input *models.RequestGetUserTransactionAnalyticsRequest

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

PostAPIKeyUserWalletTransactionAnalyticsParams contains all the parameters to send to the API endpoint

for the post API key user wallet transaction analytics operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserWalletTransactionAnalyticsParams

func NewPostAPIKeyUserWalletTransactionAnalyticsParams() *PostAPIKeyUserWalletTransactionAnalyticsParams

NewPostAPIKeyUserWalletTransactionAnalyticsParams creates a new PostAPIKeyUserWalletTransactionAnalyticsParams 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 NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithContext

func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionAnalyticsParams

NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithContext creates a new PostAPIKeyUserWalletTransactionAnalyticsParams object with the ability to set a context for a request.

func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithHTTPClient

func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionAnalyticsParams

NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithHTTPClient creates a new PostAPIKeyUserWalletTransactionAnalyticsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithTimeout

func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionAnalyticsParams

NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithTimeout creates a new PostAPIKeyUserWalletTransactionAnalyticsParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetContext

SetContext adds the context to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetDefaults

SetDefaults hydrates default values in the post API key user wallet transaction analytics params (not the query body).

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

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetInput

SetInput adds the input to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetTimeout

SetTimeout adds the timeout to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithContext

WithContext adds the context to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithDefaults

WithDefaults hydrates default values in the post API key user wallet transaction analytics params (not the query body).

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

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithInput

WithInput adds the input to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithTimeout

WithTimeout adds the timeout to the post API key user wallet transaction analytics params

func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserWalletTransactionAnalyticsReader

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

PostAPIKeyUserWalletTransactionAnalyticsReader is a Reader for the PostAPIKeyUserWalletTransactionAnalytics structure.

func (*PostAPIKeyUserWalletTransactionAnalyticsReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostAPIKeyUserWalletTransactionRecentBadRequest

type PostAPIKeyUserWalletTransactionRecentBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostAPIKeyUserWalletTransactionRecentBadRequest

func NewPostAPIKeyUserWalletTransactionRecentBadRequest() *PostAPIKeyUserWalletTransactionRecentBadRequest

NewPostAPIKeyUserWalletTransactionRecentBadRequest creates a PostAPIKeyUserWalletTransactionRecentBadRequest with default headers values

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) Code

Code gets the status code for the post Api key user wallet transaction recent bad request response

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) Error

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) GetPayload

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsClientError

IsClientError returns true when this post Api key user wallet transaction recent bad request response has a 4xx status code

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsCode

IsCode returns true when this post Api key user wallet transaction recent bad request response a status code equal to that given

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsRedirect

IsRedirect returns true when this post Api key user wallet transaction recent bad request response has a 3xx status code

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsServerError

IsServerError returns true when this post Api key user wallet transaction recent bad request response has a 5xx status code

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsSuccess

IsSuccess returns true when this post Api key user wallet transaction recent bad request response has a 2xx status code

func (*PostAPIKeyUserWalletTransactionRecentBadRequest) String

type PostAPIKeyUserWalletTransactionRecentInternalServerError

type PostAPIKeyUserWalletTransactionRecentInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostAPIKeyUserWalletTransactionRecentInternalServerError

func NewPostAPIKeyUserWalletTransactionRecentInternalServerError() *PostAPIKeyUserWalletTransactionRecentInternalServerError

NewPostAPIKeyUserWalletTransactionRecentInternalServerError creates a PostAPIKeyUserWalletTransactionRecentInternalServerError with default headers values

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) Code

Code gets the status code for the post Api key user wallet transaction recent internal server error response

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) Error

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) GetPayload

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsClientError

IsClientError returns true when this post Api key user wallet transaction recent internal server error response has a 4xx status code

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsCode

IsCode returns true when this post Api key user wallet transaction recent internal server error response a status code equal to that given

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsRedirect

IsRedirect returns true when this post Api key user wallet transaction recent internal server error response has a 3xx status code

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsServerError

IsServerError returns true when this post Api key user wallet transaction recent internal server error response has a 5xx status code

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsSuccess

IsSuccess returns true when this post Api key user wallet transaction recent internal server error response has a 2xx status code

func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) String

type PostAPIKeyUserWalletTransactionRecentOK

type PostAPIKeyUserWalletTransactionRecentOK struct {
	Payload *models.ResponseTransactionListResponse
}

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

OK

func NewPostAPIKeyUserWalletTransactionRecentOK

func NewPostAPIKeyUserWalletTransactionRecentOK() *PostAPIKeyUserWalletTransactionRecentOK

NewPostAPIKeyUserWalletTransactionRecentOK creates a PostAPIKeyUserWalletTransactionRecentOK with default headers values

func (*PostAPIKeyUserWalletTransactionRecentOK) Code

Code gets the status code for the post Api key user wallet transaction recent o k response

func (*PostAPIKeyUserWalletTransactionRecentOK) Error

func (*PostAPIKeyUserWalletTransactionRecentOK) GetPayload

func (*PostAPIKeyUserWalletTransactionRecentOK) IsClientError

func (o *PostAPIKeyUserWalletTransactionRecentOK) IsClientError() bool

IsClientError returns true when this post Api key user wallet transaction recent o k response has a 4xx status code

func (*PostAPIKeyUserWalletTransactionRecentOK) IsCode

IsCode returns true when this post Api key user wallet transaction recent o k response a status code equal to that given

func (*PostAPIKeyUserWalletTransactionRecentOK) IsRedirect

IsRedirect returns true when this post Api key user wallet transaction recent o k response has a 3xx status code

func (*PostAPIKeyUserWalletTransactionRecentOK) IsServerError

func (o *PostAPIKeyUserWalletTransactionRecentOK) IsServerError() bool

IsServerError returns true when this post Api key user wallet transaction recent o k response has a 5xx status code

func (*PostAPIKeyUserWalletTransactionRecentOK) IsSuccess

IsSuccess returns true when this post Api key user wallet transaction recent o k response has a 2xx status code

func (*PostAPIKeyUserWalletTransactionRecentOK) String

type PostAPIKeyUserWalletTransactionRecentParams

type PostAPIKeyUserWalletTransactionRecentParams struct {

	/* Input.

	   Get List Recent Transaction By User Request
	*/
	Input *models.RequestGetListRecentTransactionByUserRequest

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

PostAPIKeyUserWalletTransactionRecentParams contains all the parameters to send to the API endpoint

for the post API key user wallet transaction recent operation.

Typically these are written to a http.Request.

func NewPostAPIKeyUserWalletTransactionRecentParams

func NewPostAPIKeyUserWalletTransactionRecentParams() *PostAPIKeyUserWalletTransactionRecentParams

NewPostAPIKeyUserWalletTransactionRecentParams creates a new PostAPIKeyUserWalletTransactionRecentParams 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 NewPostAPIKeyUserWalletTransactionRecentParamsWithContext

func NewPostAPIKeyUserWalletTransactionRecentParamsWithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionRecentParams

NewPostAPIKeyUserWalletTransactionRecentParamsWithContext creates a new PostAPIKeyUserWalletTransactionRecentParams object with the ability to set a context for a request.

func NewPostAPIKeyUserWalletTransactionRecentParamsWithHTTPClient

func NewPostAPIKeyUserWalletTransactionRecentParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionRecentParams

NewPostAPIKeyUserWalletTransactionRecentParamsWithHTTPClient creates a new PostAPIKeyUserWalletTransactionRecentParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIKeyUserWalletTransactionRecentParamsWithTimeout

func NewPostAPIKeyUserWalletTransactionRecentParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionRecentParams

NewPostAPIKeyUserWalletTransactionRecentParamsWithTimeout creates a new PostAPIKeyUserWalletTransactionRecentParams object with the ability to set a timeout on a request.

func (*PostAPIKeyUserWalletTransactionRecentParams) SetContext

SetContext adds the context to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) SetDefaults

SetDefaults hydrates default values in the post API key user wallet transaction recent params (not the query body).

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

func (*PostAPIKeyUserWalletTransactionRecentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) SetInput

SetInput adds the input to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) SetTimeout

SetTimeout adds the timeout to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) WithContext

WithContext adds the context to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) WithDefaults

WithDefaults hydrates default values in the post API key user wallet transaction recent params (not the query body).

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

func (*PostAPIKeyUserWalletTransactionRecentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) WithInput

WithInput adds the input to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) WithTimeout

WithTimeout adds the timeout to the post API key user wallet transaction recent params

func (*PostAPIKeyUserWalletTransactionRecentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIKeyUserWalletTransactionRecentReader

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

PostAPIKeyUserWalletTransactionRecentReader is a Reader for the PostAPIKeyUserWalletTransactionRecent structure.

func (*PostAPIKeyUserWalletTransactionRecentReader) ReadResponse

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