Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2019 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateTenant(ctx context.Context, params *CreateTenantParams) (*CreateTenantCreated, error) + func (a *Client) DeletePerTenantConfiguration(ctx context.Context, params *DeletePerTenantConfigurationParams) (*DeletePerTenantConfigurationNoContent, error) + func (a *Client) DeletePluginConfiguration(ctx context.Context, params *DeletePluginConfigurationParams) (*DeletePluginConfigurationNoContent, error) + func (a *Client) DeletePluginPaymentStateMachineConfig(ctx context.Context, params *DeletePluginPaymentStateMachineConfigParams) (*DeletePluginPaymentStateMachineConfigNoContent, error) + func (a *Client) DeletePushNotificationCallbacks(ctx context.Context, params *DeletePushNotificationCallbacksParams) (*DeletePushNotificationCallbacksNoContent, error) + func (a *Client) DeleteUserKeyValue(ctx context.Context, params *DeleteUserKeyValueParams) (*DeleteUserKeyValueNoContent, error) + func (a *Client) GetAllPluginConfiguration(ctx context.Context, params *GetAllPluginConfigurationParams) (*GetAllPluginConfigurationOK, error) + func (a *Client) GetPerTenantConfiguration(ctx context.Context, params *GetPerTenantConfigurationParams) (*GetPerTenantConfigurationOK, error) + func (a *Client) GetPluginConfiguration(ctx context.Context, params *GetPluginConfigurationParams) (*GetPluginConfigurationOK, error) + func (a *Client) GetPluginPaymentStateMachineConfig(ctx context.Context, params *GetPluginPaymentStateMachineConfigParams) (*GetPluginPaymentStateMachineConfigOK, error) + func (a *Client) GetPushNotificationCallbacks(ctx context.Context, params *GetPushNotificationCallbacksParams) (*GetPushNotificationCallbacksOK, error) + func (a *Client) GetTenant(ctx context.Context, params *GetTenantParams) (*GetTenantOK, error) + func (a *Client) GetTenantByAPIKey(ctx context.Context, params *GetTenantByAPIKeyParams) (*GetTenantByAPIKeyOK, error) + func (a *Client) GetUserKeyValue(ctx context.Context, params *GetUserKeyValueParams) (*GetUserKeyValueOK, error) + func (a *Client) InsertUserKeyValue(ctx context.Context, params *InsertUserKeyValueParams) (*InsertUserKeyValueCreated, error) + func (a *Client) RegisterPushNotificationCallback(ctx context.Context, params *RegisterPushNotificationCallbackParams) (*RegisterPushNotificationCallbackCreated, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UploadPerTenantConfiguration(ctx context.Context, params *UploadPerTenantConfigurationParams) (*UploadPerTenantConfigurationCreated, error) + func (a *Client) UploadPluginConfiguration(ctx context.Context, params *UploadPluginConfigurationParams) (*UploadPluginConfigurationCreated, error) + func (a *Client) UploadPluginPaymentStateMachineConfig(ctx context.Context, params *UploadPluginPaymentStateMachineConfigParams) (*UploadPluginPaymentStateMachineConfigCreated, error) + type CreateTenantConflict struct + HttpResponse runtime.ClientResponse + func NewCreateTenantConflict() *CreateTenantConflict + func (o *CreateTenantConflict) Error() string + type CreateTenantCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Tenant + func NewCreateTenantCreated() *CreateTenantCreated + func (o *CreateTenantCreated) Error() string + type CreateTenantParams struct + Body *kbmodel.Tenant + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + UseGlobalDefault *bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreateTenantParams() *CreateTenantParams + func NewCreateTenantParamsWithContext(ctx context.Context) *CreateTenantParams + func NewCreateTenantParamsWithHTTPClient(client *http.Client) *CreateTenantParams + func NewCreateTenantParamsWithTimeout(timeout time.Duration) *CreateTenantParams + func (o *CreateTenantParams) SetBody(body *kbmodel.Tenant) + func (o *CreateTenantParams) SetContext(ctx context.Context) + func (o *CreateTenantParams) SetHTTPClient(client *http.Client) + func (o *CreateTenantParams) SetTimeout(timeout time.Duration) + func (o *CreateTenantParams) SetUseGlobalDefault(useGlobalDefault *bool) + func (o *CreateTenantParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreateTenantParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreateTenantParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreateTenantParams) WithBody(body *kbmodel.Tenant) *CreateTenantParams + func (o *CreateTenantParams) WithContext(ctx context.Context) *CreateTenantParams + func (o *CreateTenantParams) WithHTTPClient(client *http.Client) *CreateTenantParams + func (o *CreateTenantParams) WithTimeout(timeout time.Duration) *CreateTenantParams + func (o *CreateTenantParams) WithUseGlobalDefault(useGlobalDefault *bool) *CreateTenantParams + func (o *CreateTenantParams) WithXKillbillComment(xKillbillComment *string) *CreateTenantParams + func (o *CreateTenantParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTenantParams + func (o *CreateTenantParams) WithXKillbillReason(xKillbillReason *string) *CreateTenantParams + func (o *CreateTenantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateTenantReader struct + func (o *CreateTenantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePerTenantConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePerTenantConfigurationBadRequest() *DeletePerTenantConfigurationBadRequest + func (o *DeletePerTenantConfigurationBadRequest) Error() string + type DeletePerTenantConfigurationNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePerTenantConfigurationNoContent() *DeletePerTenantConfigurationNoContent + func (o *DeletePerTenantConfigurationNoContent) Error() string + type DeletePerTenantConfigurationParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeletePerTenantConfigurationParams() *DeletePerTenantConfigurationParams + func NewDeletePerTenantConfigurationParamsWithContext(ctx context.Context) *DeletePerTenantConfigurationParams + func NewDeletePerTenantConfigurationParamsWithHTTPClient(client *http.Client) *DeletePerTenantConfigurationParams + func NewDeletePerTenantConfigurationParamsWithTimeout(timeout time.Duration) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) SetContext(ctx context.Context) + func (o *DeletePerTenantConfigurationParams) SetHTTPClient(client *http.Client) + func (o *DeletePerTenantConfigurationParams) SetTimeout(timeout time.Duration) + func (o *DeletePerTenantConfigurationParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeletePerTenantConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeletePerTenantConfigurationParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeletePerTenantConfigurationParams) WithContext(ctx context.Context) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) WithHTTPClient(client *http.Client) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) WithTimeout(timeout time.Duration) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) WithXKillbillComment(xKillbillComment *string) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) WithXKillbillReason(xKillbillReason *string) *DeletePerTenantConfigurationParams + func (o *DeletePerTenantConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePerTenantConfigurationReader struct + func (o *DeletePerTenantConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePluginConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePluginConfigurationBadRequest() *DeletePluginConfigurationBadRequest + func (o *DeletePluginConfigurationBadRequest) Error() string + type DeletePluginConfigurationNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePluginConfigurationNoContent() *DeletePluginConfigurationNoContent + func (o *DeletePluginConfigurationNoContent) Error() string + type DeletePluginConfigurationParams struct + Context context.Context + HTTPClient *http.Client + PluginName string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeletePluginConfigurationParams() *DeletePluginConfigurationParams + func NewDeletePluginConfigurationParamsWithContext(ctx context.Context) *DeletePluginConfigurationParams + func NewDeletePluginConfigurationParamsWithHTTPClient(client *http.Client) *DeletePluginConfigurationParams + func NewDeletePluginConfigurationParamsWithTimeout(timeout time.Duration) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) SetContext(ctx context.Context) + func (o *DeletePluginConfigurationParams) SetHTTPClient(client *http.Client) + func (o *DeletePluginConfigurationParams) SetPluginName(pluginName string) + func (o *DeletePluginConfigurationParams) SetTimeout(timeout time.Duration) + func (o *DeletePluginConfigurationParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeletePluginConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeletePluginConfigurationParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeletePluginConfigurationParams) WithContext(ctx context.Context) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WithHTTPClient(client *http.Client) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WithPluginName(pluginName string) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WithTimeout(timeout time.Duration) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WithXKillbillComment(xKillbillComment *string) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WithXKillbillReason(xKillbillReason *string) *DeletePluginConfigurationParams + func (o *DeletePluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePluginConfigurationReader struct + func (o *DeletePluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePluginPaymentStateMachineConfigBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePluginPaymentStateMachineConfigBadRequest() *DeletePluginPaymentStateMachineConfigBadRequest + func (o *DeletePluginPaymentStateMachineConfigBadRequest) Error() string + type DeletePluginPaymentStateMachineConfigNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePluginPaymentStateMachineConfigNoContent() *DeletePluginPaymentStateMachineConfigNoContent + func (o *DeletePluginPaymentStateMachineConfigNoContent) Error() string + type DeletePluginPaymentStateMachineConfigParams struct + Context context.Context + HTTPClient *http.Client + PluginName string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeletePluginPaymentStateMachineConfigParams() *DeletePluginPaymentStateMachineConfigParams + func NewDeletePluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *DeletePluginPaymentStateMachineConfigParams + func NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *DeletePluginPaymentStateMachineConfigParams + func NewDeletePluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) SetContext(ctx context.Context) + func (o *DeletePluginPaymentStateMachineConfigParams) SetHTTPClient(client *http.Client) + func (o *DeletePluginPaymentStateMachineConfigParams) SetPluginName(pluginName string) + func (o *DeletePluginPaymentStateMachineConfigParams) SetTimeout(timeout time.Duration) + func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeletePluginPaymentStateMachineConfigParams) WithContext(ctx context.Context) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WithHTTPClient(client *http.Client) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WithPluginName(pluginName string) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WithTimeout(timeout time.Duration) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WithXKillbillComment(xKillbillComment *string) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WithXKillbillReason(xKillbillReason *string) *DeletePluginPaymentStateMachineConfigParams + func (o *DeletePluginPaymentStateMachineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePluginPaymentStateMachineConfigReader struct + func (o *DeletePluginPaymentStateMachineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePushNotificationCallbacksBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePushNotificationCallbacksBadRequest() *DeletePushNotificationCallbacksBadRequest + func (o *DeletePushNotificationCallbacksBadRequest) Error() string + type DeletePushNotificationCallbacksNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePushNotificationCallbacksNoContent() *DeletePushNotificationCallbacksNoContent + func (o *DeletePushNotificationCallbacksNoContent) Error() string + type DeletePushNotificationCallbacksParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeletePushNotificationCallbacksParams() *DeletePushNotificationCallbacksParams + func NewDeletePushNotificationCallbacksParamsWithContext(ctx context.Context) *DeletePushNotificationCallbacksParams + func NewDeletePushNotificationCallbacksParamsWithHTTPClient(client *http.Client) *DeletePushNotificationCallbacksParams + func NewDeletePushNotificationCallbacksParamsWithTimeout(timeout time.Duration) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) SetContext(ctx context.Context) + func (o *DeletePushNotificationCallbacksParams) SetHTTPClient(client *http.Client) + func (o *DeletePushNotificationCallbacksParams) SetTimeout(timeout time.Duration) + func (o *DeletePushNotificationCallbacksParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeletePushNotificationCallbacksParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeletePushNotificationCallbacksParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeletePushNotificationCallbacksParams) WithContext(ctx context.Context) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) WithHTTPClient(client *http.Client) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) WithTimeout(timeout time.Duration) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) WithXKillbillComment(xKillbillComment *string) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) WithXKillbillReason(xKillbillReason *string) *DeletePushNotificationCallbacksParams + func (o *DeletePushNotificationCallbacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePushNotificationCallbacksReader struct + func (o *DeletePushNotificationCallbacksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteUserKeyValueBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeleteUserKeyValueBadRequest() *DeleteUserKeyValueBadRequest + func (o *DeleteUserKeyValueBadRequest) Error() string + type DeleteUserKeyValueNoContent struct + HttpResponse runtime.ClientResponse + func NewDeleteUserKeyValueNoContent() *DeleteUserKeyValueNoContent + func (o *DeleteUserKeyValueNoContent) Error() string + type DeleteUserKeyValueParams struct + Context context.Context + HTTPClient *http.Client + KeyName string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeleteUserKeyValueParams() *DeleteUserKeyValueParams + func NewDeleteUserKeyValueParamsWithContext(ctx context.Context) *DeleteUserKeyValueParams + func NewDeleteUserKeyValueParamsWithHTTPClient(client *http.Client) *DeleteUserKeyValueParams + func NewDeleteUserKeyValueParamsWithTimeout(timeout time.Duration) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) SetContext(ctx context.Context) + func (o *DeleteUserKeyValueParams) SetHTTPClient(client *http.Client) + func (o *DeleteUserKeyValueParams) SetKeyName(keyName string) + func (o *DeleteUserKeyValueParams) SetTimeout(timeout time.Duration) + func (o *DeleteUserKeyValueParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeleteUserKeyValueParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeleteUserKeyValueParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeleteUserKeyValueParams) WithContext(ctx context.Context) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WithHTTPClient(client *http.Client) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WithKeyName(keyName string) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WithTimeout(timeout time.Duration) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WithXKillbillComment(xKillbillComment *string) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WithXKillbillReason(xKillbillReason *string) *DeleteUserKeyValueParams + func (o *DeleteUserKeyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteUserKeyValueReader struct + func (o *DeleteUserKeyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAllPluginConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetAllPluginConfigurationBadRequest() *GetAllPluginConfigurationBadRequest + func (o *GetAllPluginConfigurationBadRequest) Error() string + type GetAllPluginConfigurationOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewGetAllPluginConfigurationOK() *GetAllPluginConfigurationOK + func (o *GetAllPluginConfigurationOK) Error() string + type GetAllPluginConfigurationParams struct + Context context.Context + HTTPClient *http.Client + KeyPrefix string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetAllPluginConfigurationParams() *GetAllPluginConfigurationParams + func NewGetAllPluginConfigurationParamsWithContext(ctx context.Context) *GetAllPluginConfigurationParams + func NewGetAllPluginConfigurationParamsWithHTTPClient(client *http.Client) *GetAllPluginConfigurationParams + func NewGetAllPluginConfigurationParamsWithTimeout(timeout time.Duration) *GetAllPluginConfigurationParams + func (o *GetAllPluginConfigurationParams) SetContext(ctx context.Context) + func (o *GetAllPluginConfigurationParams) SetHTTPClient(client *http.Client) + func (o *GetAllPluginConfigurationParams) SetKeyPrefix(keyPrefix string) + func (o *GetAllPluginConfigurationParams) SetTimeout(timeout time.Duration) + func (o *GetAllPluginConfigurationParams) WithContext(ctx context.Context) *GetAllPluginConfigurationParams + func (o *GetAllPluginConfigurationParams) WithHTTPClient(client *http.Client) *GetAllPluginConfigurationParams + func (o *GetAllPluginConfigurationParams) WithKeyPrefix(keyPrefix string) *GetAllPluginConfigurationParams + func (o *GetAllPluginConfigurationParams) WithTimeout(timeout time.Duration) *GetAllPluginConfigurationParams + func (o *GetAllPluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAllPluginConfigurationReader struct + func (o *GetAllPluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPerTenantConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPerTenantConfigurationBadRequest() *GetPerTenantConfigurationBadRequest + func (o *GetPerTenantConfigurationBadRequest) Error() string + type GetPerTenantConfigurationOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewGetPerTenantConfigurationOK() *GetPerTenantConfigurationOK + func (o *GetPerTenantConfigurationOK) Error() string + type GetPerTenantConfigurationParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetPerTenantConfigurationParams() *GetPerTenantConfigurationParams + func NewGetPerTenantConfigurationParamsWithContext(ctx context.Context) *GetPerTenantConfigurationParams + func NewGetPerTenantConfigurationParamsWithHTTPClient(client *http.Client) *GetPerTenantConfigurationParams + func NewGetPerTenantConfigurationParamsWithTimeout(timeout time.Duration) *GetPerTenantConfigurationParams + func (o *GetPerTenantConfigurationParams) SetContext(ctx context.Context) + func (o *GetPerTenantConfigurationParams) SetHTTPClient(client *http.Client) + func (o *GetPerTenantConfigurationParams) SetTimeout(timeout time.Duration) + func (o *GetPerTenantConfigurationParams) WithContext(ctx context.Context) *GetPerTenantConfigurationParams + func (o *GetPerTenantConfigurationParams) WithHTTPClient(client *http.Client) *GetPerTenantConfigurationParams + func (o *GetPerTenantConfigurationParams) WithTimeout(timeout time.Duration) *GetPerTenantConfigurationParams + func (o *GetPerTenantConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPerTenantConfigurationReader struct + func (o *GetPerTenantConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPluginConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPluginConfigurationBadRequest() *GetPluginConfigurationBadRequest + func (o *GetPluginConfigurationBadRequest) Error() string + type GetPluginConfigurationOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewGetPluginConfigurationOK() *GetPluginConfigurationOK + func (o *GetPluginConfigurationOK) Error() string + type GetPluginConfigurationParams struct + Context context.Context + HTTPClient *http.Client + PluginName string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetPluginConfigurationParams() *GetPluginConfigurationParams + func NewGetPluginConfigurationParamsWithContext(ctx context.Context) *GetPluginConfigurationParams + func NewGetPluginConfigurationParamsWithHTTPClient(client *http.Client) *GetPluginConfigurationParams + func NewGetPluginConfigurationParamsWithTimeout(timeout time.Duration) *GetPluginConfigurationParams + func (o *GetPluginConfigurationParams) SetContext(ctx context.Context) + func (o *GetPluginConfigurationParams) SetHTTPClient(client *http.Client) + func (o *GetPluginConfigurationParams) SetPluginName(pluginName string) + func (o *GetPluginConfigurationParams) SetTimeout(timeout time.Duration) + func (o *GetPluginConfigurationParams) WithContext(ctx context.Context) *GetPluginConfigurationParams + func (o *GetPluginConfigurationParams) WithHTTPClient(client *http.Client) *GetPluginConfigurationParams + func (o *GetPluginConfigurationParams) WithPluginName(pluginName string) *GetPluginConfigurationParams + func (o *GetPluginConfigurationParams) WithTimeout(timeout time.Duration) *GetPluginConfigurationParams + func (o *GetPluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPluginConfigurationReader struct + func (o *GetPluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPluginPaymentStateMachineConfigBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPluginPaymentStateMachineConfigBadRequest() *GetPluginPaymentStateMachineConfigBadRequest + func (o *GetPluginPaymentStateMachineConfigBadRequest) Error() string + type GetPluginPaymentStateMachineConfigOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewGetPluginPaymentStateMachineConfigOK() *GetPluginPaymentStateMachineConfigOK + func (o *GetPluginPaymentStateMachineConfigOK) Error() string + type GetPluginPaymentStateMachineConfigParams struct + Context context.Context + HTTPClient *http.Client + PluginName string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetPluginPaymentStateMachineConfigParams() *GetPluginPaymentStateMachineConfigParams + func NewGetPluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *GetPluginPaymentStateMachineConfigParams + func NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *GetPluginPaymentStateMachineConfigParams + func NewGetPluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *GetPluginPaymentStateMachineConfigParams + func (o *GetPluginPaymentStateMachineConfigParams) SetContext(ctx context.Context) + func (o *GetPluginPaymentStateMachineConfigParams) SetHTTPClient(client *http.Client) + func (o *GetPluginPaymentStateMachineConfigParams) SetPluginName(pluginName string) + func (o *GetPluginPaymentStateMachineConfigParams) SetTimeout(timeout time.Duration) + func (o *GetPluginPaymentStateMachineConfigParams) WithContext(ctx context.Context) *GetPluginPaymentStateMachineConfigParams + func (o *GetPluginPaymentStateMachineConfigParams) WithHTTPClient(client *http.Client) *GetPluginPaymentStateMachineConfigParams + func (o *GetPluginPaymentStateMachineConfigParams) WithPluginName(pluginName string) *GetPluginPaymentStateMachineConfigParams + func (o *GetPluginPaymentStateMachineConfigParams) WithTimeout(timeout time.Duration) *GetPluginPaymentStateMachineConfigParams + func (o *GetPluginPaymentStateMachineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPluginPaymentStateMachineConfigReader struct + func (o *GetPluginPaymentStateMachineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPushNotificationCallbacksBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPushNotificationCallbacksBadRequest() *GetPushNotificationCallbacksBadRequest + func (o *GetPushNotificationCallbacksBadRequest) Error() string + type GetPushNotificationCallbacksOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewGetPushNotificationCallbacksOK() *GetPushNotificationCallbacksOK + func (o *GetPushNotificationCallbacksOK) Error() string + type GetPushNotificationCallbacksParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetPushNotificationCallbacksParams() *GetPushNotificationCallbacksParams + func NewGetPushNotificationCallbacksParamsWithContext(ctx context.Context) *GetPushNotificationCallbacksParams + func NewGetPushNotificationCallbacksParamsWithHTTPClient(client *http.Client) *GetPushNotificationCallbacksParams + func NewGetPushNotificationCallbacksParamsWithTimeout(timeout time.Duration) *GetPushNotificationCallbacksParams + func (o *GetPushNotificationCallbacksParams) SetContext(ctx context.Context) + func (o *GetPushNotificationCallbacksParams) SetHTTPClient(client *http.Client) + func (o *GetPushNotificationCallbacksParams) SetTimeout(timeout time.Duration) + func (o *GetPushNotificationCallbacksParams) WithContext(ctx context.Context) *GetPushNotificationCallbacksParams + func (o *GetPushNotificationCallbacksParams) WithHTTPClient(client *http.Client) *GetPushNotificationCallbacksParams + func (o *GetPushNotificationCallbacksParams) WithTimeout(timeout time.Duration) *GetPushNotificationCallbacksParams + func (o *GetPushNotificationCallbacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPushNotificationCallbacksReader struct + func (o *GetPushNotificationCallbacksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTenantBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetTenantBadRequest() *GetTenantBadRequest + func (o *GetTenantBadRequest) Error() string + type GetTenantByAPIKeyNotFound struct + HttpResponse runtime.ClientResponse + func NewGetTenantByAPIKeyNotFound() *GetTenantByAPIKeyNotFound + func (o *GetTenantByAPIKeyNotFound) Error() string + type GetTenantByAPIKeyOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Tenant + func NewGetTenantByAPIKeyOK() *GetTenantByAPIKeyOK + func (o *GetTenantByAPIKeyOK) Error() string + type GetTenantByAPIKeyParams struct + APIKey *string + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetTenantByAPIKeyParams() *GetTenantByAPIKeyParams + func NewGetTenantByAPIKeyParamsWithContext(ctx context.Context) *GetTenantByAPIKeyParams + func NewGetTenantByAPIKeyParamsWithHTTPClient(client *http.Client) *GetTenantByAPIKeyParams + func NewGetTenantByAPIKeyParamsWithTimeout(timeout time.Duration) *GetTenantByAPIKeyParams + func (o *GetTenantByAPIKeyParams) SetAPIKey(aPIKey *string) + func (o *GetTenantByAPIKeyParams) SetContext(ctx context.Context) + func (o *GetTenantByAPIKeyParams) SetHTTPClient(client *http.Client) + func (o *GetTenantByAPIKeyParams) SetTimeout(timeout time.Duration) + func (o *GetTenantByAPIKeyParams) WithAPIKey(aPIKey *string) *GetTenantByAPIKeyParams + func (o *GetTenantByAPIKeyParams) WithContext(ctx context.Context) *GetTenantByAPIKeyParams + func (o *GetTenantByAPIKeyParams) WithHTTPClient(client *http.Client) *GetTenantByAPIKeyParams + func (o *GetTenantByAPIKeyParams) WithTimeout(timeout time.Duration) *GetTenantByAPIKeyParams + func (o *GetTenantByAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTenantByAPIKeyReader struct + func (o *GetTenantByAPIKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTenantNotFound struct + HttpResponse runtime.ClientResponse + func NewGetTenantNotFound() *GetTenantNotFound + func (o *GetTenantNotFound) Error() string + type GetTenantOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.Tenant + func NewGetTenantOK() *GetTenantOK + func (o *GetTenantOK) Error() string + type GetTenantParams struct + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + TenantID strfmt.UUID + WithStackTrace *bool + func NewGetTenantParams() *GetTenantParams + func NewGetTenantParamsWithContext(ctx context.Context) *GetTenantParams + func NewGetTenantParamsWithHTTPClient(client *http.Client) *GetTenantParams + func NewGetTenantParamsWithTimeout(timeout time.Duration) *GetTenantParams + func (o *GetTenantParams) SetContext(ctx context.Context) + func (o *GetTenantParams) SetHTTPClient(client *http.Client) + func (o *GetTenantParams) SetTenantID(tenantID strfmt.UUID) + func (o *GetTenantParams) SetTimeout(timeout time.Duration) + func (o *GetTenantParams) WithContext(ctx context.Context) *GetTenantParams + func (o *GetTenantParams) WithHTTPClient(client *http.Client) *GetTenantParams + func (o *GetTenantParams) WithTenantID(tenantID strfmt.UUID) *GetTenantParams + func (o *GetTenantParams) WithTimeout(timeout time.Duration) *GetTenantParams + func (o *GetTenantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTenantReader struct + func (o *GetTenantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUserKeyValueBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetUserKeyValueBadRequest() *GetUserKeyValueBadRequest + func (o *GetUserKeyValueBadRequest) Error() string + type GetUserKeyValueOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewGetUserKeyValueOK() *GetUserKeyValueOK + func (o *GetUserKeyValueOK) Error() string + type GetUserKeyValueParams struct + Context context.Context + HTTPClient *http.Client + KeyName string + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetUserKeyValueParams() *GetUserKeyValueParams + func NewGetUserKeyValueParamsWithContext(ctx context.Context) *GetUserKeyValueParams + func NewGetUserKeyValueParamsWithHTTPClient(client *http.Client) *GetUserKeyValueParams + func NewGetUserKeyValueParamsWithTimeout(timeout time.Duration) *GetUserKeyValueParams + func (o *GetUserKeyValueParams) SetContext(ctx context.Context) + func (o *GetUserKeyValueParams) SetHTTPClient(client *http.Client) + func (o *GetUserKeyValueParams) SetKeyName(keyName string) + func (o *GetUserKeyValueParams) SetTimeout(timeout time.Duration) + func (o *GetUserKeyValueParams) WithContext(ctx context.Context) *GetUserKeyValueParams + func (o *GetUserKeyValueParams) WithHTTPClient(client *http.Client) *GetUserKeyValueParams + func (o *GetUserKeyValueParams) WithKeyName(keyName string) *GetUserKeyValueParams + func (o *GetUserKeyValueParams) WithTimeout(timeout time.Duration) *GetUserKeyValueParams + func (o *GetUserKeyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetUserKeyValueReader struct + func (o *GetUserKeyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ITenant interface + CreateTenant func(ctx context.Context, params *CreateTenantParams) (*CreateTenantCreated, error) + DeletePerTenantConfiguration func(ctx context.Context, params *DeletePerTenantConfigurationParams) (*DeletePerTenantConfigurationNoContent, error) + DeletePluginConfiguration func(ctx context.Context, params *DeletePluginConfigurationParams) (*DeletePluginConfigurationNoContent, error) + DeletePluginPaymentStateMachineConfig func(ctx context.Context, params *DeletePluginPaymentStateMachineConfigParams) (*DeletePluginPaymentStateMachineConfigNoContent, error) + DeletePushNotificationCallbacks func(ctx context.Context, params *DeletePushNotificationCallbacksParams) (*DeletePushNotificationCallbacksNoContent, error) + DeleteUserKeyValue func(ctx context.Context, params *DeleteUserKeyValueParams) (*DeleteUserKeyValueNoContent, error) + GetAllPluginConfiguration func(ctx context.Context, params *GetAllPluginConfigurationParams) (*GetAllPluginConfigurationOK, error) + GetPerTenantConfiguration func(ctx context.Context, params *GetPerTenantConfigurationParams) (*GetPerTenantConfigurationOK, error) + GetPluginConfiguration func(ctx context.Context, params *GetPluginConfigurationParams) (*GetPluginConfigurationOK, error) + GetPluginPaymentStateMachineConfig func(ctx context.Context, params *GetPluginPaymentStateMachineConfigParams) (*GetPluginPaymentStateMachineConfigOK, error) + GetPushNotificationCallbacks func(ctx context.Context, params *GetPushNotificationCallbacksParams) (*GetPushNotificationCallbacksOK, error) + GetTenant func(ctx context.Context, params *GetTenantParams) (*GetTenantOK, error) + GetTenantByAPIKey func(ctx context.Context, params *GetTenantByAPIKeyParams) (*GetTenantByAPIKeyOK, error) + GetUserKeyValue func(ctx context.Context, params *GetUserKeyValueParams) (*GetUserKeyValueOK, error) + InsertUserKeyValue func(ctx context.Context, params *InsertUserKeyValueParams) (*InsertUserKeyValueCreated, error) + RegisterPushNotificationCallback func(ctx context.Context, params *RegisterPushNotificationCallbackParams) (*RegisterPushNotificationCallbackCreated, error) + UploadPerTenantConfiguration func(ctx context.Context, params *UploadPerTenantConfigurationParams) (*UploadPerTenantConfigurationCreated, error) + UploadPluginConfiguration func(ctx context.Context, params *UploadPluginConfigurationParams) (*UploadPluginConfigurationCreated, error) + UploadPluginPaymentStateMachineConfig func(ctx context.Context, params *UploadPluginPaymentStateMachineConfigParams) (*UploadPluginPaymentStateMachineConfigCreated, error) + type InsertUserKeyValueBadRequest struct + HttpResponse runtime.ClientResponse + func NewInsertUserKeyValueBadRequest() *InsertUserKeyValueBadRequest + func (o *InsertUserKeyValueBadRequest) Error() string + type InsertUserKeyValueCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewInsertUserKeyValueCreated() *InsertUserKeyValueCreated + func (o *InsertUserKeyValueCreated) Error() string + type InsertUserKeyValueParams struct + Body *string + Context context.Context + HTTPClient *http.Client + KeyName string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewInsertUserKeyValueParams() *InsertUserKeyValueParams + func NewInsertUserKeyValueParamsWithContext(ctx context.Context) *InsertUserKeyValueParams + func NewInsertUserKeyValueParamsWithHTTPClient(client *http.Client) *InsertUserKeyValueParams + func NewInsertUserKeyValueParamsWithTimeout(timeout time.Duration) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) SetBody(body *string) + func (o *InsertUserKeyValueParams) SetContext(ctx context.Context) + func (o *InsertUserKeyValueParams) SetHTTPClient(client *http.Client) + func (o *InsertUserKeyValueParams) SetKeyName(keyName string) + func (o *InsertUserKeyValueParams) SetTimeout(timeout time.Duration) + func (o *InsertUserKeyValueParams) SetXKillbillComment(xKillbillComment *string) + func (o *InsertUserKeyValueParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *InsertUserKeyValueParams) SetXKillbillReason(xKillbillReason *string) + func (o *InsertUserKeyValueParams) WithBody(body *string) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithContext(ctx context.Context) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithHTTPClient(client *http.Client) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithKeyName(keyName string) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithTimeout(timeout time.Duration) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithXKillbillComment(xKillbillComment *string) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WithXKillbillReason(xKillbillReason *string) *InsertUserKeyValueParams + func (o *InsertUserKeyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type InsertUserKeyValueReader struct + func (o *InsertUserKeyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type RegisterPushNotificationCallbackBadRequest struct + HttpResponse runtime.ClientResponse + func NewRegisterPushNotificationCallbackBadRequest() *RegisterPushNotificationCallbackBadRequest + func (o *RegisterPushNotificationCallbackBadRequest) Error() string + type RegisterPushNotificationCallbackCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewRegisterPushNotificationCallbackCreated() *RegisterPushNotificationCallbackCreated + func (o *RegisterPushNotificationCallbackCreated) Error() string + type RegisterPushNotificationCallbackParams struct + Cb *string + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewRegisterPushNotificationCallbackParams() *RegisterPushNotificationCallbackParams + func NewRegisterPushNotificationCallbackParamsWithContext(ctx context.Context) *RegisterPushNotificationCallbackParams + func NewRegisterPushNotificationCallbackParamsWithHTTPClient(client *http.Client) *RegisterPushNotificationCallbackParams + func NewRegisterPushNotificationCallbackParamsWithTimeout(timeout time.Duration) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) SetCb(cb *string) + func (o *RegisterPushNotificationCallbackParams) SetContext(ctx context.Context) + func (o *RegisterPushNotificationCallbackParams) SetHTTPClient(client *http.Client) + func (o *RegisterPushNotificationCallbackParams) SetTimeout(timeout time.Duration) + func (o *RegisterPushNotificationCallbackParams) SetXKillbillComment(xKillbillComment *string) + func (o *RegisterPushNotificationCallbackParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *RegisterPushNotificationCallbackParams) SetXKillbillReason(xKillbillReason *string) + func (o *RegisterPushNotificationCallbackParams) WithCb(cb *string) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WithContext(ctx context.Context) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WithHTTPClient(client *http.Client) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WithTimeout(timeout time.Duration) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WithXKillbillComment(xKillbillComment *string) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WithXKillbillReason(xKillbillReason *string) *RegisterPushNotificationCallbackParams + func (o *RegisterPushNotificationCallbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RegisterPushNotificationCallbackReader struct + func (o *RegisterPushNotificationCallbackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadPerTenantConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewUploadPerTenantConfigurationBadRequest() *UploadPerTenantConfigurationBadRequest + func (o *UploadPerTenantConfigurationBadRequest) Error() string + type UploadPerTenantConfigurationCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewUploadPerTenantConfigurationCreated() *UploadPerTenantConfigurationCreated + func (o *UploadPerTenantConfigurationCreated) Error() string + type UploadPerTenantConfigurationParams struct + Body *string + Context context.Context + HTTPClient *http.Client + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadPerTenantConfigurationParams() *UploadPerTenantConfigurationParams + func NewUploadPerTenantConfigurationParamsWithContext(ctx context.Context) *UploadPerTenantConfigurationParams + func NewUploadPerTenantConfigurationParamsWithHTTPClient(client *http.Client) *UploadPerTenantConfigurationParams + func NewUploadPerTenantConfigurationParamsWithTimeout(timeout time.Duration) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) SetBody(body *string) + func (o *UploadPerTenantConfigurationParams) SetContext(ctx context.Context) + func (o *UploadPerTenantConfigurationParams) SetHTTPClient(client *http.Client) + func (o *UploadPerTenantConfigurationParams) SetTimeout(timeout time.Duration) + func (o *UploadPerTenantConfigurationParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadPerTenantConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadPerTenantConfigurationParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadPerTenantConfigurationParams) WithBody(body *string) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WithContext(ctx context.Context) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WithHTTPClient(client *http.Client) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WithTimeout(timeout time.Duration) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WithXKillbillComment(xKillbillComment *string) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WithXKillbillReason(xKillbillReason *string) *UploadPerTenantConfigurationParams + func (o *UploadPerTenantConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadPerTenantConfigurationReader struct + func (o *UploadPerTenantConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadPluginConfigurationBadRequest struct + HttpResponse runtime.ClientResponse + func NewUploadPluginConfigurationBadRequest() *UploadPluginConfigurationBadRequest + func (o *UploadPluginConfigurationBadRequest) Error() string + type UploadPluginConfigurationCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewUploadPluginConfigurationCreated() *UploadPluginConfigurationCreated + func (o *UploadPluginConfigurationCreated) Error() string + type UploadPluginConfigurationParams struct + Body *string + Context context.Context + HTTPClient *http.Client + PluginName string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadPluginConfigurationParams() *UploadPluginConfigurationParams + func NewUploadPluginConfigurationParamsWithContext(ctx context.Context) *UploadPluginConfigurationParams + func NewUploadPluginConfigurationParamsWithHTTPClient(client *http.Client) *UploadPluginConfigurationParams + func NewUploadPluginConfigurationParamsWithTimeout(timeout time.Duration) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) SetBody(body *string) + func (o *UploadPluginConfigurationParams) SetContext(ctx context.Context) + func (o *UploadPluginConfigurationParams) SetHTTPClient(client *http.Client) + func (o *UploadPluginConfigurationParams) SetPluginName(pluginName string) + func (o *UploadPluginConfigurationParams) SetTimeout(timeout time.Duration) + func (o *UploadPluginConfigurationParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadPluginConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadPluginConfigurationParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadPluginConfigurationParams) WithBody(body *string) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithContext(ctx context.Context) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithHTTPClient(client *http.Client) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithPluginName(pluginName string) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithTimeout(timeout time.Duration) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithXKillbillComment(xKillbillComment *string) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WithXKillbillReason(xKillbillReason *string) *UploadPluginConfigurationParams + func (o *UploadPluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadPluginConfigurationReader struct + func (o *UploadPluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UploadPluginPaymentStateMachineConfigBadRequest struct + HttpResponse runtime.ClientResponse + func NewUploadPluginPaymentStateMachineConfigBadRequest() *UploadPluginPaymentStateMachineConfigBadRequest + func (o *UploadPluginPaymentStateMachineConfigBadRequest) Error() string + type UploadPluginPaymentStateMachineConfigCreated struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.TenantKeyValue + func NewUploadPluginPaymentStateMachineConfigCreated() *UploadPluginPaymentStateMachineConfigCreated + func (o *UploadPluginPaymentStateMachineConfigCreated) Error() string + type UploadPluginPaymentStateMachineConfigParams struct + Body *string + Context context.Context + HTTPClient *http.Client + PluginName string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewUploadPluginPaymentStateMachineConfigParams() *UploadPluginPaymentStateMachineConfigParams + func NewUploadPluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *UploadPluginPaymentStateMachineConfigParams + func NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *UploadPluginPaymentStateMachineConfigParams + func NewUploadPluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) SetBody(body *string) + func (o *UploadPluginPaymentStateMachineConfigParams) SetContext(ctx context.Context) + func (o *UploadPluginPaymentStateMachineConfigParams) SetHTTPClient(client *http.Client) + func (o *UploadPluginPaymentStateMachineConfigParams) SetPluginName(pluginName string) + func (o *UploadPluginPaymentStateMachineConfigParams) SetTimeout(timeout time.Duration) + func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillComment(xKillbillComment *string) + func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillReason(xKillbillReason *string) + func (o *UploadPluginPaymentStateMachineConfigParams) WithBody(body *string) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithContext(ctx context.Context) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithHTTPClient(client *http.Client) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithPluginName(pluginName string) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithTimeout(timeout time.Duration) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithXKillbillComment(xKillbillComment *string) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WithXKillbillReason(xKillbillReason *string) *UploadPluginPaymentStateMachineConfigParams + func (o *UploadPluginPaymentStateMachineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UploadPluginPaymentStateMachineConfigReader struct + func (o *UploadPluginPaymentStateMachineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)