billing_service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BillingServiceGetBilling2Default

type BillingServiceGetBilling2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceGetBilling2Default

func NewBillingServiceGetBilling2Default(code int) *BillingServiceGetBilling2Default

NewBillingServiceGetBilling2Default creates a BillingServiceGetBilling2Default with default headers values

func (*BillingServiceGetBilling2Default) Code

Code gets the status code for the billing service get billing2 default response

func (*BillingServiceGetBilling2Default) Error

func (*BillingServiceGetBilling2Default) GetPayload

func (*BillingServiceGetBilling2Default) IsClientError

func (o *BillingServiceGetBilling2Default) IsClientError() bool

IsClientError returns true when this billing service get billing2 default response has a 4xx status code

func (*BillingServiceGetBilling2Default) IsCode

func (o *BillingServiceGetBilling2Default) IsCode(code int) bool

IsCode returns true when this billing service get billing2 default response a status code equal to that given

func (*BillingServiceGetBilling2Default) IsRedirect

func (o *BillingServiceGetBilling2Default) IsRedirect() bool

IsRedirect returns true when this billing service get billing2 default response has a 3xx status code

func (*BillingServiceGetBilling2Default) IsServerError

func (o *BillingServiceGetBilling2Default) IsServerError() bool

IsServerError returns true when this billing service get billing2 default response has a 5xx status code

func (*BillingServiceGetBilling2Default) IsSuccess

func (o *BillingServiceGetBilling2Default) IsSuccess() bool

IsSuccess returns true when this billing service get billing2 default response has a 2xx status code

func (*BillingServiceGetBilling2Default) String

type BillingServiceGetBilling2OK

type BillingServiceGetBilling2OK struct {
	Payload *models.V1GetBillingResponse
}

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

A successful response.

func NewBillingServiceGetBilling2OK

func NewBillingServiceGetBilling2OK() *BillingServiceGetBilling2OK

NewBillingServiceGetBilling2OK creates a BillingServiceGetBilling2OK with default headers values

func (*BillingServiceGetBilling2OK) Code

func (o *BillingServiceGetBilling2OK) Code() int

Code gets the status code for the billing service get billing2 o k response

func (*BillingServiceGetBilling2OK) Error

func (*BillingServiceGetBilling2OK) GetPayload

func (*BillingServiceGetBilling2OK) IsClientError

func (o *BillingServiceGetBilling2OK) IsClientError() bool

IsClientError returns true when this billing service get billing2 o k response has a 4xx status code

func (*BillingServiceGetBilling2OK) IsCode

func (o *BillingServiceGetBilling2OK) IsCode(code int) bool

IsCode returns true when this billing service get billing2 o k response a status code equal to that given

func (*BillingServiceGetBilling2OK) IsRedirect

func (o *BillingServiceGetBilling2OK) IsRedirect() bool

IsRedirect returns true when this billing service get billing2 o k response has a 3xx status code

func (*BillingServiceGetBilling2OK) IsServerError

func (o *BillingServiceGetBilling2OK) IsServerError() bool

IsServerError returns true when this billing service get billing2 o k response has a 5xx status code

func (*BillingServiceGetBilling2OK) IsSuccess

func (o *BillingServiceGetBilling2OK) IsSuccess() bool

IsSuccess returns true when this billing service get billing2 o k response has a 2xx status code

func (*BillingServiceGetBilling2OK) String

func (o *BillingServiceGetBilling2OK) String() string

type BillingServiceGetBilling2Params

type BillingServiceGetBilling2Params struct {

	/* ID.

	   請求ID
	*/
	ID string

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

BillingServiceGetBilling2Params contains all the parameters to send to the API endpoint

for the billing service get billing2 operation.

Typically these are written to a http.Request.

func NewBillingServiceGetBilling2Params

func NewBillingServiceGetBilling2Params() *BillingServiceGetBilling2Params

NewBillingServiceGetBilling2Params creates a new BillingServiceGetBilling2Params 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 NewBillingServiceGetBilling2ParamsWithContext

func NewBillingServiceGetBilling2ParamsWithContext(ctx context.Context) *BillingServiceGetBilling2Params

NewBillingServiceGetBilling2ParamsWithContext creates a new BillingServiceGetBilling2Params object with the ability to set a context for a request.

func NewBillingServiceGetBilling2ParamsWithHTTPClient

func NewBillingServiceGetBilling2ParamsWithHTTPClient(client *http.Client) *BillingServiceGetBilling2Params

NewBillingServiceGetBilling2ParamsWithHTTPClient creates a new BillingServiceGetBilling2Params object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceGetBilling2ParamsWithTimeout

func NewBillingServiceGetBilling2ParamsWithTimeout(timeout time.Duration) *BillingServiceGetBilling2Params

NewBillingServiceGetBilling2ParamsWithTimeout creates a new BillingServiceGetBilling2Params object with the ability to set a timeout on a request.

func (*BillingServiceGetBilling2Params) SetContext

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

SetContext adds the context to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) SetDefaults

func (o *BillingServiceGetBilling2Params) SetDefaults()

SetDefaults hydrates default values in the billing service get billing2 params (not the query body).

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

func (*BillingServiceGetBilling2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) SetID

SetID adds the id to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) SetTimeout

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

SetTimeout adds the timeout to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) WithContext

WithContext adds the context to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) WithDefaults

WithDefaults hydrates default values in the billing service get billing2 params (not the query body).

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

func (*BillingServiceGetBilling2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) WithID

WithID adds the id to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) WithTimeout

WithTimeout adds the timeout to the billing service get billing2 params

