expected_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 Client

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

Client for expected billing service API

func (*Client) ExpectedBillingServiceListExpectedBillingsByContract

func (a *Client) ExpectedBillingServiceListExpectedBillingsByContract(params *ExpectedBillingServiceListExpectedBillingsByContractParams, opts ...ClientOption) (*ExpectedBillingServiceListExpectedBillingsByContractOK, error)

ExpectedBillingServiceListExpectedBillingsByContract 請求予定の一覧取得s

契約に紐づく請求予定一覧

func (*Client) ExpectedBillingServiceListExpectedBillingsByContract2

func (a *Client) ExpectedBillingServiceListExpectedBillingsByContract2(params *ExpectedBillingServiceListExpectedBillingsByContract2Params, opts ...ClientOption) (*ExpectedBillingServiceListExpectedBillingsByContract2OK, error)

ExpectedBillingServiceListExpectedBillingsByContract2 請求予定の一覧取得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 {
	ExpectedBillingServiceListExpectedBillingsByContract(params *ExpectedBillingServiceListExpectedBillingsByContractParams, opts ...ClientOption) (*ExpectedBillingServiceListExpectedBillingsByContractOK, error)

	ExpectedBillingServiceListExpectedBillingsByContract2(params *ExpectedBillingServiceListExpectedBillingsByContract2Params, opts ...ClientOption) (*ExpectedBillingServiceListExpectedBillingsByContract2OK, 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 expected billing service API client.

type ExpectedBillingServiceListExpectedBillingsByContract2Default

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

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

An unexpected error response.

func NewExpectedBillingServiceListExpectedBillingsByContract2Default

func NewExpectedBillingServiceListExpectedBillingsByContract2Default(code int) *ExpectedBillingServiceListExpectedBillingsByContract2Default

NewExpectedBillingServiceListExpectedBillingsByContract2Default creates a ExpectedBillingServiceListExpectedBillingsByContract2Default with default headers values

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) Code

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) Error

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) GetPayload

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) IsClientError

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) IsCode

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) IsRedirect

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) IsServerError

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) IsSuccess

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Default) String

type ExpectedBillingServiceListExpectedBillingsByContract2OK

type ExpectedBillingServiceListExpectedBillingsByContract2OK struct {
	Payload *models.V1ListExpectedBillingsByContractResponse
}

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

A successful response.

func NewExpectedBillingServiceListExpectedBillingsByContract2OK

func NewExpectedBillingServiceListExpectedBillingsByContract2OK() *ExpectedBillingServiceListExpectedBillingsByContract2OK

NewExpectedBillingServiceListExpectedBillingsByContract2OK creates a ExpectedBillingServiceListExpectedBillingsByContract2OK with default headers values

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) Code

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) Error

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) GetPayload

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) IsClientError

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) IsCode

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) IsRedirect

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) IsServerError

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) IsSuccess

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2OK) String

type ExpectedBillingServiceListExpectedBillingsByContract2Params

