subscription_order_manager

package
v0.0.0-...-cc7b9bc Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 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 subscription order manager API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubscriptionOrderManagerCheckExportFile

SubscriptionOrderManagerCheckExportFile 检查导出文件是否生成完成s

func (*Client) SubscriptionOrderManagerDescribeConsumeOrders

SubscriptionOrderManagerDescribeConsumeOrders 查询子订单列表s

func (*Client) SubscriptionOrderManagerExportConsumeOrders

SubscriptionOrderManagerExportConsumeOrders 导出订单列表s

func (*Client) SubscriptionOrderManagerGetConsumeOrder

SubscriptionOrderManagerGetConsumeOrder 查询单个订单详情s

func (*Client) SubscriptionOrderManagerGetExportFile

func (a *Client) SubscriptionOrderManagerGetExportFile(params *SubscriptionOrderManagerGetExportFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubscriptionOrderManagerGetExportFileOK, error)

SubscriptionOrderManagerGetExportFile 下载导出文件s

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new subscription order manager API client.

type SubscriptionOrderManagerCheckExportFileDefault

type SubscriptionOrderManagerCheckExportFileDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

SubscriptionOrderManagerCheckExportFileDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewSubscriptionOrderManagerCheckExportFileDefault

func NewSubscriptionOrderManagerCheckExportFileDefault(code int) *SubscriptionOrderManagerCheckExportFileDefault

NewSubscriptionOrderManagerCheckExportFileDefault creates a SubscriptionOrderManagerCheckExportFileDefault with default headers values

func (*SubscriptionOrderManagerCheckExportFileDefault) Code

Code gets the status code for the subscription order manager check export file default response

func (*SubscriptionOrderManagerCheckExportFileDefault) Error

func (*SubscriptionOrderManagerCheckExportFileDefault) GetPayload

func (*SubscriptionOrderManagerCheckExportFileDefault) IsClientError

IsClientError returns true when this subscription order manager check export file default response has a 4xx status code

func (*SubscriptionOrderManagerCheckExportFileDefault) IsCode

IsCode returns true when this subscription order manager check export file default response a status code equal to that given

func (*SubscriptionOrderManagerCheckExportFileDefault) IsRedirect

IsRedirect returns true when this subscription order manager check export file default response has a 3xx status code

func (*SubscriptionOrderManagerCheckExportFileDefault) IsServerError

IsServerError returns true when this subscription order manager check export file default response has a 5xx status code

func (*SubscriptionOrderManagerCheckExportFileDefault) IsSuccess

IsSuccess returns true when this subscription order manager check export file default response has a 2xx status code

func (*SubscriptionOrderManagerCheckExportFileDefault) String

type SubscriptionOrderManagerCheckExportFileOK

type SubscriptionOrderManagerCheckExportFileOK struct {
	Payload *models.NewbillingCheckExportFileResponse
}

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

A successful response.

func NewSubscriptionOrderManagerCheckExportFileOK

func NewSubscriptionOrderManagerCheckExportFileOK() *SubscriptionOrderManagerCheckExportFileOK

NewSubscriptionOrderManagerCheckExportFileOK creates a SubscriptionOrderManagerCheckExportFileOK with default headers values

func (*SubscriptionOrderManagerCheckExportFileOK) Error

func (*SubscriptionOrderManagerCheckExportFileOK) GetPayload

func (*SubscriptionOrderManagerCheckExportFileOK) IsClientError

IsClientError returns true when this subscription order manager check export file o k response has a 4xx status code

func (*SubscriptionOrderManagerCheckExportFileOK) IsCode

IsCode returns true when this subscription order manager check export file o k response a status code equal to that given

func (*SubscriptionOrderManagerCheckExportFileOK) IsRedirect

IsRedirect returns true when this subscription order manager check export file o k response has a 3xx status code

func (*SubscriptionOrderManagerCheckExportFileOK) IsServerError

IsServerError returns true when this subscription order manager check export file o k response has a 5xx status code

func (*SubscriptionOrderManagerCheckExportFileOK) IsSuccess

IsSuccess returns true when this subscription order manager check export file o k response has a 2xx status code

func (*SubscriptionOrderManagerCheckExportFileOK) String

type SubscriptionOrderManagerCheckExportFileParams

