organization_payment package - github.com/AIOZNetwork/aioz-ai-go-client/generated/client/organization_payment - Go Packages

organization_payment

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithContentTypeApplicationJSON

func WithContentTypeApplicationJSON(r *runtime.ClientOperation)

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

func WithContentTypeApplicationxWwwFormUrlencoded

func WithContentTypeApplicationxWwwFormUrlencoded(r *runtime.ClientOperation)

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

Types

type Client

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

Client for organization payment API

func (*Client) GetOrganizationByOrgWalletDepositHistory

GetOrganizationByOrgWalletDepositHistory gets list org deposit history by owner

func (*Client) GetOrganizationByOrgWalletTransactionHistory

GetOrganizationByOrgWalletTransactionHistory gets list org transaction history by owner

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

func (*Client) GetOrganizationByOrgWalletWithdrawHistory

GetOrganizationByOrgWalletWithdrawHistory gets list org withdrawal history by owner

func (*Client) PostOrganizationByOrgStatisticsEarnings

PostOrganizationByOrgStatisticsEarnings gets organzition earnings statistics by owner

func (*Client) PostOrganizationByOrgStatisticsSpendingCost

PostOrganizationByOrgStatisticsSpendingCost gets organzition spending cost statistics by owner

func (*Client) PostOrganizationByOrgWalletTransactionAnalytics

PostOrganizationByOrgWalletTransactionAnalytics gets org transaction analytics by owner

func (*Client) PostOrganizationByOrgWalletTransactionRecent

PostOrganizationByOrgWalletTransactionRecent gets list org recent transaction by owner

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 {
	GetOrganizationByOrgWalletDepositHistory(params *GetOrganizationByOrgWalletDepositHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationByOrgWalletDepositHistoryOK, error)

	GetOrganizationByOrgWalletTransactionHistory(params *GetOrganizationByOrgWalletTransactionHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationByOrgWalletTransactionHistoryOK, error)

	GetOrganizationByOrgWalletWithdrawHistory(params *GetOrganizationByOrgWalletWithdrawHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOrganizationByOrgWalletWithdrawHistoryOK, error)

	PostOrganizationByOrgStatisticsEarnings(params *PostOrganizationByOrgStatisticsEarningsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostOrganizationByOrgStatisticsEarningsOK, error)

	PostOrganizationByOrgStatisticsSpendingCost(params *PostOrganizationByOrgStatisticsSpendingCostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostOrganizationByOrgStatisticsSpendingCostOK, error)

	PostOrganizationByOrgWalletTransactionAnalytics(params *PostOrganizationByOrgWalletTransactionAnalyticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostOrganizationByOrgWalletTransactionAnalyticsOK, error)

	PostOrganizationByOrgWalletTransactionRecent(params *PostOrganizationByOrgWalletTransactionRecentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostOrganizationByOrgWalletTransactionRecentOK, 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 organization payment API client.

func NewClientWithBasicAuth

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

New creates a new organization payment 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 organization payment 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 GetOrganizationByOrgWalletDepositHistoryBadRequest

type GetOrganizationByOrgWalletDepositHistoryBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetOrganizationByOrgWalletDepositHistoryBadRequest

func NewGetOrganizationByOrgWalletDepositHistoryBadRequest() *GetOrganizationByOrgWalletDepositHistoryBadRequest

NewGetOrganizationByOrgWalletDepositHistoryBadRequest creates a GetOrganizationByOrgWalletDepositHistoryBadRequest with default headers values

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) Code

Code gets the status code for the get organization by org wallet deposit history bad request response

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) Error

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) GetPayload

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) IsClientError

IsClientError returns true when this get organization by org wallet deposit history bad request response has a 4xx status code

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) IsCode

IsCode returns true when this get organization by org wallet deposit history bad request response a status code equal to that given

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) IsRedirect

IsRedirect returns true when this get organization by org wallet deposit history bad request response has a 3xx status code

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) IsServerError

IsServerError returns true when this get organization by org wallet deposit history bad request response has a 5xx status code

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) IsSuccess

IsSuccess returns true when this get organization by org wallet deposit history bad request response has a 2xx status code

func (*GetOrganizationByOrgWalletDepositHistoryBadRequest) String

type GetOrganizationByOrgWalletDepositHistoryInternalServerError

type GetOrganizationByOrgWalletDepositHistoryInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetOrganizationByOrgWalletDepositHistoryInternalServerError

func NewGetOrganizationByOrgWalletDepositHistoryInternalServerError() *GetOrganizationByOrgWalletDepositHistoryInternalServerError

NewGetOrganizationByOrgWalletDepositHistoryInternalServerError creates a GetOrganizationByOrgWalletDepositHistoryInternalServerError with default headers values

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) Code

Code gets the status code for the get organization by org wallet deposit history internal server error response

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) Error

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) GetPayload

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) IsClientError

IsClientError returns true when this get organization by org wallet deposit history internal server error response has a 4xx status code

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) IsCode

IsCode returns true when this get organization by org wallet deposit history internal server error response a status code equal to that given

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) IsRedirect

IsRedirect returns true when this get organization by org wallet deposit history internal server error response has a 3xx status code

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) IsServerError

IsServerError returns true when this get organization by org wallet deposit history internal server error response has a 5xx status code

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) IsSuccess

IsSuccess returns true when this get organization by org wallet deposit history internal server error response has a 2xx status code

func (*GetOrganizationByOrgWalletDepositHistoryInternalServerError) String

type GetOrganizationByOrgWalletDepositHistoryOK

type GetOrganizationByOrgWalletDepositHistoryOK struct {
	Payload *models.ResponseTxInListResponse
}

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

OK

func NewGetOrganizationByOrgWalletDepositHistoryOK

func NewGetOrganizationByOrgWalletDepositHistoryOK() *GetOrganizationByOrgWalletDepositHistoryOK

NewGetOrganizationByOrgWalletDepositHistoryOK creates a GetOrganizationByOrgWalletDepositHistoryOK with default headers values

func (*GetOrganizationByOrgWalletDepositHistoryOK) Code

Code gets the status code for the get organization by org wallet deposit history o k response

func (*GetOrganizationByOrgWalletDepositHistoryOK) Error

func (*GetOrganizationByOrgWalletDepositHistoryOK) GetPayload

func (*GetOrganizationByOrgWalletDepositHistoryOK) IsClientError

IsClientError returns true when this get organization by org wallet deposit history o k response has a 4xx status code

func (*GetOrganizationByOrgWalletDepositHistoryOK) IsCode

