subscription_billing_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 billing manager API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SubscriptionBillingManagerDescribeBillingJobs

SubscriptionBillingManagerDescribeBillingJobs ns b内部调用 查询计费作业列表

func (*Client) SubscriptionBillingManagerDescribeBills

SubscriptionBillingManagerDescribeBills 查询计费账单列表s

func (*Client) SubscriptionBillingManagerGetBill

func (a *Client) SubscriptionBillingManagerGetBill(params *SubscriptionBillingManagerGetBillParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubscriptionBillingManagerGetBillOK, error)

SubscriptionBillingManagerGetBill 查询单条账单信息s

func (*Client) SubscriptionBillingManagerPerformBillingJob

SubscriptionBillingManagerPerformBillingJob ns b内部调用 回调执行计费任务

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	SubscriptionBillingManagerDescribeBillingJobs(params *SubscriptionBillingManagerDescribeBillingJobsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubscriptionBillingManagerDescribeBillingJobsOK, error)

	SubscriptionBillingManagerDescribeBills(params *SubscriptionBillingManagerDescribeBillsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubscriptionBillingManagerDescribeBillsOK, error)

	SubscriptionBillingManagerGetBill(params *SubscriptionBillingManagerGetBillParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubscriptionBillingManagerGetBillOK, error)

	SubscriptionBillingManagerPerformBillingJob(params *SubscriptionBillingManagerPerformBillingJobParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SubscriptionBillingManagerPerformBillingJobOK, 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 subscription billing manager API client.

type SubscriptionBillingManagerDescribeBillingJobsDefault

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

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

An unexpected error response

func NewSubscriptionBillingManagerDescribeBillingJobsDefault

func NewSubscriptionBillingManagerDescribeBillingJobsDefault(code int) *SubscriptionBillingManagerDescribeBillingJobsDefault

NewSubscriptionBillingManagerDescribeBillingJobsDefault creates a SubscriptionBillingManagerDescribeBillingJobsDefault with default headers values

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) Code

Code gets the status code for the subscription billing manager describe billing jobs default response

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) Error

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) GetPayload

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) IsClientError

IsClientError returns true when this subscription billing manager describe billing jobs default response has a 4xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) IsCode

IsCode returns true when this subscription billing manager describe billing jobs default response a status code equal to that given

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) IsRedirect

IsRedirect returns true when this subscription billing manager describe billing jobs default response has a 3xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) IsServerError

IsServerError returns true when this subscription billing manager describe billing jobs default response has a 5xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) IsSuccess

IsSuccess returns true when this subscription billing manager describe billing jobs default response has a 2xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsDefault) String

type SubscriptionBillingManagerDescribeBillingJobsOK

type SubscriptionBillingManagerDescribeBillingJobsOK struct {
	Payload *models.NewbillingDescribeBillingJobsResponse
}

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

A successful response.

func NewSubscriptionBillingManagerDescribeBillingJobsOK

func NewSubscriptionBillingManagerDescribeBillingJobsOK() *SubscriptionBillingManagerDescribeBillingJobsOK

NewSubscriptionBillingManagerDescribeBillingJobsOK creates a SubscriptionBillingManagerDescribeBillingJobsOK with default headers values

func (*SubscriptionBillingManagerDescribeBillingJobsOK) Error

func (*SubscriptionBillingManagerDescribeBillingJobsOK) GetPayload

func (*SubscriptionBillingManagerDescribeBillingJobsOK) IsClientError

IsClientError returns true when this subscription billing manager describe billing jobs o k response has a 4xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsOK) IsCode

IsCode returns true when this subscription billing manager describe billing jobs o k response a status code equal to that given

func (*SubscriptionBillingManagerDescribeBillingJobsOK) IsRedirect

IsRedirect returns true when this subscription billing manager describe billing jobs o k response has a 3xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsOK) IsServerError

IsServerError returns true when this subscription billing manager describe billing jobs o k response has a 5xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsOK) IsSuccess

IsSuccess returns true when this subscription billing manager describe billing jobs o k response has a 2xx status code

func (*SubscriptionBillingManagerDescribeBillingJobsOK) String