type SubscriptionOrderManagerCheckExportFileParams struct {

	// FileName.
	FileName *string

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

SubscriptionOrderManagerCheckExportFileParams contains all the parameters to send to the API endpoint

for the subscription order manager check export file operation.

Typically these are written to a http.Request.

func NewSubscriptionOrderManagerCheckExportFileParams

func NewSubscriptionOrderManagerCheckExportFileParams() *SubscriptionOrderManagerCheckExportFileParams

NewSubscriptionOrderManagerCheckExportFileParams creates a new SubscriptionOrderManagerCheckExportFileParams 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 NewSubscriptionOrderManagerCheckExportFileParamsWithContext

func NewSubscriptionOrderManagerCheckExportFileParamsWithContext(ctx context.Context) *SubscriptionOrderManagerCheckExportFileParams

NewSubscriptionOrderManagerCheckExportFileParamsWithContext creates a new SubscriptionOrderManagerCheckExportFileParams object with the ability to set a context for a request.

func NewSubscriptionOrderManagerCheckExportFileParamsWithHTTPClient

func NewSubscriptionOrderManagerCheckExportFileParamsWithHTTPClient(client *http.Client) *SubscriptionOrderManagerCheckExportFileParams

NewSubscriptionOrderManagerCheckExportFileParamsWithHTTPClient creates a new SubscriptionOrderManagerCheckExportFileParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionOrderManagerCheckExportFileParamsWithTimeout

func NewSubscriptionOrderManagerCheckExportFileParamsWithTimeout(timeout time.Duration) *SubscriptionOrderManagerCheckExportFileParams

NewSubscriptionOrderManagerCheckExportFileParamsWithTimeout creates a new SubscriptionOrderManagerCheckExportFileParams object with the ability to set a timeout on a request.

func (*SubscriptionOrderManagerCheckExportFileParams) SetContext

SetContext adds the context to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) SetDefaults

SetDefaults hydrates default values in the subscription order manager check export file params (not the query body).

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

func (*SubscriptionOrderManagerCheckExportFileParams) SetFileName

func (o *SubscriptionOrderManagerCheckExportFileParams) SetFileName(fileName *string)

SetFileName adds the fileName to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) SetTimeout

SetTimeout adds the timeout to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) WithContext

WithContext adds the context to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) WithDefaults

WithDefaults hydrates default values in the subscription order manager check export file params (not the query body).

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

func (*SubscriptionOrderManagerCheckExportFileParams) WithFileName

WithFileName adds the fileName to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) WithTimeout

WithTimeout adds the timeout to the subscription order manager check export file params

func (*SubscriptionOrderManagerCheckExportFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionOrderManagerCheckExportFileReader

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

SubscriptionOrderManagerCheckExportFileReader is a Reader for the SubscriptionOrderManagerCheckExportFile structure.

func (*SubscriptionOrderManagerCheckExportFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionOrderManagerDescribeConsumeOrdersDefault

type SubscriptionOrderManagerDescribeConsumeOrdersDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

SubscriptionOrderManagerDescribeConsumeOrdersDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewSubscriptionOrderManagerDescribeConsumeOrdersDefault

func NewSubscriptionOrderManagerDescribeConsumeOrdersDefault(code int) *SubscriptionOrderManagerDescribeConsumeOrdersDefault

NewSubscriptionOrderManagerDescribeConsumeOrdersDefault creates a SubscriptionOrderManagerDescribeConsumeOrdersDefault with default headers values

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) Code

Code gets the status code for the subscription order manager describe consume orders default response

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) Error

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) GetPayload

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) IsClientError

IsClientError returns true when this subscription order manager describe consume orders default response has a 4xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) IsCode

IsCode returns true when this subscription order manager describe consume orders default response a status code equal to that given

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) IsRedirect

IsRedirect returns true when this subscription order manager describe consume orders default response has a 3xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) IsServerError

IsServerError returns true when this subscription order manager describe consume orders default response has a 5xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) IsSuccess

IsSuccess returns true when this subscription order manager describe consume orders default response has a 2xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersDefault) String

type SubscriptionOrderManagerDescribeConsumeOrdersOK

type SubscriptionOrderManagerDescribeConsumeOrdersOK struct {
	Payload *models.NewbillingDescribeConsumeOrdersResponse
}

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

A successful response.

func NewSubscriptionOrderManagerDescribeConsumeOrdersOK

func NewSubscriptionOrderManagerDescribeConsumeOrdersOK() *SubscriptionOrderManagerDescribeConsumeOrdersOK

NewSubscriptionOrderManagerDescribeConsumeOrdersOK creates a SubscriptionOrderManagerDescribeConsumeOrdersOK with default headers values

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) Error

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) GetPayload

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) IsClientError

IsClientError returns true when this subscription order manager describe consume orders o k response has a 4xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) IsCode