IsCode returns true when this get organization by org wallet deposit history o k response a status code equal to that given

func (*GetOrganizationByOrgWalletDepositHistoryOK) IsRedirect

IsRedirect returns true when this get organization by org wallet deposit history o k response has a 3xx status code

func (*GetOrganizationByOrgWalletDepositHistoryOK) IsServerError

IsServerError returns true when this get organization by org wallet deposit history o k response has a 5xx status code

func (*GetOrganizationByOrgWalletDepositHistoryOK) IsSuccess

IsSuccess returns true when this get organization by org wallet deposit history o k response has a 2xx status code

func (*GetOrganizationByOrgWalletDepositHistoryOK) String

type GetOrganizationByOrgWalletDepositHistoryParams

type GetOrganizationByOrgWalletDepositHistoryParams struct {

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

	// Offset.
	Offset *int64

	/* Org.

	   organization's username
	*/
	Org string

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

GetOrganizationByOrgWalletDepositHistoryParams contains all the parameters to send to the API endpoint

for the get organization by org wallet deposit history operation.

Typically these are written to a http.Request.

func NewGetOrganizationByOrgWalletDepositHistoryParams

func NewGetOrganizationByOrgWalletDepositHistoryParams() *GetOrganizationByOrgWalletDepositHistoryParams

NewGetOrganizationByOrgWalletDepositHistoryParams creates a new GetOrganizationByOrgWalletDepositHistoryParams 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 NewGetOrganizationByOrgWalletDepositHistoryParamsWithContext

func NewGetOrganizationByOrgWalletDepositHistoryParamsWithContext(ctx context.Context) *GetOrganizationByOrgWalletDepositHistoryParams

NewGetOrganizationByOrgWalletDepositHistoryParamsWithContext creates a new GetOrganizationByOrgWalletDepositHistoryParams object with the ability to set a context for a request.

func NewGetOrganizationByOrgWalletDepositHistoryParamsWithHTTPClient

func NewGetOrganizationByOrgWalletDepositHistoryParamsWithHTTPClient(client *http.Client) *GetOrganizationByOrgWalletDepositHistoryParams

NewGetOrganizationByOrgWalletDepositHistoryParamsWithHTTPClient creates a new GetOrganizationByOrgWalletDepositHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationByOrgWalletDepositHistoryParamsWithTimeout

func NewGetOrganizationByOrgWalletDepositHistoryParamsWithTimeout(timeout time.Duration) *GetOrganizationByOrgWalletDepositHistoryParams

NewGetOrganizationByOrgWalletDepositHistoryParamsWithTimeout creates a new GetOrganizationByOrgWalletDepositHistoryParams object with the ability to set a timeout on a request.

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetContext

SetContext adds the context to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetDefaults

SetDefaults hydrates default values in the get organization by org wallet deposit history params (not the query body).

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

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetLimit added in v1.0.6

SetLimit adds the limit to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetOffset added in v1.0.6

SetOffset adds the offset to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetOrg

SetOrg adds the org to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) SetTimeout

SetTimeout adds the timeout to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithContext

WithContext adds the context to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithDefaults

WithDefaults hydrates default values in the get organization by org wallet deposit history params (not the query body).

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

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithLimit added in v1.0.6

WithLimit adds the limit to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithOffset added in v1.0.6

WithOffset adds the offset to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithOrg

WithOrg adds the org to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WithTimeout

WithTimeout adds the timeout to the get organization by org wallet deposit history params

func (*GetOrganizationByOrgWalletDepositHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationByOrgWalletDepositHistoryReader

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

GetOrganizationByOrgWalletDepositHistoryReader is a Reader for the GetOrganizationByOrgWalletDepositHistory structure.

func (*GetOrganizationByOrgWalletDepositHistoryReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetOrganizationByOrgWalletTransactionHistoryBadRequest

type GetOrganizationByOrgWalletTransactionHistoryBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetOrganizationByOrgWalletTransactionHistoryBadRequest

func NewGetOrganizationByOrgWalletTransactionHistoryBadRequest() *GetOrganizationByOrgWalletTransactionHistoryBadRequest

NewGetOrganizationByOrgWalletTransactionHistoryBadRequest creates a GetOrganizationByOrgWalletTransactionHistoryBadRequest with default headers values

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) Code

Code gets the status code for the get organization by org wallet transaction history bad request response

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) Error

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) GetPayload

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) IsClientError

IsClientError returns true when this get organization by org wallet transaction history bad request response has a 4xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) IsCode

IsCode returns true when this get organization by org wallet transaction history bad request response a status code equal to that given

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) IsRedirect

IsRedirect returns true when this get organization by org wallet transaction history bad request response has a 3xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) IsServerError

IsServerError returns true when this get organization by org wallet transaction history bad request response has a 5xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) IsSuccess

IsSuccess returns true when this get organization by org wallet transaction history bad request response has a 2xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryBadRequest) String

type GetOrganizationByOrgWalletTransactionHistoryInternalServerError

type GetOrganizationByOrgWalletTransactionHistoryInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetOrganizationByOrgWalletTransactionHistoryInternalServerError

func NewGetOrganizationByOrgWalletTransactionHistoryInternalServerError() *GetOrganizationByOrgWalletTransactionHistoryInternalServerError

NewGetOrganizationByOrgWalletTransactionHistoryInternalServerError creates a GetOrganizationByOrgWalletTransactionHistoryInternalServerError with default headers values

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) Code

Code gets the status code for the get organization by org wallet transaction history internal server error response

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) Error

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) GetPayload

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) IsClientError

IsClientError returns true when this get organization by org wallet transaction history internal server error response has a 4xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) IsCode

IsCode returns true when this get organization by org wallet transaction history internal server error response a status code equal to that given

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) IsRedirect

IsRedirect returns true when this get organization by org wallet transaction history internal server error response has a 3xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) IsServerError

IsServerError returns true when this get organization by org wallet transaction history internal server error response has a 5xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) IsSuccess

IsSuccess returns true when this get organization by org wallet transaction history internal server error response has a 2xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryInternalServerError) String

type GetOrganizationByOrgWalletTransactionHistoryOK

type GetOrganizationByOrgWalletTransactionHistoryOK struct {
	Payload *models.ResponseTransactionListResponse
}

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

OK

func NewGetOrganizationByOrgWalletTransactionHistoryOK

func NewGetOrganizationByOrgWalletTransactionHistoryOK() *GetOrganizationByOrgWalletTransactionHistoryOK

NewGetOrganizationByOrgWalletTransactionHistoryOK creates a GetOrganizationByOrgWalletTransactionHistoryOK with default headers values