type SubscriptionBillingManagerDescribeBillingJobsParams

type SubscriptionBillingManagerDescribeBillingJobsParams struct {

	/* AccessSysID.

	   接入系统ID.
	*/
	AccessSysID *string

	/* BllJobID.

	   计费任务ID.
	*/
	BllJobID []string

	/* CompID.

	   计费项ID.
	*/
	CompID []string

	/* EndTime.

	   计费任务结束时间.

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

	/* Limit.

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

	   Format: uint64
	*/
	Limit *string

	/* Offset.

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

	   Format: uint64
	*/
	Offset *string

	/* PlanID.

	   计费方案ID.
	*/
	PlanID []string

	/* ProdInstID.

	   产品实例ID.
	*/
	ProdInstID []string

	/* Reverse.

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

	/* SchedulerJobID.

	   调度任务ID.
	*/
	SchedulerJobID []string

	/* SearchWord.

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

	/* SortKey.

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

	/* StartTime.

	   计费任务开始时间.

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

	/* Status.

	   计费任务状态.
	*/
	Status []string

	/* SubsID.

	   订阅ID.
	*/
	SubsID []string

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

SubscriptionBillingManagerDescribeBillingJobsParams contains all the parameters to send to the API endpoint

for the subscription billing manager describe billing jobs operation.

Typically these are written to a http.Request.

func NewSubscriptionBillingManagerDescribeBillingJobsParams

func NewSubscriptionBillingManagerDescribeBillingJobsParams() *SubscriptionBillingManagerDescribeBillingJobsParams

NewSubscriptionBillingManagerDescribeBillingJobsParams creates a new SubscriptionBillingManagerDescribeBillingJobsParams 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 NewSubscriptionBillingManagerDescribeBillingJobsParamsWithContext

func NewSubscriptionBillingManagerDescribeBillingJobsParamsWithContext(ctx context.Context) *SubscriptionBillingManagerDescribeBillingJobsParams

NewSubscriptionBillingManagerDescribeBillingJobsParamsWithContext creates a new SubscriptionBillingManagerDescribeBillingJobsParams object with the ability to set a context for a request.

func NewSubscriptionBillingManagerDescribeBillingJobsParamsWithHTTPClient

func NewSubscriptionBillingManagerDescribeBillingJobsParamsWithHTTPClient(client *http.Client) *SubscriptionBillingManagerDescribeBillingJobsParams

NewSubscriptionBillingManagerDescribeBillingJobsParamsWithHTTPClient creates a new SubscriptionBillingManagerDescribeBillingJobsParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionBillingManagerDescribeBillingJobsParamsWithTimeout

func NewSubscriptionBillingManagerDescribeBillingJobsParamsWithTimeout(timeout time.Duration) *SubscriptionBillingManagerDescribeBillingJobsParams

NewSubscriptionBillingManagerDescribeBillingJobsParamsWithTimeout creates a new SubscriptionBillingManagerDescribeBillingJobsParams object with the ability to set a timeout on a request.

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetAccessSysID

func (o *SubscriptionBillingManagerDescribeBillingJobsParams) SetAccessSysID(accessSysID *string)

SetAccessSysID adds the accessSysId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetBllJobID

SetBllJobID adds the bllJobId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetCompID

SetCompID adds the compId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetContext

SetContext adds the context to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetDefaults

SetDefaults hydrates default values in the subscription billing manager describe billing jobs params (not the query body).

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

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetEndTime

SetEndTime adds the endTime to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetLimit

SetLimit adds the limit to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetOffset

SetOffset adds the offset to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetPlanID

SetPlanID adds the planId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetProdInstID

func (o *SubscriptionBillingManagerDescribeBillingJobsParams) SetProdInstID(prodInstID []string)

SetProdInstID adds the prodInstId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetReverse

SetReverse adds the reverse to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetSchedulerJobID

func (o *SubscriptionBillingManagerDescribeBillingJobsParams) SetSchedulerJobID(schedulerJobID []string)

SetSchedulerJobID adds the schedulerJobId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetSearchWord

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

SetSearchWord adds the searchWord to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetSortKey

SetSortKey adds the sortKey to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetStartTime

SetStartTime adds the startTime to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetStatus

SetStatus adds the status to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetSubsID

SetSubsID adds the subsId to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) SetTimeout