IsCode returns true when this subscription order manager describe consume orders o k response a status code equal to that given

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) IsRedirect

IsRedirect returns true when this subscription order manager describe consume orders o k response has a 3xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) IsServerError

IsServerError returns true when this subscription order manager describe consume orders o k response has a 5xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) IsSuccess

IsSuccess returns true when this subscription order manager describe consume orders o k response has a 2xx status code

func (*SubscriptionOrderManagerDescribeConsumeOrdersOK) String

type SubscriptionOrderManagerDescribeConsumeOrdersParams

type SubscriptionOrderManagerDescribeConsumeOrdersParams struct {

	// ChargeStatus.
	ChargeStatus []string

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

	// ConsumeType.
	ConsumeType []string

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

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

	/* Limit.

	   数据库查询分页大小- 默认 20,最大值 200.

	   Format: uint64
	*/
	Limit *string

	/* Offset.

	   数据库查询偏移位置- 默认 0.

	   Format: uint64
	*/
	Offset *string

	// ProdInstConsumeOrderID.
	ProdInstConsumeOrderID []string

	// ProdName.
	ProdName *string

	/* Reverse.

	   是否倒序排序- 0:ASC,1:DESC.
	*/
	Reverse *bool

	/* SearchWord.

	   模糊查询关键字- 支持字段:order_user_id/order_user_name.
	*/
	SearchWord *string

	/* SortKey.

	   排序字段- 默认 create_time.
	*/
	SortKey *string

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

SubscriptionOrderManagerDescribeConsumeOrdersParams contains all the parameters to send to the API endpoint

for the subscription order manager describe consume orders operation.

Typically these are written to a http.Request.

func NewSubscriptionOrderManagerDescribeConsumeOrdersParams

func NewSubscriptionOrderManagerDescribeConsumeOrdersParams() *SubscriptionOrderManagerDescribeConsumeOrdersParams

NewSubscriptionOrderManagerDescribeConsumeOrdersParams creates a new SubscriptionOrderManagerDescribeConsumeOrdersParams 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 NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithContext

func NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithContext(ctx context.Context) *SubscriptionOrderManagerDescribeConsumeOrdersParams

NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithContext creates a new SubscriptionOrderManagerDescribeConsumeOrdersParams object with the ability to set a context for a request.

func NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithHTTPClient

func NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithHTTPClient(client *http.Client) *SubscriptionOrderManagerDescribeConsumeOrdersParams

NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithHTTPClient creates a new SubscriptionOrderManagerDescribeConsumeOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithTimeout

func NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithTimeout(timeout time.Duration) *SubscriptionOrderManagerDescribeConsumeOrdersParams

NewSubscriptionOrderManagerDescribeConsumeOrdersParamsWithTimeout creates a new SubscriptionOrderManagerDescribeConsumeOrdersParams object with the ability to set a timeout on a request.

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetChargeStatus

func (o *SubscriptionOrderManagerDescribeConsumeOrdersParams) SetChargeStatus(chargeStatus []string)

SetChargeStatus adds the chargeStatus to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetChargeTime

SetChargeTime adds the chargeTime to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetConsumeType

func (o *SubscriptionOrderManagerDescribeConsumeOrdersParams) SetConsumeType(consumeType []string)

SetConsumeType adds the consumeType to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetContext

SetContext adds the context to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetCreateTimeMax

func (o *SubscriptionOrderManagerDescribeConsumeOrdersParams) SetCreateTimeMax(createTimeMax *strfmt.DateTime)

SetCreateTimeMax adds the createTimeMax to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetCreateTimeMin

func (o *SubscriptionOrderManagerDescribeConsumeOrdersParams) SetCreateTimeMin(createTimeMin *strfmt.DateTime)

SetCreateTimeMin adds the createTimeMin to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetDefaults

SetDefaults hydrates default values in the subscription order manager describe consume orders params (not the query body).

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

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetLimit

SetLimit adds the limit to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetOffset

SetOffset adds the offset to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetProdInstConsumeOrderID

func (o *SubscriptionOrderManagerDescribeConsumeOrdersParams) SetProdInstConsumeOrderID(prodInstConsumeOrderID []string)

SetProdInstConsumeOrderID adds the prodInstConsumeOrderId to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetProdName

SetProdName adds the prodName to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetReverse

SetReverse adds the reverse to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetSearchWord

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

SetSearchWord adds the searchWord to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetSortKey

SetSortKey adds the sortKey to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) SetTimeout

SetTimeout adds the timeout to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithChargeStatus

WithChargeStatus adds the chargeStatus to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithChargeTime

WithChargeTime adds the chargeTime to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithConsumeType

WithConsumeType adds the consumeType to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithContext

WithContext adds the context to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithCreateTimeMax

WithCreateTimeMax adds the createTimeMax to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithCreateTimeMin

WithCreateTimeMin adds the createTimeMin to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithDefaults

WithDefaults hydrates default values in the subscription order manager describe consume orders params (not the query body).

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

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithLimit

WithLimit adds the limit to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithOffset

WithOffset adds the offset to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithProdInstConsumeOrderID

WithProdInstConsumeOrderID adds the prodInstConsumeOrderID to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithProdName

WithProdName adds the prodName to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithReverse

WithReverse adds the reverse to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithSearchWord

WithSearchWord adds the searchWord to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithSortKey

WithSortKey adds the sortKey to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WithTimeout

WithTimeout adds the timeout to the subscription order manager describe consume orders params

func (*SubscriptionOrderManagerDescribeConsumeOrdersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionOrderManagerDescribeConsumeOrdersReader

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

SubscriptionOrderManagerDescribeConsumeOrdersReader is a Reader for the SubscriptionOrderManagerDescribeConsumeOrders structure.

func (*SubscriptionOrderManagerDescribeConsumeOrdersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionOrderManagerExportConsumeOrdersDefault

type SubscriptionOrderManagerExportConsumeOrdersDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

SubscriptionOrderManagerExportConsumeOrdersDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewSubscriptionOrderManagerExportConsumeOrdersDefault

func NewSubscriptionOrderManagerExportConsumeOrdersDefault(code int) *SubscriptionOrderManagerExportConsumeOrdersDefault

NewSubscriptionOrderManagerExportConsumeOrdersDefault creates a SubscriptionOrderManagerExportConsumeOrdersDefault with default headers values

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) Code

Code gets the status code for the subscription order manager export consume orders default response

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) Error

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) GetPayload

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) IsClientError

IsClientError returns true when this subscription order manager export consume orders default response has a 4xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) IsCode

IsCode returns true when this subscription order manager export consume orders default response a status code equal to that given

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) IsRedirect

IsRedirect returns true when this subscription order manager export consume orders default response has a 3xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) IsServerError

IsServerError returns true when this subscription order manager export consume orders default response has a 5xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) IsSuccess

IsSuccess returns true when this subscription order manager export consume orders default response has a 2xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersDefault) String

type SubscriptionOrderManagerExportConsumeOrdersOK

type SubscriptionOrderManagerExportConsumeOrdersOK struct {
	Payload *models.NewbillingExportConsumeOrdersResponse
}

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

A successful response.

func NewSubscriptionOrderManagerExportConsumeOrdersOK

func NewSubscriptionOrderManagerExportConsumeOrdersOK() *SubscriptionOrderManagerExportConsumeOrdersOK

NewSubscriptionOrderManagerExportConsumeOrdersOK creates a SubscriptionOrderManagerExportConsumeOrdersOK with default headers values

func (*SubscriptionOrderManagerExportConsumeOrdersOK) Error

func (*SubscriptionOrderManagerExportConsumeOrdersOK) GetPayload

func (*SubscriptionOrderManagerExportConsumeOrdersOK) IsClientError

IsClientError returns true when this subscription order manager export consume orders o k response has a 4xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersOK) IsCode

IsCode returns true when this subscription order manager export consume orders o k response a status code equal to that given

func (*SubscriptionOrderManagerExportConsumeOrdersOK) IsRedirect

IsRedirect returns true when this subscription order manager export consume orders o k response has a 3xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersOK) IsServerError

IsServerError returns true when this subscription order manager export consume orders o k response has a 5xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersOK) IsSuccess

IsSuccess returns true when this subscription order manager export consume orders o k response has a 2xx status code

func (*SubscriptionOrderManagerExportConsumeOrdersOK) String

type SubscriptionOrderManagerExportConsumeOrdersParams