func (*GetOrganizationByOrgWalletTransactionHistoryOK) Code

Code gets the status code for the get organization by org wallet transaction history o k response

func (*GetOrganizationByOrgWalletTransactionHistoryOK) Error

func (*GetOrganizationByOrgWalletTransactionHistoryOK) GetPayload

func (*GetOrganizationByOrgWalletTransactionHistoryOK) IsClientError

IsClientError returns true when this get organization by org wallet transaction history o k response has a 4xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryOK) IsCode

IsCode returns true when this get organization by org wallet transaction history o k response a status code equal to that given

func (*GetOrganizationByOrgWalletTransactionHistoryOK) IsRedirect

IsRedirect returns true when this get organization by org wallet transaction history o k response has a 3xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryOK) IsServerError

IsServerError returns true when this get organization by org wallet transaction history o k response has a 5xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryOK) IsSuccess

IsSuccess returns true when this get organization by org wallet transaction history o k response has a 2xx status code

func (*GetOrganizationByOrgWalletTransactionHistoryOK) String

type GetOrganizationByOrgWalletTransactionHistoryParams

type GetOrganizationByOrgWalletTransactionHistoryParams struct {

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

	// Offset.
	Offset *int64

	/* Org.

	   organization's username
	*/
	Org string

	// Type.
	Type *string

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

GetOrganizationByOrgWalletTransactionHistoryParams contains all the parameters to send to the API endpoint

for the get organization by org wallet transaction history operation.

Typically these are written to a http.Request.

func NewGetOrganizationByOrgWalletTransactionHistoryParams

func NewGetOrganizationByOrgWalletTransactionHistoryParams() *GetOrganizationByOrgWalletTransactionHistoryParams

NewGetOrganizationByOrgWalletTransactionHistoryParams creates a new GetOrganizationByOrgWalletTransactionHistoryParams 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 NewGetOrganizationByOrgWalletTransactionHistoryParamsWithContext

func NewGetOrganizationByOrgWalletTransactionHistoryParamsWithContext(ctx context.Context) *GetOrganizationByOrgWalletTransactionHistoryParams

NewGetOrganizationByOrgWalletTransactionHistoryParamsWithContext creates a new GetOrganizationByOrgWalletTransactionHistoryParams object with the ability to set a context for a request.

func NewGetOrganizationByOrgWalletTransactionHistoryParamsWithHTTPClient

func NewGetOrganizationByOrgWalletTransactionHistoryParamsWithHTTPClient(client *http.Client) *GetOrganizationByOrgWalletTransactionHistoryParams

NewGetOrganizationByOrgWalletTransactionHistoryParamsWithHTTPClient creates a new GetOrganizationByOrgWalletTransactionHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationByOrgWalletTransactionHistoryParamsWithTimeout

func NewGetOrganizationByOrgWalletTransactionHistoryParamsWithTimeout(timeout time.Duration) *GetOrganizationByOrgWalletTransactionHistoryParams

NewGetOrganizationByOrgWalletTransactionHistoryParamsWithTimeout creates a new GetOrganizationByOrgWalletTransactionHistoryParams object with the ability to set a timeout on a request.

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetContext

SetContext adds the context to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetDefaults

SetDefaults hydrates default values in the get organization by org wallet transaction history params (not the query body).

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

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetLimit

SetLimit adds the limit to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetOffset

SetOffset adds the offset to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetOrg

SetOrg adds the org to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetTimeout

SetTimeout adds the timeout to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) SetType

SetType adds the type to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithContext

WithContext adds the context to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithDefaults

WithDefaults hydrates default values in the get organization by org wallet transaction history params (not the query body).

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

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithLimit

WithLimit adds the limit to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithOffset

WithOffset adds the offset to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithOrg

WithOrg adds the org to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithTimeout

WithTimeout adds the timeout to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WithType

WithType adds the typeVar to the get organization by org wallet transaction history params

func (*GetOrganizationByOrgWalletTransactionHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationByOrgWalletTransactionHistoryReader

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

GetOrganizationByOrgWalletTransactionHistoryReader is a Reader for the GetOrganizationByOrgWalletTransactionHistory structure.

func (*GetOrganizationByOrgWalletTransactionHistoryReader) ReadResponse

ReadResponse reads a server response into the received o.

type GetOrganizationByOrgWalletWithdrawHistoryBadRequest

type GetOrganizationByOrgWalletWithdrawHistoryBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewGetOrganizationByOrgWalletWithdrawHistoryBadRequest

func NewGetOrganizationByOrgWalletWithdrawHistoryBadRequest() *GetOrganizationByOrgWalletWithdrawHistoryBadRequest

NewGetOrganizationByOrgWalletWithdrawHistoryBadRequest creates a GetOrganizationByOrgWalletWithdrawHistoryBadRequest with default headers values

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) Code

Code gets the status code for the get organization by org wallet withdraw history bad request response

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) Error

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) GetPayload

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) IsClientError

IsClientError returns true when this get organization by org wallet withdraw history bad request response has a 4xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) IsCode

IsCode returns true when this get organization by org wallet withdraw history bad request response a status code equal to that given

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) IsRedirect

IsRedirect returns true when this get organization by org wallet withdraw history bad request response has a 3xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) IsServerError

IsServerError returns true when this get organization by org wallet withdraw history bad request response has a 5xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) IsSuccess

IsSuccess returns true when this get organization by org wallet withdraw history bad request response has a 2xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryBadRequest) String

type GetOrganizationByOrgWalletWithdrawHistoryInternalServerError

type GetOrganizationByOrgWalletWithdrawHistoryInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewGetOrganizationByOrgWalletWithdrawHistoryInternalServerError

func NewGetOrganizationByOrgWalletWithdrawHistoryInternalServerError() *GetOrganizationByOrgWalletWithdrawHistoryInternalServerError

NewGetOrganizationByOrgWalletWithdrawHistoryInternalServerError creates a GetOrganizationByOrgWalletWithdrawHistoryInternalServerError with default headers values

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) Code

Code gets the status code for the get organization by org wallet withdraw history internal server error response

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) Error

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) GetPayload

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) IsClientError

IsClientError returns true when this get organization by org wallet withdraw history internal server error response has a 4xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) IsCode

IsCode returns true when this get organization by org wallet withdraw history internal server error response a status code equal to that given

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) IsRedirect

IsRedirect returns true when this get organization by org wallet withdraw history internal server error response has a 3xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) IsServerError