SetTimeout adds the timeout to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithAccessSysID

WithAccessSysID adds the accessSysID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithBllJobID

WithBllJobID adds the bllJobID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithCompID

WithCompID adds the compID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithContext

WithContext adds the context to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithDefaults

WithDefaults hydrates default values in the subscription billing manager describe billing jobs params (not the query body).

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

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithEndTime

WithEndTime adds the endTime to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithLimit

WithLimit adds the limit to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithOffset

WithOffset adds the offset to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithPlanID

WithPlanID adds the planID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithProdInstID

WithProdInstID adds the prodInstID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithReverse

WithReverse adds the reverse to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithSchedulerJobID

WithSchedulerJobID adds the schedulerJobID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithSearchWord

WithSearchWord adds the searchWord to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithSortKey

WithSortKey adds the sortKey to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithStartTime

WithStartTime adds the startTime to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithStatus

WithStatus adds the status to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithSubsID

WithSubsID adds the subsID to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WithTimeout

WithTimeout adds the timeout to the subscription billing manager describe billing jobs params

func (*SubscriptionBillingManagerDescribeBillingJobsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionBillingManagerDescribeBillingJobsReader

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

SubscriptionBillingManagerDescribeBillingJobsReader is a Reader for the SubscriptionBillingManagerDescribeBillingJobs structure.

func (*SubscriptionBillingManagerDescribeBillingJobsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionBillingManagerDescribeBillsDefault

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

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

An unexpected error response

func NewSubscriptionBillingManagerDescribeBillsDefault

func NewSubscriptionBillingManagerDescribeBillsDefault(code int) *SubscriptionBillingManagerDescribeBillsDefault

NewSubscriptionBillingManagerDescribeBillsDefault creates a SubscriptionBillingManagerDescribeBillsDefault with default headers values

func (*SubscriptionBillingManagerDescribeBillsDefault) Code

Code gets the status code for the subscription billing manager describe bills default response

func (*SubscriptionBillingManagerDescribeBillsDefault) Error

func (*SubscriptionBillingManagerDescribeBillsDefault) GetPayload

func (*SubscriptionBillingManagerDescribeBillsDefault) IsClientError

IsClientError returns true when this subscription billing manager describe bills default response has a 4xx status code

func (*SubscriptionBillingManagerDescribeBillsDefault) IsCode

IsCode returns true when this subscription billing manager describe bills default response a status code equal to that given

func (*SubscriptionBillingManagerDescribeBillsDefault) IsRedirect

IsRedirect returns true when this subscription billing manager describe bills default response has a 3xx status code

func (*SubscriptionBillingManagerDescribeBillsDefault) IsServerError

IsServerError returns true when this subscription billing manager describe bills default response has a 5xx status code

func (*SubscriptionBillingManagerDescribeBillsDefault) IsSuccess

IsSuccess returns true when this subscription billing manager describe bills default response has a 2xx status code

func (*SubscriptionBillingManagerDescribeBillsDefault) String

type SubscriptionBillingManagerDescribeBillsOK

type SubscriptionBillingManagerDescribeBillsOK struct {
	Payload *models.NewbillingDescribeBillsResponse
}

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

A successful response.

func NewSubscriptionBillingManagerDescribeBillsOK

func NewSubscriptionBillingManagerDescribeBillsOK() *SubscriptionBillingManagerDescribeBillsOK

NewSubscriptionBillingManagerDescribeBillsOK creates a SubscriptionBillingManagerDescribeBillsOK with default headers values

func (*SubscriptionBillingManagerDescribeBillsOK) Error

func (*SubscriptionBillingManagerDescribeBillsOK) GetPayload

func (*SubscriptionBillingManagerDescribeBillsOK) IsClientError

IsClientError returns true when this subscription billing manager describe bills o k response has a 4xx status code

func (*SubscriptionBillingManagerDescribeBillsOK) IsCode

IsCode returns true when this subscription billing manager describe bills o k response a status code equal to that given

func (*SubscriptionBillingManagerDescribeBillsOK) IsRedirect

IsRedirect returns true when this subscription billing manager describe bills o k response has a 3xx status code

func (*SubscriptionBillingManagerDescribeBillsOK) IsServerError

IsServerError returns true when this subscription billing manager describe bills o k response has a 5xx status code

func (*SubscriptionBillingManagerDescribeBillsOK) IsSuccess

IsSuccess returns true when this subscription billing manager describe bills o k response has a 2xx status code

func (*SubscriptionBillingManagerDescribeBillsOK) String

type SubscriptionBillingManagerDescribeBillsParams

type SubscriptionBillingManagerDescribeBillsParams struct {

	/* AccessSysID.

	   接入系统ID.
	*/
	AccessSysID []string

	/* AccountPeriod.

	   账期.
	*/
	AccountPeriod []string

	/* BillID.

	   计费账单ID.
	*/
	BillID []string

	/* BillingMode.

	   计费模式.
	*/
	BillingMode []string

	/* BllJobID.

	   计费任务ID.
	*/
	BllJobID []string

	// CompCode.
	CompCode *string

	/* CompID.

	   计费项ID.
	*/
	CompID []string

	/* CompName.

	   计费项名称.
	*/
	CompName *string

	/* EndTime.

	   计费结束时间.

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

	// ExcludeZeroBill.
	ExcludeZeroBill *bool

	/* Limit.

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

	   Format: uint64
	*/
	Limit *string

	/* Offset.

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

	   Format: uint64
	*/
	Offset *string

	/* OrderUser.

	   订单用户ID或名称- 模糊查询.
	*/
	OrderUser *string

	/* Prod.

	   产品ID或名称- 模糊查询.
	*/
	Prod *string

	/* ProdCode.

	   产品ode.
	*/
	ProdCode *string

	/* ProdID.

	   产品ID.
	*/
	ProdID *string

	/* ProdInstID.

	   产品实例ID.
	*/
	ProdInstID *string

	/* ProdInstIDExt.

	   外部产品实例ID.
	*/
	ProdInstIDExt []string

	/* ProdName.

	   产品名称.
	*/
	ProdName *string

	/* Reverse.

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

	/* SearchWord.

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

	/* SortKey.

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

	/* StartTime.

	   计费开始时间.

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

	/* Status.

	   状态.
	*/
	Status []string

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

SubscriptionBillingManagerDescribeBillsParams contains all the parameters to send to the API endpoint

for the subscription billing manager describe bills operation.

Typically these are written to a http.Request.

func NewSubscriptionBillingManagerDescribeBillsParams

func NewSubscriptionBillingManagerDescribeBillsParams() *SubscriptionBillingManagerDescribeBillsParams

NewSubscriptionBillingManagerDescribeBillsParams creates a new SubscriptionBillingManagerDescribeBillsParams 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 NewSubscriptionBillingManagerDescribeBillsParamsWithContext

func NewSubscriptionBillingManagerDescribeBillsParamsWithContext(ctx context.Context) *SubscriptionBillingManagerDescribeBillsParams

NewSubscriptionBillingManagerDescribeBillsParamsWithContext creates a new SubscriptionBillingManagerDescribeBillsParams object with the ability to set a context for a request.

func NewSubscriptionBillingManagerDescribeBillsParamsWithHTTPClient

func NewSubscriptionBillingManagerDescribeBillsParamsWithHTTPClient(client *http.Client) *SubscriptionBillingManagerDescribeBillsParams

NewSubscriptionBillingManagerDescribeBillsParamsWithHTTPClient creates a new SubscriptionBillingManagerDescribeBillsParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionBillingManagerDescribeBillsParamsWithTimeout

func NewSubscriptionBillingManagerDescribeBillsParamsWithTimeout(timeout time.Duration) *SubscriptionBillingManagerDescribeBillsParams

NewSubscriptionBillingManagerDescribeBillsParamsWithTimeout creates a new SubscriptionBillingManagerDescribeBillsParams object with the ability to set a timeout on a request.

func (*SubscriptionBillingManagerDescribeBillsParams) SetAccessSysID

func (o *SubscriptionBillingManagerDescribeBillsParams) SetAccessSysID(accessSysID []string)

SetAccessSysID adds the accessSysId to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetAccountPeriod

func (o *SubscriptionBillingManagerDescribeBillsParams) SetAccountPeriod(accountPeriod []string)

SetAccountPeriod adds the accountPeriod to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetBillID

SetBillID adds the billId to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetBillingMode

func (o *SubscriptionBillingManagerDescribeBillsParams) SetBillingMode(billingMode []string)

SetBillingMode adds the billingMode to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetBllJobID

func (o *SubscriptionBillingManagerDescribeBillsParams) SetBllJobID(bllJobID []string)

SetBllJobID adds the bllJobId to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetCompCode

func (o *SubscriptionBillingManagerDescribeBillsParams) SetCompCode(compCode *string)

SetCompCode adds the compCode to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetCompID

SetCompID adds the compId to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetCompName

func (o *SubscriptionBillingManagerDescribeBillsParams) SetCompName(compName *string)

SetCompName adds the compName to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetContext

SetContext adds the context to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetDefaults

SetDefaults hydrates default values in the subscription billing manager describe bills params (not the query body).

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

func (*SubscriptionBillingManagerDescribeBillsParams) SetEndTime

SetEndTime adds the endTime to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetExcludeZeroBill

func (o *SubscriptionBillingManagerDescribeBillsParams) SetExcludeZeroBill(excludeZeroBill *bool)

SetExcludeZeroBill adds the excludeZeroBill to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetLimit

SetLimit adds the limit to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetOffset

SetOffset adds the offset to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetOrderUser

func (o *SubscriptionBillingManagerDescribeBillsParams) SetOrderUser(orderUser *string)

SetOrderUser adds the orderUser to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetProd

SetProd adds the prod to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetProdCode

func (o *SubscriptionBillingManagerDescribeBillsParams) SetProdCode(prodCode *string)

SetProdCode adds the prodCode to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetProdID

SetProdID adds the prodId to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetProdInstID

func (o *SubscriptionBillingManagerDescribeBillsParams) SetProdInstID(prodInstID *string)

SetProdInstID adds the prodInstId to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetProdInstIDExt

func (o *SubscriptionBillingManagerDescribeBillsParams) SetProdInstIDExt(prodInstIDExt []string)

SetProdInstIDExt adds the prodInstIdExt to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetProdName

func (o *SubscriptionBillingManagerDescribeBillsParams) SetProdName(prodName *string)

SetProdName adds the prodName to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetReverse

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

SetReverse adds the reverse to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetSearchWord

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

SetSearchWord adds the searchWord to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetSortKey

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

SetSortKey adds the sortKey to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetStartTime

SetStartTime adds the startTime to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetStatus

SetStatus adds the status to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) SetTimeout

SetTimeout adds the timeout to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithAccessSysID

WithAccessSysID adds the accessSysID to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithAccountPeriod

WithAccountPeriod adds the accountPeriod to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithBillID

WithBillID adds the billID to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithBillingMode

WithBillingMode adds the billingMode to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithBllJobID

WithBllJobID adds the bllJobID to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithCompCode

WithCompCode adds the compCode to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithCompID

WithCompID adds the compID to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithCompName

WithCompName adds the compName to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithContext

WithContext adds the context to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithDefaults

WithDefaults hydrates default values in the subscription billing manager describe bills params (not the query body).

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

func (*SubscriptionBillingManagerDescribeBillsParams) WithEndTime

WithEndTime adds the endTime to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithExcludeZeroBill

WithExcludeZeroBill adds the excludeZeroBill to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithLimit

WithLimit adds the limit to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithOffset

WithOffset adds the offset to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithOrderUser

WithOrderUser adds the orderUser to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithProd

WithProd adds the prod to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithProdCode

WithProdCode adds the prodCode to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithProdID

WithProdID adds the prodID to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithProdInstID

WithProdInstID adds the prodInstID to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithProdInstIDExt

WithProdInstIDExt adds the prodInstIDExt to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithProdName

WithProdName adds the prodName to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithReverse

WithReverse adds the reverse to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithSearchWord

WithSearchWord adds the searchWord to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithSortKey

WithSortKey adds the sortKey to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithStartTime

WithStartTime adds the startTime to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithStatus

WithStatus adds the status to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WithTimeout

WithTimeout adds the timeout to the subscription billing manager describe bills params

func (*SubscriptionBillingManagerDescribeBillsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionBillingManagerDescribeBillsReader

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

SubscriptionBillingManagerDescribeBillsReader is a Reader for the SubscriptionBillingManagerDescribeBills structure.

func (*SubscriptionBillingManagerDescribeBillsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionBillingManagerGetBillDefault

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

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

An unexpected error response

func NewSubscriptionBillingManagerGetBillDefault

func NewSubscriptionBillingManagerGetBillDefault(code int) *SubscriptionBillingManagerGetBillDefault

NewSubscriptionBillingManagerGetBillDefault creates a SubscriptionBillingManagerGetBillDefault with default headers values

func (*SubscriptionBillingManagerGetBillDefault) Code

Code gets the status code for the subscription billing manager get bill default response

func (*SubscriptionBillingManagerGetBillDefault) Error

func (*SubscriptionBillingManagerGetBillDefault) GetPayload

func (*SubscriptionBillingManagerGetBillDefault) IsClientError

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

func (*SubscriptionBillingManagerGetBillDefault) IsCode

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

func (*SubscriptionBillingManagerGetBillDefault) IsRedirect

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

func (*SubscriptionBillingManagerGetBillDefault) IsServerError

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

func (*SubscriptionBillingManagerGetBillDefault) IsSuccess

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

func (*SubscriptionBillingManagerGetBillDefault) String

type SubscriptionBillingManagerGetBillOK

type SubscriptionBillingManagerGetBillOK struct {
	Payload *models.NewbillingGetBillResponse
}

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

A successful response.

func NewSubscriptionBillingManagerGetBillOK

func NewSubscriptionBillingManagerGetBillOK() *SubscriptionBillingManagerGetBillOK

NewSubscriptionBillingManagerGetBillOK creates a SubscriptionBillingManagerGetBillOK with default headers values

func (*SubscriptionBillingManagerGetBillOK) Error

func (*SubscriptionBillingManagerGetBillOK) GetPayload

func (*SubscriptionBillingManagerGetBillOK) IsClientError

func (o *SubscriptionBillingManagerGetBillOK) IsClientError() bool

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

func (*SubscriptionBillingManagerGetBillOK) IsCode

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

func (*SubscriptionBillingManagerGetBillOK) IsRedirect

func (o *SubscriptionBillingManagerGetBillOK) IsRedirect() bool

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

func (*SubscriptionBillingManagerGetBillOK) IsServerError

func (o *SubscriptionBillingManagerGetBillOK) IsServerError() bool

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

func (*SubscriptionBillingManagerGetBillOK) IsSuccess

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

func (*SubscriptionBillingManagerGetBillOK) String

type SubscriptionBillingManagerGetBillParams

type SubscriptionBillingManagerGetBillParams struct {

	/* BillID.

	   计费账单ID
	*/
	BillID string

	// ProdInstID.
	ProdInstID *string

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

SubscriptionBillingManagerGetBillParams contains all the parameters to send to the API endpoint

for the subscription billing manager get bill operation.

Typically these are written to a http.Request.

func NewSubscriptionBillingManagerGetBillParams

func NewSubscriptionBillingManagerGetBillParams() *SubscriptionBillingManagerGetBillParams

NewSubscriptionBillingManagerGetBillParams creates a new SubscriptionBillingManagerGetBillParams 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 NewSubscriptionBillingManagerGetBillParamsWithContext

func NewSubscriptionBillingManagerGetBillParamsWithContext(ctx context.Context) *SubscriptionBillingManagerGetBillParams

NewSubscriptionBillingManagerGetBillParamsWithContext creates a new SubscriptionBillingManagerGetBillParams object with the ability to set a context for a request.

func NewSubscriptionBillingManagerGetBillParamsWithHTTPClient

func NewSubscriptionBillingManagerGetBillParamsWithHTTPClient(client *http.Client) *SubscriptionBillingManagerGetBillParams

NewSubscriptionBillingManagerGetBillParamsWithHTTPClient creates a new SubscriptionBillingManagerGetBillParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionBillingManagerGetBillParamsWithTimeout

func NewSubscriptionBillingManagerGetBillParamsWithTimeout(timeout time.Duration) *SubscriptionBillingManagerGetBillParams

NewSubscriptionBillingManagerGetBillParamsWithTimeout creates a new SubscriptionBillingManagerGetBillParams object with the ability to set a timeout on a request.

func (*SubscriptionBillingManagerGetBillParams) SetBillID

func (o *SubscriptionBillingManagerGetBillParams) SetBillID(billID string)

SetBillID adds the billId to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) SetContext

SetContext adds the context to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) SetDefaults

func (o *SubscriptionBillingManagerGetBillParams) SetDefaults()

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

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

func (*SubscriptionBillingManagerGetBillParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) SetProdInstID

func (o *SubscriptionBillingManagerGetBillParams) SetProdInstID(prodInstID *string)

SetProdInstID adds the prodInstId to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) SetTimeout

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

SetTimeout adds the timeout to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) WithBillID

WithBillID adds the billID to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) WithContext

