Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) GetBillingReportsBillableusage(ctx context.Context, params *GetBillingReportsBillableusageParams) (*GetBillingReportsBillableusageOK, error)
- func (a *Client) GetBillingTrusteebillingoverviewTrustorOrgID(ctx context.Context, ...) (*GetBillingTrusteebillingoverviewTrustorOrgIDOK, error)
- type GetBillingReportsBillableusageBadRequest
- func (o *GetBillingReportsBillableusageBadRequest) Error() string
- func (o *GetBillingReportsBillableusageBadRequest) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageBadRequest) IsClientError() bool
- func (o *GetBillingReportsBillableusageBadRequest) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageBadRequest) IsRedirect() bool
- func (o *GetBillingReportsBillableusageBadRequest) IsServerError() bool
- func (o *GetBillingReportsBillableusageBadRequest) IsSuccess() bool
- func (o *GetBillingReportsBillableusageBadRequest) String() string
- type GetBillingReportsBillableusageForbidden
- func (o *GetBillingReportsBillableusageForbidden) Error() string
- func (o *GetBillingReportsBillableusageForbidden) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageForbidden) IsClientError() bool
- func (o *GetBillingReportsBillableusageForbidden) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageForbidden) IsRedirect() bool
- func (o *GetBillingReportsBillableusageForbidden) IsServerError() bool
- func (o *GetBillingReportsBillableusageForbidden) IsSuccess() bool
- func (o *GetBillingReportsBillableusageForbidden) String() string
- type GetBillingReportsBillableusageGatewayTimeout
- func (o *GetBillingReportsBillableusageGatewayTimeout) Error() string
- func (o *GetBillingReportsBillableusageGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageGatewayTimeout) IsClientError() bool
- func (o *GetBillingReportsBillableusageGatewayTimeout) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageGatewayTimeout) IsRedirect() bool
- func (o *GetBillingReportsBillableusageGatewayTimeout) IsServerError() bool
- func (o *GetBillingReportsBillableusageGatewayTimeout) IsSuccess() bool
- func (o *GetBillingReportsBillableusageGatewayTimeout) String() string
- type GetBillingReportsBillableusageInternalServerError
- func (o *GetBillingReportsBillableusageInternalServerError) Error() string
- func (o *GetBillingReportsBillableusageInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageInternalServerError) IsClientError() bool
- func (o *GetBillingReportsBillableusageInternalServerError) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageInternalServerError) IsRedirect() bool
- func (o *GetBillingReportsBillableusageInternalServerError) IsServerError() bool
- func (o *GetBillingReportsBillableusageInternalServerError) IsSuccess() bool
- func (o *GetBillingReportsBillableusageInternalServerError) String() string
- type GetBillingReportsBillableusageNotFound
- func (o *GetBillingReportsBillableusageNotFound) Error() string
- func (o *GetBillingReportsBillableusageNotFound) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageNotFound) IsClientError() bool
- func (o *GetBillingReportsBillableusageNotFound) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageNotFound) IsRedirect() bool
- func (o *GetBillingReportsBillableusageNotFound) IsServerError() bool
- func (o *GetBillingReportsBillableusageNotFound) IsSuccess() bool
- func (o *GetBillingReportsBillableusageNotFound) String() string
- type GetBillingReportsBillableusageOK
- func (o *GetBillingReportsBillableusageOK) Error() string
- func (o *GetBillingReportsBillableusageOK) GetPayload() *models.BillingUsageReport
- func (o *GetBillingReportsBillableusageOK) IsClientError() bool
- func (o *GetBillingReportsBillableusageOK) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageOK) IsRedirect() bool
- func (o *GetBillingReportsBillableusageOK) IsServerError() bool
- func (o *GetBillingReportsBillableusageOK) IsSuccess() bool
- func (o *GetBillingReportsBillableusageOK) String() string
- type GetBillingReportsBillableusageParams
- func NewGetBillingReportsBillableusageParams() *GetBillingReportsBillableusageParams
- func NewGetBillingReportsBillableusageParamsWithContext(ctx context.Context) *GetBillingReportsBillableusageParams
- func NewGetBillingReportsBillableusageParamsWithHTTPClient(client *http.Client) *GetBillingReportsBillableusageParams
- func NewGetBillingReportsBillableusageParamsWithTimeout(timeout time.Duration) *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) SetContext(ctx context.Context)
- func (o *GetBillingReportsBillableusageParams) SetDefaults()
- func (o *GetBillingReportsBillableusageParams) SetEndDate(endDate strfmt.DateTime)
- func (o *GetBillingReportsBillableusageParams) SetHTTPClient(client *http.Client)
- func (o *GetBillingReportsBillableusageParams) SetStartDate(startDate strfmt.DateTime)
- func (o *GetBillingReportsBillableusageParams) SetTimeout(timeout time.Duration)
- func (o *GetBillingReportsBillableusageParams) WithContext(ctx context.Context) *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) WithDefaults() *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) WithEndDate(endDate strfmt.DateTime) *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) WithHTTPClient(client *http.Client) *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) WithStartDate(startDate strfmt.DateTime) *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) WithTimeout(timeout time.Duration) *GetBillingReportsBillableusageParams
- func (o *GetBillingReportsBillableusageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBillingReportsBillableusageReader
- type GetBillingReportsBillableusageRequestEntityTooLarge
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) Error() string
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsClientError() bool
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsRedirect() bool
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsServerError() bool
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsSuccess() bool
- func (o *GetBillingReportsBillableusageRequestEntityTooLarge) String() string
- type GetBillingReportsBillableusageRequestTimeout
- func (o *GetBillingReportsBillableusageRequestTimeout) Error() string
- func (o *GetBillingReportsBillableusageRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageRequestTimeout) IsClientError() bool
- func (o *GetBillingReportsBillableusageRequestTimeout) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageRequestTimeout) IsRedirect() bool
- func (o *GetBillingReportsBillableusageRequestTimeout) IsServerError() bool
- func (o *GetBillingReportsBillableusageRequestTimeout) IsSuccess() bool
- func (o *GetBillingReportsBillableusageRequestTimeout) String() string
- type GetBillingReportsBillableusageServiceUnavailable
- func (o *GetBillingReportsBillableusageServiceUnavailable) Error() string
- func (o *GetBillingReportsBillableusageServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageServiceUnavailable) IsClientError() bool
- func (o *GetBillingReportsBillableusageServiceUnavailable) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageServiceUnavailable) IsRedirect() bool
- func (o *GetBillingReportsBillableusageServiceUnavailable) IsServerError() bool
- func (o *GetBillingReportsBillableusageServiceUnavailable) IsSuccess() bool
- func (o *GetBillingReportsBillableusageServiceUnavailable) String() string
- type GetBillingReportsBillableusageTooManyRequests
- func (o *GetBillingReportsBillableusageTooManyRequests) Error() string
- func (o *GetBillingReportsBillableusageTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageTooManyRequests) IsClientError() bool
- func (o *GetBillingReportsBillableusageTooManyRequests) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageTooManyRequests) IsRedirect() bool
- func (o *GetBillingReportsBillableusageTooManyRequests) IsServerError() bool
- func (o *GetBillingReportsBillableusageTooManyRequests) IsSuccess() bool
- func (o *GetBillingReportsBillableusageTooManyRequests) String() string
- type GetBillingReportsBillableusageUnauthorized
- func (o *GetBillingReportsBillableusageUnauthorized) Error() string
- func (o *GetBillingReportsBillableusageUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageUnauthorized) IsClientError() bool
- func (o *GetBillingReportsBillableusageUnauthorized) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageUnauthorized) IsRedirect() bool
- func (o *GetBillingReportsBillableusageUnauthorized) IsServerError() bool
- func (o *GetBillingReportsBillableusageUnauthorized) IsSuccess() bool
- func (o *GetBillingReportsBillableusageUnauthorized) String() string
- type GetBillingReportsBillableusageUnsupportedMediaType
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) Error() string
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsClientError() bool
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsCode(code int) bool
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsRedirect() bool
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsServerError() bool
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsSuccess() bool
- func (o *GetBillingReportsBillableusageUnsupportedMediaType) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDForbidden
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDNotFound
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDOK
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) GetPayload() *models.TrusteeBillingOverview
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func NewGetBillingTrusteebillingoverviewTrustorOrgIDParams() *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithContext(ctx context.Context) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithHTTPClient(client *http.Client) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithTimeout(timeout time.Duration) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetBillingPeriodIndex(billingPeriodIndex *int32)
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetContext(ctx context.Context)
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetDefaults()
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetHTTPClient(client *http.Client)
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetTimeout(timeout time.Duration)
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetTrustorOrgID(trustorOrgID string)
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithBillingPeriodIndex(billingPeriodIndex *int32) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithContext(ctx context.Context) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithDefaults() *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithHTTPClient(client *http.Client) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithTimeout(timeout time.Duration) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithTrustorOrgID(trustorOrgID string) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBillingTrusteebillingoverviewTrustorOrgIDReader
- type GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) String() string
- type GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) Error() string
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) GetPayload() *models.ErrorBody
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsClientError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsCode(code int) bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsRedirect() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsServerError() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsSuccess() bool
- func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
/*
GetBillingReportsBillableusage gets a report of the billable license usages
Report is of the billable usages (e.g. licenses and devices utilized) for a given period. If response's status is InProgress, wait a few seconds, then try the same request again.
*/
GetBillingReportsBillableusage(ctx context.Context, params *GetBillingReportsBillableusageParams) (*GetBillingReportsBillableusageOK, error)
/*
GetBillingTrusteebillingoverviewTrustorOrgID gets the billing overview for an organization that is managed by a partner
Tax Disclaimer: Prices returned by this API do not include applicable taxes. It is the responsibility of the customer to pay all taxes that are appropriate in their jurisdiction. See the PureCloud API Documentation in the Developer Center for more information about this API: https://developer.mypurecloud.com/api/rest/v2/
*/
GetBillingTrusteebillingoverviewTrustorOrgID(ctx context.Context, params *GetBillingTrusteebillingoverviewTrustorOrgIDParams) (*GetBillingTrusteebillingoverviewTrustorOrgIDOK, error)
}
API is the interface of the billing client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for billing API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new billing API client.
func (*Client) GetBillingReportsBillableusage ¶
func (a *Client) GetBillingReportsBillableusage(ctx context.Context, params *GetBillingReportsBillableusageParams) (*GetBillingReportsBillableusageOK, error)
GetBillingReportsBillableusage gets a report of the billable license usages
Report is of the billable usages (e.g. licenses and devices utilized) for a given period. If response's status is InProgress, wait a few seconds, then try the same request again.
func (*Client) GetBillingTrusteebillingoverviewTrustorOrgID ¶
func (a *Client) GetBillingTrusteebillingoverviewTrustorOrgID(ctx context.Context, params *GetBillingTrusteebillingoverviewTrustorOrgIDParams) (*GetBillingTrusteebillingoverviewTrustorOrgIDOK, error)
GetBillingTrusteebillingoverviewTrustorOrgID gets the billing overview for an organization that is managed by a partner
Tax Disclaimer: Prices returned by this API do not include applicable taxes. It is the responsibility of the customer to pay all taxes that are appropriate in their jurisdiction. See the PureCloud API Documentation in the Developer Center for more information about this API: https://developer.mypurecloud.com/api/rest/v2/
type GetBillingReportsBillableusageBadRequest ¶
GetBillingReportsBillableusageBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetBillingReportsBillableusageBadRequest ¶
func NewGetBillingReportsBillableusageBadRequest() *GetBillingReportsBillableusageBadRequest
NewGetBillingReportsBillableusageBadRequest creates a GetBillingReportsBillableusageBadRequest with default headers values
func (*GetBillingReportsBillableusageBadRequest) Error ¶
func (o *GetBillingReportsBillableusageBadRequest) Error() string
func (*GetBillingReportsBillableusageBadRequest) GetPayload ¶
func (o *GetBillingReportsBillableusageBadRequest) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageBadRequest) IsClientError ¶
func (o *GetBillingReportsBillableusageBadRequest) IsClientError() bool
IsClientError returns true when this get billing reports billableusage bad request response has a 4xx status code
func (*GetBillingReportsBillableusageBadRequest) IsCode ¶
func (o *GetBillingReportsBillableusageBadRequest) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage bad request response a status code equal to that given
func (*GetBillingReportsBillableusageBadRequest) IsRedirect ¶
func (o *GetBillingReportsBillableusageBadRequest) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage bad request response has a 3xx status code
func (*GetBillingReportsBillableusageBadRequest) IsServerError ¶
func (o *GetBillingReportsBillableusageBadRequest) IsServerError() bool
IsServerError returns true when this get billing reports billableusage bad request response has a 5xx status code
func (*GetBillingReportsBillableusageBadRequest) IsSuccess ¶
func (o *GetBillingReportsBillableusageBadRequest) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage bad request response has a 2xx status code
func (*GetBillingReportsBillableusageBadRequest) String ¶
func (o *GetBillingReportsBillableusageBadRequest) String() string
type GetBillingReportsBillableusageForbidden ¶
GetBillingReportsBillableusageForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetBillingReportsBillableusageForbidden ¶
func NewGetBillingReportsBillableusageForbidden() *GetBillingReportsBillableusageForbidden
NewGetBillingReportsBillableusageForbidden creates a GetBillingReportsBillableusageForbidden with default headers values
func (*GetBillingReportsBillableusageForbidden) Error ¶
func (o *GetBillingReportsBillableusageForbidden) Error() string
func (*GetBillingReportsBillableusageForbidden) GetPayload ¶
func (o *GetBillingReportsBillableusageForbidden) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageForbidden) IsClientError ¶
func (o *GetBillingReportsBillableusageForbidden) IsClientError() bool
IsClientError returns true when this get billing reports billableusage forbidden response has a 4xx status code
func (*GetBillingReportsBillableusageForbidden) IsCode ¶
func (o *GetBillingReportsBillableusageForbidden) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage forbidden response a status code equal to that given
func (*GetBillingReportsBillableusageForbidden) IsRedirect ¶
func (o *GetBillingReportsBillableusageForbidden) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage forbidden response has a 3xx status code
func (*GetBillingReportsBillableusageForbidden) IsServerError ¶
func (o *GetBillingReportsBillableusageForbidden) IsServerError() bool
IsServerError returns true when this get billing reports billableusage forbidden response has a 5xx status code
func (*GetBillingReportsBillableusageForbidden) IsSuccess ¶
func (o *GetBillingReportsBillableusageForbidden) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage forbidden response has a 2xx status code
func (*GetBillingReportsBillableusageForbidden) String ¶
func (o *GetBillingReportsBillableusageForbidden) String() string
type GetBillingReportsBillableusageGatewayTimeout ¶
GetBillingReportsBillableusageGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetBillingReportsBillableusageGatewayTimeout ¶
func NewGetBillingReportsBillableusageGatewayTimeout() *GetBillingReportsBillableusageGatewayTimeout
NewGetBillingReportsBillableusageGatewayTimeout creates a GetBillingReportsBillableusageGatewayTimeout with default headers values
func (*GetBillingReportsBillableusageGatewayTimeout) Error ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) Error() string
func (*GetBillingReportsBillableusageGatewayTimeout) GetPayload ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageGatewayTimeout) IsClientError ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) IsClientError() bool
IsClientError returns true when this get billing reports billableusage gateway timeout response has a 4xx status code
func (*GetBillingReportsBillableusageGatewayTimeout) IsCode ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage gateway timeout response a status code equal to that given
func (*GetBillingReportsBillableusageGatewayTimeout) IsRedirect ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage gateway timeout response has a 3xx status code
func (*GetBillingReportsBillableusageGatewayTimeout) IsServerError ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) IsServerError() bool
IsServerError returns true when this get billing reports billableusage gateway timeout response has a 5xx status code
func (*GetBillingReportsBillableusageGatewayTimeout) IsSuccess ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage gateway timeout response has a 2xx status code
func (*GetBillingReportsBillableusageGatewayTimeout) String ¶
func (o *GetBillingReportsBillableusageGatewayTimeout) String() string
type GetBillingReportsBillableusageInternalServerError ¶
GetBillingReportsBillableusageInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetBillingReportsBillableusageInternalServerError ¶
func NewGetBillingReportsBillableusageInternalServerError() *GetBillingReportsBillableusageInternalServerError
NewGetBillingReportsBillableusageInternalServerError creates a GetBillingReportsBillableusageInternalServerError with default headers values
func (*GetBillingReportsBillableusageInternalServerError) Error ¶
func (o *GetBillingReportsBillableusageInternalServerError) Error() string
func (*GetBillingReportsBillableusageInternalServerError) GetPayload ¶
func (o *GetBillingReportsBillableusageInternalServerError) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageInternalServerError) IsClientError ¶
func (o *GetBillingReportsBillableusageInternalServerError) IsClientError() bool
IsClientError returns true when this get billing reports billableusage internal server error response has a 4xx status code
func (*GetBillingReportsBillableusageInternalServerError) IsCode ¶
func (o *GetBillingReportsBillableusageInternalServerError) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage internal server error response a status code equal to that given
func (*GetBillingReportsBillableusageInternalServerError) IsRedirect ¶
func (o *GetBillingReportsBillableusageInternalServerError) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage internal server error response has a 3xx status code
func (*GetBillingReportsBillableusageInternalServerError) IsServerError ¶
func (o *GetBillingReportsBillableusageInternalServerError) IsServerError() bool
IsServerError returns true when this get billing reports billableusage internal server error response has a 5xx status code
func (*GetBillingReportsBillableusageInternalServerError) IsSuccess ¶
func (o *GetBillingReportsBillableusageInternalServerError) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage internal server error response has a 2xx status code
func (*GetBillingReportsBillableusageInternalServerError) String ¶
func (o *GetBillingReportsBillableusageInternalServerError) String() string
type GetBillingReportsBillableusageNotFound ¶
GetBillingReportsBillableusageNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetBillingReportsBillableusageNotFound ¶
func NewGetBillingReportsBillableusageNotFound() *GetBillingReportsBillableusageNotFound
NewGetBillingReportsBillableusageNotFound creates a GetBillingReportsBillableusageNotFound with default headers values
func (*GetBillingReportsBillableusageNotFound) Error ¶
func (o *GetBillingReportsBillableusageNotFound) Error() string
func (*GetBillingReportsBillableusageNotFound) GetPayload ¶
func (o *GetBillingReportsBillableusageNotFound) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageNotFound) IsClientError ¶
func (o *GetBillingReportsBillableusageNotFound) IsClientError() bool
IsClientError returns true when this get billing reports billableusage not found response has a 4xx status code
func (*GetBillingReportsBillableusageNotFound) IsCode ¶
func (o *GetBillingReportsBillableusageNotFound) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage not found response a status code equal to that given
func (*GetBillingReportsBillableusageNotFound) IsRedirect ¶
func (o *GetBillingReportsBillableusageNotFound) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage not found response has a 3xx status code
func (*GetBillingReportsBillableusageNotFound) IsServerError ¶
func (o *GetBillingReportsBillableusageNotFound) IsServerError() bool
IsServerError returns true when this get billing reports billableusage not found response has a 5xx status code
func (*GetBillingReportsBillableusageNotFound) IsSuccess ¶
func (o *GetBillingReportsBillableusageNotFound) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage not found response has a 2xx status code
func (*GetBillingReportsBillableusageNotFound) String ¶
func (o *GetBillingReportsBillableusageNotFound) String() string
type GetBillingReportsBillableusageOK ¶
type GetBillingReportsBillableusageOK struct {
Payload *models.BillingUsageReport
}
GetBillingReportsBillableusageOK describes a response with status code 200, with default header values.
successful operation
func NewGetBillingReportsBillableusageOK ¶
func NewGetBillingReportsBillableusageOK() *GetBillingReportsBillableusageOK
NewGetBillingReportsBillableusageOK creates a GetBillingReportsBillableusageOK with default headers values
func (*GetBillingReportsBillableusageOK) Error ¶
func (o *GetBillingReportsBillableusageOK) Error() string
func (*GetBillingReportsBillableusageOK) GetPayload ¶
func (o *GetBillingReportsBillableusageOK) GetPayload() *models.BillingUsageReport
func (*GetBillingReportsBillableusageOK) IsClientError ¶
func (o *GetBillingReportsBillableusageOK) IsClientError() bool
IsClientError returns true when this get billing reports billableusage o k response has a 4xx status code
func (*GetBillingReportsBillableusageOK) IsCode ¶
func (o *GetBillingReportsBillableusageOK) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage o k response a status code equal to that given
func (*GetBillingReportsBillableusageOK) IsRedirect ¶
func (o *GetBillingReportsBillableusageOK) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage o k response has a 3xx status code
func (*GetBillingReportsBillableusageOK) IsServerError ¶
func (o *GetBillingReportsBillableusageOK) IsServerError() bool
IsServerError returns true when this get billing reports billableusage o k response has a 5xx status code
func (*GetBillingReportsBillableusageOK) IsSuccess ¶
func (o *GetBillingReportsBillableusageOK) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage o k response has a 2xx status code
func (*GetBillingReportsBillableusageOK) String ¶
func (o *GetBillingReportsBillableusageOK) String() string
type GetBillingReportsBillableusageParams ¶
type GetBillingReportsBillableusageParams struct {
/* EndDate.
The period end date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
Format: date-time
*/
EndDate strfmt.DateTime
/* StartDate.
The period start date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
Format: date-time
*/
StartDate strfmt.DateTime
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetBillingReportsBillableusageParams contains all the parameters to send to the API endpoint
for the get billing reports billableusage operation. Typically these are written to a http.Request.
func NewGetBillingReportsBillableusageParams ¶
func NewGetBillingReportsBillableusageParams() *GetBillingReportsBillableusageParams
NewGetBillingReportsBillableusageParams creates a new GetBillingReportsBillableusageParams 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 NewGetBillingReportsBillableusageParamsWithContext ¶
func NewGetBillingReportsBillableusageParamsWithContext(ctx context.Context) *GetBillingReportsBillableusageParams
NewGetBillingReportsBillableusageParamsWithContext creates a new GetBillingReportsBillableusageParams object with the ability to set a context for a request.
func NewGetBillingReportsBillableusageParamsWithHTTPClient ¶
func NewGetBillingReportsBillableusageParamsWithHTTPClient(client *http.Client) *GetBillingReportsBillableusageParams
NewGetBillingReportsBillableusageParamsWithHTTPClient creates a new GetBillingReportsBillableusageParams object with the ability to set a custom HTTPClient for a request.
func NewGetBillingReportsBillableusageParamsWithTimeout ¶
func NewGetBillingReportsBillableusageParamsWithTimeout(timeout time.Duration) *GetBillingReportsBillableusageParams
NewGetBillingReportsBillableusageParamsWithTimeout creates a new GetBillingReportsBillableusageParams object with the ability to set a timeout on a request.
func (*GetBillingReportsBillableusageParams) SetContext ¶
func (o *GetBillingReportsBillableusageParams) SetContext(ctx context.Context)
SetContext adds the context to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) SetDefaults ¶
func (o *GetBillingReportsBillableusageParams) SetDefaults()
SetDefaults hydrates default values in the get billing reports billableusage params (not the query body).
All values with no default are reset to their zero value.
func (*GetBillingReportsBillableusageParams) SetEndDate ¶
func (o *GetBillingReportsBillableusageParams) SetEndDate(endDate strfmt.DateTime)
SetEndDate adds the endDate to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) SetHTTPClient ¶
func (o *GetBillingReportsBillableusageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) SetStartDate ¶
func (o *GetBillingReportsBillableusageParams) SetStartDate(startDate strfmt.DateTime)
SetStartDate adds the startDate to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) SetTimeout ¶
func (o *GetBillingReportsBillableusageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) WithContext ¶
func (o *GetBillingReportsBillableusageParams) WithContext(ctx context.Context) *GetBillingReportsBillableusageParams
WithContext adds the context to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) WithDefaults ¶
func (o *GetBillingReportsBillableusageParams) WithDefaults() *GetBillingReportsBillableusageParams
WithDefaults hydrates default values in the get billing reports billableusage params (not the query body).
All values with no default are reset to their zero value.
func (*GetBillingReportsBillableusageParams) WithEndDate ¶
func (o *GetBillingReportsBillableusageParams) WithEndDate(endDate strfmt.DateTime) *GetBillingReportsBillableusageParams
WithEndDate adds the endDate to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) WithHTTPClient ¶
func (o *GetBillingReportsBillableusageParams) WithHTTPClient(client *http.Client) *GetBillingReportsBillableusageParams
WithHTTPClient adds the HTTPClient to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) WithStartDate ¶
func (o *GetBillingReportsBillableusageParams) WithStartDate(startDate strfmt.DateTime) *GetBillingReportsBillableusageParams
WithStartDate adds the startDate to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) WithTimeout ¶
func (o *GetBillingReportsBillableusageParams) WithTimeout(timeout time.Duration) *GetBillingReportsBillableusageParams
WithTimeout adds the timeout to the get billing reports billableusage params
func (*GetBillingReportsBillableusageParams) WriteToRequest ¶
func (o *GetBillingReportsBillableusageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBillingReportsBillableusageReader ¶
type GetBillingReportsBillableusageReader struct {
// contains filtered or unexported fields
}
GetBillingReportsBillableusageReader is a Reader for the GetBillingReportsBillableusage structure.
func (*GetBillingReportsBillableusageReader) ReadResponse ¶
func (o *GetBillingReportsBillableusageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBillingReportsBillableusageRequestEntityTooLarge ¶
GetBillingReportsBillableusageRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetBillingReportsBillableusageRequestEntityTooLarge ¶
func NewGetBillingReportsBillableusageRequestEntityTooLarge() *GetBillingReportsBillableusageRequestEntityTooLarge
NewGetBillingReportsBillableusageRequestEntityTooLarge creates a GetBillingReportsBillableusageRequestEntityTooLarge with default headers values
func (*GetBillingReportsBillableusageRequestEntityTooLarge) Error ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) Error() string
func (*GetBillingReportsBillableusageRequestEntityTooLarge) GetPayload ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageRequestEntityTooLarge) IsClientError ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get billing reports billableusage request entity too large response has a 4xx status code
func (*GetBillingReportsBillableusageRequestEntityTooLarge) IsCode ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage request entity too large response a status code equal to that given
func (*GetBillingReportsBillableusageRequestEntityTooLarge) IsRedirect ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage request entity too large response has a 3xx status code
func (*GetBillingReportsBillableusageRequestEntityTooLarge) IsServerError ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get billing reports billableusage request entity too large response has a 5xx status code
func (*GetBillingReportsBillableusageRequestEntityTooLarge) IsSuccess ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage request entity too large response has a 2xx status code
func (*GetBillingReportsBillableusageRequestEntityTooLarge) String ¶
func (o *GetBillingReportsBillableusageRequestEntityTooLarge) String() string
type GetBillingReportsBillableusageRequestTimeout ¶
GetBillingReportsBillableusageRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetBillingReportsBillableusageRequestTimeout ¶
func NewGetBillingReportsBillableusageRequestTimeout() *GetBillingReportsBillableusageRequestTimeout
NewGetBillingReportsBillableusageRequestTimeout creates a GetBillingReportsBillableusageRequestTimeout with default headers values
func (*GetBillingReportsBillableusageRequestTimeout) Error ¶
func (o *GetBillingReportsBillableusageRequestTimeout) Error() string
func (*GetBillingReportsBillableusageRequestTimeout) GetPayload ¶
func (o *GetBillingReportsBillableusageRequestTimeout) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageRequestTimeout) IsClientError ¶
func (o *GetBillingReportsBillableusageRequestTimeout) IsClientError() bool
IsClientError returns true when this get billing reports billableusage request timeout response has a 4xx status code
func (*GetBillingReportsBillableusageRequestTimeout) IsCode ¶
func (o *GetBillingReportsBillableusageRequestTimeout) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage request timeout response a status code equal to that given
func (*GetBillingReportsBillableusageRequestTimeout) IsRedirect ¶
func (o *GetBillingReportsBillableusageRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage request timeout response has a 3xx status code
func (*GetBillingReportsBillableusageRequestTimeout) IsServerError ¶
func (o *GetBillingReportsBillableusageRequestTimeout) IsServerError() bool
IsServerError returns true when this get billing reports billableusage request timeout response has a 5xx status code
func (*GetBillingReportsBillableusageRequestTimeout) IsSuccess ¶
func (o *GetBillingReportsBillableusageRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage request timeout response has a 2xx status code
func (*GetBillingReportsBillableusageRequestTimeout) String ¶
func (o *GetBillingReportsBillableusageRequestTimeout) String() string
type GetBillingReportsBillableusageServiceUnavailable ¶
type GetBillingReportsBillableusageServiceUnavailable struct {
}
GetBillingReportsBillableusageServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetBillingReportsBillableusageServiceUnavailable ¶
func NewGetBillingReportsBillableusageServiceUnavailable() *GetBillingReportsBillableusageServiceUnavailable
NewGetBillingReportsBillableusageServiceUnavailable creates a GetBillingReportsBillableusageServiceUnavailable with default headers values
func (*GetBillingReportsBillableusageServiceUnavailable) Error ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) Error() string
func (*GetBillingReportsBillableusageServiceUnavailable) GetPayload ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageServiceUnavailable) IsClientError ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) IsClientError() bool
IsClientError returns true when this get billing reports billableusage service unavailable response has a 4xx status code
func (*GetBillingReportsBillableusageServiceUnavailable) IsCode ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage service unavailable response a status code equal to that given
func (*GetBillingReportsBillableusageServiceUnavailable) IsRedirect ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage service unavailable response has a 3xx status code
func (*GetBillingReportsBillableusageServiceUnavailable) IsServerError ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) IsServerError() bool
IsServerError returns true when this get billing reports billableusage service unavailable response has a 5xx status code
func (*GetBillingReportsBillableusageServiceUnavailable) IsSuccess ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage service unavailable response has a 2xx status code
func (*GetBillingReportsBillableusageServiceUnavailable) String ¶
func (o *GetBillingReportsBillableusageServiceUnavailable) String() string
type GetBillingReportsBillableusageTooManyRequests ¶
GetBillingReportsBillableusageTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetBillingReportsBillableusageTooManyRequests ¶
func NewGetBillingReportsBillableusageTooManyRequests() *GetBillingReportsBillableusageTooManyRequests
NewGetBillingReportsBillableusageTooManyRequests creates a GetBillingReportsBillableusageTooManyRequests with default headers values
func (*GetBillingReportsBillableusageTooManyRequests) Error ¶
func (o *GetBillingReportsBillableusageTooManyRequests) Error() string
func (*GetBillingReportsBillableusageTooManyRequests) GetPayload ¶
func (o *GetBillingReportsBillableusageTooManyRequests) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageTooManyRequests) IsClientError ¶
func (o *GetBillingReportsBillableusageTooManyRequests) IsClientError() bool
IsClientError returns true when this get billing reports billableusage too many requests response has a 4xx status code
func (*GetBillingReportsBillableusageTooManyRequests) IsCode ¶
func (o *GetBillingReportsBillableusageTooManyRequests) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage too many requests response a status code equal to that given
func (*GetBillingReportsBillableusageTooManyRequests) IsRedirect ¶
func (o *GetBillingReportsBillableusageTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage too many requests response has a 3xx status code
func (*GetBillingReportsBillableusageTooManyRequests) IsServerError ¶
func (o *GetBillingReportsBillableusageTooManyRequests) IsServerError() bool
IsServerError returns true when this get billing reports billableusage too many requests response has a 5xx status code
func (*GetBillingReportsBillableusageTooManyRequests) IsSuccess ¶
func (o *GetBillingReportsBillableusageTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage too many requests response has a 2xx status code
func (*GetBillingReportsBillableusageTooManyRequests) String ¶
func (o *GetBillingReportsBillableusageTooManyRequests) String() string
type GetBillingReportsBillableusageUnauthorized ¶
type GetBillingReportsBillableusageUnauthorized struct {
}
GetBillingReportsBillableusageUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetBillingReportsBillableusageUnauthorized ¶
func NewGetBillingReportsBillableusageUnauthorized() *GetBillingReportsBillableusageUnauthorized
NewGetBillingReportsBillableusageUnauthorized creates a GetBillingReportsBillableusageUnauthorized with default headers values
func (*GetBillingReportsBillableusageUnauthorized) Error ¶
func (o *GetBillingReportsBillableusageUnauthorized) Error() string
func (*GetBillingReportsBillableusageUnauthorized) GetPayload ¶
func (o *GetBillingReportsBillableusageUnauthorized) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageUnauthorized) IsClientError ¶
func (o *GetBillingReportsBillableusageUnauthorized) IsClientError() bool
IsClientError returns true when this get billing reports billableusage unauthorized response has a 4xx status code
func (*GetBillingReportsBillableusageUnauthorized) IsCode ¶
func (o *GetBillingReportsBillableusageUnauthorized) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage unauthorized response a status code equal to that given
func (*GetBillingReportsBillableusageUnauthorized) IsRedirect ¶
func (o *GetBillingReportsBillableusageUnauthorized) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage unauthorized response has a 3xx status code
func (*GetBillingReportsBillableusageUnauthorized) IsServerError ¶
func (o *GetBillingReportsBillableusageUnauthorized) IsServerError() bool
IsServerError returns true when this get billing reports billableusage unauthorized response has a 5xx status code
func (*GetBillingReportsBillableusageUnauthorized) IsSuccess ¶
func (o *GetBillingReportsBillableusageUnauthorized) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage unauthorized response has a 2xx status code
func (*GetBillingReportsBillableusageUnauthorized) String ¶
func (o *GetBillingReportsBillableusageUnauthorized) String() string
type GetBillingReportsBillableusageUnsupportedMediaType ¶
GetBillingReportsBillableusageUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetBillingReportsBillableusageUnsupportedMediaType ¶
func NewGetBillingReportsBillableusageUnsupportedMediaType() *GetBillingReportsBillableusageUnsupportedMediaType
NewGetBillingReportsBillableusageUnsupportedMediaType creates a GetBillingReportsBillableusageUnsupportedMediaType with default headers values
func (*GetBillingReportsBillableusageUnsupportedMediaType) Error ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) Error() string
func (*GetBillingReportsBillableusageUnsupportedMediaType) GetPayload ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetBillingReportsBillableusageUnsupportedMediaType) IsClientError ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get billing reports billableusage unsupported media type response has a 4xx status code
func (*GetBillingReportsBillableusageUnsupportedMediaType) IsCode ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get billing reports billableusage unsupported media type response a status code equal to that given
func (*GetBillingReportsBillableusageUnsupportedMediaType) IsRedirect ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get billing reports billableusage unsupported media type response has a 3xx status code
func (*GetBillingReportsBillableusageUnsupportedMediaType) IsServerError ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get billing reports billableusage unsupported media type response has a 5xx status code
func (*GetBillingReportsBillableusageUnsupportedMediaType) IsSuccess ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get billing reports billableusage unsupported media type response has a 2xx status code
func (*GetBillingReportsBillableusageUnsupportedMediaType) String ¶
func (o *GetBillingReportsBillableusageUnsupportedMediaType) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest ¶
GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest describes a response with status code 400, with default header values.
The request could not be understood by the server due to malformed syntax.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDBadRequest ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDBadRequest() *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest
NewGetBillingTrusteebillingoverviewTrustorOrgIDBadRequest creates a GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id bad request response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id bad request response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id bad request response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id bad request response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id bad request response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDBadRequest) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDForbidden ¶
GetBillingTrusteebillingoverviewTrustorOrgIDForbidden describes a response with status code 403, with default header values.
You are not authorized to perform the requested action.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDForbidden ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDForbidden() *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden
NewGetBillingTrusteebillingoverviewTrustorOrgIDForbidden creates a GetBillingTrusteebillingoverviewTrustorOrgIDForbidden with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id forbidden response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id forbidden response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id forbidden response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id forbidden response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id forbidden response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDForbidden) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout struct {
Payload *models.ErrorBody
}
GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout describes a response with status code 504, with default header values.
The request timed out.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout() *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout
NewGetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout creates a GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id gateway timeout response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id gateway timeout response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id gateway timeout response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id gateway timeout response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id gateway timeout response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDGatewayTimeout) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError struct {
Payload *models.ErrorBody
}
GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError describes a response with status code 500, with default header values.
The server encountered an unexpected condition which prevented it from fulfilling the request.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError() *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError
NewGetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError creates a GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id internal server error response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id internal server error response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id internal server error response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id internal server error response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id internal server error response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDInternalServerError) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDNotFound ¶
GetBillingTrusteebillingoverviewTrustorOrgIDNotFound describes a response with status code 404, with default header values.
The requested resource was not found.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDNotFound ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDNotFound() *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound
NewGetBillingTrusteebillingoverviewTrustorOrgIDNotFound creates a GetBillingTrusteebillingoverviewTrustorOrgIDNotFound with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id not found response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id not found response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id not found response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id not found response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id not found response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDNotFound) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDOK ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDOK struct {
Payload *models.TrusteeBillingOverview
}
GetBillingTrusteebillingoverviewTrustorOrgIDOK describes a response with status code 200, with default header values.
successful operation
func NewGetBillingTrusteebillingoverviewTrustorOrgIDOK ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDOK() *GetBillingTrusteebillingoverviewTrustorOrgIDOK
NewGetBillingTrusteebillingoverviewTrustorOrgIDOK creates a GetBillingTrusteebillingoverviewTrustorOrgIDOK with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) GetPayload() *models.TrusteeBillingOverview
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id o k response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id o k response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id o k response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id o k response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id o k response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDOK) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDOK) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDParams ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDParams struct {
/* BillingPeriodIndex.
0 for active period (overview data may change until period closes). 1 for prior completed billing period. 2 for two billing cycles prior, and so on.
Format: int32
*/
BillingPeriodIndex *int32
/* TrustorOrgID.
The organization ID of the trustor (customer) organization.
*/
TrustorOrgID string
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetBillingTrusteebillingoverviewTrustorOrgIDParams contains all the parameters to send to the API endpoint
for the get billing trusteebillingoverview trustor org Id operation. Typically these are written to a http.Request.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParams ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParams() *GetBillingTrusteebillingoverviewTrustorOrgIDParams
NewGetBillingTrusteebillingoverviewTrustorOrgIDParams creates a new GetBillingTrusteebillingoverviewTrustorOrgIDParams 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 NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithContext ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithContext(ctx context.Context) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithContext creates a new GetBillingTrusteebillingoverviewTrustorOrgIDParams object with the ability to set a context for a request.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithHTTPClient ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithHTTPClient(client *http.Client) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithHTTPClient creates a new GetBillingTrusteebillingoverviewTrustorOrgIDParams object with the ability to set a custom HTTPClient for a request.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithTimeout ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithTimeout(timeout time.Duration) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
NewGetBillingTrusteebillingoverviewTrustorOrgIDParamsWithTimeout creates a new GetBillingTrusteebillingoverviewTrustorOrgIDParams object with the ability to set a timeout on a request.
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetBillingPeriodIndex ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetBillingPeriodIndex(billingPeriodIndex *int32)
SetBillingPeriodIndex adds the billingPeriodIndex to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetContext ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetDefaults ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetDefaults()
SetDefaults hydrates default values in the get billing trusteebillingoverview trustor org Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetHTTPClient ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetTimeout ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetTrustorOrgID ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) SetTrustorOrgID(trustorOrgID string)
SetTrustorOrgID adds the trustorOrgId to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithBillingPeriodIndex ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithBillingPeriodIndex(billingPeriodIndex *int32) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
WithBillingPeriodIndex adds the billingPeriodIndex to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithContext ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithContext(ctx context.Context) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
WithContext adds the context to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithDefaults ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithDefaults() *GetBillingTrusteebillingoverviewTrustorOrgIDParams
WithDefaults hydrates default values in the get billing trusteebillingoverview trustor org Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithHTTPClient ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithHTTPClient(client *http.Client) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
WithHTTPClient adds the HTTPClient to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithTimeout ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithTimeout(timeout time.Duration) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
WithTimeout adds the timeout to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithTrustorOrgID ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WithTrustorOrgID(trustorOrgID string) *GetBillingTrusteebillingoverviewTrustorOrgIDParams
WithTrustorOrgID adds the trustorOrgID to the get billing trusteebillingoverview trustor org Id params
func (*GetBillingTrusteebillingoverviewTrustorOrgIDParams) WriteToRequest ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetBillingTrusteebillingoverviewTrustorOrgIDReader ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDReader struct {
// contains filtered or unexported fields
}
GetBillingTrusteebillingoverviewTrustorOrgIDReader is a Reader for the GetBillingTrusteebillingoverviewTrustorOrgID structure.
func (*GetBillingTrusteebillingoverviewTrustorOrgIDReader) ReadResponse ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge struct {
Payload *models.ErrorBody
}
GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge describes a response with status code 413, with default header values.
The request is over the size limit. Maximum bytes: %s
func NewGetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge() *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge
NewGetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge creates a GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id request entity too large response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id request entity too large response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id request entity too large response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id request entity too large response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id request entity too large response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestEntityTooLarge) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout struct {
Payload *models.ErrorBody
}
GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout describes a response with status code 408, with default header values.
The client did not produce a request within the server timeout limit. This can be caused by a slow network connection and/or large payloads.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout() *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout
NewGetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout creates a GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id request timeout response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id request timeout response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id request timeout response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id request timeout response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id request timeout response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDRequestTimeout) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable struct {
}
GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable describes a response with status code 503, with default header values.
Service Unavailable - The server is currently unavailable (because it is overloaded or down for maintenance).
func NewGetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable() *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable
NewGetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable creates a GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id service unavailable response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id service unavailable response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id service unavailable response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id service unavailable response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id service unavailable response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDServiceUnavailable) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests struct {
Payload *models.ErrorBody
}
GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests describes a response with status code 429, with default header values.
Rate limit exceeded the maximum. Retry the request in [%s] seconds
func NewGetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests() *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests
NewGetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests creates a GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id too many requests response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id too many requests response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id too many requests response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id too many requests response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id too many requests response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDTooManyRequests) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized struct {
}
GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized describes a response with status code 401, with default header values.
No authentication bearer token specified in authorization header.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized() *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized
NewGetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized creates a GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id unauthorized response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id unauthorized response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id unauthorized response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id unauthorized response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id unauthorized response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnauthorized) String() string
type GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType ¶
type GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType struct {
Payload *models.ErrorBody
}
GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType describes a response with status code 415, with default header values.
Unsupported Media Type - Unsupported or incorrect media type, such as an incorrect Content-Type value in the header.
func NewGetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType ¶
func NewGetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType() *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType
NewGetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType creates a GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType with default headers values
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) Error ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) Error() string
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) GetPayload ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) GetPayload() *models.ErrorBody
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsClientError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsClientError() bool
IsClientError returns true when this get billing trusteebillingoverview trustor org Id unsupported media type response has a 4xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsCode ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsCode(code int) bool
IsCode returns true when this get billing trusteebillingoverview trustor org Id unsupported media type response a status code equal to that given
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsRedirect ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsRedirect() bool
IsRedirect returns true when this get billing trusteebillingoverview trustor org Id unsupported media type response has a 3xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsServerError ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsServerError() bool
IsServerError returns true when this get billing trusteebillingoverview trustor org Id unsupported media type response has a 5xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsSuccess ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) IsSuccess() bool
IsSuccess returns true when this get billing trusteebillingoverview trustor org Id unsupported media type response has a 2xx status code
func (*GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) String ¶
func (o *GetBillingTrusteebillingoverviewTrustorOrgIDUnsupportedMediaType) String() string