IsServerError returns true when this get organization by org wallet withdraw history internal server error response has a 5xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) IsSuccess

IsSuccess returns true when this get organization by org wallet withdraw history internal server error response has a 2xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryInternalServerError) String

type GetOrganizationByOrgWalletWithdrawHistoryOK

type GetOrganizationByOrgWalletWithdrawHistoryOK struct {
	Payload *models.ResponseWithdrawalListResponse
}

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

OK

func NewGetOrganizationByOrgWalletWithdrawHistoryOK

func NewGetOrganizationByOrgWalletWithdrawHistoryOK() *GetOrganizationByOrgWalletWithdrawHistoryOK

NewGetOrganizationByOrgWalletWithdrawHistoryOK creates a GetOrganizationByOrgWalletWithdrawHistoryOK with default headers values

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) Code

Code gets the status code for the get organization by org wallet withdraw history o k response

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) Error

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) GetPayload

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) IsClientError

IsClientError returns true when this get organization by org wallet withdraw history o k response has a 4xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) IsCode

IsCode returns true when this get organization by org wallet withdraw history o k response a status code equal to that given

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) IsRedirect

IsRedirect returns true when this get organization by org wallet withdraw history o k response has a 3xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) IsServerError

IsServerError returns true when this get organization by org wallet withdraw history o k response has a 5xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) IsSuccess

IsSuccess returns true when this get organization by org wallet withdraw history o k response has a 2xx status code

func (*GetOrganizationByOrgWalletWithdrawHistoryOK) String

type GetOrganizationByOrgWalletWithdrawHistoryParams

type GetOrganizationByOrgWalletWithdrawHistoryParams struct {

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

	// Offset.
	Offset *int64

	/* Org.

	   organization's username
	*/
	Org string

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

GetOrganizationByOrgWalletWithdrawHistoryParams contains all the parameters to send to the API endpoint

for the get organization by org wallet withdraw history operation.

Typically these are written to a http.Request.

func NewGetOrganizationByOrgWalletWithdrawHistoryParams

func NewGetOrganizationByOrgWalletWithdrawHistoryParams() *GetOrganizationByOrgWalletWithdrawHistoryParams

NewGetOrganizationByOrgWalletWithdrawHistoryParams creates a new GetOrganizationByOrgWalletWithdrawHistoryParams 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 NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithContext

func NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithContext(ctx context.Context) *GetOrganizationByOrgWalletWithdrawHistoryParams

NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithContext creates a new GetOrganizationByOrgWalletWithdrawHistoryParams object with the ability to set a context for a request.

func NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithHTTPClient

func NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithHTTPClient(client *http.Client) *GetOrganizationByOrgWalletWithdrawHistoryParams

NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithHTTPClient creates a new GetOrganizationByOrgWalletWithdrawHistoryParams object with the ability to set a custom HTTPClient for a request.

func NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithTimeout

func NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithTimeout(timeout time.Duration) *GetOrganizationByOrgWalletWithdrawHistoryParams

NewGetOrganizationByOrgWalletWithdrawHistoryParamsWithTimeout creates a new GetOrganizationByOrgWalletWithdrawHistoryParams object with the ability to set a timeout on a request.

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetContext

SetContext adds the context to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetDefaults

SetDefaults hydrates default values in the get organization by org wallet withdraw history params (not the query body).

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

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetLimit added in v1.0.6

SetLimit adds the limit to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetOffset added in v1.0.6

SetOffset adds the offset to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetOrg

SetOrg adds the org to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) SetTimeout

SetTimeout adds the timeout to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithContext

WithContext adds the context to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithDefaults

WithDefaults hydrates default values in the get organization by org wallet withdraw history params (not the query body).

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

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithLimit added in v1.0.6

WithLimit adds the limit to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithOffset added in v1.0.6

WithOffset adds the offset to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithOrg

WithOrg adds the org to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WithTimeout

WithTimeout adds the timeout to the get organization by org wallet withdraw history params

func (*GetOrganizationByOrgWalletWithdrawHistoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationByOrgWalletWithdrawHistoryReader

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

GetOrganizationByOrgWalletWithdrawHistoryReader is a Reader for the GetOrganizationByOrgWalletWithdrawHistory structure.

func (*GetOrganizationByOrgWalletWithdrawHistoryReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostOrganizationByOrgStatisticsEarningsBadRequest

type PostOrganizationByOrgStatisticsEarningsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostOrganizationByOrgStatisticsEarningsBadRequest

func NewPostOrganizationByOrgStatisticsEarningsBadRequest() *PostOrganizationByOrgStatisticsEarningsBadRequest

NewPostOrganizationByOrgStatisticsEarningsBadRequest creates a PostOrganizationByOrgStatisticsEarningsBadRequest with default headers values

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) Code

Code gets the status code for the post organization by org statistics earnings bad request response

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) Error

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) GetPayload

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) IsClientError

IsClientError returns true when this post organization by org statistics earnings bad request response has a 4xx status code

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) IsCode

IsCode returns true when this post organization by org statistics earnings bad request response a status code equal to that given

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) IsRedirect

IsRedirect returns true when this post organization by org statistics earnings bad request response has a 3xx status code

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) IsServerError

IsServerError returns true when this post organization by org statistics earnings bad request response has a 5xx status code

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) IsSuccess

IsSuccess returns true when this post organization by org statistics earnings bad request response has a 2xx status code

func (*PostOrganizationByOrgStatisticsEarningsBadRequest) String

type PostOrganizationByOrgStatisticsEarningsInternalServerError

type PostOrganizationByOrgStatisticsEarningsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostOrganizationByOrgStatisticsEarningsInternalServerError

func NewPostOrganizationByOrgStatisticsEarningsInternalServerError() *PostOrganizationByOrgStatisticsEarningsInternalServerError

NewPostOrganizationByOrgStatisticsEarningsInternalServerError creates a PostOrganizationByOrgStatisticsEarningsInternalServerError with default headers values

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) Code

Code gets the status code for the post organization by org statistics earnings internal server error response

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) Error

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) GetPayload

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) IsClientError

IsClientError returns true when this post organization by org statistics earnings internal server error response has a 4xx status code

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) IsCode

IsCode returns true when this post organization by org statistics earnings internal server error response a status code equal to that given

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) IsRedirect

IsRedirect returns true when this post organization by org statistics earnings internal server error response has a 3xx status code

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) IsServerError

IsServerError returns true when this post organization by org statistics earnings internal server error response has a 5xx status code

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) IsSuccess

IsSuccess returns true when this post organization by org statistics earnings internal server error response has a 2xx status code