type SubscriptionOrderManagerExportConsumeOrdersParams struct {

	// ChargeStatus.
	ChargeStatus []string

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

	// ConsumeType.
	ConsumeType []string

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

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

	/* Limit.

	   数据库查询分页大小- 默认 20,最大值 200.

	   Format: uint64
	*/
	Limit *string

	/* Offset.

	   数据库查询偏移位置- 默认 0.

	   Format: uint64
	*/
	Offset *string

	// ProdInstConsumeOrderID.
	ProdInstConsumeOrderID []string

	// ProdName.
	ProdName *string

	/* Reverse.

	   是否倒序排序- 0:ASC,1:DESC.
	*/
	Reverse *bool

	/* SearchWord.

	   模糊查询关键字- 支持字段:order_user_id/order_user_name.
	*/
	SearchWord *string

	/* SortKey.

	   排序字段- 默认 create_time.
	*/
	SortKey *string

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

SubscriptionOrderManagerExportConsumeOrdersParams contains all the parameters to send to the API endpoint

for the subscription order manager export consume orders operation.

Typically these are written to a http.Request.

func NewSubscriptionOrderManagerExportConsumeOrdersParams

func NewSubscriptionOrderManagerExportConsumeOrdersParams() *SubscriptionOrderManagerExportConsumeOrdersParams

NewSubscriptionOrderManagerExportConsumeOrdersParams creates a new SubscriptionOrderManagerExportConsumeOrdersParams 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 NewSubscriptionOrderManagerExportConsumeOrdersParamsWithContext

func NewSubscriptionOrderManagerExportConsumeOrdersParamsWithContext(ctx context.Context) *SubscriptionOrderManagerExportConsumeOrdersParams

NewSubscriptionOrderManagerExportConsumeOrdersParamsWithContext creates a new SubscriptionOrderManagerExportConsumeOrdersParams object with the ability to set a context for a request.

func NewSubscriptionOrderManagerExportConsumeOrdersParamsWithHTTPClient

func NewSubscriptionOrderManagerExportConsumeOrdersParamsWithHTTPClient(client *http.Client) *SubscriptionOrderManagerExportConsumeOrdersParams

NewSubscriptionOrderManagerExportConsumeOrdersParamsWithHTTPClient creates a new SubscriptionOrderManagerExportConsumeOrdersParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionOrderManagerExportConsumeOrdersParamsWithTimeout

func NewSubscriptionOrderManagerExportConsumeOrdersParamsWithTimeout(timeout time.Duration) *SubscriptionOrderManagerExportConsumeOrdersParams

NewSubscriptionOrderManagerExportConsumeOrdersParamsWithTimeout creates a new SubscriptionOrderManagerExportConsumeOrdersParams object with the ability to set a timeout on a request.

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetChargeStatus

func (o *SubscriptionOrderManagerExportConsumeOrdersParams) SetChargeStatus(chargeStatus []string)

SetChargeStatus adds the chargeStatus to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetChargeTime

SetChargeTime adds the chargeTime to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetConsumeType

func (o *SubscriptionOrderManagerExportConsumeOrdersParams) SetConsumeType(consumeType []string)

SetConsumeType adds the consumeType to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetContext

SetContext adds the context to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetCreateTimeMax

func (o *SubscriptionOrderManagerExportConsumeOrdersParams) SetCreateTimeMax(createTimeMax *strfmt.DateTime)

SetCreateTimeMax adds the createTimeMax to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetCreateTimeMin

func (o *SubscriptionOrderManagerExportConsumeOrdersParams) SetCreateTimeMin(createTimeMin *strfmt.DateTime)

SetCreateTimeMin adds the createTimeMin to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetDefaults

SetDefaults hydrates default values in the subscription order manager export consume orders params (not the query body).

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

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetLimit

SetLimit adds the limit to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetOffset

SetOffset adds the offset to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetProdInstConsumeOrderID

func (o *SubscriptionOrderManagerExportConsumeOrdersParams) SetProdInstConsumeOrderID(prodInstConsumeOrderID []string)

SetProdInstConsumeOrderID adds the prodInstConsumeOrderId to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetProdName

SetProdName adds the prodName to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetReverse

SetReverse adds the reverse to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetSearchWord

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

SetSearchWord adds the searchWord to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetSortKey

SetSortKey adds the sortKey to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) SetTimeout

SetTimeout adds the timeout to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithChargeStatus

WithChargeStatus adds the chargeStatus to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithChargeTime

WithChargeTime adds the chargeTime to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithConsumeType

WithConsumeType adds the consumeType to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithContext

WithContext adds the context to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithCreateTimeMax

WithCreateTimeMax adds the createTimeMax to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithCreateTimeMin

WithCreateTimeMin adds the createTimeMin to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithDefaults

WithDefaults hydrates default values in the subscription order manager export consume orders params (not the query body).

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

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithLimit

WithLimit adds the limit to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithOffset

WithOffset adds the offset to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithProdInstConsumeOrderID

WithProdInstConsumeOrderID adds the prodInstConsumeOrderID to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithProdName

WithProdName adds the prodName to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithReverse

WithReverse adds the reverse to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithSearchWord

