isv_manager

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for isv manager API

func New

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

New creates a new isv manager API client.

func (*Client) DescribeAppVendorStatistics

func (a *Client) DescribeAppVendorStatistics(params *DescribeAppVendorStatisticsParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeAppVendorStatisticsOK, error)

DescribeAppVendorStatistics gets statistics of vendor

func (*Client) DescribeVendorVerifyInfos

func (a *Client) DescribeVendorVerifyInfos(params *DescribeVendorVerifyInfosParams, authInfo runtime.ClientAuthInfoWriter) (*DescribeVendorVerifyInfosOK, error)

DescribeVendorVerifyInfos gets vendor verifies info can filer with these fields user id status default return all vendor verify infos

func (*Client) GetVendorVerifyInfo

func (a *Client) GetVendorVerifyInfo(params *GetVendorVerifyInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetVendorVerifyInfoOK, error)

GetVendorVerifyInfo gets vendor verify info

func (*Client) PassVendorVerifyInfo

func (a *Client) PassVendorVerifyInfo(params *PassVendorVerifyInfoParams, authInfo runtime.ClientAuthInfoWriter) (*PassVendorVerifyInfoOK, error)

PassVendorVerifyInfo passes vendor verify

func (*Client) RejectVendorVerifyInfo

func (a *Client) RejectVendorVerifyInfo(params *RejectVendorVerifyInfoParams, authInfo runtime.ClientAuthInfoWriter) (*RejectVendorVerifyInfoOK, error)

RejectVendorVerifyInfo rejects vendor verify

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubmitVendorVerifyInfo

func (a *Client) SubmitVendorVerifyInfo(params *SubmitVendorVerifyInfoParams, authInfo runtime.ClientAuthInfoWriter) (*SubmitVendorVerifyInfoOK, error)

SubmitVendorVerifyInfo submits vendor verify info

type DescribeAppVendorStatisticsOK

type DescribeAppVendorStatisticsOK struct {
	Payload *models.OpenpitrixDescribeVendorStatisticsResponse
}

DescribeAppVendorStatisticsOK handles this case with default header values.

A successful response.

func NewDescribeAppVendorStatisticsOK

func NewDescribeAppVendorStatisticsOK() *DescribeAppVendorStatisticsOK

NewDescribeAppVendorStatisticsOK creates a DescribeAppVendorStatisticsOK with default headers values

func (*DescribeAppVendorStatisticsOK) Error

type DescribeAppVendorStatisticsParams

type DescribeAppVendorStatisticsParams struct {

	/*DisplayColumns
	  select column to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(user_id, status).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  status eg.[draft|submitted|passed|rejected|suspended|in-review|new].

	*/
	Status []string
	/*UserID
	  user ids.

	*/
	UserID []string

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

DescribeAppVendorStatisticsParams contains all the parameters to send to the API endpoint for the describe app vendor statistics operation typically these are written to a http.Request

func NewDescribeAppVendorStatisticsParams

func NewDescribeAppVendorStatisticsParams() *DescribeAppVendorStatisticsParams

NewDescribeAppVendorStatisticsParams creates a new DescribeAppVendorStatisticsParams object with the default values initialized.

func NewDescribeAppVendorStatisticsParamsWithContext

func NewDescribeAppVendorStatisticsParamsWithContext(ctx context.Context) *DescribeAppVendorStatisticsParams

NewDescribeAppVendorStatisticsParamsWithContext creates a new DescribeAppVendorStatisticsParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeAppVendorStatisticsParamsWithHTTPClient

func NewDescribeAppVendorStatisticsParamsWithHTTPClient(client *http.Client) *DescribeAppVendorStatisticsParams

NewDescribeAppVendorStatisticsParamsWithHTTPClient creates a new DescribeAppVendorStatisticsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeAppVendorStatisticsParamsWithTimeout

func NewDescribeAppVendorStatisticsParamsWithTimeout(timeout time.Duration) *DescribeAppVendorStatisticsParams

NewDescribeAppVendorStatisticsParamsWithTimeout creates a new DescribeAppVendorStatisticsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeAppVendorStatisticsParams) SetContext

SetContext adds the context to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetDisplayColumns

func (o *DescribeAppVendorStatisticsParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetLimit

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

SetLimit adds the limit to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetOffset

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

SetOffset adds the offset to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetOwner

func (o *DescribeAppVendorStatisticsParams) SetOwner(owner []string)

SetOwner adds the owner to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetReverse

func (o *DescribeAppVendorStatisticsParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetSearchWord

func (o *DescribeAppVendorStatisticsParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetSortKey

func (o *DescribeAppVendorStatisticsParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetStatus

func (o *DescribeAppVendorStatisticsParams) SetStatus(status []string)

SetStatus adds the status to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetTimeout

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

SetTimeout adds the timeout to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) SetUserID

func (o *DescribeAppVendorStatisticsParams) SetUserID(userID []string)

SetUserID adds the userId to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithContext

WithContext adds the context to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithDisplayColumns

func (o *DescribeAppVendorStatisticsParams) WithDisplayColumns(displayColumns []string) *DescribeAppVendorStatisticsParams

WithDisplayColumns adds the displayColumns to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithLimit

WithLimit adds the limit to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithOffset

WithOffset adds the offset to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithOwner

WithOwner adds the owner to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithReverse

WithReverse adds the reverse to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithSearchWord

WithSearchWord adds the searchWord to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithSortKey

WithSortKey adds the sortKey to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithStatus

WithStatus adds the status to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithTimeout

WithTimeout adds the timeout to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WithUserID

WithUserID adds the userID to the describe app vendor statistics params

func (*DescribeAppVendorStatisticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeAppVendorStatisticsReader

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

DescribeAppVendorStatisticsReader is a Reader for the DescribeAppVendorStatistics structure.

func (*DescribeAppVendorStatisticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DescribeVendorVerifyInfosOK

type DescribeVendorVerifyInfosOK struct {
	Payload *models.OpenpitrixDescribeVendorVerifyInfosResponse
}

DescribeVendorVerifyInfosOK handles this case with default header values.

A successful response.

func NewDescribeVendorVerifyInfosOK

func NewDescribeVendorVerifyInfosOK() *DescribeVendorVerifyInfosOK

NewDescribeVendorVerifyInfosOK creates a DescribeVendorVerifyInfosOK with default headers values

func (*DescribeVendorVerifyInfosOK) Error

type DescribeVendorVerifyInfosParams

type DescribeVendorVerifyInfosParams struct {

	/*DisplayColumns
	  select column to display.

	*/
	DisplayColumns []string
	/*Limit
	  data limit per page, default value 20, max value 200.

	*/
	Limit *int64
	/*Offset
	  data offset, default 0.

	*/
	Offset *int64
	/*Owner
	  owner.

	*/
	Owner []string
	/*Reverse
	  value = 0 sort ASC, value = 1 sort DESC.

	*/
	Reverse *bool
	/*SearchWord
	  query key, support these fields(user_id, status).

	*/
	SearchWord *string
	/*SortKey
	  sort key, order by sort_key, default create_time.

	*/
	SortKey *string
	/*Status
	  status eg.[draft|submitted|passed|rejected|suspended|in-review|new].

	*/
	Status []string
	/*UserID
	  user ids.

	*/
	UserID []string

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

DescribeVendorVerifyInfosParams contains all the parameters to send to the API endpoint for the describe vendor verify infos operation typically these are written to a http.Request

func NewDescribeVendorVerifyInfosParams

func NewDescribeVendorVerifyInfosParams() *DescribeVendorVerifyInfosParams

NewDescribeVendorVerifyInfosParams creates a new DescribeVendorVerifyInfosParams object with the default values initialized.

func NewDescribeVendorVerifyInfosParamsWithContext

func NewDescribeVendorVerifyInfosParamsWithContext(ctx context.Context) *DescribeVendorVerifyInfosParams

NewDescribeVendorVerifyInfosParamsWithContext creates a new DescribeVendorVerifyInfosParams object with the default values initialized, and the ability to set a context for a request

func NewDescribeVendorVerifyInfosParamsWithHTTPClient

func NewDescribeVendorVerifyInfosParamsWithHTTPClient(client *http.Client) *DescribeVendorVerifyInfosParams

NewDescribeVendorVerifyInfosParamsWithHTTPClient creates a new DescribeVendorVerifyInfosParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDescribeVendorVerifyInfosParamsWithTimeout

func NewDescribeVendorVerifyInfosParamsWithTimeout(timeout time.Duration) *DescribeVendorVerifyInfosParams

NewDescribeVendorVerifyInfosParamsWithTimeout creates a new DescribeVendorVerifyInfosParams object with the default values initialized, and the ability to set a timeout on a request

func (*DescribeVendorVerifyInfosParams) SetContext

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

SetContext adds the context to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetDisplayColumns

func (o *DescribeVendorVerifyInfosParams) SetDisplayColumns(displayColumns []string)

SetDisplayColumns adds the displayColumns to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetLimit

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

SetLimit adds the limit to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetOffset

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

SetOffset adds the offset to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetOwner

func (o *DescribeVendorVerifyInfosParams) SetOwner(owner []string)

SetOwner adds the owner to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetReverse

func (o *DescribeVendorVerifyInfosParams) SetReverse(reverse *bool)

SetReverse adds the reverse to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetSearchWord

func (o *DescribeVendorVerifyInfosParams) SetSearchWord(searchWord *string)

SetSearchWord adds the searchWord to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetSortKey

func (o *DescribeVendorVerifyInfosParams) SetSortKey(sortKey *string)

SetSortKey adds the sortKey to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetStatus

func (o *DescribeVendorVerifyInfosParams) SetStatus(status []string)

SetStatus adds the status to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetTimeout

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

SetTimeout adds the timeout to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) SetUserID

func (o *DescribeVendorVerifyInfosParams) SetUserID(userID []string)

SetUserID adds the userId to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithContext

WithContext adds the context to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithDisplayColumns

func (o *DescribeVendorVerifyInfosParams) WithDisplayColumns(displayColumns []string) *DescribeVendorVerifyInfosParams

WithDisplayColumns adds the displayColumns to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithLimit

WithLimit adds the limit to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithOffset

WithOffset adds the offset to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithOwner

WithOwner adds the owner to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithReverse

WithReverse adds the reverse to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithSearchWord

WithSearchWord adds the searchWord to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithSortKey

WithSortKey adds the sortKey to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithStatus

WithStatus adds the status to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithTimeout

WithTimeout adds the timeout to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WithUserID

WithUserID adds the userID to the describe vendor verify infos params

func (*DescribeVendorVerifyInfosParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DescribeVendorVerifyInfosReader

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

DescribeVendorVerifyInfosReader is a Reader for the DescribeVendorVerifyInfos structure.

func (*DescribeVendorVerifyInfosReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVendorVerifyInfoOK

type GetVendorVerifyInfoOK struct {
	Payload *models.OpenpitrixGetVendorVerifyInfoResponse
}

GetVendorVerifyInfoOK handles this case with default header values.

A successful response.

func NewGetVendorVerifyInfoOK

func NewGetVendorVerifyInfoOK() *GetVendorVerifyInfoOK

NewGetVendorVerifyInfoOK creates a GetVendorVerifyInfoOK with default headers values

func (*GetVendorVerifyInfoOK) Error

func (o *GetVendorVerifyInfoOK) Error() string

type GetVendorVerifyInfoParams

type GetVendorVerifyInfoParams struct {

	/*UserID
	  required, use user id to get vendor verify info.

	*/
	UserID *string

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

GetVendorVerifyInfoParams contains all the parameters to send to the API endpoint for the get vendor verify info operation typically these are written to a http.Request

func NewGetVendorVerifyInfoParams

func NewGetVendorVerifyInfoParams() *GetVendorVerifyInfoParams

NewGetVendorVerifyInfoParams creates a new GetVendorVerifyInfoParams object with the default values initialized.

func NewGetVendorVerifyInfoParamsWithContext

func NewGetVendorVerifyInfoParamsWithContext(ctx context.Context) *GetVendorVerifyInfoParams

NewGetVendorVerifyInfoParamsWithContext creates a new GetVendorVerifyInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetVendorVerifyInfoParamsWithHTTPClient

func NewGetVendorVerifyInfoParamsWithHTTPClient(client *http.Client) *GetVendorVerifyInfoParams

NewGetVendorVerifyInfoParamsWithHTTPClient creates a new GetVendorVerifyInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetVendorVerifyInfoParamsWithTimeout

func NewGetVendorVerifyInfoParamsWithTimeout(timeout time.Duration) *GetVendorVerifyInfoParams

NewGetVendorVerifyInfoParamsWithTimeout creates a new GetVendorVerifyInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetVendorVerifyInfoParams) SetContext

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

SetContext adds the context to the get vendor verify info params

func (*GetVendorVerifyInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get vendor verify info params

func (*GetVendorVerifyInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get vendor verify info params

func (*GetVendorVerifyInfoParams) SetUserID

func (o *GetVendorVerifyInfoParams) SetUserID(userID *string)

SetUserID adds the userId to the get vendor verify info params

func (*GetVendorVerifyInfoParams) WithContext

WithContext adds the context to the get vendor verify info params

func (*GetVendorVerifyInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get vendor verify info params

func (*GetVendorVerifyInfoParams) WithTimeout

WithTimeout adds the timeout to the get vendor verify info params

func (*GetVendorVerifyInfoParams) WithUserID

WithUserID adds the userID to the get vendor verify info params

func (*GetVendorVerifyInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVendorVerifyInfoReader

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

GetVendorVerifyInfoReader is a Reader for the GetVendorVerifyInfo structure.

func (*GetVendorVerifyInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PassVendorVerifyInfoOK

type PassVendorVerifyInfoOK struct {
	Payload *models.OpenpitrixPassVendorVerifyInfoResponse
}

PassVendorVerifyInfoOK handles this case with default header values.

A successful response.

func NewPassVendorVerifyInfoOK

func NewPassVendorVerifyInfoOK() *PassVendorVerifyInfoOK

NewPassVendorVerifyInfoOK creates a PassVendorVerifyInfoOK with default headers values

func (*PassVendorVerifyInfoOK) Error

func (o *PassVendorVerifyInfoOK) Error() string

type PassVendorVerifyInfoParams

type PassVendorVerifyInfoParams struct {

	/*Body*/
	Body *models.OpenpitrixPassVendorVerifyInfoRequest

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

PassVendorVerifyInfoParams contains all the parameters to send to the API endpoint for the pass vendor verify info operation typically these are written to a http.Request

func NewPassVendorVerifyInfoParams

func NewPassVendorVerifyInfoParams() *PassVendorVerifyInfoParams

NewPassVendorVerifyInfoParams creates a new PassVendorVerifyInfoParams object with the default values initialized.

func NewPassVendorVerifyInfoParamsWithContext

func NewPassVendorVerifyInfoParamsWithContext(ctx context.Context) *PassVendorVerifyInfoParams

NewPassVendorVerifyInfoParamsWithContext creates a new PassVendorVerifyInfoParams object with the default values initialized, and the ability to set a context for a request

func NewPassVendorVerifyInfoParamsWithHTTPClient

func NewPassVendorVerifyInfoParamsWithHTTPClient(client *http.Client) *PassVendorVerifyInfoParams

NewPassVendorVerifyInfoParamsWithHTTPClient creates a new PassVendorVerifyInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPassVendorVerifyInfoParamsWithTimeout

func NewPassVendorVerifyInfoParamsWithTimeout(timeout time.Duration) *PassVendorVerifyInfoParams

NewPassVendorVerifyInfoParamsWithTimeout creates a new PassVendorVerifyInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*PassVendorVerifyInfoParams) SetBody

SetBody adds the body to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) SetContext

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

SetContext adds the context to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) SetTimeout

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

SetTimeout adds the timeout to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) WithBody

WithBody adds the body to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) WithContext

WithContext adds the context to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) WithTimeout

WithTimeout adds the timeout to the pass vendor verify info params

func (*PassVendorVerifyInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PassVendorVerifyInfoReader

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

PassVendorVerifyInfoReader is a Reader for the PassVendorVerifyInfo structure.

func (*PassVendorVerifyInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RejectVendorVerifyInfoOK

type RejectVendorVerifyInfoOK struct {
	Payload *models.OpenpitrixRejectVendorVerifyInfoResponse
}

RejectVendorVerifyInfoOK handles this case with default header values.

A successful response.

func NewRejectVendorVerifyInfoOK

func NewRejectVendorVerifyInfoOK() *RejectVendorVerifyInfoOK

NewRejectVendorVerifyInfoOK creates a RejectVendorVerifyInfoOK with default headers values

func (*RejectVendorVerifyInfoOK) Error

func (o *RejectVendorVerifyInfoOK) Error() string

type RejectVendorVerifyInfoParams

type RejectVendorVerifyInfoParams struct {

	/*Body*/
	Body *models.OpenpitrixRejectVendorVerifyInfoRequest

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

RejectVendorVerifyInfoParams contains all the parameters to send to the API endpoint for the reject vendor verify info operation typically these are written to a http.Request

func NewRejectVendorVerifyInfoParams

func NewRejectVendorVerifyInfoParams() *RejectVendorVerifyInfoParams

NewRejectVendorVerifyInfoParams creates a new RejectVendorVerifyInfoParams object with the default values initialized.

func NewRejectVendorVerifyInfoParamsWithContext

func NewRejectVendorVerifyInfoParamsWithContext(ctx context.Context) *RejectVendorVerifyInfoParams

NewRejectVendorVerifyInfoParamsWithContext creates a new RejectVendorVerifyInfoParams object with the default values initialized, and the ability to set a context for a request

func NewRejectVendorVerifyInfoParamsWithHTTPClient

func NewRejectVendorVerifyInfoParamsWithHTTPClient(client *http.Client) *RejectVendorVerifyInfoParams

NewRejectVendorVerifyInfoParamsWithHTTPClient creates a new RejectVendorVerifyInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRejectVendorVerifyInfoParamsWithTimeout

func NewRejectVendorVerifyInfoParamsWithTimeout(timeout time.Duration) *RejectVendorVerifyInfoParams

NewRejectVendorVerifyInfoParamsWithTimeout creates a new RejectVendorVerifyInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*RejectVendorVerifyInfoParams) SetBody

SetBody adds the body to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) SetContext

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

SetContext adds the context to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) SetTimeout

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

SetTimeout adds the timeout to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) WithBody

WithBody adds the body to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) WithContext

WithContext adds the context to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) WithTimeout

WithTimeout adds the timeout to the reject vendor verify info params

func (*RejectVendorVerifyInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RejectVendorVerifyInfoReader

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

RejectVendorVerifyInfoReader is a Reader for the RejectVendorVerifyInfo structure.

func (*RejectVendorVerifyInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubmitVendorVerifyInfoOK

type SubmitVendorVerifyInfoOK struct {
	Payload *models.OpenpitrixSubmitVendorVerifyInfoResponse
}

SubmitVendorVerifyInfoOK handles this case with default header values.

A successful response.

func NewSubmitVendorVerifyInfoOK

func NewSubmitVendorVerifyInfoOK() *SubmitVendorVerifyInfoOK

NewSubmitVendorVerifyInfoOK creates a SubmitVendorVerifyInfoOK with default headers values

func (*SubmitVendorVerifyInfoOK) Error

func (o *SubmitVendorVerifyInfoOK) Error() string

type SubmitVendorVerifyInfoParams

type SubmitVendorVerifyInfoParams struct {

	/*Body*/
	Body *models.OpenpitrixSubmitVendorVerifyInfoRequest

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

SubmitVendorVerifyInfoParams contains all the parameters to send to the API endpoint for the submit vendor verify info operation typically these are written to a http.Request

func NewSubmitVendorVerifyInfoParams

func NewSubmitVendorVerifyInfoParams() *SubmitVendorVerifyInfoParams

NewSubmitVendorVerifyInfoParams creates a new SubmitVendorVerifyInfoParams object with the default values initialized.

func NewSubmitVendorVerifyInfoParamsWithContext

func NewSubmitVendorVerifyInfoParamsWithContext(ctx context.Context) *SubmitVendorVerifyInfoParams

NewSubmitVendorVerifyInfoParamsWithContext creates a new SubmitVendorVerifyInfoParams object with the default values initialized, and the ability to set a context for a request

func NewSubmitVendorVerifyInfoParamsWithHTTPClient

func NewSubmitVendorVerifyInfoParamsWithHTTPClient(client *http.Client) *SubmitVendorVerifyInfoParams

NewSubmitVendorVerifyInfoParamsWithHTTPClient creates a new SubmitVendorVerifyInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSubmitVendorVerifyInfoParamsWithTimeout

func NewSubmitVendorVerifyInfoParamsWithTimeout(timeout time.Duration) *SubmitVendorVerifyInfoParams

NewSubmitVendorVerifyInfoParamsWithTimeout creates a new SubmitVendorVerifyInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*SubmitVendorVerifyInfoParams) SetBody

SetBody adds the body to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) SetContext

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

SetContext adds the context to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) SetTimeout

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

SetTimeout adds the timeout to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) WithBody

WithBody adds the body to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) WithContext

WithContext adds the context to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) WithTimeout

WithTimeout adds the timeout to the submit vendor verify info params

func (*SubmitVendorVerifyInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubmitVendorVerifyInfoReader

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

SubmitVendorVerifyInfoReader is a Reader for the SubmitVendorVerifyInfo structure.

func (*SubmitVendorVerifyInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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