func (*PostOrganizationByOrgStatisticsEarningsInternalServerError) String

type PostOrganizationByOrgStatisticsEarningsOK

type PostOrganizationByOrgStatisticsEarningsOK struct {
	Payload *models.ResponseUserEarningsStatisticsResponse
}

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

OK

func NewPostOrganizationByOrgStatisticsEarningsOK

func NewPostOrganizationByOrgStatisticsEarningsOK() *PostOrganizationByOrgStatisticsEarningsOK

NewPostOrganizationByOrgStatisticsEarningsOK creates a PostOrganizationByOrgStatisticsEarningsOK with default headers values

func (*PostOrganizationByOrgStatisticsEarningsOK) Code

Code gets the status code for the post organization by org statistics earnings o k response

func (*PostOrganizationByOrgStatisticsEarningsOK) Error

func (*PostOrganizationByOrgStatisticsEarningsOK) GetPayload

func (*PostOrganizationByOrgStatisticsEarningsOK) IsClientError

IsClientError returns true when this post organization by org statistics earnings o k response has a 4xx status code

func (*PostOrganizationByOrgStatisticsEarningsOK) IsCode

IsCode returns true when this post organization by org statistics earnings o k response a status code equal to that given

func (*PostOrganizationByOrgStatisticsEarningsOK) IsRedirect

IsRedirect returns true when this post organization by org statistics earnings o k response has a 3xx status code

func (*PostOrganizationByOrgStatisticsEarningsOK) IsServerError

IsServerError returns true when this post organization by org statistics earnings o k response has a 5xx status code

func (*PostOrganizationByOrgStatisticsEarningsOK) IsSuccess

IsSuccess returns true when this post organization by org statistics earnings o k response has a 2xx status code

func (*PostOrganizationByOrgStatisticsEarningsOK) String

type PostOrganizationByOrgStatisticsEarningsParams

type PostOrganizationByOrgStatisticsEarningsParams struct {

	/* Input.

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

	/* Org.

	   organization's username
	*/
	Org string

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

PostOrganizationByOrgStatisticsEarningsParams contains all the parameters to send to the API endpoint

for the post organization by org statistics earnings operation.

Typically these are written to a http.Request.

func NewPostOrganizationByOrgStatisticsEarningsParams

func NewPostOrganizationByOrgStatisticsEarningsParams() *PostOrganizationByOrgStatisticsEarningsParams

NewPostOrganizationByOrgStatisticsEarningsParams creates a new PostOrganizationByOrgStatisticsEarningsParams 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 NewPostOrganizationByOrgStatisticsEarningsParamsWithContext

func NewPostOrganizationByOrgStatisticsEarningsParamsWithContext(ctx context.Context) *PostOrganizationByOrgStatisticsEarningsParams

NewPostOrganizationByOrgStatisticsEarningsParamsWithContext creates a new PostOrganizationByOrgStatisticsEarningsParams object with the ability to set a context for a request.

func NewPostOrganizationByOrgStatisticsEarningsParamsWithHTTPClient

func NewPostOrganizationByOrgStatisticsEarningsParamsWithHTTPClient(client *http.Client) *PostOrganizationByOrgStatisticsEarningsParams

NewPostOrganizationByOrgStatisticsEarningsParamsWithHTTPClient creates a new PostOrganizationByOrgStatisticsEarningsParams object with the ability to set a custom HTTPClient for a request.

func NewPostOrganizationByOrgStatisticsEarningsParamsWithTimeout

func NewPostOrganizationByOrgStatisticsEarningsParamsWithTimeout(timeout time.Duration) *PostOrganizationByOrgStatisticsEarningsParams

NewPostOrganizationByOrgStatisticsEarningsParamsWithTimeout creates a new PostOrganizationByOrgStatisticsEarningsParams object with the ability to set a timeout on a request.

func (*PostOrganizationByOrgStatisticsEarningsParams) SetContext

SetContext adds the context to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) SetDefaults

SetDefaults hydrates default values in the post organization by org statistics earnings params (not the query body).

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

func (*PostOrganizationByOrgStatisticsEarningsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) SetInput

SetInput adds the input to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) SetOrg

SetOrg adds the org to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) SetTimeout

SetTimeout adds the timeout to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) WithContext

WithContext adds the context to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) WithDefaults

WithDefaults hydrates default values in the post organization by org statistics earnings params (not the query body).

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

func (*PostOrganizationByOrgStatisticsEarningsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) WithInput

WithInput adds the input to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) WithOrg

WithOrg adds the org to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) WithTimeout

WithTimeout adds the timeout to the post organization by org statistics earnings params

func (*PostOrganizationByOrgStatisticsEarningsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostOrganizationByOrgStatisticsEarningsReader

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

PostOrganizationByOrgStatisticsEarningsReader is a Reader for the PostOrganizationByOrgStatisticsEarnings structure.

func (*PostOrganizationByOrgStatisticsEarningsReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostOrganizationByOrgStatisticsSpendingCostBadRequest

type PostOrganizationByOrgStatisticsSpendingCostBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostOrganizationByOrgStatisticsSpendingCostBadRequest

func NewPostOrganizationByOrgStatisticsSpendingCostBadRequest() *PostOrganizationByOrgStatisticsSpendingCostBadRequest

NewPostOrganizationByOrgStatisticsSpendingCostBadRequest creates a PostOrganizationByOrgStatisticsSpendingCostBadRequest with default headers values

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) Code

Code gets the status code for the post organization by org statistics spending cost bad request response

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) Error

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) GetPayload

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) IsClientError

IsClientError returns true when this post organization by org statistics spending cost bad request response has a 4xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) IsCode

IsCode returns true when this post organization by org statistics spending cost bad request response a status code equal to that given

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) IsRedirect

IsRedirect returns true when this post organization by org statistics spending cost bad request response has a 3xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) IsServerError

IsServerError returns true when this post organization by org statistics spending cost bad request response has a 5xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) IsSuccess

IsSuccess returns true when this post organization by org statistics spending cost bad request response has a 2xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostBadRequest) String

type PostOrganizationByOrgStatisticsSpendingCostInternalServerError

type PostOrganizationByOrgStatisticsSpendingCostInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostOrganizationByOrgStatisticsSpendingCostInternalServerError

func NewPostOrganizationByOrgStatisticsSpendingCostInternalServerError() *PostOrganizationByOrgStatisticsSpendingCostInternalServerError

NewPostOrganizationByOrgStatisticsSpendingCostInternalServerError creates a PostOrganizationByOrgStatisticsSpendingCostInternalServerError with default headers values

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) Code