WithContext adds the context to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) WithDefaults

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

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

func (*SubscriptionBillingManagerGetBillParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) WithProdInstID

WithProdInstID adds the prodInstID to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) WithTimeout

WithTimeout adds the timeout to the subscription billing manager get bill params

func (*SubscriptionBillingManagerGetBillParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionBillingManagerGetBillReader

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

SubscriptionBillingManagerGetBillReader is a Reader for the SubscriptionBillingManagerGetBill structure.

func (*SubscriptionBillingManagerGetBillReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SubscriptionBillingManagerPerformBillingJobDefault

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

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

An unexpected error response

func NewSubscriptionBillingManagerPerformBillingJobDefault

func NewSubscriptionBillingManagerPerformBillingJobDefault(code int) *SubscriptionBillingManagerPerformBillingJobDefault

NewSubscriptionBillingManagerPerformBillingJobDefault creates a SubscriptionBillingManagerPerformBillingJobDefault with default headers values

func (*SubscriptionBillingManagerPerformBillingJobDefault) Code

Code gets the status code for the subscription billing manager perform billing job default response

func (*SubscriptionBillingManagerPerformBillingJobDefault) Error

func (*SubscriptionBillingManagerPerformBillingJobDefault) GetPayload

func (*SubscriptionBillingManagerPerformBillingJobDefault) IsClientError

IsClientError returns true when this subscription billing manager perform billing job default response has a 4xx status code

func (*SubscriptionBillingManagerPerformBillingJobDefault) IsCode

IsCode returns true when this subscription billing manager perform billing job default response a status code equal to that given

func (*SubscriptionBillingManagerPerformBillingJobDefault) IsRedirect

IsRedirect returns true when this subscription billing manager perform billing job default response has a 3xx status code

func (*SubscriptionBillingManagerPerformBillingJobDefault) IsServerError

IsServerError returns true when this subscription billing manager perform billing job default response has a 5xx status code

func (*SubscriptionBillingManagerPerformBillingJobDefault) IsSuccess

IsSuccess returns true when this subscription billing manager perform billing job default response has a 2xx status code

func (*SubscriptionBillingManagerPerformBillingJobDefault) String

type SubscriptionBillingManagerPerformBillingJobOK

type SubscriptionBillingManagerPerformBillingJobOK struct {
	Payload *models.NewbillingPerformBillingJobResponse
}

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

A successful response.

func NewSubscriptionBillingManagerPerformBillingJobOK

func NewSubscriptionBillingManagerPerformBillingJobOK() *SubscriptionBillingManagerPerformBillingJobOK

NewSubscriptionBillingManagerPerformBillingJobOK creates a SubscriptionBillingManagerPerformBillingJobOK with default headers values

func (*SubscriptionBillingManagerPerformBillingJobOK) Error

func (*SubscriptionBillingManagerPerformBillingJobOK) GetPayload

func (*SubscriptionBillingManagerPerformBillingJobOK) IsClientError

IsClientError returns true when this subscription billing manager perform billing job o k response has a 4xx status code

func (*SubscriptionBillingManagerPerformBillingJobOK) IsCode

IsCode returns true when this subscription billing manager perform billing job o k response a status code equal to that given

func (*SubscriptionBillingManagerPerformBillingJobOK) IsRedirect

IsRedirect returns true when this subscription billing manager perform billing job o k response has a 3xx status code

func (*SubscriptionBillingManagerPerformBillingJobOK) IsServerError

IsServerError returns true when this subscription billing manager perform billing job o k response has a 5xx status code

func (*SubscriptionBillingManagerPerformBillingJobOK) IsSuccess

IsSuccess returns true when this subscription billing manager perform billing job o k response has a 2xx status code

func (*SubscriptionBillingManagerPerformBillingJobOK) String

type SubscriptionBillingManagerPerformBillingJobParams

type SubscriptionBillingManagerPerformBillingJobParams struct {

	// Body.
	Body *models.NewbillingPerformBillingJobRequest

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

SubscriptionBillingManagerPerformBillingJobParams contains all the parameters to send to the API endpoint

for the subscription billing manager perform billing job operation.

Typically these are written to a http.Request.

func NewSubscriptionBillingManagerPerformBillingJobParams

func NewSubscriptionBillingManagerPerformBillingJobParams() *SubscriptionBillingManagerPerformBillingJobParams

NewSubscriptionBillingManagerPerformBillingJobParams creates a new SubscriptionBillingManagerPerformBillingJobParams 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 NewSubscriptionBillingManagerPerformBillingJobParamsWithContext

func NewSubscriptionBillingManagerPerformBillingJobParamsWithContext(ctx context.Context) *SubscriptionBillingManagerPerformBillingJobParams

NewSubscriptionBillingManagerPerformBillingJobParamsWithContext creates a new SubscriptionBillingManagerPerformBillingJobParams object with the ability to set a context for a request.

func NewSubscriptionBillingManagerPerformBillingJobParamsWithHTTPClient

func NewSubscriptionBillingManagerPerformBillingJobParamsWithHTTPClient(client *http.Client) *SubscriptionBillingManagerPerformBillingJobParams

NewSubscriptionBillingManagerPerformBillingJobParamsWithHTTPClient creates a new SubscriptionBillingManagerPerformBillingJobParams object with the ability to set a custom HTTPClient for a request.

func NewSubscriptionBillingManagerPerformBillingJobParamsWithTimeout

func NewSubscriptionBillingManagerPerformBillingJobParamsWithTimeout(timeout time.Duration) *SubscriptionBillingManagerPerformBillingJobParams

NewSubscriptionBillingManagerPerformBillingJobParamsWithTimeout creates a new SubscriptionBillingManagerPerformBillingJobParams object with the ability to set a timeout on a request.

func (*SubscriptionBillingManagerPerformBillingJobParams) SetBody

SetBody adds the body to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) SetContext

SetContext adds the context to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) SetDefaults

SetDefaults hydrates default values in the subscription billing manager perform billing job params (not the query body).

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

func (*SubscriptionBillingManagerPerformBillingJobParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) SetTimeout

SetTimeout adds the timeout to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) WithBody

WithBody adds the body to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) WithContext

WithContext adds the context to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) WithDefaults

WithDefaults hydrates default values in the subscription billing manager perform billing job params (not the query body).

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

func (*SubscriptionBillingManagerPerformBillingJobParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) WithTimeout

WithTimeout adds the timeout to the subscription billing manager perform billing job params

func (*SubscriptionBillingManagerPerformBillingJobParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SubscriptionBillingManagerPerformBillingJobReader

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

SubscriptionBillingManagerPerformBillingJobReader is a Reader for the SubscriptionBillingManagerPerformBillingJob structure.

func (*SubscriptionBillingManagerPerformBillingJobReader) ReadResponse

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