Documentation
¶
Index ¶
- func WithContentTypeApplicationJSON(r *runtime.ClientOperation)
- func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)
- type Client
- func (a *Client) GetAPIKeyUserWalletDepositHistory(params *GetAPIKeyUserWalletDepositHistoryParams, ...) (*GetAPIKeyUserWalletDepositHistoryOK, error)
- func (a *Client) GetAPIKeyUserWalletTransactionHistory(params *GetAPIKeyUserWalletTransactionHistoryParams, ...) (*GetAPIKeyUserWalletTransactionHistoryOK, error)
- func (a *Client) GetAPIKeyUserWalletWithdrawHistory(params *GetAPIKeyUserWalletWithdrawHistoryParams, ...) (*GetAPIKeyUserWalletWithdrawHistoryOK, error)
- func (a *Client) PostAPIKeyUserStatisticsEarnings(params *PostAPIKeyUserStatisticsEarningsParams, ...) (*PostAPIKeyUserStatisticsEarningsOK, error)
- func (a *Client) PostAPIKeyUserStatisticsSpendingCost(params *PostAPIKeyUserStatisticsSpendingCostParams, ...) (*PostAPIKeyUserStatisticsSpendingCostOK, error)
- func (a *Client) PostAPIKeyUserWalletTransactionAnalytics(params *PostAPIKeyUserWalletTransactionAnalyticsParams, ...) (*PostAPIKeyUserWalletTransactionAnalyticsOK, error)
- func (a *Client) PostAPIKeyUserWalletTransactionRecent(params *PostAPIKeyUserWalletTransactionRecentParams, ...) (*PostAPIKeyUserWalletTransactionRecentOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetAPIKeyUserWalletDepositHistoryBadRequest
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) Code() int
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) Error() string
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsClientError() bool
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsRedirect() bool
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsServerError() bool
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsSuccess() bool
- func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) String() string
- type GetAPIKeyUserWalletDepositHistoryInternalServerError
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) Code() int
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) Error() string
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsClientError() bool
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsServerError() bool
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) String() string
- type GetAPIKeyUserWalletDepositHistoryOK
- func (o *GetAPIKeyUserWalletDepositHistoryOK) Code() int
- func (o *GetAPIKeyUserWalletDepositHistoryOK) Error() string
- func (o *GetAPIKeyUserWalletDepositHistoryOK) GetPayload() *models.ResponseTxInListResponse
- func (o *GetAPIKeyUserWalletDepositHistoryOK) IsClientError() bool
- func (o *GetAPIKeyUserWalletDepositHistoryOK) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletDepositHistoryOK) IsRedirect() bool
- func (o *GetAPIKeyUserWalletDepositHistoryOK) IsServerError() bool
- func (o *GetAPIKeyUserWalletDepositHistoryOK) IsSuccess() bool
- func (o *GetAPIKeyUserWalletDepositHistoryOK) String() string
- type GetAPIKeyUserWalletDepositHistoryParams
- func NewGetAPIKeyUserWalletDepositHistoryParams() *GetAPIKeyUserWalletDepositHistoryParams
- func NewGetAPIKeyUserWalletDepositHistoryParamsWithContext(ctx context.Context) *GetAPIKeyUserWalletDepositHistoryParams
- func NewGetAPIKeyUserWalletDepositHistoryParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserWalletDepositHistoryParams
- func NewGetAPIKeyUserWalletDepositHistoryParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyUserWalletDepositHistoryParams) SetDefaults()
- func (o *GetAPIKeyUserWalletDepositHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyUserWalletDepositHistoryParams) SetLimit(limit *int64)
- func (o *GetAPIKeyUserWalletDepositHistoryParams) SetOffset(offset *int64)
- func (o *GetAPIKeyUserWalletDepositHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WithContext(ctx context.Context) *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WithDefaults() *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WithLimit(limit *int64) *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WithOffset(offset *int64) *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserWalletDepositHistoryParams
- func (o *GetAPIKeyUserWalletDepositHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyUserWalletDepositHistoryReader
- type GetAPIKeyUserWalletTransactionHistoryBadRequest
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) Code() int
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) Error() string
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsClientError() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsRedirect() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsServerError() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsSuccess() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) String() string
- type GetAPIKeyUserWalletTransactionHistoryInternalServerError
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) Code() int
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) Error() string
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsClientError() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsServerError() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) String() string
- type GetAPIKeyUserWalletTransactionHistoryOK
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) Code() int
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) Error() string
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) GetPayload() *models.ResponseTransactionListResponse
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsClientError() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsRedirect() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsServerError() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsSuccess() bool
- func (o *GetAPIKeyUserWalletTransactionHistoryOK) String() string
- type GetAPIKeyUserWalletTransactionHistoryParams
- func NewGetAPIKeyUserWalletTransactionHistoryParams() *GetAPIKeyUserWalletTransactionHistoryParams
- func NewGetAPIKeyUserWalletTransactionHistoryParamsWithContext(ctx context.Context) *GetAPIKeyUserWalletTransactionHistoryParams
- func NewGetAPIKeyUserWalletTransactionHistoryParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserWalletTransactionHistoryParams
- func NewGetAPIKeyUserWalletTransactionHistoryParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetDefaults()
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetLimit(limit *int64)
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetOffset(offset *int64)
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetType(typeVar *string)
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithContext(ctx context.Context) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithDefaults() *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithLimit(limit *int64) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithOffset(offset *int64) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithType(typeVar *string) *GetAPIKeyUserWalletTransactionHistoryParams
- func (o *GetAPIKeyUserWalletTransactionHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyUserWalletTransactionHistoryReader
- type GetAPIKeyUserWalletWithdrawHistoryBadRequest
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) Code() int
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) Error() string
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsClientError() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsRedirect() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsServerError() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsSuccess() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) String() string
- type GetAPIKeyUserWalletWithdrawHistoryInternalServerError
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Code() int
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Error() string
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsClientError() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsRedirect() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsServerError() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsSuccess() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) String() string
- type GetAPIKeyUserWalletWithdrawHistoryOK
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) Code() int
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) Error() string
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) GetPayload() *models.ResponseWithdrawalListResponse
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsClientError() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsCode(code int) bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsRedirect() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsServerError() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsSuccess() bool
- func (o *GetAPIKeyUserWalletWithdrawHistoryOK) String() string
- type GetAPIKeyUserWalletWithdrawHistoryParams
- func NewGetAPIKeyUserWalletWithdrawHistoryParams() *GetAPIKeyUserWalletWithdrawHistoryParams
- func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithContext(ctx context.Context) *GetAPIKeyUserWalletWithdrawHistoryParams
- func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithHTTPClient(client *http.Client) *GetAPIKeyUserWalletWithdrawHistoryParams
- func NewGetAPIKeyUserWalletWithdrawHistoryParamsWithTimeout(timeout time.Duration) *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetContext(ctx context.Context)
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetDefaults()
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetLimit(limit *int64)
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetOffset(offset *int64)
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithContext(ctx context.Context) *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithDefaults() *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithLimit(limit *int64) *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithOffset(offset *int64) *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserWalletWithdrawHistoryParams
- func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIKeyUserWalletWithdrawHistoryReader
- type PostAPIKeyUserStatisticsEarningsBadRequest
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) Code() int
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) Error() string
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsClientError() bool
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsRedirect() bool
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsServerError() bool
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsSuccess() bool
- func (o *PostAPIKeyUserStatisticsEarningsBadRequest) String() string
- type PostAPIKeyUserStatisticsEarningsInternalServerError
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) Code() int
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) Error() string
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsClientError() bool
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsServerError() bool
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) String() string
- type PostAPIKeyUserStatisticsEarningsOK
- func (o *PostAPIKeyUserStatisticsEarningsOK) Code() int
- func (o *PostAPIKeyUserStatisticsEarningsOK) Error() string
- func (o *PostAPIKeyUserStatisticsEarningsOK) GetPayload() *models.ResponseUserEarningsStatisticsResponse
- func (o *PostAPIKeyUserStatisticsEarningsOK) IsClientError() bool
- func (o *PostAPIKeyUserStatisticsEarningsOK) IsCode(code int) bool
- func (o *PostAPIKeyUserStatisticsEarningsOK) IsRedirect() bool
- func (o *PostAPIKeyUserStatisticsEarningsOK) IsServerError() bool
- func (o *PostAPIKeyUserStatisticsEarningsOK) IsSuccess() bool
- func (o *PostAPIKeyUserStatisticsEarningsOK) String() string
- type PostAPIKeyUserStatisticsEarningsParams
- func NewPostAPIKeyUserStatisticsEarningsParams() *PostAPIKeyUserStatisticsEarningsParams
- func NewPostAPIKeyUserStatisticsEarningsParamsWithContext(ctx context.Context) *PostAPIKeyUserStatisticsEarningsParams
- func NewPostAPIKeyUserStatisticsEarningsParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsEarningsParams
- func NewPostAPIKeyUserStatisticsEarningsParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsEarningsParams
- func (o *PostAPIKeyUserStatisticsEarningsParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyUserStatisticsEarningsParams) SetDefaults()
- func (o *PostAPIKeyUserStatisticsEarningsParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyUserStatisticsEarningsParams) SetInput(input *models.RequestGetTransactionAnalyticsRequest)
- func (o *PostAPIKeyUserStatisticsEarningsParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyUserStatisticsEarningsParams) WithContext(ctx context.Context) *PostAPIKeyUserStatisticsEarningsParams
- func (o *PostAPIKeyUserStatisticsEarningsParams) WithDefaults() *PostAPIKeyUserStatisticsEarningsParams
- func (o *PostAPIKeyUserStatisticsEarningsParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsEarningsParams
- func (o *PostAPIKeyUserStatisticsEarningsParams) WithInput(input *models.RequestGetTransactionAnalyticsRequest) *PostAPIKeyUserStatisticsEarningsParams
- func (o *PostAPIKeyUserStatisticsEarningsParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsEarningsParams
- func (o *PostAPIKeyUserStatisticsEarningsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyUserStatisticsEarningsReader
- type PostAPIKeyUserStatisticsSpendingCostBadRequest
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) Code() int
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) Error() string
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsClientError() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsRedirect() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsServerError() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsSuccess() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) String() string
- type PostAPIKeyUserStatisticsSpendingCostInternalServerError
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) Code() int
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) Error() string
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsClientError() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsServerError() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) String() string
- type PostAPIKeyUserStatisticsSpendingCostOK
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) Code() int
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) Error() string
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) GetPayload() *models.ResponseUserSpendingCostStatisticsResponse
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsClientError() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsCode(code int) bool
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsRedirect() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsServerError() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsSuccess() bool
- func (o *PostAPIKeyUserStatisticsSpendingCostOK) String() string
- type PostAPIKeyUserStatisticsSpendingCostParams
- func NewPostAPIKeyUserStatisticsSpendingCostParams() *PostAPIKeyUserStatisticsSpendingCostParams
- func NewPostAPIKeyUserStatisticsSpendingCostParamsWithContext(ctx context.Context) *PostAPIKeyUserStatisticsSpendingCostParams
- func NewPostAPIKeyUserStatisticsSpendingCostParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsSpendingCostParams
- func NewPostAPIKeyUserStatisticsSpendingCostParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsSpendingCostParams
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetDefaults()
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetInput(input *models.RequestGetUserSpendingCostStatisticsRequest)
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithContext(ctx context.Context) *PostAPIKeyUserStatisticsSpendingCostParams
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithDefaults() *PostAPIKeyUserStatisticsSpendingCostParams
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsSpendingCostParams
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithInput(input *models.RequestGetUserSpendingCostStatisticsRequest) *PostAPIKeyUserStatisticsSpendingCostParams
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsSpendingCostParams
- func (o *PostAPIKeyUserStatisticsSpendingCostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyUserStatisticsSpendingCostReader
- type PostAPIKeyUserWalletTransactionAnalyticsBadRequest
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Code() int
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Error() string
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsClientError() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsRedirect() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsServerError() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsSuccess() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) String() string
- type PostAPIKeyUserWalletTransactionAnalyticsInternalServerError
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Code() int
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Error() string
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsClientError() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsServerError() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) String() string
- type PostAPIKeyUserWalletTransactionAnalyticsOK
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) Code() int
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) Error() string
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) GetPayload() *models.ResponseTransactionAnalyticsResponse
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsClientError() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsCode(code int) bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsRedirect() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsServerError() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsSuccess() bool
- func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) String() string
- type PostAPIKeyUserWalletTransactionAnalyticsParams
- func NewPostAPIKeyUserWalletTransactionAnalyticsParams() *PostAPIKeyUserWalletTransactionAnalyticsParams
- func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func NewPostAPIKeyUserWalletTransactionAnalyticsParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetDefaults()
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetInput(input *models.RequestGetUserTransactionAnalyticsRequest)
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithDefaults() *PostAPIKeyUserWalletTransactionAnalyticsParams
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithInput(input *models.RequestGetUserTransactionAnalyticsRequest) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionAnalyticsParams
- func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyUserWalletTransactionAnalyticsReader
- type PostAPIKeyUserWalletTransactionRecentBadRequest
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) Code() int
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) Error() string
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) GetPayload() *models.ResponseFailResponse
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsClientError() bool
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsCode(code int) bool
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsRedirect() bool
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsServerError() bool
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsSuccess() bool
- func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) String() string
- type PostAPIKeyUserWalletTransactionRecentInternalServerError
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) Code() int
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) Error() string
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) GetPayload() *models.ResponseErrorResponse
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsClientError() bool
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsCode(code int) bool
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsRedirect() bool
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsServerError() bool
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsSuccess() bool
- func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) String() string
- type PostAPIKeyUserWalletTransactionRecentOK
- func (o *PostAPIKeyUserWalletTransactionRecentOK) Code() int
- func (o *PostAPIKeyUserWalletTransactionRecentOK) Error() string
- func (o *PostAPIKeyUserWalletTransactionRecentOK) GetPayload() *models.ResponseTransactionListResponse
- func (o *PostAPIKeyUserWalletTransactionRecentOK) IsClientError() bool
- func (o *PostAPIKeyUserWalletTransactionRecentOK) IsCode(code int) bool
- func (o *PostAPIKeyUserWalletTransactionRecentOK) IsRedirect() bool
- func (o *PostAPIKeyUserWalletTransactionRecentOK) IsServerError() bool
- func (o *PostAPIKeyUserWalletTransactionRecentOK) IsSuccess() bool
- func (o *PostAPIKeyUserWalletTransactionRecentOK) String() string
- type PostAPIKeyUserWalletTransactionRecentParams
- func NewPostAPIKeyUserWalletTransactionRecentParams() *PostAPIKeyUserWalletTransactionRecentParams
- func NewPostAPIKeyUserWalletTransactionRecentParamsWithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionRecentParams
- func NewPostAPIKeyUserWalletTransactionRecentParamsWithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionRecentParams
- func NewPostAPIKeyUserWalletTransactionRecentParamsWithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionRecentParams
- func (o *PostAPIKeyUserWalletTransactionRecentParams) SetContext(ctx context.Context)
- func (o *PostAPIKeyUserWalletTransactionRecentParams) SetDefaults()
- func (o *PostAPIKeyUserWalletTransactionRecentParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIKeyUserWalletTransactionRecentParams) SetInput(input *models.RequestGetListRecentTransactionByUserRequest)
- func (o *PostAPIKeyUserWalletTransactionRecentParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIKeyUserWalletTransactionRecentParams) WithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionRecentParams
- func (o *PostAPIKeyUserWalletTransactionRecentParams) WithDefaults() *PostAPIKeyUserWalletTransactionRecentParams
- func (o *PostAPIKeyUserWalletTransactionRecentParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionRecentParams
- func (o *PostAPIKeyUserWalletTransactionRecentParams) WithInput(input *models.RequestGetListRecentTransactionByUserRequest) *PostAPIKeyUserWalletTransactionRecentParams
- func (o *PostAPIKeyUserWalletTransactionRecentParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionRecentParams
- func (o *PostAPIKeyUserWalletTransactionRecentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIKeyUserWalletTransactionRecentReader
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 ¶
func (a *Client) PostAPIKeyUserWalletTransactionAnalytics(params *PostAPIKeyUserWalletTransactionAnalyticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserWalletTransactionAnalyticsOK, error)
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 ¶
type ClientService interface {
GetAPIKeyUserWalletDepositHistory(params *GetAPIKeyUserWalletDepositHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserWalletDepositHistoryOK, error)
GetAPIKeyUserWalletTransactionHistory(params *GetAPIKeyUserWalletTransactionHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserWalletTransactionHistoryOK, error)
GetAPIKeyUserWalletWithdrawHistory(params *GetAPIKeyUserWalletWithdrawHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAPIKeyUserWalletWithdrawHistoryOK, error)
PostAPIKeyUserStatisticsEarnings(params *PostAPIKeyUserStatisticsEarningsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserStatisticsEarningsOK, error)
PostAPIKeyUserStatisticsSpendingCost(params *PostAPIKeyUserStatisticsSpendingCostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserStatisticsSpendingCostOK, error)
PostAPIKeyUserWalletTransactionAnalytics(params *PostAPIKeyUserWalletTransactionAnalyticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserWalletTransactionAnalyticsOK, error)
PostAPIKeyUserWalletTransactionRecent(params *PostAPIKeyUserWalletTransactionRecentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostAPIKeyUserWalletTransactionRecentOK, 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 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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) Code() int
Code gets the status code for the get Api key user wallet deposit history bad request response
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) Error ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) Error() string
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) GetPayload ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) GetPayload() *models.ResponseFailResponse
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsClientError ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsClientError() bool
IsClientError returns true when this get Api key user wallet deposit history bad request response has a 4xx status code
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsCode ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsRedirect() bool
IsRedirect returns true when this get Api key user wallet deposit history bad request response has a 3xx status code
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsServerError ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsServerError() bool
IsServerError returns true when this get Api key user wallet deposit history bad request response has a 5xx status code
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) IsSuccess ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet deposit history bad request response has a 2xx status code
func (*GetAPIKeyUserWalletDepositHistoryBadRequest) String ¶
func (o *GetAPIKeyUserWalletDepositHistoryBadRequest) String() 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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) Code() int
Code gets the status code for the get Api key user wallet deposit history internal server error response
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) Error ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) Error() string
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) GetPayload ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsClientError ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key user wallet deposit history internal server error response has a 4xx status code
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsCode ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key user wallet deposit history internal server error response has a 3xx status code
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsServerError ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key user wallet deposit history internal server error response has a 5xx status code
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) IsSuccess ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet deposit history internal server error response has a 2xx status code
func (*GetAPIKeyUserWalletDepositHistoryInternalServerError) String ¶
func (o *GetAPIKeyUserWalletDepositHistoryInternalServerError) String() 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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryOK) Code() int
Code gets the status code for the get Api key user wallet deposit history o k response
func (*GetAPIKeyUserWalletDepositHistoryOK) Error ¶
func (o *GetAPIKeyUserWalletDepositHistoryOK) Error() string
func (*GetAPIKeyUserWalletDepositHistoryOK) GetPayload ¶
func (o *GetAPIKeyUserWalletDepositHistoryOK) GetPayload() *models.ResponseTxInListResponse
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryOK) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryOK) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet deposit history o k response has a 2xx status code
func (*GetAPIKeyUserWalletDepositHistoryOK) String ¶
func (o *GetAPIKeyUserWalletDepositHistoryOK) String() 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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) SetContext(ctx context.Context)
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WithContext(ctx context.Context) *GetAPIKeyUserWalletDepositHistoryParams
WithContext adds the context to the get API key user wallet deposit history params
func (*GetAPIKeyUserWalletDepositHistoryParams) WithDefaults ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WithDefaults() *GetAPIKeyUserWalletDepositHistoryParams
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserWalletDepositHistoryParams
WithHTTPClient adds the HTTPClient to the get API key user wallet deposit history params
func (*GetAPIKeyUserWalletDepositHistoryParams) WithLimit ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WithLimit(limit *int64) *GetAPIKeyUserWalletDepositHistoryParams
WithLimit adds the limit to the get API key user wallet deposit history params
func (*GetAPIKeyUserWalletDepositHistoryParams) WithOffset ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WithOffset(offset *int64) *GetAPIKeyUserWalletDepositHistoryParams
WithOffset adds the offset to the get API key user wallet deposit history params
func (*GetAPIKeyUserWalletDepositHistoryParams) WithTimeout ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserWalletDepositHistoryParams
WithTimeout adds the timeout to the get API key user wallet deposit history params
func (*GetAPIKeyUserWalletDepositHistoryParams) WriteToRequest ¶
func (o *GetAPIKeyUserWalletDepositHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyUserWalletDepositHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) Code() int
Code gets the status code for the get Api key user wallet transaction history bad request response
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) Error ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) Error() string
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) GetPayload ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) GetPayload() *models.ResponseFailResponse
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsClientError ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsClientError() bool
IsClientError returns true when this get Api key user wallet transaction history bad request response has a 4xx status code
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsCode ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsRedirect() bool
IsRedirect returns true when this get Api key user wallet transaction history bad request response has a 3xx status code
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsServerError ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsServerError() bool
IsServerError returns true when this get Api key user wallet transaction history bad request response has a 5xx status code
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) IsSuccess ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet transaction history bad request response has a 2xx status code
func (*GetAPIKeyUserWalletTransactionHistoryBadRequest) String ¶
func (o *GetAPIKeyUserWalletTransactionHistoryBadRequest) String() 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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) Code() int
Code gets the status code for the get Api key user wallet transaction history internal server error response
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) Error ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) Error() string
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) GetPayload ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsClientError ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key user wallet transaction history internal server error response has a 4xx status code
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsCode ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key user wallet transaction history internal server error response has a 3xx status code
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsServerError ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key user wallet transaction history internal server error response has a 5xx status code
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsSuccess ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet transaction history internal server error response has a 2xx status code
func (*GetAPIKeyUserWalletTransactionHistoryInternalServerError) String ¶
func (o *GetAPIKeyUserWalletTransactionHistoryInternalServerError) String() 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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) Code() int
Code gets the status code for the get Api key user wallet transaction history o k response
func (*GetAPIKeyUserWalletTransactionHistoryOK) Error ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) Error() string
func (*GetAPIKeyUserWalletTransactionHistoryOK) GetPayload ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) GetPayload() *models.ResponseTransactionListResponse
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsRedirect() bool
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet transaction history o k response has a 2xx status code
func (*GetAPIKeyUserWalletTransactionHistoryOK) String ¶
func (o *GetAPIKeyUserWalletTransactionHistoryOK) String() 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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) SetDefaults ¶
func (o *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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetLimit(limit *int64)
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) SetType ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) SetType(typeVar *string)
SetType adds the type to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WithContext ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithContext(ctx context.Context) *GetAPIKeyUserWalletTransactionHistoryParams
WithContext adds the context to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WithDefaults ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithDefaults() *GetAPIKeyUserWalletTransactionHistoryParams
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserWalletTransactionHistoryParams
WithHTTPClient adds the HTTPClient to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WithLimit ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithLimit(limit *int64) *GetAPIKeyUserWalletTransactionHistoryParams
WithLimit adds the limit to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WithOffset ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithOffset(offset *int64) *GetAPIKeyUserWalletTransactionHistoryParams
WithOffset adds the offset to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WithTimeout ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserWalletTransactionHistoryParams
WithTimeout adds the timeout to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WithType ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WithType(typeVar *string) *GetAPIKeyUserWalletTransactionHistoryParams
WithType adds the typeVar to the get API key user wallet transaction history params
func (*GetAPIKeyUserWalletTransactionHistoryParams) WriteToRequest ¶
func (o *GetAPIKeyUserWalletTransactionHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyUserWalletTransactionHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) Code() int
Code gets the status code for the get Api key user wallet withdraw history bad request response
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) Error ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) Error() string
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) GetPayload ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) GetPayload() *models.ResponseFailResponse
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsClientError ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsClientError() bool
IsClientError returns true when this get Api key user wallet withdraw history bad request response has a 4xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsCode ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsRedirect() bool
IsRedirect returns true when this get Api key user wallet withdraw history bad request response has a 3xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsServerError ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsServerError() bool
IsServerError returns true when this get Api key user wallet withdraw history bad request response has a 5xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsSuccess ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet withdraw history bad request response has a 2xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryBadRequest) String ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryBadRequest) String() 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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Code() int
Code gets the status code for the get Api key user wallet withdraw history internal server error response
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Error ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) Error() string
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) GetPayload ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsClientError ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsClientError() bool
IsClientError returns true when this get Api key user wallet withdraw history internal server error response has a 4xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsCode ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsRedirect() bool
IsRedirect returns true when this get Api key user wallet withdraw history internal server error response has a 3xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsServerError ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsServerError() bool
IsServerError returns true when this get Api key user wallet withdraw history internal server error response has a 5xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsSuccess ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet withdraw history internal server error response has a 2xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryInternalServerError) String ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryInternalServerError) String() 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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) Code() int
Code gets the status code for the get Api key user wallet withdraw history o k response
func (*GetAPIKeyUserWalletWithdrawHistoryOK) Error ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) Error() string
func (*GetAPIKeyUserWalletWithdrawHistoryOK) GetPayload ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) GetPayload() *models.ResponseWithdrawalListResponse
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsCode(code int) bool
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsRedirect() bool
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) IsSuccess() bool
IsSuccess returns true when this get Api key user wallet withdraw history o k response has a 2xx status code
func (*GetAPIKeyUserWalletWithdrawHistoryOK) String ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryOK) String() 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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) SetDefaults ¶
func (o *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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithContext ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithContext(ctx context.Context) *GetAPIKeyUserWalletWithdrawHistoryParams
WithContext adds the context to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithDefaults ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithDefaults() *GetAPIKeyUserWalletWithdrawHistoryParams
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithHTTPClient(client *http.Client) *GetAPIKeyUserWalletWithdrawHistoryParams
WithHTTPClient adds the HTTPClient to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithLimit ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithLimit(limit *int64) *GetAPIKeyUserWalletWithdrawHistoryParams
WithLimit adds the limit to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithOffset ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithOffset(offset *int64) *GetAPIKeyUserWalletWithdrawHistoryParams
WithOffset adds the offset to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) WithTimeout ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WithTimeout(timeout time.Duration) *GetAPIKeyUserWalletWithdrawHistoryParams
WithTimeout adds the timeout to the get API key user wallet withdraw history params
func (*GetAPIKeyUserWalletWithdrawHistoryParams) WriteToRequest ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetAPIKeyUserWalletWithdrawHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) Code() int
Code gets the status code for the post Api key user statistics earnings bad request response
func (*PostAPIKeyUserStatisticsEarningsBadRequest) Error ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) Error() string
func (*PostAPIKeyUserStatisticsEarningsBadRequest) GetPayload ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) GetPayload() *models.ResponseFailResponse
func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsClientError ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsClientError() bool
IsClientError returns true when this post Api key user statistics earnings bad request response has a 4xx status code
func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsCode ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsCode(code int) bool
IsCode returns true when this post Api key user statistics earnings bad request response a status code equal to that given
func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsRedirect ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsRedirect() bool
IsRedirect returns true when this post Api key user statistics earnings bad request response has a 3xx status code
func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsServerError ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsServerError() bool
IsServerError returns true when this post Api key user statistics earnings bad request response has a 5xx status code
func (*PostAPIKeyUserStatisticsEarningsBadRequest) IsSuccess ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key user statistics earnings bad request response has a 2xx status code
func (*PostAPIKeyUserStatisticsEarningsBadRequest) String ¶
func (o *PostAPIKeyUserStatisticsEarningsBadRequest) String() 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 ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) Code() int
Code gets the status code for the post Api key user statistics earnings internal server error response
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) Error ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) Error() string
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) GetPayload ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsClientError ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key user statistics earnings internal server error response has a 4xx status code
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsCode ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key user statistics earnings internal server error response has a 3xx status code
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsServerError ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key user statistics earnings internal server error response has a 5xx status code
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) IsSuccess ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key user statistics earnings internal server error response has a 2xx status code
func (*PostAPIKeyUserStatisticsEarningsInternalServerError) String ¶
func (o *PostAPIKeyUserStatisticsEarningsInternalServerError) String() 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 ¶
func (o *PostAPIKeyUserStatisticsEarningsOK) Code() int
Code gets the status code for the post Api key user statistics earnings o k response
func (*PostAPIKeyUserStatisticsEarningsOK) Error ¶
func (o *PostAPIKeyUserStatisticsEarningsOK) Error() string
func (*PostAPIKeyUserStatisticsEarningsOK) GetPayload ¶
func (o *PostAPIKeyUserStatisticsEarningsOK) GetPayload() *models.ResponseUserEarningsStatisticsResponse
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsOK) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsOK) IsSuccess() bool
IsSuccess returns true when this post Api key user statistics earnings o k response has a 2xx status code
func (*PostAPIKeyUserStatisticsEarningsOK) String ¶
func (o *PostAPIKeyUserStatisticsEarningsOK) String() 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 ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) SetContext(ctx context.Context)
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) SetInput(input *models.RequestGetTransactionAnalyticsRequest)
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) WithContext(ctx context.Context) *PostAPIKeyUserStatisticsEarningsParams
WithContext adds the context to the post API key user statistics earnings params
func (*PostAPIKeyUserStatisticsEarningsParams) WithDefaults ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) WithDefaults() *PostAPIKeyUserStatisticsEarningsParams
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsEarningsParams
WithHTTPClient adds the HTTPClient to the post API key user statistics earnings params
func (*PostAPIKeyUserStatisticsEarningsParams) WithInput ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) WithInput(input *models.RequestGetTransactionAnalyticsRequest) *PostAPIKeyUserStatisticsEarningsParams
WithInput adds the input to the post API key user statistics earnings params
func (*PostAPIKeyUserStatisticsEarningsParams) WithTimeout ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsEarningsParams
WithTimeout adds the timeout to the post API key user statistics earnings params
func (*PostAPIKeyUserStatisticsEarningsParams) WriteToRequest ¶
func (o *PostAPIKeyUserStatisticsEarningsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyUserStatisticsEarningsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) Code() int
Code gets the status code for the post Api key user statistics spending cost bad request response
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) Error ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) Error() string
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) GetPayload ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) GetPayload() *models.ResponseFailResponse
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsClientError ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsClientError() bool
IsClientError returns true when this post Api key user statistics spending cost bad request response has a 4xx status code
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsCode ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsRedirect() bool
IsRedirect returns true when this post Api key user statistics spending cost bad request response has a 3xx status code
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsServerError ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsServerError() bool
IsServerError returns true when this post Api key user statistics spending cost bad request response has a 5xx status code
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) IsSuccess ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key user statistics spending cost bad request response has a 2xx status code
func (*PostAPIKeyUserStatisticsSpendingCostBadRequest) String ¶
func (o *PostAPIKeyUserStatisticsSpendingCostBadRequest) String() 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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) Code() int
Code gets the status code for the post Api key user statistics spending cost internal server error response
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) Error ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) Error() string
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) GetPayload ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsClientError ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key user statistics spending cost internal server error response has a 4xx status code
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsCode ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key user statistics spending cost internal server error response has a 3xx status code
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsServerError ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key user statistics spending cost internal server error response has a 5xx status code
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsSuccess ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key user statistics spending cost internal server error response has a 2xx status code
func (*PostAPIKeyUserStatisticsSpendingCostInternalServerError) String ¶
func (o *PostAPIKeyUserStatisticsSpendingCostInternalServerError) String() 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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) Code() int
Code gets the status code for the post Api key user statistics spending cost o k response
func (*PostAPIKeyUserStatisticsSpendingCostOK) Error ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) Error() string
func (*PostAPIKeyUserStatisticsSpendingCostOK) GetPayload ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) GetPayload() *models.ResponseUserSpendingCostStatisticsResponse
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsRedirect() bool
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) IsSuccess() bool
IsSuccess returns true when this post Api key user statistics spending cost o k response has a 2xx status code
func (*PostAPIKeyUserStatisticsSpendingCostOK) String ¶
func (o *PostAPIKeyUserStatisticsSpendingCostOK) String() 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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetContext(ctx context.Context)
SetContext adds the context to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) SetDefaults ¶
func (o *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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetInput(input *models.RequestGetUserSpendingCostStatisticsRequest)
SetInput adds the input to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) SetTimeout ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) WithContext ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithContext(ctx context.Context) *PostAPIKeyUserStatisticsSpendingCostParams
WithContext adds the context to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) WithDefaults ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithDefaults() *PostAPIKeyUserStatisticsSpendingCostParams
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserStatisticsSpendingCostParams
WithHTTPClient adds the HTTPClient to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) WithInput ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithInput(input *models.RequestGetUserSpendingCostStatisticsRequest) *PostAPIKeyUserStatisticsSpendingCostParams
WithInput adds the input to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) WithTimeout ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserStatisticsSpendingCostParams
WithTimeout adds the timeout to the post API key user statistics spending cost params
func (*PostAPIKeyUserStatisticsSpendingCostParams) WriteToRequest ¶
func (o *PostAPIKeyUserStatisticsSpendingCostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyUserStatisticsSpendingCostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Code() int
Code gets the status code for the post Api key user wallet transaction analytics bad request response
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Error ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) Error() string
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) GetPayload ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) GetPayload() *models.ResponseFailResponse
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsClientError ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsClientError() bool
IsClientError returns true when this post Api key user wallet transaction analytics bad request response has a 4xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsCode ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsRedirect() bool
IsRedirect returns true when this post Api key user wallet transaction analytics bad request response has a 3xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsServerError ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsServerError() bool
IsServerError returns true when this post Api key user wallet transaction analytics bad request response has a 5xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsSuccess ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key user wallet transaction analytics bad request response has a 2xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsBadRequest) String ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsBadRequest) String() 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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Code() int
Code gets the status code for the post Api key user wallet transaction analytics internal server error response
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Error ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) Error() string
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) GetPayload ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsClientError ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key user wallet transaction analytics internal server error response has a 4xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsCode ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key user wallet transaction analytics internal server error response has a 3xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsServerError ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key user wallet transaction analytics internal server error response has a 5xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsSuccess ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key user wallet transaction analytics internal server error response has a 2xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) String ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsInternalServerError) String() 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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) Code() int
Code gets the status code for the post Api key user wallet transaction analytics o k response
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) Error ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) Error() string
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) GetPayload ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) GetPayload() *models.ResponseTransactionAnalyticsResponse
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsClientError ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsClientError() bool
IsClientError returns true when this post Api key user wallet transaction analytics o k response has a 4xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsCode ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsRedirect() bool
IsRedirect returns true when this post Api key user wallet transaction analytics o k response has a 3xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsServerError ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsServerError() bool
IsServerError returns true when this post Api key user wallet transaction analytics o k response has a 5xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) IsSuccess ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) IsSuccess() bool
IsSuccess returns true when this post Api key user wallet transaction analytics o k response has a 2xx status code
func (*PostAPIKeyUserWalletTransactionAnalyticsOK) String ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsOK) String() 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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetContext(ctx context.Context)
SetContext adds the context to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetDefaults ¶
func (o *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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetInput ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetInput(input *models.RequestGetUserTransactionAnalyticsRequest)
SetInput adds the input to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) SetTimeout ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithContext ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionAnalyticsParams
WithContext adds the context to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithDefaults ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithDefaults() *PostAPIKeyUserWalletTransactionAnalyticsParams
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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionAnalyticsParams
WithHTTPClient adds the HTTPClient to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithInput ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithInput(input *models.RequestGetUserTransactionAnalyticsRequest) *PostAPIKeyUserWalletTransactionAnalyticsParams
WithInput adds the input to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WithTimeout ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionAnalyticsParams
WithTimeout adds the timeout to the post API key user wallet transaction analytics params
func (*PostAPIKeyUserWalletTransactionAnalyticsParams) WriteToRequest ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyUserWalletTransactionAnalyticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) Code() int
Code gets the status code for the post Api key user wallet transaction recent bad request response
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) Error ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) Error() string
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) GetPayload ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) GetPayload() *models.ResponseFailResponse
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsClientError ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsClientError() bool
IsClientError returns true when this post Api key user wallet transaction recent bad request response has a 4xx status code
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsCode ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsRedirect() bool
IsRedirect returns true when this post Api key user wallet transaction recent bad request response has a 3xx status code
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsServerError ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsServerError() bool
IsServerError returns true when this post Api key user wallet transaction recent bad request response has a 5xx status code
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) IsSuccess ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) IsSuccess() bool
IsSuccess returns true when this post Api key user wallet transaction recent bad request response has a 2xx status code
func (*PostAPIKeyUserWalletTransactionRecentBadRequest) String ¶
func (o *PostAPIKeyUserWalletTransactionRecentBadRequest) String() 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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) Code() int
Code gets the status code for the post Api key user wallet transaction recent internal server error response
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) Error ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) Error() string
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) GetPayload ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) GetPayload() *models.ResponseErrorResponse
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsClientError ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsClientError() bool
IsClientError returns true when this post Api key user wallet transaction recent internal server error response has a 4xx status code
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsCode ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsRedirect() bool
IsRedirect returns true when this post Api key user wallet transaction recent internal server error response has a 3xx status code
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsServerError ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsServerError() bool
IsServerError returns true when this post Api key user wallet transaction recent internal server error response has a 5xx status code
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) IsSuccess ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) IsSuccess() bool
IsSuccess returns true when this post Api key user wallet transaction recent internal server error response has a 2xx status code
func (*PostAPIKeyUserWalletTransactionRecentInternalServerError) String ¶
func (o *PostAPIKeyUserWalletTransactionRecentInternalServerError) String() 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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) Code() int
Code gets the status code for the post Api key user wallet transaction recent o k response
func (*PostAPIKeyUserWalletTransactionRecentOK) Error ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) Error() string
func (*PostAPIKeyUserWalletTransactionRecentOK) GetPayload ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) GetPayload() *models.ResponseTransactionListResponse
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) IsCode(code int) bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) IsRedirect() bool
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) IsSuccess() bool
IsSuccess returns true when this post Api key user wallet transaction recent o k response has a 2xx status code
func (*PostAPIKeyUserWalletTransactionRecentOK) String ¶
func (o *PostAPIKeyUserWalletTransactionRecentOK) String() 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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) SetContext(ctx context.Context)
SetContext adds the context to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) SetDefaults ¶
func (o *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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) SetInput(input *models.RequestGetListRecentTransactionByUserRequest)
SetInput adds the input to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) SetTimeout ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) WithContext ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) WithContext(ctx context.Context) *PostAPIKeyUserWalletTransactionRecentParams
WithContext adds the context to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) WithDefaults ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) WithDefaults() *PostAPIKeyUserWalletTransactionRecentParams
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) WithHTTPClient(client *http.Client) *PostAPIKeyUserWalletTransactionRecentParams
WithHTTPClient adds the HTTPClient to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) WithInput ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) WithInput(input *models.RequestGetListRecentTransactionByUserRequest) *PostAPIKeyUserWalletTransactionRecentParams
WithInput adds the input to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) WithTimeout ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) WithTimeout(timeout time.Duration) *PostAPIKeyUserWalletTransactionRecentParams
WithTimeout adds the timeout to the post API key user wallet transaction recent params
func (*PostAPIKeyUserWalletTransactionRecentParams) WriteToRequest ¶
func (o *PostAPIKeyUserWalletTransactionRecentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *PostAPIKeyUserWalletTransactionRecentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (any, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- api_key_user_wallet_client.go
- get_api_key_user_wallet_deposit_history_parameters.go
- get_api_key_user_wallet_deposit_history_responses.go
- get_api_key_user_wallet_transaction_history_parameters.go
- get_api_key_user_wallet_transaction_history_responses.go
- get_api_key_user_wallet_withdraw_history_parameters.go
- get_api_key_user_wallet_withdraw_history_responses.go
- post_api_key_user_statistics_earnings_parameters.go
- post_api_key_user_statistics_earnings_responses.go
- post_api_key_user_statistics_spending_cost_parameters.go
- post_api_key_user_statistics_spending_cost_responses.go
- post_api_key_user_wallet_transaction_analytics_parameters.go
- post_api_key_user_wallet_transaction_analytics_responses.go
- post_api_key_user_wallet_transaction_recent_parameters.go
- post_api_key_user_wallet_transaction_recent_responses.go