Code gets the status code for the post organization by org statistics spending cost internal server error response

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) Error

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) GetPayload

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) IsClientError

IsClientError returns true when this post organization by org statistics spending cost internal server error response has a 4xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) IsCode

IsCode returns true when this post organization by org statistics spending cost internal server error response a status code equal to that given

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) IsRedirect

IsRedirect returns true when this post organization by org statistics spending cost internal server error response has a 3xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) IsServerError

IsServerError returns true when this post organization by org statistics spending cost internal server error response has a 5xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) IsSuccess

IsSuccess returns true when this post organization by org statistics spending cost internal server error response has a 2xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostInternalServerError) String

type PostOrganizationByOrgStatisticsSpendingCostOK

type PostOrganizationByOrgStatisticsSpendingCostOK struct {
	Payload *models.ResponseUserSpendingCostStatisticsResponse
}

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

OK

func NewPostOrganizationByOrgStatisticsSpendingCostOK

func NewPostOrganizationByOrgStatisticsSpendingCostOK() *PostOrganizationByOrgStatisticsSpendingCostOK

NewPostOrganizationByOrgStatisticsSpendingCostOK creates a PostOrganizationByOrgStatisticsSpendingCostOK with default headers values

func (*PostOrganizationByOrgStatisticsSpendingCostOK) Code

Code gets the status code for the post organization by org statistics spending cost o k response

func (*PostOrganizationByOrgStatisticsSpendingCostOK) Error

func (*PostOrganizationByOrgStatisticsSpendingCostOK) GetPayload

func (*PostOrganizationByOrgStatisticsSpendingCostOK) IsClientError

IsClientError returns true when this post organization by org statistics spending cost o k response has a 4xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostOK) IsCode

IsCode returns true when this post organization by org statistics spending cost o k response a status code equal to that given

func (*PostOrganizationByOrgStatisticsSpendingCostOK) IsRedirect

IsRedirect returns true when this post organization by org statistics spending cost o k response has a 3xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostOK) IsServerError

IsServerError returns true when this post organization by org statistics spending cost o k response has a 5xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostOK) IsSuccess

IsSuccess returns true when this post organization by org statistics spending cost o k response has a 2xx status code

func (*PostOrganizationByOrgStatisticsSpendingCostOK) String

type PostOrganizationByOrgStatisticsSpendingCostParams

type PostOrganizationByOrgStatisticsSpendingCostParams struct {

	/* Input.

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

	/* Org.

	   organization's username
	*/
	Org string

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

PostOrganizationByOrgStatisticsSpendingCostParams contains all the parameters to send to the API endpoint

for the post organization by org statistics spending cost operation.

Typically these are written to a http.Request.

func NewPostOrganizationByOrgStatisticsSpendingCostParams

func NewPostOrganizationByOrgStatisticsSpendingCostParams() *PostOrganizationByOrgStatisticsSpendingCostParams

NewPostOrganizationByOrgStatisticsSpendingCostParams creates a new PostOrganizationByOrgStatisticsSpendingCostParams 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 NewPostOrganizationByOrgStatisticsSpendingCostParamsWithContext

func NewPostOrganizationByOrgStatisticsSpendingCostParamsWithContext(ctx context.Context) *PostOrganizationByOrgStatisticsSpendingCostParams

NewPostOrganizationByOrgStatisticsSpendingCostParamsWithContext creates a new PostOrganizationByOrgStatisticsSpendingCostParams object with the ability to set a context for a request.

func NewPostOrganizationByOrgStatisticsSpendingCostParamsWithHTTPClient

func NewPostOrganizationByOrgStatisticsSpendingCostParamsWithHTTPClient(client *http.Client) *PostOrganizationByOrgStatisticsSpendingCostParams

NewPostOrganizationByOrgStatisticsSpendingCostParamsWithHTTPClient creates a new PostOrganizationByOrgStatisticsSpendingCostParams object with the ability to set a custom HTTPClient for a request.

func NewPostOrganizationByOrgStatisticsSpendingCostParamsWithTimeout

func NewPostOrganizationByOrgStatisticsSpendingCostParamsWithTimeout(timeout time.Duration) *PostOrganizationByOrgStatisticsSpendingCostParams

NewPostOrganizationByOrgStatisticsSpendingCostParamsWithTimeout creates a new PostOrganizationByOrgStatisticsSpendingCostParams object with the ability to set a timeout on a request.

func (*PostOrganizationByOrgStatisticsSpendingCostParams) SetContext

SetContext adds the context to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) SetDefaults

SetDefaults hydrates default values in the post organization by org statistics spending cost params (not the query body).

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

func (*PostOrganizationByOrgStatisticsSpendingCostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) SetInput

SetInput adds the input to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) SetOrg

SetOrg adds the org to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) SetTimeout

SetTimeout adds the timeout to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WithContext

WithContext adds the context to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WithDefaults

WithDefaults hydrates default values in the post organization by org statistics spending cost params (not the query body).

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

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WithInput

WithInput adds the input to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WithOrg

WithOrg adds the org to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WithTimeout

WithTimeout adds the timeout to the post organization by org statistics spending cost params

func (*PostOrganizationByOrgStatisticsSpendingCostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostOrganizationByOrgStatisticsSpendingCostReader

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

PostOrganizationByOrgStatisticsSpendingCostReader is a Reader for the PostOrganizationByOrgStatisticsSpendingCost structure.

func (*PostOrganizationByOrgStatisticsSpendingCostReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostOrganizationByOrgWalletTransactionAnalyticsBadRequest

type PostOrganizationByOrgWalletTransactionAnalyticsBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostOrganizationByOrgWalletTransactionAnalyticsBadRequest

func NewPostOrganizationByOrgWalletTransactionAnalyticsBadRequest() *PostOrganizationByOrgWalletTransactionAnalyticsBadRequest

NewPostOrganizationByOrgWalletTransactionAnalyticsBadRequest creates a PostOrganizationByOrgWalletTransactionAnalyticsBadRequest with default headers values

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) Code

Code gets the status code for the post organization by org wallet transaction analytics bad request response

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) Error

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) GetPayload

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) IsClientError

IsClientError returns true when this post organization by org wallet transaction analytics bad request response has a 4xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) IsCode

IsCode returns true when this post organization by org wallet transaction analytics bad request response a status code equal to that given

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) IsRedirect

IsRedirect returns true when this post organization by org wallet transaction analytics bad request response has a 3xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) IsServerError