func (*BillingServiceGetBilling2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceGetBilling2Reader

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

BillingServiceGetBilling2Reader is a Reader for the BillingServiceGetBilling2 structure.

func (*BillingServiceGetBilling2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceGetBillingDefault

type BillingServiceGetBillingDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceGetBillingDefault

func NewBillingServiceGetBillingDefault(code int) *BillingServiceGetBillingDefault

NewBillingServiceGetBillingDefault creates a BillingServiceGetBillingDefault with default headers values

func (*BillingServiceGetBillingDefault) Code

Code gets the status code for the billing service get billing default response

func (*BillingServiceGetBillingDefault) Error

func (*BillingServiceGetBillingDefault) GetPayload

func (*BillingServiceGetBillingDefault) IsClientError

func (o *BillingServiceGetBillingDefault) IsClientError() bool

IsClientError returns true when this billing service get billing default response has a 4xx status code

func (*BillingServiceGetBillingDefault) IsCode

func (o *BillingServiceGetBillingDefault) IsCode(code int) bool

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

func (*BillingServiceGetBillingDefault) IsRedirect

func (o *BillingServiceGetBillingDefault) IsRedirect() bool

IsRedirect returns true when this billing service get billing default response has a 3xx status code

func (*BillingServiceGetBillingDefault) IsServerError

func (o *BillingServiceGetBillingDefault) IsServerError() bool

IsServerError returns true when this billing service get billing default response has a 5xx status code

func (*BillingServiceGetBillingDefault) IsSuccess

func (o *BillingServiceGetBillingDefault) IsSuccess() bool

IsSuccess returns true when this billing service get billing default response has a 2xx status code

func (*BillingServiceGetBillingDefault) String

type BillingServiceGetBillingOK

type BillingServiceGetBillingOK struct {
	Payload *models.V1GetBillingResponse
}

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

A successful response.

func NewBillingServiceGetBillingOK

func NewBillingServiceGetBillingOK() *BillingServiceGetBillingOK

NewBillingServiceGetBillingOK creates a BillingServiceGetBillingOK with default headers values

func (*BillingServiceGetBillingOK) Code

func (o *BillingServiceGetBillingOK) Code() int

Code gets the status code for the billing service get billing o k response

func (*BillingServiceGetBillingOK) Error

func (*BillingServiceGetBillingOK) GetPayload

func (*BillingServiceGetBillingOK) IsClientError

func (o *BillingServiceGetBillingOK) IsClientError() bool

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

func (*BillingServiceGetBillingOK) IsCode

func (o *BillingServiceGetBillingOK) IsCode(code int) bool

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

func (*BillingServiceGetBillingOK) IsRedirect

func (o *BillingServiceGetBillingOK) IsRedirect() bool

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

func (*BillingServiceGetBillingOK) IsServerError

func (o *BillingServiceGetBillingOK) IsServerError() bool

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

func (*BillingServiceGetBillingOK) IsSuccess

func (o *BillingServiceGetBillingOK) IsSuccess() bool

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

func (*BillingServiceGetBillingOK) String

func (o *BillingServiceGetBillingOK) String() string

type BillingServiceGetBillingParams

type BillingServiceGetBillingParams struct {

	// Body.
	Body *models.V1GetBillingRequest

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

BillingServiceGetBillingParams contains all the parameters to send to the API endpoint

for the billing service get billing operation.

Typically these are written to a http.Request.

func NewBillingServiceGetBillingParams

func NewBillingServiceGetBillingParams() *BillingServiceGetBillingParams

NewBillingServiceGetBillingParams creates a new BillingServiceGetBillingParams 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 NewBillingServiceGetBillingParamsWithContext

func NewBillingServiceGetBillingParamsWithContext(ctx context.Context) *BillingServiceGetBillingParams

NewBillingServiceGetBillingParamsWithContext creates a new BillingServiceGetBillingParams object with the ability to set a context for a request.

func NewBillingServiceGetBillingParamsWithHTTPClient

func NewBillingServiceGetBillingParamsWithHTTPClient(client *http.Client) *BillingServiceGetBillingParams

NewBillingServiceGetBillingParamsWithHTTPClient creates a new BillingServiceGetBillingParams object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceGetBillingParamsWithTimeout

func NewBillingServiceGetBillingParamsWithTimeout(timeout time.Duration) *BillingServiceGetBillingParams

NewBillingServiceGetBillingParamsWithTimeout creates a new BillingServiceGetBillingParams object with the ability to set a timeout on a request.

func (*BillingServiceGetBillingParams) SetBody

SetBody adds the body to the billing service get billing params

func (*BillingServiceGetBillingParams) SetContext

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

SetContext adds the context to the billing service get billing params

func (*BillingServiceGetBillingParams) SetDefaults

func (o *BillingServiceGetBillingParams) SetDefaults()

SetDefaults hydrates default values in the billing service get billing params (not the query body).

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

func (*BillingServiceGetBillingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service get billing params

func (*BillingServiceGetBillingParams) SetTimeout

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

SetTimeout adds the timeout to the billing service get billing params

func (*BillingServiceGetBillingParams) WithBody

WithBody adds the body to the billing service get billing params

func (*BillingServiceGetBillingParams) WithContext

WithContext adds the context to the billing service get billing params

func (*BillingServiceGetBillingParams) WithDefaults

WithDefaults hydrates default values in the billing service get billing params (not the query body).

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

func (*BillingServiceGetBillingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service get billing params

func (*BillingServiceGetBillingParams) WithTimeout

WithTimeout adds the timeout to the billing service get billing params

func (*BillingServiceGetBillingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceGetBillingReader

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

BillingServiceGetBillingReader is a Reader for the BillingServiceGetBilling structure.

func (*BillingServiceGetBillingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceListBillings2Default

type BillingServiceListBillings2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceListBillings2Default

func NewBillingServiceListBillings2Default(code int) *BillingServiceListBillings2Default

NewBillingServiceListBillings2Default creates a BillingServiceListBillings2Default with default headers values

func (*BillingServiceListBillings2Default) Code

Code gets the status code for the billing service list billings2 default response

func (*BillingServiceListBillings2Default) Error

func (*BillingServiceListBillings2Default) GetPayload

func (*BillingServiceListBillings2Default) IsClientError

func (o *BillingServiceListBillings2Default) IsClientError() bool

IsClientError returns true when this billing service list billings2 default response has a 4xx status code

func (*BillingServiceListBillings2Default) IsCode

IsCode returns true when this billing service list billings2 default response a status code equal to that given

func (*BillingServiceListBillings2Default) IsRedirect

func (o *BillingServiceListBillings2Default) IsRedirect() bool

IsRedirect returns true when this billing service list billings2 default response has a 3xx status code

func (*BillingServiceListBillings2Default) IsServerError

func (o *BillingServiceListBillings2Default) IsServerError() bool

IsServerError returns true when this billing service list billings2 default response has a 5xx status code

func (*BillingServiceListBillings2Default) IsSuccess

IsSuccess returns true when this billing service list billings2 default response has a 2xx status code

func (*BillingServiceListBillings2Default) String

type BillingServiceListBillings2OK

type BillingServiceListBillings2OK struct {
	Payload *models.V1ListBillingsResponse
}

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

A successful response.

func NewBillingServiceListBillings2OK

func NewBillingServiceListBillings2OK() *BillingServiceListBillings2OK

NewBillingServiceListBillings2OK creates a BillingServiceListBillings2OK with default headers values

func (*BillingServiceListBillings2OK) Code

Code gets the status code for the billing service list billings2 o k response

func (*BillingServiceListBillings2OK) Error

func (*BillingServiceListBillings2OK) GetPayload

func (*BillingServiceListBillings2OK) IsClientError

func (o *BillingServiceListBillings2OK) IsClientError() bool

IsClientError returns true when this billing service list billings2 o k response has a 4xx status code

func (*BillingServiceListBillings2OK) IsCode

func (o *BillingServiceListBillings2OK) IsCode(code int) bool

IsCode returns true when this billing service list billings2 o k response a status code equal to that given

func (*BillingServiceListBillings2OK) IsRedirect

func (o *BillingServiceListBillings2OK) IsRedirect() bool

IsRedirect returns true when this billing service list billings2 o k response has a 3xx status code

func (*BillingServiceListBillings2OK) IsServerError

func (o *BillingServiceListBillings2OK) IsServerError() bool

IsServerError returns true when this billing service list billings2 o k response has a 5xx status code

func (*BillingServiceListBillings2OK) IsSuccess

func (o *BillingServiceListBillings2OK) IsSuccess() bool

IsSuccess returns true when this billing service list billings2 o k response has a 2xx status code

func (*BillingServiceListBillings2OK) String

type BillingServiceListBillings2Params

type BillingServiceListBillings2Params struct {

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize *int32

	/* PageToken.

	   一覧取得に使用するトークン
	*/
	PageToken *string

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

BillingServiceListBillings2Params contains all the parameters to send to the API endpoint

for the billing service list billings2 operation.

Typically these are written to a http.Request.

func NewBillingServiceListBillings2Params

func NewBillingServiceListBillings2Params() *BillingServiceListBillings2Params

NewBillingServiceListBillings2Params creates a new BillingServiceListBillings2Params 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 NewBillingServiceListBillings2ParamsWithContext

func NewBillingServiceListBillings2ParamsWithContext(ctx context.Context) *BillingServiceListBillings2Params

NewBillingServiceListBillings2ParamsWithContext creates a new BillingServiceListBillings2Params object with the ability to set a context for a request.

func NewBillingServiceListBillings2ParamsWithHTTPClient

func NewBillingServiceListBillings2ParamsWithHTTPClient(client *http.Client) *BillingServiceListBillings2Params

NewBillingServiceListBillings2ParamsWithHTTPClient creates a new BillingServiceListBillings2Params object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceListBillings2ParamsWithTimeout

func NewBillingServiceListBillings2ParamsWithTimeout(timeout time.Duration) *BillingServiceListBillings2Params

NewBillingServiceListBillings2ParamsWithTimeout creates a new BillingServiceListBillings2Params object with the ability to set a timeout on a request.

func (*BillingServiceListBillings2Params) SetContext

SetContext adds the context to the billing service list billings2 params

func (*BillingServiceListBillings2Params) SetDefaults

func (o *BillingServiceListBillings2Params) SetDefaults()

SetDefaults hydrates default values in the billing service list billings2 params (not the query body).

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

func (*BillingServiceListBillings2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service list billings2 params

func (*BillingServiceListBillings2Params) SetPageSize

func (o *BillingServiceListBillings2Params) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the billing service list billings2 params

func (*BillingServiceListBillings2Params) SetPageToken

func (o *BillingServiceListBillings2Params) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the billing service list billings2 params

func (*BillingServiceListBillings2Params) SetTimeout

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

SetTimeout adds the timeout to the billing service list billings2 params

func (*BillingServiceListBillings2Params) WithContext

WithContext adds the context to the billing service list billings2 params

func (*BillingServiceListBillings2Params) WithDefaults

WithDefaults hydrates default values in the billing service list billings2 params (not the query body).

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

func (*BillingServiceListBillings2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service list billings2 params

func (*BillingServiceListBillings2Params) WithPageSize

WithPageSize adds the pageSize to the billing service list billings2 params

func (*BillingServiceListBillings2Params) WithPageToken

WithPageToken adds the pageToken to the billing service list billings2 params

func (*BillingServiceListBillings2Params) WithTimeout

WithTimeout adds the timeout to the billing service list billings2 params

func (*BillingServiceListBillings2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceListBillings2Reader

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

BillingServiceListBillings2Reader is a Reader for the BillingServiceListBillings2 structure.

func (*BillingServiceListBillings2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceListBillingsByContract2Default

type BillingServiceListBillingsByContract2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceListBillingsByContract2Default

func NewBillingServiceListBillingsByContract2Default(code int) *BillingServiceListBillingsByContract2Default

NewBillingServiceListBillingsByContract2Default creates a BillingServiceListBillingsByContract2Default with default headers values

func (*BillingServiceListBillingsByContract2Default) Code

Code gets the status code for the billing service list billings by contract2 default response

func (*BillingServiceListBillingsByContract2Default) Error

func (*BillingServiceListBillingsByContract2Default) GetPayload

func (*BillingServiceListBillingsByContract2Default) IsClientError

IsClientError returns true when this billing service list billings by contract2 default response has a 4xx status code

func (*BillingServiceListBillingsByContract2Default) IsCode

IsCode returns true when this billing service list billings by contract2 default response a status code equal to that given

func (*BillingServiceListBillingsByContract2Default) IsRedirect

IsRedirect returns true when this billing service list billings by contract2 default response has a 3xx status code

func (*BillingServiceListBillingsByContract2Default) IsServerError

IsServerError returns true when this billing service list billings by contract2 default response has a 5xx status code

func (*BillingServiceListBillingsByContract2Default) IsSuccess

IsSuccess returns true when this billing service list billings by contract2 default response has a 2xx status code

func (*BillingServiceListBillingsByContract2Default) String

type BillingServiceListBillingsByContract2OK

type BillingServiceListBillingsByContract2OK struct {
	Payload *models.V1ListBillingsByContractResponse
}

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

A successful response.

func NewBillingServiceListBillingsByContract2OK

func NewBillingServiceListBillingsByContract2OK() *BillingServiceListBillingsByContract2OK

NewBillingServiceListBillingsByContract2OK creates a BillingServiceListBillingsByContract2OK with default headers values

func (*BillingServiceListBillingsByContract2OK) Code

Code gets the status code for the billing service list billings by contract2 o k response

func (*BillingServiceListBillingsByContract2OK) Error

func (*BillingServiceListBillingsByContract2OK) GetPayload

func (*BillingServiceListBillingsByContract2OK) IsClientError

func (o *BillingServiceListBillingsByContract2OK) IsClientError() bool

IsClientError returns true when this billing service list billings by contract2 o k response has a 4xx status code

func (*BillingServiceListBillingsByContract2OK) IsCode

IsCode returns true when this billing service list billings by contract2 o k response a status code equal to that given

func (*BillingServiceListBillingsByContract2OK) IsRedirect

IsRedirect returns true when this billing service list billings by contract2 o k response has a 3xx status code

func (*BillingServiceListBillingsByContract2OK) IsServerError

func (o *BillingServiceListBillingsByContract2OK) IsServerError() bool

IsServerError returns true when this billing service list billings by contract2 o k response has a 5xx status code

func (*BillingServiceListBillingsByContract2OK) IsSuccess

IsSuccess returns true when this billing service list billings by contract2 o k response has a 2xx status code

func (*BillingServiceListBillingsByContract2OK) String

type BillingServiceListBillingsByContract2Params

type BillingServiceListBillingsByContract2Params struct {

	/* ID.

	   契約ID
	*/
	ID string

	/* OptionalID.

	   契約管理ID(契約IDの代わりに指定可)
	*/
	OptionalID string

	/* OrderByDirection.

	     - DIRECTION_ASCENDING: 昇順
	- DIRECTION_DESCENDING: 降順
	*/
	OrderByDirection *string

	/* OrderByField.

	     - FIELD_ID: 請求ID
	- FIELD_BILLING_DATE: 請求日
	*/
	OrderByField *string

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize *int32

	/* PageToken.

	   一覧取得に使用するトークン
	*/
	PageToken *string

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

BillingServiceListBillingsByContract2Params contains all the parameters to send to the API endpoint

for the billing service list billings by contract2 operation.

Typically these are written to a http.Request.

func NewBillingServiceListBillingsByContract2Params

func NewBillingServiceListBillingsByContract2Params() *BillingServiceListBillingsByContract2Params

NewBillingServiceListBillingsByContract2Params creates a new BillingServiceListBillingsByContract2Params 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 NewBillingServiceListBillingsByContract2ParamsWithContext

func NewBillingServiceListBillingsByContract2ParamsWithContext(ctx context.Context) *BillingServiceListBillingsByContract2Params

NewBillingServiceListBillingsByContract2ParamsWithContext creates a new BillingServiceListBillingsByContract2Params object with the ability to set a context for a request.

func NewBillingServiceListBillingsByContract2ParamsWithHTTPClient

func NewBillingServiceListBillingsByContract2ParamsWithHTTPClient(client *http.Client) *BillingServiceListBillingsByContract2Params

NewBillingServiceListBillingsByContract2ParamsWithHTTPClient creates a new BillingServiceListBillingsByContract2Params object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceListBillingsByContract2ParamsWithTimeout

func NewBillingServiceListBillingsByContract2ParamsWithTimeout(timeout time.Duration) *BillingServiceListBillingsByContract2Params

NewBillingServiceListBillingsByContract2ParamsWithTimeout creates a new BillingServiceListBillingsByContract2Params object with the ability to set a timeout on a request.

func (*BillingServiceListBillingsByContract2Params) SetContext

SetContext adds the context to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetDefaults

SetDefaults hydrates default values in the billing service list billings by contract2 params (not the query body).

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

func (*BillingServiceListBillingsByContract2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetID

SetID adds the id to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetOptionalID

func (o *BillingServiceListBillingsByContract2Params) SetOptionalID(optionalID string)

SetOptionalID adds the optionalId to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetOrderByDirection

func (o *BillingServiceListBillingsByContract2Params) SetOrderByDirection(orderByDirection *string)

SetOrderByDirection adds the orderByDirection to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetOrderByField

func (o *BillingServiceListBillingsByContract2Params) SetOrderByField(orderByField *string)

SetOrderByField adds the orderByField to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetPageSize

func (o *BillingServiceListBillingsByContract2Params) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetPageToken

func (o *BillingServiceListBillingsByContract2Params) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) SetTimeout

SetTimeout adds the timeout to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithContext

WithContext adds the context to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithDefaults

WithDefaults hydrates default values in the billing service list billings by contract2 params (not the query body).

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

func (*BillingServiceListBillingsByContract2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithID

WithID adds the id to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithOptionalID

WithOptionalID adds the optionalID to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithOrderByDirection

WithOrderByDirection adds the orderByDirection to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithOrderByField

WithOrderByField adds the orderByField to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithPageSize

WithPageSize adds the pageSize to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithPageToken

WithPageToken adds the pageToken to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WithTimeout

WithTimeout adds the timeout to the billing service list billings by contract2 params

func (*BillingServiceListBillingsByContract2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceListBillingsByContract2Reader

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

BillingServiceListBillingsByContract2Reader is a Reader for the BillingServiceListBillingsByContract2 structure.

func (*BillingServiceListBillingsByContract2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceListBillingsByContractDefault

type BillingServiceListBillingsByContractDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceListBillingsByContractDefault

func NewBillingServiceListBillingsByContractDefault(code int) *BillingServiceListBillingsByContractDefault

NewBillingServiceListBillingsByContractDefault creates a BillingServiceListBillingsByContractDefault with default headers values

func (*BillingServiceListBillingsByContractDefault) Code

Code gets the status code for the billing service list billings by contract default response

func (*BillingServiceListBillingsByContractDefault) Error

func (*BillingServiceListBillingsByContractDefault) GetPayload

func (*BillingServiceListBillingsByContractDefault) IsClientError

IsClientError returns true when this billing service list billings by contract default response has a 4xx status code

func (*BillingServiceListBillingsByContractDefault) IsCode

IsCode returns true when this billing service list billings by contract default response a status code equal to that given

func (*BillingServiceListBillingsByContractDefault) IsRedirect

IsRedirect returns true when this billing service list billings by contract default response has a 3xx status code

func (*BillingServiceListBillingsByContractDefault) IsServerError

IsServerError returns true when this billing service list billings by contract default response has a 5xx status code

func (*BillingServiceListBillingsByContractDefault) IsSuccess

IsSuccess returns true when this billing service list billings by contract default response has a 2xx status code

func (*BillingServiceListBillingsByContractDefault) String

type BillingServiceListBillingsByContractOK

type BillingServiceListBillingsByContractOK struct {
	Payload *models.V1ListBillingsByContractResponse
}

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

A successful response.

func NewBillingServiceListBillingsByContractOK

func NewBillingServiceListBillingsByContractOK() *BillingServiceListBillingsByContractOK

NewBillingServiceListBillingsByContractOK creates a BillingServiceListBillingsByContractOK with default headers values

func (*BillingServiceListBillingsByContractOK) Code

Code gets the status code for the billing service list billings by contract o k response

func (*BillingServiceListBillingsByContractOK) Error

func (*BillingServiceListBillingsByContractOK) GetPayload

func (*BillingServiceListBillingsByContractOK) IsClientError

func (o *BillingServiceListBillingsByContractOK) IsClientError() bool

IsClientError returns true when this billing service list billings by contract o k response has a 4xx status code

func (*BillingServiceListBillingsByContractOK) IsCode

IsCode returns true when this billing service list billings by contract o k response a status code equal to that given

func (*BillingServiceListBillingsByContractOK) IsRedirect

IsRedirect returns true when this billing service list billings by contract o k response has a 3xx status code

func (*BillingServiceListBillingsByContractOK) IsServerError

func (o *BillingServiceListBillingsByContractOK) IsServerError() bool

IsServerError returns true when this billing service list billings by contract o k response has a 5xx status code

func (*BillingServiceListBillingsByContractOK) IsSuccess

IsSuccess returns true when this billing service list billings by contract o k response has a 2xx status code

func (*BillingServiceListBillingsByContractOK) String

type BillingServiceListBillingsByContractParams

type BillingServiceListBillingsByContractParams struct {

	// Body.
	Body *models.V1ListBillingsByContractRequest

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

BillingServiceListBillingsByContractParams contains all the parameters to send to the API endpoint

for the billing service list billings by contract operation.

Typically these are written to a http.Request.

func NewBillingServiceListBillingsByContractParams

func NewBillingServiceListBillingsByContractParams() *BillingServiceListBillingsByContractParams

NewBillingServiceListBillingsByContractParams creates a new BillingServiceListBillingsByContractParams 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 NewBillingServiceListBillingsByContractParamsWithContext

func NewBillingServiceListBillingsByContractParamsWithContext(ctx context.Context) *BillingServiceListBillingsByContractParams

NewBillingServiceListBillingsByContractParamsWithContext creates a new BillingServiceListBillingsByContractParams object with the ability to set a context for a request.

func NewBillingServiceListBillingsByContractParamsWithHTTPClient

func NewBillingServiceListBillingsByContractParamsWithHTTPClient(client *http.Client) *BillingServiceListBillingsByContractParams

NewBillingServiceListBillingsByContractParamsWithHTTPClient creates a new BillingServiceListBillingsByContractParams object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceListBillingsByContractParamsWithTimeout

func NewBillingServiceListBillingsByContractParamsWithTimeout(timeout time.Duration) *BillingServiceListBillingsByContractParams

NewBillingServiceListBillingsByContractParamsWithTimeout creates a new BillingServiceListBillingsByContractParams object with the ability to set a timeout on a request.

func (*BillingServiceListBillingsByContractParams) SetBody

SetBody adds the body to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) SetContext

SetContext adds the context to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) SetDefaults

SetDefaults hydrates default values in the billing service list billings by contract params (not the query body).

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

func (*BillingServiceListBillingsByContractParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) SetTimeout

SetTimeout adds the timeout to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) WithBody

WithBody adds the body to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) WithContext

WithContext adds the context to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) WithDefaults

WithDefaults hydrates default values in the billing service list billings by contract params (not the query body).

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

func (*BillingServiceListBillingsByContractParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) WithTimeout

WithTimeout adds the timeout to the billing service list billings by contract params

func (*BillingServiceListBillingsByContractParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceListBillingsByContractReader

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

BillingServiceListBillingsByContractReader is a Reader for the BillingServiceListBillingsByContract structure.

func (*BillingServiceListBillingsByContractReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceListBillingsDefault

type BillingServiceListBillingsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceListBillingsDefault

func NewBillingServiceListBillingsDefault(code int) *BillingServiceListBillingsDefault

NewBillingServiceListBillingsDefault creates a BillingServiceListBillingsDefault with default headers values

func (*BillingServiceListBillingsDefault) Code

Code gets the status code for the billing service list billings default response

func (*BillingServiceListBillingsDefault) Error

func (*BillingServiceListBillingsDefault) GetPayload

func (*BillingServiceListBillingsDefault) IsClientError

func (o *BillingServiceListBillingsDefault) IsClientError() bool

IsClientError returns true when this billing service list billings default response has a 4xx status code

func (*BillingServiceListBillingsDefault) IsCode

func (o *BillingServiceListBillingsDefault) IsCode(code int) bool

IsCode returns true when this billing service list billings default response a status code equal to that given

func (*BillingServiceListBillingsDefault) IsRedirect

func (o *BillingServiceListBillingsDefault) IsRedirect() bool

IsRedirect returns true when this billing service list billings default response has a 3xx status code

func (*BillingServiceListBillingsDefault) IsServerError

func (o *BillingServiceListBillingsDefault) IsServerError() bool

IsServerError returns true when this billing service list billings default response has a 5xx status code

func (*BillingServiceListBillingsDefault) IsSuccess

func (o *BillingServiceListBillingsDefault) IsSuccess() bool

IsSuccess returns true when this billing service list billings default response has a 2xx status code

func (*BillingServiceListBillingsDefault) String

type BillingServiceListBillingsOK

type BillingServiceListBillingsOK struct {
	Payload *models.V1ListBillingsResponse
}

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

A successful response.

func NewBillingServiceListBillingsOK

func NewBillingServiceListBillingsOK() *BillingServiceListBillingsOK

NewBillingServiceListBillingsOK creates a BillingServiceListBillingsOK with default headers values

func (*BillingServiceListBillingsOK) Code

Code gets the status code for the billing service list billings o k response

func (*BillingServiceListBillingsOK) Error

func (*BillingServiceListBillingsOK) GetPayload

func (*BillingServiceListBillingsOK) IsClientError

func (o *BillingServiceListBillingsOK) IsClientError() bool

IsClientError returns true when this billing service list billings o k response has a 4xx status code

func (*BillingServiceListBillingsOK) IsCode

func (o *BillingServiceListBillingsOK) IsCode(code int) bool

IsCode returns true when this billing service list billings o k response a status code equal to that given

func (*BillingServiceListBillingsOK) IsRedirect

func (o *BillingServiceListBillingsOK) IsRedirect() bool

IsRedirect returns true when this billing service list billings o k response has a 3xx status code

func (*BillingServiceListBillingsOK) IsServerError

func (o *BillingServiceListBillingsOK) IsServerError() bool

IsServerError returns true when this billing service list billings o k response has a 5xx status code

func (*BillingServiceListBillingsOK) IsSuccess

func (o *BillingServiceListBillingsOK) IsSuccess() bool

IsSuccess returns true when this billing service list billings o k response has a 2xx status code

func (*BillingServiceListBillingsOK) String

type BillingServiceListBillingsParams

type BillingServiceListBillingsParams struct {

	// Body.
	Body *models.V1ListBillingsRequest

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

BillingServiceListBillingsParams contains all the parameters to send to the API endpoint

for the billing service list billings operation.

Typically these are written to a http.Request.

func NewBillingServiceListBillingsParams

func NewBillingServiceListBillingsParams() *BillingServiceListBillingsParams

NewBillingServiceListBillingsParams creates a new BillingServiceListBillingsParams 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 NewBillingServiceListBillingsParamsWithContext

func NewBillingServiceListBillingsParamsWithContext(ctx context.Context) *BillingServiceListBillingsParams

NewBillingServiceListBillingsParamsWithContext creates a new BillingServiceListBillingsParams object with the ability to set a context for a request.

func NewBillingServiceListBillingsParamsWithHTTPClient

func NewBillingServiceListBillingsParamsWithHTTPClient(client *http.Client) *BillingServiceListBillingsParams

NewBillingServiceListBillingsParamsWithHTTPClient creates a new BillingServiceListBillingsParams object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceListBillingsParamsWithTimeout

func NewBillingServiceListBillingsParamsWithTimeout(timeout time.Duration) *BillingServiceListBillingsParams

NewBillingServiceListBillingsParamsWithTimeout creates a new BillingServiceListBillingsParams object with the ability to set a timeout on a request.

func (*BillingServiceListBillingsParams) SetBody

SetBody adds the body to the billing service list billings params

func (*BillingServiceListBillingsParams) SetContext

SetContext adds the context to the billing service list billings params

func (*BillingServiceListBillingsParams) SetDefaults

func (o *BillingServiceListBillingsParams) SetDefaults()

SetDefaults hydrates default values in the billing service list billings params (not the query body).

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

func (*BillingServiceListBillingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service list billings params

func (*BillingServiceListBillingsParams) SetTimeout

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

SetTimeout adds the timeout to the billing service list billings params

func (*BillingServiceListBillingsParams) WithBody

WithBody adds the body to the billing service list billings params

func (*BillingServiceListBillingsParams) WithContext

WithContext adds the context to the billing service list billings params

func (*BillingServiceListBillingsParams) WithDefaults

WithDefaults hydrates default values in the billing service list billings params (not the query body).

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

func (*BillingServiceListBillingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service list billings params

func (*BillingServiceListBillingsParams) WithTimeout

WithTimeout adds the timeout to the billing service list billings params

func (*BillingServiceListBillingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceListBillingsReader

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

BillingServiceListBillingsReader is a Reader for the BillingServiceListBillings structure.

func (*BillingServiceListBillingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceSearchBillings2Default

type BillingServiceSearchBillings2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceSearchBillings2Default

func NewBillingServiceSearchBillings2Default(code int) *BillingServiceSearchBillings2Default

NewBillingServiceSearchBillings2Default creates a BillingServiceSearchBillings2Default with default headers values

func (*BillingServiceSearchBillings2Default) Code

Code gets the status code for the billing service search billings2 default response

func (*BillingServiceSearchBillings2Default) Error

func (*BillingServiceSearchBillings2Default) GetPayload

func (*BillingServiceSearchBillings2Default) IsClientError

func (o *BillingServiceSearchBillings2Default) IsClientError() bool

IsClientError returns true when this billing service search billings2 default response has a 4xx status code

func (*BillingServiceSearchBillings2Default) IsCode

IsCode returns true when this billing service search billings2 default response a status code equal to that given

func (*BillingServiceSearchBillings2Default) IsRedirect

IsRedirect returns true when this billing service search billings2 default response has a 3xx status code

func (*BillingServiceSearchBillings2Default) IsServerError

func (o *BillingServiceSearchBillings2Default) IsServerError() bool

IsServerError returns true when this billing service search billings2 default response has a 5xx status code

func (*BillingServiceSearchBillings2Default) IsSuccess

IsSuccess returns true when this billing service search billings2 default response has a 2xx status code

func (*BillingServiceSearchBillings2Default) String

type BillingServiceSearchBillings2OK

type BillingServiceSearchBillings2OK struct {
	Payload *models.V1SearchBillingsResponse
}

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

A successful response.

func NewBillingServiceSearchBillings2OK

func NewBillingServiceSearchBillings2OK() *BillingServiceSearchBillings2OK

NewBillingServiceSearchBillings2OK creates a BillingServiceSearchBillings2OK with default headers values

func (*BillingServiceSearchBillings2OK) Code

Code gets the status code for the billing service search billings2 o k response

func (*BillingServiceSearchBillings2OK) Error

func (*BillingServiceSearchBillings2OK) GetPayload

func (*BillingServiceSearchBillings2OK) IsClientError

func (o *BillingServiceSearchBillings2OK) IsClientError() bool

IsClientError returns true when this billing service search billings2 o k response has a 4xx status code

func (*BillingServiceSearchBillings2OK) IsCode

func (o *BillingServiceSearchBillings2OK) IsCode(code int) bool

IsCode returns true when this billing service search billings2 o k response a status code equal to that given

func (*BillingServiceSearchBillings2OK) IsRedirect

func (o *BillingServiceSearchBillings2OK) IsRedirect() bool

IsRedirect returns true when this billing service search billings2 o k response has a 3xx status code

func (*BillingServiceSearchBillings2OK) IsServerError

func (o *BillingServiceSearchBillings2OK) IsServerError() bool

IsServerError returns true when this billing service search billings2 o k response has a 5xx status code

func (*BillingServiceSearchBillings2OK) IsSuccess

func (o *BillingServiceSearchBillings2OK) IsSuccess() bool

IsSuccess returns true when this billing service search billings2 o k response has a 2xx status code

func (*BillingServiceSearchBillings2OK) String

type BillingServiceSearchBillings2Params

type BillingServiceSearchBillings2Params struct {

	/* OrderByDirection.

	     - DIRECTION_ASCENDING: 昇順
	- DIRECTION_DESCENDING: 降順
	*/
	OrderByDirection *string

	/* OrderByField.

	     - FIELD_ID: 請求ID
	- FIELD_BILLING_DATE: 請求日
	*/
	OrderByField *string

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize int32

	/* PageToken.

	   一覧取得に使用するトークン
	*/
	PageToken *string

	/* Query.

	     検索クエリ
	example:
	“`
	status=STATUS_UNBILLED
	“`

	status:
	[`any`|`*`|下記のパターン] が指定可能
	“`
	STATUS_UNSPECIFIED
	STATUS_HOLD_INVOICE_CREATION
	STATUS_UNBILLED
	STATUS_POSTED
	STATUS_PARTIALLY_PAID
	STATUS_PAID
	STATUS_PAYMENT_EXCLUDED
	STATUS_PAYMENT_DUE
	STATUS_PAYMENT_UNNECESSARY
	STATUS_PARTIALLY_UNPAID
	STATUS_PAYMENT_REFUNDED
	STATUS_PAID_WITH_CARD
	STATUS_INVOICE_CREATED
	STATUS_INVOICE_DELETED
	STATUS_INVALIDATED
	STATUS_ANY
	“`
	*/
	Query *string

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

BillingServiceSearchBillings2Params contains all the parameters to send to the API endpoint

for the billing service search billings2 operation.

Typically these are written to a http.Request.

func NewBillingServiceSearchBillings2Params

func NewBillingServiceSearchBillings2Params() *BillingServiceSearchBillings2Params

NewBillingServiceSearchBillings2Params creates a new BillingServiceSearchBillings2Params 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 NewBillingServiceSearchBillings2ParamsWithContext

func NewBillingServiceSearchBillings2ParamsWithContext(ctx context.Context) *BillingServiceSearchBillings2Params

NewBillingServiceSearchBillings2ParamsWithContext creates a new BillingServiceSearchBillings2Params object with the ability to set a context for a request.

func NewBillingServiceSearchBillings2ParamsWithHTTPClient

func NewBillingServiceSearchBillings2ParamsWithHTTPClient(client *http.Client) *BillingServiceSearchBillings2Params

NewBillingServiceSearchBillings2ParamsWithHTTPClient creates a new BillingServiceSearchBillings2Params object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceSearchBillings2ParamsWithTimeout

func NewBillingServiceSearchBillings2ParamsWithTimeout(timeout time.Duration) *BillingServiceSearchBillings2Params

NewBillingServiceSearchBillings2ParamsWithTimeout creates a new BillingServiceSearchBillings2Params object with the ability to set a timeout on a request.

func (*BillingServiceSearchBillings2Params) SetContext

SetContext adds the context to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetDefaults

func (o *BillingServiceSearchBillings2Params) SetDefaults()

SetDefaults hydrates default values in the billing service search billings2 params (not the query body).

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

func (*BillingServiceSearchBillings2Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetOrderByDirection

func (o *BillingServiceSearchBillings2Params) SetOrderByDirection(orderByDirection *string)

SetOrderByDirection adds the orderByDirection to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetOrderByField

func (o *BillingServiceSearchBillings2Params) SetOrderByField(orderByField *string)

SetOrderByField adds the orderByField to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetPageSize

func (o *BillingServiceSearchBillings2Params) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetPageToken

func (o *BillingServiceSearchBillings2Params) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetQuery

func (o *BillingServiceSearchBillings2Params) SetQuery(query *string)

SetQuery adds the query to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) SetTimeout

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

SetTimeout adds the timeout to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithContext

WithContext adds the context to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithDefaults

WithDefaults hydrates default values in the billing service search billings2 params (not the query body).

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

func (*BillingServiceSearchBillings2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithOrderByDirection

func (o *BillingServiceSearchBillings2Params) WithOrderByDirection(orderByDirection *string) *BillingServiceSearchBillings2Params

WithOrderByDirection adds the orderByDirection to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithOrderByField

WithOrderByField adds the orderByField to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithPageSize

WithPageSize adds the pageSize to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithPageToken

WithPageToken adds the pageToken to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithQuery

WithQuery adds the query to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WithTimeout

WithTimeout adds the timeout to the billing service search billings2 params

func (*BillingServiceSearchBillings2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceSearchBillings2Reader

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

BillingServiceSearchBillings2Reader is a Reader for the BillingServiceSearchBillings2 structure.

func (*BillingServiceSearchBillings2Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type BillingServiceSearchBillingsDefault

type BillingServiceSearchBillingsDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

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

An unexpected error response.

func NewBillingServiceSearchBillingsDefault

func NewBillingServiceSearchBillingsDefault(code int) *BillingServiceSearchBillingsDefault

NewBillingServiceSearchBillingsDefault creates a BillingServiceSearchBillingsDefault with default headers values

func (*BillingServiceSearchBillingsDefault) Code

Code gets the status code for the billing service search billings default response

func (*BillingServiceSearchBillingsDefault) Error

func (*BillingServiceSearchBillingsDefault) GetPayload

func (*BillingServiceSearchBillingsDefault) IsClientError

func (o *BillingServiceSearchBillingsDefault) IsClientError() bool

IsClientError returns true when this billing service search billings default response has a 4xx status code

func (*BillingServiceSearchBillingsDefault) IsCode

IsCode returns true when this billing service search billings default response a status code equal to that given

func (*BillingServiceSearchBillingsDefault) IsRedirect

func (o *BillingServiceSearchBillingsDefault) IsRedirect() bool

IsRedirect returns true when this billing service search billings default response has a 3xx status code

func (*BillingServiceSearchBillingsDefault) IsServerError

func (o *BillingServiceSearchBillingsDefault) IsServerError() bool

IsServerError returns true when this billing service search billings default response has a 5xx status code

func (*BillingServiceSearchBillingsDefault) IsSuccess

IsSuccess returns true when this billing service search billings default response has a 2xx status code

func (*BillingServiceSearchBillingsDefault) String

type BillingServiceSearchBillingsOK

type BillingServiceSearchBillingsOK struct {
	Payload *models.V1SearchBillingsResponse
}

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

A successful response.

func NewBillingServiceSearchBillingsOK

func NewBillingServiceSearchBillingsOK() *BillingServiceSearchBillingsOK

NewBillingServiceSearchBillingsOK creates a BillingServiceSearchBillingsOK with default headers values

func (*BillingServiceSearchBillingsOK) Code

Code gets the status code for the billing service search billings o k response

func (*BillingServiceSearchBillingsOK) Error

func (*BillingServiceSearchBillingsOK) GetPayload

func (*BillingServiceSearchBillingsOK) IsClientError

func (o *BillingServiceSearchBillingsOK) IsClientError() bool

IsClientError returns true when this billing service search billings o k response has a 4xx status code

func (*BillingServiceSearchBillingsOK) IsCode

func (o *BillingServiceSearchBillingsOK) IsCode(code int) bool

IsCode returns true when this billing service search billings o k response a status code equal to that given

func (*BillingServiceSearchBillingsOK) IsRedirect

func (o *BillingServiceSearchBillingsOK) IsRedirect() bool

IsRedirect returns true when this billing service search billings o k response has a 3xx status code

func (*BillingServiceSearchBillingsOK) IsServerError

func (o *BillingServiceSearchBillingsOK) IsServerError() bool

IsServerError returns true when this billing service search billings o k response has a 5xx status code

func (*BillingServiceSearchBillingsOK) IsSuccess

func (o *BillingServiceSearchBillingsOK) IsSuccess() bool

IsSuccess returns true when this billing service search billings o k response has a 2xx status code

func (*BillingServiceSearchBillingsOK) String

type BillingServiceSearchBillingsParams

type BillingServiceSearchBillingsParams struct {

	// Body.
	Body *models.V1SearchBillingsRequest

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

BillingServiceSearchBillingsParams contains all the parameters to send to the API endpoint

for the billing service search billings operation.

Typically these are written to a http.Request.

func NewBillingServiceSearchBillingsParams

func NewBillingServiceSearchBillingsParams() *BillingServiceSearchBillingsParams

NewBillingServiceSearchBillingsParams creates a new BillingServiceSearchBillingsParams 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 NewBillingServiceSearchBillingsParamsWithContext

func NewBillingServiceSearchBillingsParamsWithContext(ctx context.Context) *BillingServiceSearchBillingsParams

NewBillingServiceSearchBillingsParamsWithContext creates a new BillingServiceSearchBillingsParams object with the ability to set a context for a request.

func NewBillingServiceSearchBillingsParamsWithHTTPClient

func NewBillingServiceSearchBillingsParamsWithHTTPClient(client *http.Client) *BillingServiceSearchBillingsParams

NewBillingServiceSearchBillingsParamsWithHTTPClient creates a new BillingServiceSearchBillingsParams object with the ability to set a custom HTTPClient for a request.

func NewBillingServiceSearchBillingsParamsWithTimeout

func NewBillingServiceSearchBillingsParamsWithTimeout(timeout time.Duration) *BillingServiceSearchBillingsParams

NewBillingServiceSearchBillingsParamsWithTimeout creates a new BillingServiceSearchBillingsParams object with the ability to set a timeout on a request.

func (*BillingServiceSearchBillingsParams) SetBody

SetBody adds the body to the billing service search billings params

func (*BillingServiceSearchBillingsParams) SetContext

SetContext adds the context to the billing service search billings params

func (*BillingServiceSearchBillingsParams) SetDefaults

func (o *BillingServiceSearchBillingsParams) SetDefaults()

SetDefaults hydrates default values in the billing service search billings params (not the query body).

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

func (*BillingServiceSearchBillingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the billing service search billings params

func (*BillingServiceSearchBillingsParams) SetTimeout

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

SetTimeout adds the timeout to the billing service search billings params

func (*BillingServiceSearchBillingsParams) WithBody

WithBody adds the body to the billing service search billings params

func (*BillingServiceSearchBillingsParams) WithContext

WithContext adds the context to the billing service search billings params

func (*BillingServiceSearchBillingsParams) WithDefaults

WithDefaults hydrates default values in the billing service search billings params (not the query body).

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

func (*BillingServiceSearchBillingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the billing service search billings params

func (*BillingServiceSearchBillingsParams) WithTimeout

WithTimeout adds the timeout to the billing service search billings params

func (*BillingServiceSearchBillingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BillingServiceSearchBillingsReader

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

BillingServiceSearchBillingsReader is a Reader for the BillingServiceSearchBillings structure.

func (*BillingServiceSearchBillingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for billing service API

func (*Client) BillingServiceGetBilling

func (a *Client) BillingServiceGetBilling(params *BillingServiceGetBillingParams, opts ...ClientOption) (*BillingServiceGetBillingOK, error)

BillingServiceGetBilling 請求の取得s

指定した請求を取得します。

func (*Client) BillingServiceGetBilling2

func (a *Client) BillingServiceGetBilling2(params *BillingServiceGetBilling2Params, opts ...ClientOption) (*BillingServiceGetBilling2OK, error)

BillingServiceGetBilling2 請求の取得s

指定した請求を取得します。

func (*Client) BillingServiceListBillings

func (a *Client) BillingServiceListBillings(params *BillingServiceListBillingsParams, opts ...ClientOption) (*BillingServiceListBillingsOK, error)

BillingServiceListBillings 請求の一覧取得s

請求の一覧を取得します。

func (*Client) BillingServiceListBillings2

func (a *Client) BillingServiceListBillings2(params *BillingServiceListBillings2Params, opts ...ClientOption) (*BillingServiceListBillings2OK, error)

BillingServiceListBillings2 請求の一覧取得s

請求の一覧を取得します。

func (*Client) BillingServiceListBillingsByContract

func (a *Client) BillingServiceListBillingsByContract(params *BillingServiceListBillingsByContractParams, opts ...ClientOption) (*BillingServiceListBillingsByContractOK, error)

BillingServiceListBillingsByContract 契約に紐づく請求の一覧取得s

指定された顧客に紐づく請求の一覧を取得します。

func (*Client) BillingServiceListBillingsByContract2

func (a *Client) BillingServiceListBillingsByContract2(params *BillingServiceListBillingsByContract2Params, opts ...ClientOption) (*BillingServiceListBillingsByContract2OK, error)

BillingServiceListBillingsByContract2 契約に紐づく請求の一覧取得s

指定された顧客に紐づく請求の一覧を取得します。

func (*Client) BillingServiceSearchBillings

func (a *Client) BillingServiceSearchBillings(params *BillingServiceSearchBillingsParams, opts ...ClientOption) (*BillingServiceSearchBillingsOK, error)

BillingServiceSearchBillings 請求の検索s

請求を検索して一覧を取得します。

func (*Client) BillingServiceSearchBillings2

func (a *Client) BillingServiceSearchBillings2(params *BillingServiceSearchBillings2Params, opts ...ClientOption) (*BillingServiceSearchBillings2OK, error)

BillingServiceSearchBillings2 請求の検索s

請求を検索して一覧を取得します。

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	BillingServiceGetBilling(params *BillingServiceGetBillingParams, opts ...ClientOption) (*BillingServiceGetBillingOK, error)

	BillingServiceGetBilling2(params *BillingServiceGetBilling2Params, opts ...ClientOption) (*BillingServiceGetBilling2OK, error)

	BillingServiceListBillings(params *BillingServiceListBillingsParams, opts ...ClientOption) (*BillingServiceListBillingsOK, error)

	BillingServiceListBillings2(params *BillingServiceListBillings2Params, opts ...ClientOption) (*BillingServiceListBillings2OK, error)

	BillingServiceListBillingsByContract(params *BillingServiceListBillingsByContractParams, opts ...ClientOption) (*BillingServiceListBillingsByContractOK, error)

	BillingServiceListBillingsByContract2(params *BillingServiceListBillingsByContract2Params, opts ...ClientOption) (*BillingServiceListBillingsByContract2OK, error)

	BillingServiceSearchBillings(params *BillingServiceSearchBillingsParams, opts ...ClientOption) (*BillingServiceSearchBillingsOK, error)

	BillingServiceSearchBillings2(params *BillingServiceSearchBillings2Params, opts ...ClientOption) (*BillingServiceSearchBillings2OK, 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 billing service API client.

Jump to

Keyboard shortcuts

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