type ExpectedBillingServiceListExpectedBillingsByContract2Params struct {

	/* ID.

	   契約ID
	*/
	ID string

	/* OptionalID.

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

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize *int32

	/* PageToken.

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

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

ExpectedBillingServiceListExpectedBillingsByContract2Params contains all the parameters to send to the API endpoint

for the expected billing service list expected billings by contract2 operation.

Typically these are written to a http.Request.

func NewExpectedBillingServiceListExpectedBillingsByContract2Params

func NewExpectedBillingServiceListExpectedBillingsByContract2Params() *ExpectedBillingServiceListExpectedBillingsByContract2Params

NewExpectedBillingServiceListExpectedBillingsByContract2Params creates a new ExpectedBillingServiceListExpectedBillingsByContract2Params 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 NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithContext

func NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithContext(ctx context.Context) *ExpectedBillingServiceListExpectedBillingsByContract2Params

NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithContext creates a new ExpectedBillingServiceListExpectedBillingsByContract2Params object with the ability to set a context for a request.

func NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithHTTPClient

func NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithHTTPClient(client *http.Client) *ExpectedBillingServiceListExpectedBillingsByContract2Params

NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithHTTPClient creates a new ExpectedBillingServiceListExpectedBillingsByContract2Params object with the ability to set a custom HTTPClient for a request.

func NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithTimeout

func NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithTimeout(timeout time.Duration) *ExpectedBillingServiceListExpectedBillingsByContract2Params

NewExpectedBillingServiceListExpectedBillingsByContract2ParamsWithTimeout creates a new ExpectedBillingServiceListExpectedBillingsByContract2Params object with the ability to set a timeout on a request.

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetContext

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetDefaults

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

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetHTTPClient

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetID

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetOptionalID

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetPageSize

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetPageToken

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) SetTimeout

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithContext

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithDefaults

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

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithHTTPClient

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithID

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithOptionalID

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithPageSize

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithPageToken

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WithTimeout

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

func (*ExpectedBillingServiceListExpectedBillingsByContract2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExpectedBillingServiceListExpectedBillingsByContract2Reader

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

ExpectedBillingServiceListExpectedBillingsByContract2Reader is a Reader for the ExpectedBillingServiceListExpectedBillingsByContract2 structure.

func (*ExpectedBillingServiceListExpectedBillingsByContract2Reader) ReadResponse

ReadResponse reads a server response into the received o.

type ExpectedBillingServiceListExpectedBillingsByContractDefault

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

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

An unexpected error response.

func NewExpectedBillingServiceListExpectedBillingsByContractDefault

func NewExpectedBillingServiceListExpectedBillingsByContractDefault(code int) *ExpectedBillingServiceListExpectedBillingsByContractDefault

NewExpectedBillingServiceListExpectedBillingsByContractDefault creates a ExpectedBillingServiceListExpectedBillingsByContractDefault with default headers values

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) Code

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

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) Error

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) GetPayload

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) IsClientError

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

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) IsCode

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

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) IsRedirect

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

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) IsServerError

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

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) IsSuccess

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

func (*ExpectedBillingServiceListExpectedBillingsByContractDefault) String

type ExpectedBillingServiceListExpectedBillingsByContractOK

type ExpectedBillingServiceListExpectedBillingsByContractOK struct {
	Payload *models.V1ListExpectedBillingsByContractResponse
}

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

A successful response.

func NewExpectedBillingServiceListExpectedBillingsByContractOK

func NewExpectedBillingServiceListExpectedBillingsByContractOK() *ExpectedBillingServiceListExpectedBillingsByContractOK

NewExpectedBillingServiceListExpectedBillingsByContractOK creates a ExpectedBillingServiceListExpectedBillingsByContractOK with default headers values

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) Code

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

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) Error

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) GetPayload

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) IsClientError

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

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) IsCode

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

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) IsRedirect

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

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) IsServerError

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

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) IsSuccess

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

func (*ExpectedBillingServiceListExpectedBillingsByContractOK) String

type ExpectedBillingServiceListExpectedBillingsByContractParams

type ExpectedBillingServiceListExpectedBillingsByContractParams struct {

	// Body.
	Body *models.V1ListExpectedBillingsByContractRequest

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

ExpectedBillingServiceListExpectedBillingsByContractParams contains all the parameters to send to the API endpoint

for the expected billing service list expected billings by contract operation.

Typically these are written to a http.Request.

func NewExpectedBillingServiceListExpectedBillingsByContractParams

func NewExpectedBillingServiceListExpectedBillingsByContractParams() *ExpectedBillingServiceListExpectedBillingsByContractParams

NewExpectedBillingServiceListExpectedBillingsByContractParams creates a new ExpectedBillingServiceListExpectedBillingsByContractParams 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 NewExpectedBillingServiceListExpectedBillingsByContractParamsWithContext

func NewExpectedBillingServiceListExpectedBillingsByContractParamsWithContext(ctx context.Context) *ExpectedBillingServiceListExpectedBillingsByContractParams

NewExpectedBillingServiceListExpectedBillingsByContractParamsWithContext creates a new ExpectedBillingServiceListExpectedBillingsByContractParams object with the ability to set a context for a request.

func NewExpectedBillingServiceListExpectedBillingsByContractParamsWithHTTPClient

func NewExpectedBillingServiceListExpectedBillingsByContractParamsWithHTTPClient(client *http.Client) *ExpectedBillingServiceListExpectedBillingsByContractParams

NewExpectedBillingServiceListExpectedBillingsByContractParamsWithHTTPClient creates a new ExpectedBillingServiceListExpectedBillingsByContractParams object with the ability to set a custom HTTPClient for a request.

func NewExpectedBillingServiceListExpectedBillingsByContractParamsWithTimeout

func NewExpectedBillingServiceListExpectedBillingsByContractParamsWithTimeout(timeout time.Duration) *ExpectedBillingServiceListExpectedBillingsByContractParams

NewExpectedBillingServiceListExpectedBillingsByContractParamsWithTimeout creates a new ExpectedBillingServiceListExpectedBillingsByContractParams object with the ability to set a timeout on a request.

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) SetBody

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) SetContext

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) SetDefaults

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

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) SetHTTPClient

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) SetTimeout

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) WithBody

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) WithContext

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) WithDefaults

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

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) WithHTTPClient

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) WithTimeout

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

func (*ExpectedBillingServiceListExpectedBillingsByContractParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExpectedBillingServiceListExpectedBillingsByContractReader

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

ExpectedBillingServiceListExpectedBillingsByContractReader is a Reader for the ExpectedBillingServiceListExpectedBillingsByContract structure.

func (*ExpectedBillingServiceListExpectedBillingsByContractReader) ReadResponse

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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