WithSearchWord adds the searchWord to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithSortKey

WithSortKey adds the sortKey to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WithTimeout

WithTimeout adds the timeout to the subscription order manager export consume orders params

func (*SubscriptionOrderManagerExportConsumeOrdersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionOrderManagerExportConsumeOrdersReader

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

SubscriptionOrderManagerExportConsumeOrdersReader is a Reader for the SubscriptionOrderManagerExportConsumeOrders structure.

func (*SubscriptionOrderManagerExportConsumeOrdersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionOrderManagerGetConsumeOrderDefault

type SubscriptionOrderManagerGetConsumeOrderDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

SubscriptionOrderManagerGetConsumeOrderDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewSubscriptionOrderManagerGetConsumeOrderDefault

func NewSubscriptionOrderManagerGetConsumeOrderDefault(code int) *SubscriptionOrderManagerGetConsumeOrderDefault

NewSubscriptionOrderManagerGetConsumeOrderDefault creates a SubscriptionOrderManagerGetConsumeOrderDefault with default headers values

func (*SubscriptionOrderManagerGetConsumeOrderDefault) Code

Code gets the status code for the subscription order manager get consume order default response

func (*SubscriptionOrderManagerGetConsumeOrderDefault) Error

func (*SubscriptionOrderManagerGetConsumeOrderDefault) GetPayload

func (*SubscriptionOrderManagerGetConsumeOrderDefault) IsClientError

IsClientError returns true when this subscription order manager get consume order default response has a 4xx status code

func (*SubscriptionOrderManagerGetConsumeOrderDefault) IsCode

IsCode returns true when this subscription order manager get consume order default response a status code equal to that given

func (*SubscriptionOrderManagerGetConsumeOrderDefault) IsRedirect

IsRedirect returns true when this subscription order manager get consume order default response has a 3xx status code

func (*SubscriptionOrderManagerGetConsumeOrderDefault) IsServerError

IsServerError returns true when this subscription order manager get consume order default response has a 5xx status code

func (*SubscriptionOrderManagerGetConsumeOrderDefault) IsSuccess

IsSuccess returns true when this subscription order manager get consume order default response has a 2xx status code

func (*SubscriptionOrderManagerGetConsumeOrderDefault) String

type SubscriptionOrderManagerGetConsumeOrderOK

type SubscriptionOrderManagerGetConsumeOrderOK struct {
	Payload *models.NewbillingGetConsumeOrderResponse
}

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

A successful response.

func NewSubscriptionOrderManagerGetConsumeOrderOK

func NewSubscriptionOrderManagerGetConsumeOrderOK() *SubscriptionOrderManagerGetConsumeOrderOK

NewSubscriptionOrderManagerGetConsumeOrderOK creates a SubscriptionOrderManagerGetConsumeOrderOK with default headers values

func (*SubscriptionOrderManagerGetConsumeOrderOK) Error

func (*SubscriptionOrderManagerGetConsumeOrderOK) GetPayload

func (*SubscriptionOrderManagerGetConsumeOrderOK) IsClientError

IsClientError returns true when this subscription order manager get consume order o k response has a 4xx status code

func (*SubscriptionOrderManagerGetConsumeOrderOK) IsCode

IsCode returns true when this subscription order manager get consume order o k response a status code equal to that given

func (*SubscriptionOrderManagerGetConsumeOrderOK) IsRedirect

IsRedirect returns true when this subscription order manager get consume order o k response has a 3xx status code

func (*SubscriptionOrderManagerGetConsumeOrderOK) IsServerError

IsServerError returns true when this subscription order manager get consume order o k response has a 5xx status code

func (*SubscriptionOrderManagerGetConsumeOrderOK) IsSuccess

IsSuccess returns true when this subscription order manager get consume order o k response has a 2xx status code

func (*SubscriptionOrderManagerGetConsumeOrderOK) String

type SubscriptionOrderManagerGetConsumeOrderParams

type SubscriptionOrderManagerGetConsumeOrderParams struct {

	// ProdInstConsumeOrderID.
	ProdInstConsumeOrderID string

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

SubscriptionOrderManagerGetConsumeOrderParams contains all the parameters to send to the API endpoint

for the subscription order manager get consume order operation.

Typically these are written to a http.Request.

func NewSubscriptionOrderManagerGetConsumeOrderParams

func NewSubscriptionOrderManagerGetConsumeOrderParams() *SubscriptionOrderManagerGetConsumeOrderParams

NewSubscriptionOrderManagerGetConsumeOrderParams creates a new SubscriptionOrderManagerGetConsumeOrderParams 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 NewSubscriptionOrderManagerGetConsumeOrderParamsWithContext

func NewSubscriptionOrderManagerGetConsumeOrderParamsWithContext(ctx context.Context) *SubscriptionOrderManagerGetConsumeOrderParams

NewSubscriptionOrderManagerGetConsumeOrderParamsWithContext creates a new SubscriptionOrderManagerGetConsumeOrderParams object with the ability to set a context for a request.

func NewSubscriptionOrderManagerGetConsumeOrderParamsWithHTTPClient

func NewSubscriptionOrderManagerGetConsumeOrderParamsWithHTTPClient(client *http.Client) *SubscriptionOrderManagerGetConsumeOrderParams

NewSubscriptionOrderManagerGetConsumeOrderParamsWithHTTPClient creates a new SubscriptionOrderManagerGetConsumeOrderParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionOrderManagerGetConsumeOrderParamsWithTimeout

func NewSubscriptionOrderManagerGetConsumeOrderParamsWithTimeout(timeout time.Duration) *SubscriptionOrderManagerGetConsumeOrderParams

NewSubscriptionOrderManagerGetConsumeOrderParamsWithTimeout creates a new SubscriptionOrderManagerGetConsumeOrderParams object with the ability to set a timeout on a request.

func (*SubscriptionOrderManagerGetConsumeOrderParams) SetContext

SetContext adds the context to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) SetDefaults

SetDefaults hydrates default values in the subscription order manager get consume order params (not the query body).

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

func (*SubscriptionOrderManagerGetConsumeOrderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) SetProdInstConsumeOrderID

func (o *SubscriptionOrderManagerGetConsumeOrderParams) SetProdInstConsumeOrderID(prodInstConsumeOrderID string)

SetProdInstConsumeOrderID adds the prodInstConsumeOrderId to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) SetTimeout

SetTimeout adds the timeout to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) WithContext