IsServerError returns true when this post organization by org wallet transaction analytics bad request response has a 5xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) IsSuccess

IsSuccess returns true when this post organization by org wallet transaction analytics bad request response has a 2xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsBadRequest) String

type PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError

type PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostOrganizationByOrgWalletTransactionAnalyticsInternalServerError

func NewPostOrganizationByOrgWalletTransactionAnalyticsInternalServerError() *PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError

NewPostOrganizationByOrgWalletTransactionAnalyticsInternalServerError creates a PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError with default headers values

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) Code

Code gets the status code for the post organization by org wallet transaction analytics internal server error response

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) Error

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) GetPayload

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) IsClientError

IsClientError returns true when this post organization by org wallet transaction analytics internal server error response has a 4xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) IsCode

IsCode returns true when this post organization by org wallet transaction analytics internal server error response a status code equal to that given

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) IsRedirect

IsRedirect returns true when this post organization by org wallet transaction analytics internal server error response has a 3xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) IsServerError

IsServerError returns true when this post organization by org wallet transaction analytics internal server error response has a 5xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) IsSuccess

IsSuccess returns true when this post organization by org wallet transaction analytics internal server error response has a 2xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsInternalServerError) String

type PostOrganizationByOrgWalletTransactionAnalyticsOK

type PostOrganizationByOrgWalletTransactionAnalyticsOK struct {
	Payload *models.ResponseTransactionAnalyticsResponse
}

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

OK

func NewPostOrganizationByOrgWalletTransactionAnalyticsOK

func NewPostOrganizationByOrgWalletTransactionAnalyticsOK() *PostOrganizationByOrgWalletTransactionAnalyticsOK

NewPostOrganizationByOrgWalletTransactionAnalyticsOK creates a PostOrganizationByOrgWalletTransactionAnalyticsOK with default headers values

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) Code

Code gets the status code for the post organization by org wallet transaction analytics o k response

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) Error

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) GetPayload

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) IsClientError

IsClientError returns true when this post organization by org wallet transaction analytics o k response has a 4xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) IsCode

IsCode returns true when this post organization by org wallet transaction analytics o k response a status code equal to that given

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) IsRedirect

IsRedirect returns true when this post organization by org wallet transaction analytics o k response has a 3xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) IsServerError

IsServerError returns true when this post organization by org wallet transaction analytics o k response has a 5xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) IsSuccess

IsSuccess returns true when this post organization by org wallet transaction analytics o k response has a 2xx status code

func (*PostOrganizationByOrgWalletTransactionAnalyticsOK) String

type PostOrganizationByOrgWalletTransactionAnalyticsParams

type PostOrganizationByOrgWalletTransactionAnalyticsParams struct {

	/* Input.

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

	/* Org.

	   organization's username
	*/
	Org string

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

PostOrganizationByOrgWalletTransactionAnalyticsParams contains all the parameters to send to the API endpoint

for the post organization by org wallet transaction analytics operation.

Typically these are written to a http.Request.

func NewPostOrganizationByOrgWalletTransactionAnalyticsParams

func NewPostOrganizationByOrgWalletTransactionAnalyticsParams() *PostOrganizationByOrgWalletTransactionAnalyticsParams

NewPostOrganizationByOrgWalletTransactionAnalyticsParams creates a new PostOrganizationByOrgWalletTransactionAnalyticsParams 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 NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithContext

func NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithContext(ctx context.Context) *PostOrganizationByOrgWalletTransactionAnalyticsParams

NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithContext creates a new PostOrganizationByOrgWalletTransactionAnalyticsParams object with the ability to set a context for a request.

func NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithHTTPClient

func NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithHTTPClient(client *http.Client) *PostOrganizationByOrgWalletTransactionAnalyticsParams

NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithHTTPClient creates a new PostOrganizationByOrgWalletTransactionAnalyticsParams object with the ability to set a custom HTTPClient for a request.

func NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithTimeout

func NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithTimeout(timeout time.Duration) *PostOrganizationByOrgWalletTransactionAnalyticsParams

NewPostOrganizationByOrgWalletTransactionAnalyticsParamsWithTimeout creates a new PostOrganizationByOrgWalletTransactionAnalyticsParams object with the ability to set a timeout on a request.

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) SetContext

SetContext adds the context to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) SetDefaults

SetDefaults hydrates default values in the post organization by org wallet transaction analytics params (not the query body).

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

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) SetInput

SetInput adds the input to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) SetOrg

SetOrg adds the org to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) SetTimeout

SetTimeout adds the timeout to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WithContext

WithContext adds the context to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WithDefaults

WithDefaults hydrates default values in the post organization by org wallet transaction analytics params (not the query body).

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

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WithInput

WithInput adds the input to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WithOrg

WithOrg adds the org to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WithTimeout

WithTimeout adds the timeout to the post organization by org wallet transaction analytics params

func (*PostOrganizationByOrgWalletTransactionAnalyticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostOrganizationByOrgWalletTransactionAnalyticsReader

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

PostOrganizationByOrgWalletTransactionAnalyticsReader is a Reader for the PostOrganizationByOrgWalletTransactionAnalytics structure.

func (*PostOrganizationByOrgWalletTransactionAnalyticsReader) ReadResponse

ReadResponse reads a server response into the received o.

type PostOrganizationByOrgWalletTransactionRecentBadRequest

type PostOrganizationByOrgWalletTransactionRecentBadRequest struct {
	Payload *models.ResponseFailResponse
}

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

Bad Request

func NewPostOrganizationByOrgWalletTransactionRecentBadRequest

func NewPostOrganizationByOrgWalletTransactionRecentBadRequest() *PostOrganizationByOrgWalletTransactionRecentBadRequest

NewPostOrganizationByOrgWalletTransactionRecentBadRequest creates a PostOrganizationByOrgWalletTransactionRecentBadRequest with default headers values

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) Code

Code gets the status code for the post organization by org wallet transaction recent bad request response

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) Error

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) GetPayload

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) IsClientError

IsClientError returns true when this post organization by org wallet transaction recent bad request response has a 4xx status code

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) IsCode

IsCode returns true when this post organization by org wallet transaction recent bad request response a status code equal to that given

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) IsRedirect

IsRedirect returns true when this post organization by org wallet transaction recent bad request response has a 3xx status code

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) IsServerError

IsServerError returns true when this post organization by org wallet transaction recent bad request response has a 5xx status code

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) IsSuccess

IsSuccess returns true when this post organization by org wallet transaction recent bad request response has a 2xx status code