WithContext adds the context to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) WithDefaults

WithDefaults hydrates default values in the subscription order manager get consume order params (not the query body).

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

func (*SubscriptionOrderManagerGetConsumeOrderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) WithProdInstConsumeOrderID

func (o *SubscriptionOrderManagerGetConsumeOrderParams) WithProdInstConsumeOrderID(prodInstConsumeOrderID string) *SubscriptionOrderManagerGetConsumeOrderParams

WithProdInstConsumeOrderID adds the prodInstConsumeOrderID to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) WithTimeout

WithTimeout adds the timeout to the subscription order manager get consume order params

func (*SubscriptionOrderManagerGetConsumeOrderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionOrderManagerGetConsumeOrderReader

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

SubscriptionOrderManagerGetConsumeOrderReader is a Reader for the SubscriptionOrderManagerGetConsumeOrder structure.

func (*SubscriptionOrderManagerGetConsumeOrderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionOrderManagerGetExportFileDefault

type SubscriptionOrderManagerGetExportFileDefault struct {
	Payload *models.RuntimeError
	// contains filtered or unexported fields
}

SubscriptionOrderManagerGetExportFileDefault describes a response with status code -1, with default header values.

An unexpected error response

func NewSubscriptionOrderManagerGetExportFileDefault

func NewSubscriptionOrderManagerGetExportFileDefault(code int) *SubscriptionOrderManagerGetExportFileDefault

NewSubscriptionOrderManagerGetExportFileDefault creates a SubscriptionOrderManagerGetExportFileDefault with default headers values

func (*SubscriptionOrderManagerGetExportFileDefault) Code

Code gets the status code for the subscription order manager get export file default response

func (*SubscriptionOrderManagerGetExportFileDefault) Error

func (*SubscriptionOrderManagerGetExportFileDefault) GetPayload

func (*SubscriptionOrderManagerGetExportFileDefault) IsClientError

IsClientError returns true when this subscription order manager get export file default response has a 4xx status code

func (*SubscriptionOrderManagerGetExportFileDefault) IsCode

IsCode returns true when this subscription order manager get export file default response a status code equal to that given

func (*SubscriptionOrderManagerGetExportFileDefault) IsRedirect

IsRedirect returns true when this subscription order manager get export file default response has a 3xx status code

func (*SubscriptionOrderManagerGetExportFileDefault) IsServerError

IsServerError returns true when this subscription order manager get export file default response has a 5xx status code

func (*SubscriptionOrderManagerGetExportFileDefault) IsSuccess

IsSuccess returns true when this subscription order manager get export file default response has a 2xx status code

func (*SubscriptionOrderManagerGetExportFileDefault) String

type SubscriptionOrderManagerGetExportFileOK

type SubscriptionOrderManagerGetExportFileOK struct {
	Payload *models.NewbillingGetExportFileResponse
}

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

A successful response.

func NewSubscriptionOrderManagerGetExportFileOK

func NewSubscriptionOrderManagerGetExportFileOK() *SubscriptionOrderManagerGetExportFileOK

NewSubscriptionOrderManagerGetExportFileOK creates a SubscriptionOrderManagerGetExportFileOK with default headers values

func (*SubscriptionOrderManagerGetExportFileOK) Error

func (*SubscriptionOrderManagerGetExportFileOK) GetPayload

func (*SubscriptionOrderManagerGetExportFileOK) IsClientError

func (o *SubscriptionOrderManagerGetExportFileOK) IsClientError() bool

IsClientError returns true when this subscription order manager get export file o k response has a 4xx status code

func (*SubscriptionOrderManagerGetExportFileOK) IsCode

IsCode returns true when this subscription order manager get export file o k response a status code equal to that given

func (*SubscriptionOrderManagerGetExportFileOK) IsRedirect

IsRedirect returns true when this subscription order manager get export file o k response has a 3xx status code

func (*SubscriptionOrderManagerGetExportFileOK) IsServerError

func (o *SubscriptionOrderManagerGetExportFileOK) IsServerError() bool

IsServerError returns true when this subscription order manager get export file o k response has a 5xx status code

func (*SubscriptionOrderManagerGetExportFileOK) IsSuccess

IsSuccess returns true when this subscription order manager get export file o k response has a 2xx status code

func (*SubscriptionOrderManagerGetExportFileOK) String

type SubscriptionOrderManagerGetExportFileParams

type SubscriptionOrderManagerGetExportFileParams struct {

	// FileName.
	FileName *string

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

SubscriptionOrderManagerGetExportFileParams contains all the parameters to send to the API endpoint

for the subscription order manager get export file operation.

Typically these are written to a http.Request.

func NewSubscriptionOrderManagerGetExportFileParams

func NewSubscriptionOrderManagerGetExportFileParams() *SubscriptionOrderManagerGetExportFileParams

NewSubscriptionOrderManagerGetExportFileParams creates a new SubscriptionOrderManagerGetExportFileParams 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 NewSubscriptionOrderManagerGetExportFileParamsWithContext

func NewSubscriptionOrderManagerGetExportFileParamsWithContext(ctx context.Context) *SubscriptionOrderManagerGetExportFileParams

NewSubscriptionOrderManagerGetExportFileParamsWithContext creates a new SubscriptionOrderManagerGetExportFileParams object with the ability to set a context for a request.

func NewSubscriptionOrderManagerGetExportFileParamsWithHTTPClient

func NewSubscriptionOrderManagerGetExportFileParamsWithHTTPClient(client *http.Client) *SubscriptionOrderManagerGetExportFileParams

NewSubscriptionOrderManagerGetExportFileParamsWithHTTPClient creates a new SubscriptionOrderManagerGetExportFileParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionOrderManagerGetExportFileParamsWithTimeout

func NewSubscriptionOrderManagerGetExportFileParamsWithTimeout(timeout time.Duration) *SubscriptionOrderManagerGetExportFileParams

NewSubscriptionOrderManagerGetExportFileParamsWithTimeout creates a new SubscriptionOrderManagerGetExportFileParams object with the ability to set a timeout on a request.

func (*SubscriptionOrderManagerGetExportFileParams) SetContext

SetContext adds the context to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) SetDefaults

SetDefaults hydrates default values in the subscription order manager get export file params (not the query body).

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

func (*SubscriptionOrderManagerGetExportFileParams) SetFileName

func (o *SubscriptionOrderManagerGetExportFileParams) SetFileName(fileName *string)

SetFileName adds the fileName to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) SetTimeout

SetTimeout adds the timeout to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) WithContext

WithContext adds the context to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) WithDefaults

WithDefaults hydrates default values in the subscription order manager get export file params (not the query body).

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

func (*SubscriptionOrderManagerGetExportFileParams) WithFileName

WithFileName adds the fileName to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) WithTimeout

WithTimeout adds the timeout to the subscription order manager get export file params

func (*SubscriptionOrderManagerGetExportFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionOrderManagerGetExportFileReader

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

SubscriptionOrderManagerGetExportFileReader is a Reader for the SubscriptionOrderManagerGetExportFile structure.

func (*SubscriptionOrderManagerGetExportFileReader) ReadResponse

func (o *SubscriptionOrderManagerGetExportFileReader) 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