func (*PostOrganizationByOrgWalletTransactionRecentBadRequest) String

type PostOrganizationByOrgWalletTransactionRecentInternalServerError

type PostOrganizationByOrgWalletTransactionRecentInternalServerError struct {
	Payload *models.ResponseErrorResponse
}

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

Internal Server Error

func NewPostOrganizationByOrgWalletTransactionRecentInternalServerError

func NewPostOrganizationByOrgWalletTransactionRecentInternalServerError() *PostOrganizationByOrgWalletTransactionRecentInternalServerError

NewPostOrganizationByOrgWalletTransactionRecentInternalServerError creates a PostOrganizationByOrgWalletTransactionRecentInternalServerError with default headers values

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) Code

Code gets the status code for the post organization by org wallet transaction recent internal server error response

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) Error

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) GetPayload

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) IsClientError

IsClientError returns true when this post organization by org wallet transaction recent internal server error response has a 4xx status code

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) IsCode

IsCode returns true when this post organization by org wallet transaction recent internal server error response a status code equal to that given

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) IsRedirect

IsRedirect returns true when this post organization by org wallet transaction recent internal server error response has a 3xx status code

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) IsServerError

IsServerError returns true when this post organization by org wallet transaction recent internal server error response has a 5xx status code

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) IsSuccess

IsSuccess returns true when this post organization by org wallet transaction recent internal server error response has a 2xx status code

func (*PostOrganizationByOrgWalletTransactionRecentInternalServerError) String

type PostOrganizationByOrgWalletTransactionRecentOK

type PostOrganizationByOrgWalletTransactionRecentOK struct {
	Payload *models.ResponseTransactionListResponse
}

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

OK

func NewPostOrganizationByOrgWalletTransactionRecentOK

func NewPostOrganizationByOrgWalletTransactionRecentOK() *PostOrganizationByOrgWalletTransactionRecentOK

NewPostOrganizationByOrgWalletTransactionRecentOK creates a PostOrganizationByOrgWalletTransactionRecentOK with default headers values

func (*PostOrganizationByOrgWalletTransactionRecentOK) Code

Code gets the status code for the post organization by org wallet transaction recent o k response

func (*PostOrganizationByOrgWalletTransactionRecentOK) Error

func (*PostOrganizationByOrgWalletTransactionRecentOK) GetPayload

func (*PostOrganizationByOrgWalletTransactionRecentOK) IsClientError

IsClientError returns true when this post organization by org wallet transaction recent o k response has a 4xx status code

func (*PostOrganizationByOrgWalletTransactionRecentOK) IsCode

IsCode returns true when this post organization by org wallet transaction recent o k response a status code equal to that given

func (*PostOrganizationByOrgWalletTransactionRecentOK) IsRedirect

IsRedirect returns true when this post organization by org wallet transaction recent o k response has a 3xx status code

func (*PostOrganizationByOrgWalletTransactionRecentOK) IsServerError

IsServerError returns true when this post organization by org wallet transaction recent o k response has a 5xx status code

func (*PostOrganizationByOrgWalletTransactionRecentOK) IsSuccess

IsSuccess returns true when this post organization by org wallet transaction recent o k response has a 2xx status code

func (*PostOrganizationByOrgWalletTransactionRecentOK) String

type PostOrganizationByOrgWalletTransactionRecentParams

type PostOrganizationByOrgWalletTransactionRecentParams struct {

	/* Input.

	   Get List Org Recent Transaction By Owner Request
	*/
	Input *models.RequestGetListOrgRecentTransactionByOwnerRequest

	/* Org.

	   organization's username
	*/
	Org string

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

PostOrganizationByOrgWalletTransactionRecentParams contains all the parameters to send to the API endpoint

for the post organization by org wallet transaction recent operation.

Typically these are written to a http.Request.

func NewPostOrganizationByOrgWalletTransactionRecentParams

func NewPostOrganizationByOrgWalletTransactionRecentParams() *PostOrganizationByOrgWalletTransactionRecentParams

NewPostOrganizationByOrgWalletTransactionRecentParams creates a new PostOrganizationByOrgWalletTransactionRecentParams 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 NewPostOrganizationByOrgWalletTransactionRecentParamsWithContext

func NewPostOrganizationByOrgWalletTransactionRecentParamsWithContext(ctx context.Context) *PostOrganizationByOrgWalletTransactionRecentParams

NewPostOrganizationByOrgWalletTransactionRecentParamsWithContext creates a new PostOrganizationByOrgWalletTransactionRecentParams object with the ability to set a context for a request.

func NewPostOrganizationByOrgWalletTransactionRecentParamsWithHTTPClient

func NewPostOrganizationByOrgWalletTransactionRecentParamsWithHTTPClient(client *http.Client) *PostOrganizationByOrgWalletTransactionRecentParams

NewPostOrganizationByOrgWalletTransactionRecentParamsWithHTTPClient creates a new PostOrganizationByOrgWalletTransactionRecentParams object with the ability to set a custom HTTPClient for a request.

func NewPostOrganizationByOrgWalletTransactionRecentParamsWithTimeout

func NewPostOrganizationByOrgWalletTransactionRecentParamsWithTimeout(timeout time.Duration) *PostOrganizationByOrgWalletTransactionRecentParams

NewPostOrganizationByOrgWalletTransactionRecentParamsWithTimeout creates a new PostOrganizationByOrgWalletTransactionRecentParams object with the ability to set a timeout on a request.

func (*PostOrganizationByOrgWalletTransactionRecentParams) SetContext

SetContext adds the context to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) SetDefaults

SetDefaults hydrates default values in the post organization by org wallet transaction recent params (not the query body).

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

func (*PostOrganizationByOrgWalletTransactionRecentParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) SetInput

SetInput adds the input to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) SetOrg

SetOrg adds the org to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) SetTimeout

SetTimeout adds the timeout to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) WithContext

WithContext adds the context to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) WithDefaults

WithDefaults hydrates default values in the post organization by org wallet transaction recent params (not the query body).

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

func (*PostOrganizationByOrgWalletTransactionRecentParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) WithInput

WithInput adds the input to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) WithOrg

WithOrg adds the org to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) WithTimeout

WithTimeout adds the timeout to the post organization by org wallet transaction recent params

func (*PostOrganizationByOrgWalletTransactionRecentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostOrganizationByOrgWalletTransactionRecentReader

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

PostOrganizationByOrgWalletTransactionRecentReader is a Reader for the PostOrganizationByOrgWalletTransactionRecent structure.

func (*PostOrganizationByOrgWalletTransactionRecentReader) ReadResponse

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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