Documentation ¶
Index ¶
- type 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
- type CreateTenantCreated
- type 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
- type DeletePerTenantConfigurationBadRequest
- type DeletePerTenantConfigurationNoContent
- type DeletePerTenantConfigurationParams
- 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
- type DeletePluginConfigurationBadRequest
- type DeletePluginConfigurationNoContent
- type DeletePluginConfigurationParams
- 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
- type DeletePluginPaymentStateMachineConfigBadRequest
- type DeletePluginPaymentStateMachineConfigNoContent
- type DeletePluginPaymentStateMachineConfigParams
- 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
- type DeletePushNotificationCallbacksBadRequest
- type DeletePushNotificationCallbacksNoContent
- type DeletePushNotificationCallbacksParams
- 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
- type DeleteUserKeyValueBadRequest
- type DeleteUserKeyValueNoContent
- type DeleteUserKeyValueParams
- 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
- type GetAllPluginConfigurationBadRequest
- type GetAllPluginConfigurationOK
- type GetAllPluginConfigurationParams
- 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
- type GetPerTenantConfigurationBadRequest
- type GetPerTenantConfigurationOK
- type GetPerTenantConfigurationParams
- 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
- type GetPluginConfigurationBadRequest
- type GetPluginConfigurationOK
- type GetPluginConfigurationParams
- 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
- type GetPluginPaymentStateMachineConfigBadRequest
- type GetPluginPaymentStateMachineConfigOK
- type GetPluginPaymentStateMachineConfigParams
- 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
- type GetPushNotificationCallbacksBadRequest
- type GetPushNotificationCallbacksOK
- type GetPushNotificationCallbacksParams
- 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
- type GetTenantBadRequest
- type GetTenantByAPIKeyNotFound
- type GetTenantByAPIKeyOK
- type GetTenantByAPIKeyParams
- 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
- type GetTenantNotFound
- type GetTenantOK
- type 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
- type GetUserKeyValueBadRequest
- type GetUserKeyValueOK
- type GetUserKeyValueParams
- 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
- type ITenant
- type InsertUserKeyValueBadRequest
- type InsertUserKeyValueCreated
- type InsertUserKeyValueParams
- 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
- type KillbillDefaults
- type RegisterPushNotificationCallbackBadRequest
- type RegisterPushNotificationCallbackCreated
- type RegisterPushNotificationCallbackParams
- 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
- type UploadPerTenantConfigurationBadRequest
- type UploadPerTenantConfigurationCreated
- type UploadPerTenantConfigurationParams
- 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
- type UploadPluginConfigurationBadRequest
- type UploadPluginConfigurationCreated
- type UploadPluginConfigurationParams
- 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
- type UploadPluginPaymentStateMachineConfigBadRequest
- type UploadPluginPaymentStateMachineConfigCreated
- type UploadPluginPaymentStateMachineConfigParams
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for tenant API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter, defaults KillbillDefaults) *Client
New creates a new tenant API client.
func (*Client) CreateTenant ¶
func (a *Client) CreateTenant(ctx context.Context, params *CreateTenantParams) (*CreateTenantCreated, error)
CreateTenant creates a tenant
resource description
func (*Client) DeletePerTenantConfiguration ¶
func (a *Client) DeletePerTenantConfiguration(ctx context.Context, params *DeletePerTenantConfigurationParams) (*DeletePerTenantConfigurationNoContent, error)
DeletePerTenantConfiguration deletes a per tenant configuration system properties
resource description
func (*Client) DeletePluginConfiguration ¶
func (a *Client) DeletePluginConfiguration(ctx context.Context, params *DeletePluginConfigurationParams) (*DeletePluginConfigurationNoContent, error)
DeletePluginConfiguration deletes a per tenant configuration for a plugin
resource description
func (*Client) DeletePluginPaymentStateMachineConfig ¶
func (a *Client) DeletePluginPaymentStateMachineConfig(ctx context.Context, params *DeletePluginPaymentStateMachineConfigParams) (*DeletePluginPaymentStateMachineConfigNoContent, error)
DeletePluginPaymentStateMachineConfig deletes a per tenant payment state machine for a plugin
resource description
func (*Client) DeletePushNotificationCallbacks ¶
func (a *Client) DeletePushNotificationCallbacks(ctx context.Context, params *DeletePushNotificationCallbacksParams) (*DeletePushNotificationCallbacksNoContent, error)
DeletePushNotificationCallbacks deletes a push notification
resource description
func (*Client) DeleteUserKeyValue ¶
func (a *Client) DeleteUserKeyValue(ctx context.Context, params *DeleteUserKeyValueParams) (*DeleteUserKeyValueNoContent, error)
DeleteUserKeyValue deletes a per tenant user key value
resource description
func (*Client) GetAllPluginConfiguration ¶
func (a *Client) GetAllPluginConfiguration(ctx context.Context, params *GetAllPluginConfigurationParams) (*GetAllPluginConfigurationOK, error)
GetAllPluginConfiguration retrieves a per tenant key value based on key prefix
resource description
func (*Client) GetPerTenantConfiguration ¶
func (a *Client) GetPerTenantConfiguration(ctx context.Context, params *GetPerTenantConfigurationParams) (*GetPerTenantConfigurationOK, error)
GetPerTenantConfiguration retrieves a per tenant configuration system properties
resource description
func (*Client) GetPluginConfiguration ¶
func (a *Client) GetPluginConfiguration(ctx context.Context, params *GetPluginConfigurationParams) (*GetPluginConfigurationOK, error)
GetPluginConfiguration retrieves a per tenant configuration for a plugin
resource description
func (*Client) GetPluginPaymentStateMachineConfig ¶
func (a *Client) GetPluginPaymentStateMachineConfig(ctx context.Context, params *GetPluginPaymentStateMachineConfigParams) (*GetPluginPaymentStateMachineConfigOK, error)
GetPluginPaymentStateMachineConfig retrieves a per tenant payment state machine for a plugin
resource description
func (*Client) GetPushNotificationCallbacks ¶
func (a *Client) GetPushNotificationCallbacks(ctx context.Context, params *GetPushNotificationCallbacksParams) (*GetPushNotificationCallbacksOK, error)
GetPushNotificationCallbacks retrieves a push notification
resource description
func (*Client) GetTenant ¶
func (a *Client) GetTenant(ctx context.Context, params *GetTenantParams) (*GetTenantOK, error)
GetTenant retrieves a tenant by id
resource description
func (*Client) GetTenantByAPIKey ¶
func (a *Client) GetTenantByAPIKey(ctx context.Context, params *GetTenantByAPIKeyParams) (*GetTenantByAPIKeyOK, error)
GetTenantByAPIKey retrieves a tenant by its API key
resource description
func (*Client) GetUserKeyValue ¶
func (a *Client) GetUserKeyValue(ctx context.Context, params *GetUserKeyValueParams) (*GetUserKeyValueOK, error)
GetUserKeyValue retrieves a per tenant user key value
resource description
func (*Client) InsertUserKeyValue ¶
func (a *Client) InsertUserKeyValue(ctx context.Context, params *InsertUserKeyValueParams) (*InsertUserKeyValueCreated, error)
InsertUserKeyValue adds a per tenant user key value
resource description
func (*Client) RegisterPushNotificationCallback ¶
func (a *Client) RegisterPushNotificationCallback(ctx context.Context, params *RegisterPushNotificationCallbackParams) (*RegisterPushNotificationCallbackCreated, error)
RegisterPushNotificationCallback creates a push notification
resource description
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UploadPerTenantConfiguration ¶
func (a *Client) UploadPerTenantConfiguration(ctx context.Context, params *UploadPerTenantConfigurationParams) (*UploadPerTenantConfigurationCreated, error)
UploadPerTenantConfiguration adds a per tenant configuration system properties
resource description
func (*Client) UploadPluginConfiguration ¶
func (a *Client) UploadPluginConfiguration(ctx context.Context, params *UploadPluginConfigurationParams) (*UploadPluginConfigurationCreated, error)
UploadPluginConfiguration adds a per tenant configuration for a plugin
resource description
func (*Client) UploadPluginPaymentStateMachineConfig ¶
func (a *Client) UploadPluginPaymentStateMachineConfig(ctx context.Context, params *UploadPluginPaymentStateMachineConfigParams) (*UploadPluginPaymentStateMachineConfigCreated, error)
UploadPluginPaymentStateMachineConfig adds a per tenant payment state machine for a plugin
resource description
type CreateTenantConflict ¶
type CreateTenantConflict struct {
HttpResponse runtime.ClientResponse
}
CreateTenantConflict handles this case with default header values.
Tenant already exists
func NewCreateTenantConflict ¶
func NewCreateTenantConflict() *CreateTenantConflict
NewCreateTenantConflict creates a CreateTenantConflict with default headers values
func (*CreateTenantConflict) Error ¶
func (o *CreateTenantConflict) Error() string
type CreateTenantCreated ¶
type CreateTenantCreated struct { Payload *kbmodel.Tenant HttpResponse runtime.ClientResponse }
CreateTenantCreated handles this case with default header values.
Tenant created successfully
func NewCreateTenantCreated ¶
func NewCreateTenantCreated() *CreateTenantCreated
NewCreateTenantCreated creates a CreateTenantCreated with default headers values
func (*CreateTenantCreated) Error ¶
func (o *CreateTenantCreated) Error() string
func (*CreateTenantCreated) GetPayload ¶
func (o *CreateTenantCreated) GetPayload() *kbmodel.Tenant
type CreateTenantParams ¶
type CreateTenantParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*Body*/ Body *kbmodel.Tenant /*UseGlobalDefault*/ UseGlobalDefault *bool WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
CreateTenantParams contains all the parameters to send to the API endpoint for the create tenant operation typically these are written to a http.Request
func NewCreateTenantParams ¶
func NewCreateTenantParams() *CreateTenantParams
NewCreateTenantParams creates a new CreateTenantParams object with the default values initialized.
func NewCreateTenantParamsWithContext ¶
func NewCreateTenantParamsWithContext(ctx context.Context) *CreateTenantParams
NewCreateTenantParamsWithContext creates a new CreateTenantParams object with the default values initialized, and the ability to set a context for a request
func NewCreateTenantParamsWithHTTPClient ¶
func NewCreateTenantParamsWithHTTPClient(client *http.Client) *CreateTenantParams
NewCreateTenantParamsWithHTTPClient creates a new CreateTenantParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateTenantParamsWithTimeout ¶
func NewCreateTenantParamsWithTimeout(timeout time.Duration) *CreateTenantParams
NewCreateTenantParamsWithTimeout creates a new CreateTenantParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateTenantParams) SetBody ¶
func (o *CreateTenantParams) SetBody(body *kbmodel.Tenant)
SetBody adds the body to the create tenant params
func (*CreateTenantParams) SetContext ¶
func (o *CreateTenantParams) SetContext(ctx context.Context)
SetContext adds the context to the create tenant params
func (*CreateTenantParams) SetHTTPClient ¶
func (o *CreateTenantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create tenant params
func (*CreateTenantParams) SetTimeout ¶
func (o *CreateTenantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create tenant params
func (*CreateTenantParams) SetUseGlobalDefault ¶
func (o *CreateTenantParams) SetUseGlobalDefault(useGlobalDefault *bool)
SetUseGlobalDefault adds the useGlobalDefault to the create tenant params
func (*CreateTenantParams) SetXKillbillComment ¶
func (o *CreateTenantParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the create tenant params
func (*CreateTenantParams) SetXKillbillCreatedBy ¶
func (o *CreateTenantParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the create tenant params
func (*CreateTenantParams) SetXKillbillReason ¶
func (o *CreateTenantParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the create tenant params
func (*CreateTenantParams) WithBody ¶
func (o *CreateTenantParams) WithBody(body *kbmodel.Tenant) *CreateTenantParams
WithBody adds the body to the create tenant params
func (*CreateTenantParams) WithContext ¶
func (o *CreateTenantParams) WithContext(ctx context.Context) *CreateTenantParams
WithContext adds the context to the create tenant params
func (*CreateTenantParams) WithHTTPClient ¶
func (o *CreateTenantParams) WithHTTPClient(client *http.Client) *CreateTenantParams
WithHTTPClient adds the HTTPClient to the create tenant params
func (*CreateTenantParams) WithTimeout ¶
func (o *CreateTenantParams) WithTimeout(timeout time.Duration) *CreateTenantParams
WithTimeout adds the timeout to the create tenant params
func (*CreateTenantParams) WithUseGlobalDefault ¶
func (o *CreateTenantParams) WithUseGlobalDefault(useGlobalDefault *bool) *CreateTenantParams
WithUseGlobalDefault adds the useGlobalDefault to the create tenant params
func (*CreateTenantParams) WithXKillbillComment ¶
func (o *CreateTenantParams) WithXKillbillComment(xKillbillComment *string) *CreateTenantParams
WithXKillbillComment adds the xKillbillComment to the create tenant params
func (*CreateTenantParams) WithXKillbillCreatedBy ¶
func (o *CreateTenantParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTenantParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the create tenant params
func (*CreateTenantParams) WithXKillbillReason ¶
func (o *CreateTenantParams) WithXKillbillReason(xKillbillReason *string) *CreateTenantParams
WithXKillbillReason adds the xKillbillReason to the create tenant params
func (*CreateTenantParams) WriteToRequest ¶
func (o *CreateTenantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTenantReader ¶
type CreateTenantReader struct {
// contains filtered or unexported fields
}
CreateTenantReader is a Reader for the CreateTenant structure.
func (*CreateTenantReader) ReadResponse ¶
func (o *CreateTenantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePerTenantConfigurationBadRequest ¶
type DeletePerTenantConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
DeletePerTenantConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewDeletePerTenantConfigurationBadRequest ¶
func NewDeletePerTenantConfigurationBadRequest() *DeletePerTenantConfigurationBadRequest
NewDeletePerTenantConfigurationBadRequest creates a DeletePerTenantConfigurationBadRequest with default headers values
func (*DeletePerTenantConfigurationBadRequest) Error ¶
func (o *DeletePerTenantConfigurationBadRequest) Error() string
type DeletePerTenantConfigurationNoContent ¶
type DeletePerTenantConfigurationNoContent struct {
HttpResponse runtime.ClientResponse
}
DeletePerTenantConfigurationNoContent handles this case with default header values.
Successful operation
func NewDeletePerTenantConfigurationNoContent ¶
func NewDeletePerTenantConfigurationNoContent() *DeletePerTenantConfigurationNoContent
NewDeletePerTenantConfigurationNoContent creates a DeletePerTenantConfigurationNoContent with default headers values
func (*DeletePerTenantConfigurationNoContent) Error ¶
func (o *DeletePerTenantConfigurationNoContent) Error() string
type DeletePerTenantConfigurationParams ¶
type DeletePerTenantConfigurationParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
DeletePerTenantConfigurationParams contains all the parameters to send to the API endpoint for the delete per tenant configuration operation typically these are written to a http.Request
func NewDeletePerTenantConfigurationParams ¶
func NewDeletePerTenantConfigurationParams() *DeletePerTenantConfigurationParams
NewDeletePerTenantConfigurationParams creates a new DeletePerTenantConfigurationParams object with the default values initialized.
func NewDeletePerTenantConfigurationParamsWithContext ¶
func NewDeletePerTenantConfigurationParamsWithContext(ctx context.Context) *DeletePerTenantConfigurationParams
NewDeletePerTenantConfigurationParamsWithContext creates a new DeletePerTenantConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePerTenantConfigurationParamsWithHTTPClient ¶
func NewDeletePerTenantConfigurationParamsWithHTTPClient(client *http.Client) *DeletePerTenantConfigurationParams
NewDeletePerTenantConfigurationParamsWithHTTPClient creates a new DeletePerTenantConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePerTenantConfigurationParamsWithTimeout ¶
func NewDeletePerTenantConfigurationParamsWithTimeout(timeout time.Duration) *DeletePerTenantConfigurationParams
NewDeletePerTenantConfigurationParamsWithTimeout creates a new DeletePerTenantConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePerTenantConfigurationParams) SetContext ¶
func (o *DeletePerTenantConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) SetHTTPClient ¶
func (o *DeletePerTenantConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) SetTimeout ¶
func (o *DeletePerTenantConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) SetXKillbillComment ¶
func (o *DeletePerTenantConfigurationParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) SetXKillbillCreatedBy ¶
func (o *DeletePerTenantConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) SetXKillbillReason ¶
func (o *DeletePerTenantConfigurationParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WithContext ¶
func (o *DeletePerTenantConfigurationParams) WithContext(ctx context.Context) *DeletePerTenantConfigurationParams
WithContext adds the context to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WithHTTPClient ¶
func (o *DeletePerTenantConfigurationParams) WithHTTPClient(client *http.Client) *DeletePerTenantConfigurationParams
WithHTTPClient adds the HTTPClient to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WithTimeout ¶
func (o *DeletePerTenantConfigurationParams) WithTimeout(timeout time.Duration) *DeletePerTenantConfigurationParams
WithTimeout adds the timeout to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WithXKillbillComment ¶
func (o *DeletePerTenantConfigurationParams) WithXKillbillComment(xKillbillComment *string) *DeletePerTenantConfigurationParams
WithXKillbillComment adds the xKillbillComment to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WithXKillbillCreatedBy ¶
func (o *DeletePerTenantConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePerTenantConfigurationParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WithXKillbillReason ¶
func (o *DeletePerTenantConfigurationParams) WithXKillbillReason(xKillbillReason *string) *DeletePerTenantConfigurationParams
WithXKillbillReason adds the xKillbillReason to the delete per tenant configuration params
func (*DeletePerTenantConfigurationParams) WriteToRequest ¶
func (o *DeletePerTenantConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePerTenantConfigurationReader ¶
type DeletePerTenantConfigurationReader struct {
// contains filtered or unexported fields
}
DeletePerTenantConfigurationReader is a Reader for the DeletePerTenantConfiguration structure.
func (*DeletePerTenantConfigurationReader) ReadResponse ¶
func (o *DeletePerTenantConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePluginConfigurationBadRequest ¶
type DeletePluginConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
DeletePluginConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewDeletePluginConfigurationBadRequest ¶
func NewDeletePluginConfigurationBadRequest() *DeletePluginConfigurationBadRequest
NewDeletePluginConfigurationBadRequest creates a DeletePluginConfigurationBadRequest with default headers values
func (*DeletePluginConfigurationBadRequest) Error ¶
func (o *DeletePluginConfigurationBadRequest) Error() string
type DeletePluginConfigurationNoContent ¶
type DeletePluginConfigurationNoContent struct {
HttpResponse runtime.ClientResponse
}
DeletePluginConfigurationNoContent handles this case with default header values.
Successful operation
func NewDeletePluginConfigurationNoContent ¶
func NewDeletePluginConfigurationNoContent() *DeletePluginConfigurationNoContent
NewDeletePluginConfigurationNoContent creates a DeletePluginConfigurationNoContent with default headers values
func (*DeletePluginConfigurationNoContent) Error ¶
func (o *DeletePluginConfigurationNoContent) Error() string
type DeletePluginConfigurationParams ¶
type DeletePluginConfigurationParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*PluginName*/ PluginName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
DeletePluginConfigurationParams contains all the parameters to send to the API endpoint for the delete plugin configuration operation typically these are written to a http.Request
func NewDeletePluginConfigurationParams ¶
func NewDeletePluginConfigurationParams() *DeletePluginConfigurationParams
NewDeletePluginConfigurationParams creates a new DeletePluginConfigurationParams object with the default values initialized.
func NewDeletePluginConfigurationParamsWithContext ¶
func NewDeletePluginConfigurationParamsWithContext(ctx context.Context) *DeletePluginConfigurationParams
NewDeletePluginConfigurationParamsWithContext creates a new DeletePluginConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePluginConfigurationParamsWithHTTPClient ¶
func NewDeletePluginConfigurationParamsWithHTTPClient(client *http.Client) *DeletePluginConfigurationParams
NewDeletePluginConfigurationParamsWithHTTPClient creates a new DeletePluginConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePluginConfigurationParamsWithTimeout ¶
func NewDeletePluginConfigurationParamsWithTimeout(timeout time.Duration) *DeletePluginConfigurationParams
NewDeletePluginConfigurationParamsWithTimeout creates a new DeletePluginConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePluginConfigurationParams) SetContext ¶
func (o *DeletePluginConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete plugin configuration params
func (*DeletePluginConfigurationParams) SetHTTPClient ¶
func (o *DeletePluginConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete plugin configuration params
func (*DeletePluginConfigurationParams) SetPluginName ¶
func (o *DeletePluginConfigurationParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the delete plugin configuration params
func (*DeletePluginConfigurationParams) SetTimeout ¶
func (o *DeletePluginConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete plugin configuration params
func (*DeletePluginConfigurationParams) SetXKillbillComment ¶
func (o *DeletePluginConfigurationParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete plugin configuration params
func (*DeletePluginConfigurationParams) SetXKillbillCreatedBy ¶
func (o *DeletePluginConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin configuration params
func (*DeletePluginConfigurationParams) SetXKillbillReason ¶
func (o *DeletePluginConfigurationParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithContext ¶
func (o *DeletePluginConfigurationParams) WithContext(ctx context.Context) *DeletePluginConfigurationParams
WithContext adds the context to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithHTTPClient ¶
func (o *DeletePluginConfigurationParams) WithHTTPClient(client *http.Client) *DeletePluginConfigurationParams
WithHTTPClient adds the HTTPClient to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithPluginName ¶
func (o *DeletePluginConfigurationParams) WithPluginName(pluginName string) *DeletePluginConfigurationParams
WithPluginName adds the pluginName to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithTimeout ¶
func (o *DeletePluginConfigurationParams) WithTimeout(timeout time.Duration) *DeletePluginConfigurationParams
WithTimeout adds the timeout to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithXKillbillComment ¶
func (o *DeletePluginConfigurationParams) WithXKillbillComment(xKillbillComment *string) *DeletePluginConfigurationParams
WithXKillbillComment adds the xKillbillComment to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithXKillbillCreatedBy ¶
func (o *DeletePluginConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePluginConfigurationParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WithXKillbillReason ¶
func (o *DeletePluginConfigurationParams) WithXKillbillReason(xKillbillReason *string) *DeletePluginConfigurationParams
WithXKillbillReason adds the xKillbillReason to the delete plugin configuration params
func (*DeletePluginConfigurationParams) WriteToRequest ¶
func (o *DeletePluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePluginConfigurationReader ¶
type DeletePluginConfigurationReader struct {
// contains filtered or unexported fields
}
DeletePluginConfigurationReader is a Reader for the DeletePluginConfiguration structure.
func (*DeletePluginConfigurationReader) ReadResponse ¶
func (o *DeletePluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePluginPaymentStateMachineConfigBadRequest ¶
type DeletePluginPaymentStateMachineConfigBadRequest struct {
HttpResponse runtime.ClientResponse
}
DeletePluginPaymentStateMachineConfigBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewDeletePluginPaymentStateMachineConfigBadRequest ¶
func NewDeletePluginPaymentStateMachineConfigBadRequest() *DeletePluginPaymentStateMachineConfigBadRequest
NewDeletePluginPaymentStateMachineConfigBadRequest creates a DeletePluginPaymentStateMachineConfigBadRequest with default headers values
func (*DeletePluginPaymentStateMachineConfigBadRequest) Error ¶
func (o *DeletePluginPaymentStateMachineConfigBadRequest) Error() string
type DeletePluginPaymentStateMachineConfigNoContent ¶
type DeletePluginPaymentStateMachineConfigNoContent struct {
HttpResponse runtime.ClientResponse
}
DeletePluginPaymentStateMachineConfigNoContent handles this case with default header values.
Successful operation
func NewDeletePluginPaymentStateMachineConfigNoContent ¶
func NewDeletePluginPaymentStateMachineConfigNoContent() *DeletePluginPaymentStateMachineConfigNoContent
NewDeletePluginPaymentStateMachineConfigNoContent creates a DeletePluginPaymentStateMachineConfigNoContent with default headers values
func (*DeletePluginPaymentStateMachineConfigNoContent) Error ¶
func (o *DeletePluginPaymentStateMachineConfigNoContent) Error() string
type DeletePluginPaymentStateMachineConfigParams ¶
type DeletePluginPaymentStateMachineConfigParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*PluginName*/ PluginName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
DeletePluginPaymentStateMachineConfigParams contains all the parameters to send to the API endpoint for the delete plugin payment state machine config operation typically these are written to a http.Request
func NewDeletePluginPaymentStateMachineConfigParams ¶
func NewDeletePluginPaymentStateMachineConfigParams() *DeletePluginPaymentStateMachineConfigParams
NewDeletePluginPaymentStateMachineConfigParams creates a new DeletePluginPaymentStateMachineConfigParams object with the default values initialized.
func NewDeletePluginPaymentStateMachineConfigParamsWithContext ¶
func NewDeletePluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *DeletePluginPaymentStateMachineConfigParams
NewDeletePluginPaymentStateMachineConfigParamsWithContext creates a new DeletePluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient ¶
func NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *DeletePluginPaymentStateMachineConfigParams
NewDeletePluginPaymentStateMachineConfigParamsWithHTTPClient creates a new DeletePluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePluginPaymentStateMachineConfigParamsWithTimeout ¶
func NewDeletePluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *DeletePluginPaymentStateMachineConfigParams
NewDeletePluginPaymentStateMachineConfigParamsWithTimeout creates a new DeletePluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePluginPaymentStateMachineConfigParams) SetContext ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) SetHTTPClient ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) SetPluginName ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) SetTimeout ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) SetXKillbillComment ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) SetXKillbillReason ¶
func (o *DeletePluginPaymentStateMachineConfigParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithContext ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithContext(ctx context.Context) *DeletePluginPaymentStateMachineConfigParams
WithContext adds the context to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithHTTPClient ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithHTTPClient(client *http.Client) *DeletePluginPaymentStateMachineConfigParams
WithHTTPClient adds the HTTPClient to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithPluginName ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithPluginName(pluginName string) *DeletePluginPaymentStateMachineConfigParams
WithPluginName adds the pluginName to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithTimeout ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithTimeout(timeout time.Duration) *DeletePluginPaymentStateMachineConfigParams
WithTimeout adds the timeout to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithXKillbillComment ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithXKillbillComment(xKillbillComment *string) *DeletePluginPaymentStateMachineConfigParams
WithXKillbillComment adds the xKillbillComment to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePluginPaymentStateMachineConfigParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WithXKillbillReason ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WithXKillbillReason(xKillbillReason *string) *DeletePluginPaymentStateMachineConfigParams
WithXKillbillReason adds the xKillbillReason to the delete plugin payment state machine config params
func (*DeletePluginPaymentStateMachineConfigParams) WriteToRequest ¶
func (o *DeletePluginPaymentStateMachineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePluginPaymentStateMachineConfigReader ¶
type DeletePluginPaymentStateMachineConfigReader struct {
// contains filtered or unexported fields
}
DeletePluginPaymentStateMachineConfigReader is a Reader for the DeletePluginPaymentStateMachineConfig structure.
func (*DeletePluginPaymentStateMachineConfigReader) ReadResponse ¶
func (o *DeletePluginPaymentStateMachineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePushNotificationCallbacksBadRequest ¶
type DeletePushNotificationCallbacksBadRequest struct {
HttpResponse runtime.ClientResponse
}
DeletePushNotificationCallbacksBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewDeletePushNotificationCallbacksBadRequest ¶
func NewDeletePushNotificationCallbacksBadRequest() *DeletePushNotificationCallbacksBadRequest
NewDeletePushNotificationCallbacksBadRequest creates a DeletePushNotificationCallbacksBadRequest with default headers values
func (*DeletePushNotificationCallbacksBadRequest) Error ¶
func (o *DeletePushNotificationCallbacksBadRequest) Error() string
type DeletePushNotificationCallbacksNoContent ¶
type DeletePushNotificationCallbacksNoContent struct {
HttpResponse runtime.ClientResponse
}
DeletePushNotificationCallbacksNoContent handles this case with default header values.
Successful operation
func NewDeletePushNotificationCallbacksNoContent ¶
func NewDeletePushNotificationCallbacksNoContent() *DeletePushNotificationCallbacksNoContent
NewDeletePushNotificationCallbacksNoContent creates a DeletePushNotificationCallbacksNoContent with default headers values
func (*DeletePushNotificationCallbacksNoContent) Error ¶
func (o *DeletePushNotificationCallbacksNoContent) Error() string
type DeletePushNotificationCallbacksParams ¶
type DeletePushNotificationCallbacksParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
DeletePushNotificationCallbacksParams contains all the parameters to send to the API endpoint for the delete push notification callbacks operation typically these are written to a http.Request
func NewDeletePushNotificationCallbacksParams ¶
func NewDeletePushNotificationCallbacksParams() *DeletePushNotificationCallbacksParams
NewDeletePushNotificationCallbacksParams creates a new DeletePushNotificationCallbacksParams object with the default values initialized.
func NewDeletePushNotificationCallbacksParamsWithContext ¶
func NewDeletePushNotificationCallbacksParamsWithContext(ctx context.Context) *DeletePushNotificationCallbacksParams
NewDeletePushNotificationCallbacksParamsWithContext creates a new DeletePushNotificationCallbacksParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePushNotificationCallbacksParamsWithHTTPClient ¶
func NewDeletePushNotificationCallbacksParamsWithHTTPClient(client *http.Client) *DeletePushNotificationCallbacksParams
NewDeletePushNotificationCallbacksParamsWithHTTPClient creates a new DeletePushNotificationCallbacksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePushNotificationCallbacksParamsWithTimeout ¶
func NewDeletePushNotificationCallbacksParamsWithTimeout(timeout time.Duration) *DeletePushNotificationCallbacksParams
NewDeletePushNotificationCallbacksParamsWithTimeout creates a new DeletePushNotificationCallbacksParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePushNotificationCallbacksParams) SetContext ¶
func (o *DeletePushNotificationCallbacksParams) SetContext(ctx context.Context)
SetContext adds the context to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) SetHTTPClient ¶
func (o *DeletePushNotificationCallbacksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) SetTimeout ¶
func (o *DeletePushNotificationCallbacksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) SetXKillbillComment ¶
func (o *DeletePushNotificationCallbacksParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) SetXKillbillCreatedBy ¶
func (o *DeletePushNotificationCallbacksParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) SetXKillbillReason ¶
func (o *DeletePushNotificationCallbacksParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WithContext ¶
func (o *DeletePushNotificationCallbacksParams) WithContext(ctx context.Context) *DeletePushNotificationCallbacksParams
WithContext adds the context to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WithHTTPClient ¶
func (o *DeletePushNotificationCallbacksParams) WithHTTPClient(client *http.Client) *DeletePushNotificationCallbacksParams
WithHTTPClient adds the HTTPClient to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WithTimeout ¶
func (o *DeletePushNotificationCallbacksParams) WithTimeout(timeout time.Duration) *DeletePushNotificationCallbacksParams
WithTimeout adds the timeout to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WithXKillbillComment ¶
func (o *DeletePushNotificationCallbacksParams) WithXKillbillComment(xKillbillComment *string) *DeletePushNotificationCallbacksParams
WithXKillbillComment adds the xKillbillComment to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WithXKillbillCreatedBy ¶
func (o *DeletePushNotificationCallbacksParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePushNotificationCallbacksParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WithXKillbillReason ¶
func (o *DeletePushNotificationCallbacksParams) WithXKillbillReason(xKillbillReason *string) *DeletePushNotificationCallbacksParams
WithXKillbillReason adds the xKillbillReason to the delete push notification callbacks params
func (*DeletePushNotificationCallbacksParams) WriteToRequest ¶
func (o *DeletePushNotificationCallbacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePushNotificationCallbacksReader ¶
type DeletePushNotificationCallbacksReader struct {
// contains filtered or unexported fields
}
DeletePushNotificationCallbacksReader is a Reader for the DeletePushNotificationCallbacks structure.
func (*DeletePushNotificationCallbacksReader) ReadResponse ¶
func (o *DeletePushNotificationCallbacksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteUserKeyValueBadRequest ¶
type DeleteUserKeyValueBadRequest struct {
HttpResponse runtime.ClientResponse
}
DeleteUserKeyValueBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewDeleteUserKeyValueBadRequest ¶
func NewDeleteUserKeyValueBadRequest() *DeleteUserKeyValueBadRequest
NewDeleteUserKeyValueBadRequest creates a DeleteUserKeyValueBadRequest with default headers values
func (*DeleteUserKeyValueBadRequest) Error ¶
func (o *DeleteUserKeyValueBadRequest) Error() string
type DeleteUserKeyValueNoContent ¶
type DeleteUserKeyValueNoContent struct {
HttpResponse runtime.ClientResponse
}
DeleteUserKeyValueNoContent handles this case with default header values.
Successful operation
func NewDeleteUserKeyValueNoContent ¶
func NewDeleteUserKeyValueNoContent() *DeleteUserKeyValueNoContent
NewDeleteUserKeyValueNoContent creates a DeleteUserKeyValueNoContent with default headers values
func (*DeleteUserKeyValueNoContent) Error ¶
func (o *DeleteUserKeyValueNoContent) Error() string
type DeleteUserKeyValueParams ¶
type DeleteUserKeyValueParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*KeyName*/ KeyName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
DeleteUserKeyValueParams contains all the parameters to send to the API endpoint for the delete user key value operation typically these are written to a http.Request
func NewDeleteUserKeyValueParams ¶
func NewDeleteUserKeyValueParams() *DeleteUserKeyValueParams
NewDeleteUserKeyValueParams creates a new DeleteUserKeyValueParams object with the default values initialized.
func NewDeleteUserKeyValueParamsWithContext ¶
func NewDeleteUserKeyValueParamsWithContext(ctx context.Context) *DeleteUserKeyValueParams
NewDeleteUserKeyValueParamsWithContext creates a new DeleteUserKeyValueParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteUserKeyValueParamsWithHTTPClient ¶
func NewDeleteUserKeyValueParamsWithHTTPClient(client *http.Client) *DeleteUserKeyValueParams
NewDeleteUserKeyValueParamsWithHTTPClient creates a new DeleteUserKeyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteUserKeyValueParamsWithTimeout ¶
func NewDeleteUserKeyValueParamsWithTimeout(timeout time.Duration) *DeleteUserKeyValueParams
NewDeleteUserKeyValueParamsWithTimeout creates a new DeleteUserKeyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteUserKeyValueParams) SetContext ¶
func (o *DeleteUserKeyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the delete user key value params
func (*DeleteUserKeyValueParams) SetHTTPClient ¶
func (o *DeleteUserKeyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete user key value params
func (*DeleteUserKeyValueParams) SetKeyName ¶
func (o *DeleteUserKeyValueParams) SetKeyName(keyName string)
SetKeyName adds the keyName to the delete user key value params
func (*DeleteUserKeyValueParams) SetTimeout ¶
func (o *DeleteUserKeyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete user key value params
func (*DeleteUserKeyValueParams) SetXKillbillComment ¶
func (o *DeleteUserKeyValueParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete user key value params
func (*DeleteUserKeyValueParams) SetXKillbillCreatedBy ¶
func (o *DeleteUserKeyValueParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete user key value params
func (*DeleteUserKeyValueParams) SetXKillbillReason ¶
func (o *DeleteUserKeyValueParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete user key value params
func (*DeleteUserKeyValueParams) WithContext ¶
func (o *DeleteUserKeyValueParams) WithContext(ctx context.Context) *DeleteUserKeyValueParams
WithContext adds the context to the delete user key value params
func (*DeleteUserKeyValueParams) WithHTTPClient ¶
func (o *DeleteUserKeyValueParams) WithHTTPClient(client *http.Client) *DeleteUserKeyValueParams
WithHTTPClient adds the HTTPClient to the delete user key value params
func (*DeleteUserKeyValueParams) WithKeyName ¶
func (o *DeleteUserKeyValueParams) WithKeyName(keyName string) *DeleteUserKeyValueParams
WithKeyName adds the keyName to the delete user key value params
func (*DeleteUserKeyValueParams) WithTimeout ¶
func (o *DeleteUserKeyValueParams) WithTimeout(timeout time.Duration) *DeleteUserKeyValueParams
WithTimeout adds the timeout to the delete user key value params
func (*DeleteUserKeyValueParams) WithXKillbillComment ¶
func (o *DeleteUserKeyValueParams) WithXKillbillComment(xKillbillComment *string) *DeleteUserKeyValueParams
WithXKillbillComment adds the xKillbillComment to the delete user key value params
func (*DeleteUserKeyValueParams) WithXKillbillCreatedBy ¶
func (o *DeleteUserKeyValueParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteUserKeyValueParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete user key value params
func (*DeleteUserKeyValueParams) WithXKillbillReason ¶
func (o *DeleteUserKeyValueParams) WithXKillbillReason(xKillbillReason *string) *DeleteUserKeyValueParams
WithXKillbillReason adds the xKillbillReason to the delete user key value params
func (*DeleteUserKeyValueParams) WriteToRequest ¶
func (o *DeleteUserKeyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteUserKeyValueReader ¶
type DeleteUserKeyValueReader struct {
// contains filtered or unexported fields
}
DeleteUserKeyValueReader is a Reader for the DeleteUserKeyValue structure.
func (*DeleteUserKeyValueReader) ReadResponse ¶
func (o *DeleteUserKeyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllPluginConfigurationBadRequest ¶
type GetAllPluginConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetAllPluginConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetAllPluginConfigurationBadRequest ¶
func NewGetAllPluginConfigurationBadRequest() *GetAllPluginConfigurationBadRequest
NewGetAllPluginConfigurationBadRequest creates a GetAllPluginConfigurationBadRequest with default headers values
func (*GetAllPluginConfigurationBadRequest) Error ¶
func (o *GetAllPluginConfigurationBadRequest) Error() string
type GetAllPluginConfigurationOK ¶
type GetAllPluginConfigurationOK struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
GetAllPluginConfigurationOK handles this case with default header values.
successful operation
func NewGetAllPluginConfigurationOK ¶
func NewGetAllPluginConfigurationOK() *GetAllPluginConfigurationOK
NewGetAllPluginConfigurationOK creates a GetAllPluginConfigurationOK with default headers values
func (*GetAllPluginConfigurationOK) Error ¶
func (o *GetAllPluginConfigurationOK) Error() string
func (*GetAllPluginConfigurationOK) GetPayload ¶
func (o *GetAllPluginConfigurationOK) GetPayload() *kbmodel.TenantKeyValue
type GetAllPluginConfigurationParams ¶
type GetAllPluginConfigurationParams struct { /*KeyPrefix*/ KeyPrefix string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetAllPluginConfigurationParams contains all the parameters to send to the API endpoint for the get all plugin configuration operation typically these are written to a http.Request
func NewGetAllPluginConfigurationParams ¶
func NewGetAllPluginConfigurationParams() *GetAllPluginConfigurationParams
NewGetAllPluginConfigurationParams creates a new GetAllPluginConfigurationParams object with the default values initialized.
func NewGetAllPluginConfigurationParamsWithContext ¶
func NewGetAllPluginConfigurationParamsWithContext(ctx context.Context) *GetAllPluginConfigurationParams
NewGetAllPluginConfigurationParamsWithContext creates a new GetAllPluginConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewGetAllPluginConfigurationParamsWithHTTPClient ¶
func NewGetAllPluginConfigurationParamsWithHTTPClient(client *http.Client) *GetAllPluginConfigurationParams
NewGetAllPluginConfigurationParamsWithHTTPClient creates a new GetAllPluginConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAllPluginConfigurationParamsWithTimeout ¶
func NewGetAllPluginConfigurationParamsWithTimeout(timeout time.Duration) *GetAllPluginConfigurationParams
NewGetAllPluginConfigurationParamsWithTimeout creates a new GetAllPluginConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAllPluginConfigurationParams) SetContext ¶
func (o *GetAllPluginConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) SetHTTPClient ¶
func (o *GetAllPluginConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) SetKeyPrefix ¶
func (o *GetAllPluginConfigurationParams) SetKeyPrefix(keyPrefix string)
SetKeyPrefix adds the keyPrefix to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) SetTimeout ¶
func (o *GetAllPluginConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) WithContext ¶
func (o *GetAllPluginConfigurationParams) WithContext(ctx context.Context) *GetAllPluginConfigurationParams
WithContext adds the context to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) WithHTTPClient ¶
func (o *GetAllPluginConfigurationParams) WithHTTPClient(client *http.Client) *GetAllPluginConfigurationParams
WithHTTPClient adds the HTTPClient to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) WithKeyPrefix ¶
func (o *GetAllPluginConfigurationParams) WithKeyPrefix(keyPrefix string) *GetAllPluginConfigurationParams
WithKeyPrefix adds the keyPrefix to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) WithTimeout ¶
func (o *GetAllPluginConfigurationParams) WithTimeout(timeout time.Duration) *GetAllPluginConfigurationParams
WithTimeout adds the timeout to the get all plugin configuration params
func (*GetAllPluginConfigurationParams) WriteToRequest ¶
func (o *GetAllPluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllPluginConfigurationReader ¶
type GetAllPluginConfigurationReader struct {
// contains filtered or unexported fields
}
GetAllPluginConfigurationReader is a Reader for the GetAllPluginConfiguration structure.
func (*GetAllPluginConfigurationReader) ReadResponse ¶
func (o *GetAllPluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPerTenantConfigurationBadRequest ¶
type GetPerTenantConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetPerTenantConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetPerTenantConfigurationBadRequest ¶
func NewGetPerTenantConfigurationBadRequest() *GetPerTenantConfigurationBadRequest
NewGetPerTenantConfigurationBadRequest creates a GetPerTenantConfigurationBadRequest with default headers values
func (*GetPerTenantConfigurationBadRequest) Error ¶
func (o *GetPerTenantConfigurationBadRequest) Error() string
type GetPerTenantConfigurationOK ¶
type GetPerTenantConfigurationOK struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
GetPerTenantConfigurationOK handles this case with default header values.
successful operation
func NewGetPerTenantConfigurationOK ¶
func NewGetPerTenantConfigurationOK() *GetPerTenantConfigurationOK
NewGetPerTenantConfigurationOK creates a GetPerTenantConfigurationOK with default headers values
func (*GetPerTenantConfigurationOK) Error ¶
func (o *GetPerTenantConfigurationOK) Error() string
func (*GetPerTenantConfigurationOK) GetPayload ¶
func (o *GetPerTenantConfigurationOK) GetPayload() *kbmodel.TenantKeyValue
type GetPerTenantConfigurationParams ¶
type GetPerTenantConfigurationParams struct { WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetPerTenantConfigurationParams contains all the parameters to send to the API endpoint for the get per tenant configuration operation typically these are written to a http.Request
func NewGetPerTenantConfigurationParams ¶
func NewGetPerTenantConfigurationParams() *GetPerTenantConfigurationParams
NewGetPerTenantConfigurationParams creates a new GetPerTenantConfigurationParams object with the default values initialized.
func NewGetPerTenantConfigurationParamsWithContext ¶
func NewGetPerTenantConfigurationParamsWithContext(ctx context.Context) *GetPerTenantConfigurationParams
NewGetPerTenantConfigurationParamsWithContext creates a new GetPerTenantConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewGetPerTenantConfigurationParamsWithHTTPClient ¶
func NewGetPerTenantConfigurationParamsWithHTTPClient(client *http.Client) *GetPerTenantConfigurationParams
NewGetPerTenantConfigurationParamsWithHTTPClient creates a new GetPerTenantConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPerTenantConfigurationParamsWithTimeout ¶
func NewGetPerTenantConfigurationParamsWithTimeout(timeout time.Duration) *GetPerTenantConfigurationParams
NewGetPerTenantConfigurationParamsWithTimeout creates a new GetPerTenantConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPerTenantConfigurationParams) SetContext ¶
func (o *GetPerTenantConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get per tenant configuration params
func (*GetPerTenantConfigurationParams) SetHTTPClient ¶
func (o *GetPerTenantConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get per tenant configuration params
func (*GetPerTenantConfigurationParams) SetTimeout ¶
func (o *GetPerTenantConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get per tenant configuration params
func (*GetPerTenantConfigurationParams) WithContext ¶
func (o *GetPerTenantConfigurationParams) WithContext(ctx context.Context) *GetPerTenantConfigurationParams
WithContext adds the context to the get per tenant configuration params
func (*GetPerTenantConfigurationParams) WithHTTPClient ¶
func (o *GetPerTenantConfigurationParams) WithHTTPClient(client *http.Client) *GetPerTenantConfigurationParams
WithHTTPClient adds the HTTPClient to the get per tenant configuration params
func (*GetPerTenantConfigurationParams) WithTimeout ¶
func (o *GetPerTenantConfigurationParams) WithTimeout(timeout time.Duration) *GetPerTenantConfigurationParams
WithTimeout adds the timeout to the get per tenant configuration params
func (*GetPerTenantConfigurationParams) WriteToRequest ¶
func (o *GetPerTenantConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPerTenantConfigurationReader ¶
type GetPerTenantConfigurationReader struct {
// contains filtered or unexported fields
}
GetPerTenantConfigurationReader is a Reader for the GetPerTenantConfiguration structure.
func (*GetPerTenantConfigurationReader) ReadResponse ¶
func (o *GetPerTenantConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginConfigurationBadRequest ¶
type GetPluginConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetPluginConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetPluginConfigurationBadRequest ¶
func NewGetPluginConfigurationBadRequest() *GetPluginConfigurationBadRequest
NewGetPluginConfigurationBadRequest creates a GetPluginConfigurationBadRequest with default headers values
func (*GetPluginConfigurationBadRequest) Error ¶
func (o *GetPluginConfigurationBadRequest) Error() string
type GetPluginConfigurationOK ¶
type GetPluginConfigurationOK struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
GetPluginConfigurationOK handles this case with default header values.
successful operation
func NewGetPluginConfigurationOK ¶
func NewGetPluginConfigurationOK() *GetPluginConfigurationOK
NewGetPluginConfigurationOK creates a GetPluginConfigurationOK with default headers values
func (*GetPluginConfigurationOK) Error ¶
func (o *GetPluginConfigurationOK) Error() string
func (*GetPluginConfigurationOK) GetPayload ¶
func (o *GetPluginConfigurationOK) GetPayload() *kbmodel.TenantKeyValue
type GetPluginConfigurationParams ¶
type GetPluginConfigurationParams struct { /*PluginName*/ PluginName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetPluginConfigurationParams contains all the parameters to send to the API endpoint for the get plugin configuration operation typically these are written to a http.Request
func NewGetPluginConfigurationParams ¶
func NewGetPluginConfigurationParams() *GetPluginConfigurationParams
NewGetPluginConfigurationParams creates a new GetPluginConfigurationParams object with the default values initialized.
func NewGetPluginConfigurationParamsWithContext ¶
func NewGetPluginConfigurationParamsWithContext(ctx context.Context) *GetPluginConfigurationParams
NewGetPluginConfigurationParamsWithContext creates a new GetPluginConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginConfigurationParamsWithHTTPClient ¶
func NewGetPluginConfigurationParamsWithHTTPClient(client *http.Client) *GetPluginConfigurationParams
NewGetPluginConfigurationParamsWithHTTPClient creates a new GetPluginConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginConfigurationParamsWithTimeout ¶
func NewGetPluginConfigurationParamsWithTimeout(timeout time.Duration) *GetPluginConfigurationParams
NewGetPluginConfigurationParamsWithTimeout creates a new GetPluginConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginConfigurationParams) SetContext ¶
func (o *GetPluginConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin configuration params
func (*GetPluginConfigurationParams) SetHTTPClient ¶
func (o *GetPluginConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin configuration params
func (*GetPluginConfigurationParams) SetPluginName ¶
func (o *GetPluginConfigurationParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the get plugin configuration params
func (*GetPluginConfigurationParams) SetTimeout ¶
func (o *GetPluginConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin configuration params
func (*GetPluginConfigurationParams) WithContext ¶
func (o *GetPluginConfigurationParams) WithContext(ctx context.Context) *GetPluginConfigurationParams
WithContext adds the context to the get plugin configuration params
func (*GetPluginConfigurationParams) WithHTTPClient ¶
func (o *GetPluginConfigurationParams) WithHTTPClient(client *http.Client) *GetPluginConfigurationParams
WithHTTPClient adds the HTTPClient to the get plugin configuration params
func (*GetPluginConfigurationParams) WithPluginName ¶
func (o *GetPluginConfigurationParams) WithPluginName(pluginName string) *GetPluginConfigurationParams
WithPluginName adds the pluginName to the get plugin configuration params
func (*GetPluginConfigurationParams) WithTimeout ¶
func (o *GetPluginConfigurationParams) WithTimeout(timeout time.Duration) *GetPluginConfigurationParams
WithTimeout adds the timeout to the get plugin configuration params
func (*GetPluginConfigurationParams) WriteToRequest ¶
func (o *GetPluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginConfigurationReader ¶
type GetPluginConfigurationReader struct {
// contains filtered or unexported fields
}
GetPluginConfigurationReader is a Reader for the GetPluginConfiguration structure.
func (*GetPluginConfigurationReader) ReadResponse ¶
func (o *GetPluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPluginPaymentStateMachineConfigBadRequest ¶
type GetPluginPaymentStateMachineConfigBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetPluginPaymentStateMachineConfigBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetPluginPaymentStateMachineConfigBadRequest ¶
func NewGetPluginPaymentStateMachineConfigBadRequest() *GetPluginPaymentStateMachineConfigBadRequest
NewGetPluginPaymentStateMachineConfigBadRequest creates a GetPluginPaymentStateMachineConfigBadRequest with default headers values
func (*GetPluginPaymentStateMachineConfigBadRequest) Error ¶
func (o *GetPluginPaymentStateMachineConfigBadRequest) Error() string
type GetPluginPaymentStateMachineConfigOK ¶
type GetPluginPaymentStateMachineConfigOK struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
GetPluginPaymentStateMachineConfigOK handles this case with default header values.
successful operation
func NewGetPluginPaymentStateMachineConfigOK ¶
func NewGetPluginPaymentStateMachineConfigOK() *GetPluginPaymentStateMachineConfigOK
NewGetPluginPaymentStateMachineConfigOK creates a GetPluginPaymentStateMachineConfigOK with default headers values
func (*GetPluginPaymentStateMachineConfigOK) Error ¶
func (o *GetPluginPaymentStateMachineConfigOK) Error() string
func (*GetPluginPaymentStateMachineConfigOK) GetPayload ¶
func (o *GetPluginPaymentStateMachineConfigOK) GetPayload() *kbmodel.TenantKeyValue
type GetPluginPaymentStateMachineConfigParams ¶
type GetPluginPaymentStateMachineConfigParams struct { /*PluginName*/ PluginName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetPluginPaymentStateMachineConfigParams contains all the parameters to send to the API endpoint for the get plugin payment state machine config operation typically these are written to a http.Request
func NewGetPluginPaymentStateMachineConfigParams ¶
func NewGetPluginPaymentStateMachineConfigParams() *GetPluginPaymentStateMachineConfigParams
NewGetPluginPaymentStateMachineConfigParams creates a new GetPluginPaymentStateMachineConfigParams object with the default values initialized.
func NewGetPluginPaymentStateMachineConfigParamsWithContext ¶
func NewGetPluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *GetPluginPaymentStateMachineConfigParams
NewGetPluginPaymentStateMachineConfigParamsWithContext creates a new GetPluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient ¶
func NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *GetPluginPaymentStateMachineConfigParams
NewGetPluginPaymentStateMachineConfigParamsWithHTTPClient creates a new GetPluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPluginPaymentStateMachineConfigParamsWithTimeout ¶
func NewGetPluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *GetPluginPaymentStateMachineConfigParams
NewGetPluginPaymentStateMachineConfigParamsWithTimeout creates a new GetPluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPluginPaymentStateMachineConfigParams) SetContext ¶
func (o *GetPluginPaymentStateMachineConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) SetHTTPClient ¶
func (o *GetPluginPaymentStateMachineConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) SetPluginName ¶
func (o *GetPluginPaymentStateMachineConfigParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) SetTimeout ¶
func (o *GetPluginPaymentStateMachineConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) WithContext ¶
func (o *GetPluginPaymentStateMachineConfigParams) WithContext(ctx context.Context) *GetPluginPaymentStateMachineConfigParams
WithContext adds the context to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) WithHTTPClient ¶
func (o *GetPluginPaymentStateMachineConfigParams) WithHTTPClient(client *http.Client) *GetPluginPaymentStateMachineConfigParams
WithHTTPClient adds the HTTPClient to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) WithPluginName ¶
func (o *GetPluginPaymentStateMachineConfigParams) WithPluginName(pluginName string) *GetPluginPaymentStateMachineConfigParams
WithPluginName adds the pluginName to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) WithTimeout ¶
func (o *GetPluginPaymentStateMachineConfigParams) WithTimeout(timeout time.Duration) *GetPluginPaymentStateMachineConfigParams
WithTimeout adds the timeout to the get plugin payment state machine config params
func (*GetPluginPaymentStateMachineConfigParams) WriteToRequest ¶
func (o *GetPluginPaymentStateMachineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPluginPaymentStateMachineConfigReader ¶
type GetPluginPaymentStateMachineConfigReader struct {
// contains filtered or unexported fields
}
GetPluginPaymentStateMachineConfigReader is a Reader for the GetPluginPaymentStateMachineConfig structure.
func (*GetPluginPaymentStateMachineConfigReader) ReadResponse ¶
func (o *GetPluginPaymentStateMachineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPushNotificationCallbacksBadRequest ¶
type GetPushNotificationCallbacksBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetPushNotificationCallbacksBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetPushNotificationCallbacksBadRequest ¶
func NewGetPushNotificationCallbacksBadRequest() *GetPushNotificationCallbacksBadRequest
NewGetPushNotificationCallbacksBadRequest creates a GetPushNotificationCallbacksBadRequest with default headers values
func (*GetPushNotificationCallbacksBadRequest) Error ¶
func (o *GetPushNotificationCallbacksBadRequest) Error() string
type GetPushNotificationCallbacksOK ¶
type GetPushNotificationCallbacksOK struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
GetPushNotificationCallbacksOK handles this case with default header values.
successful operation
func NewGetPushNotificationCallbacksOK ¶
func NewGetPushNotificationCallbacksOK() *GetPushNotificationCallbacksOK
NewGetPushNotificationCallbacksOK creates a GetPushNotificationCallbacksOK with default headers values
func (*GetPushNotificationCallbacksOK) Error ¶
func (o *GetPushNotificationCallbacksOK) Error() string
func (*GetPushNotificationCallbacksOK) GetPayload ¶
func (o *GetPushNotificationCallbacksOK) GetPayload() *kbmodel.TenantKeyValue
type GetPushNotificationCallbacksParams ¶
type GetPushNotificationCallbacksParams struct { WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetPushNotificationCallbacksParams contains all the parameters to send to the API endpoint for the get push notification callbacks operation typically these are written to a http.Request
func NewGetPushNotificationCallbacksParams ¶
func NewGetPushNotificationCallbacksParams() *GetPushNotificationCallbacksParams
NewGetPushNotificationCallbacksParams creates a new GetPushNotificationCallbacksParams object with the default values initialized.
func NewGetPushNotificationCallbacksParamsWithContext ¶
func NewGetPushNotificationCallbacksParamsWithContext(ctx context.Context) *GetPushNotificationCallbacksParams
NewGetPushNotificationCallbacksParamsWithContext creates a new GetPushNotificationCallbacksParams object with the default values initialized, and the ability to set a context for a request
func NewGetPushNotificationCallbacksParamsWithHTTPClient ¶
func NewGetPushNotificationCallbacksParamsWithHTTPClient(client *http.Client) *GetPushNotificationCallbacksParams
NewGetPushNotificationCallbacksParamsWithHTTPClient creates a new GetPushNotificationCallbacksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPushNotificationCallbacksParamsWithTimeout ¶
func NewGetPushNotificationCallbacksParamsWithTimeout(timeout time.Duration) *GetPushNotificationCallbacksParams
NewGetPushNotificationCallbacksParamsWithTimeout creates a new GetPushNotificationCallbacksParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPushNotificationCallbacksParams) SetContext ¶
func (o *GetPushNotificationCallbacksParams) SetContext(ctx context.Context)
SetContext adds the context to the get push notification callbacks params
func (*GetPushNotificationCallbacksParams) SetHTTPClient ¶
func (o *GetPushNotificationCallbacksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get push notification callbacks params
func (*GetPushNotificationCallbacksParams) SetTimeout ¶
func (o *GetPushNotificationCallbacksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get push notification callbacks params
func (*GetPushNotificationCallbacksParams) WithContext ¶
func (o *GetPushNotificationCallbacksParams) WithContext(ctx context.Context) *GetPushNotificationCallbacksParams
WithContext adds the context to the get push notification callbacks params
func (*GetPushNotificationCallbacksParams) WithHTTPClient ¶
func (o *GetPushNotificationCallbacksParams) WithHTTPClient(client *http.Client) *GetPushNotificationCallbacksParams
WithHTTPClient adds the HTTPClient to the get push notification callbacks params
func (*GetPushNotificationCallbacksParams) WithTimeout ¶
func (o *GetPushNotificationCallbacksParams) WithTimeout(timeout time.Duration) *GetPushNotificationCallbacksParams
WithTimeout adds the timeout to the get push notification callbacks params
func (*GetPushNotificationCallbacksParams) WriteToRequest ¶
func (o *GetPushNotificationCallbacksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPushNotificationCallbacksReader ¶
type GetPushNotificationCallbacksReader struct {
// contains filtered or unexported fields
}
GetPushNotificationCallbacksReader is a Reader for the GetPushNotificationCallbacks structure.
func (*GetPushNotificationCallbacksReader) ReadResponse ¶
func (o *GetPushNotificationCallbacksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTenantBadRequest ¶
type GetTenantBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetTenantBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetTenantBadRequest ¶
func NewGetTenantBadRequest() *GetTenantBadRequest
NewGetTenantBadRequest creates a GetTenantBadRequest with default headers values
func (*GetTenantBadRequest) Error ¶
func (o *GetTenantBadRequest) Error() string
type GetTenantByAPIKeyNotFound ¶
type GetTenantByAPIKeyNotFound struct {
HttpResponse runtime.ClientResponse
}
GetTenantByAPIKeyNotFound handles this case with default header values.
Tenant not found
func NewGetTenantByAPIKeyNotFound ¶
func NewGetTenantByAPIKeyNotFound() *GetTenantByAPIKeyNotFound
NewGetTenantByAPIKeyNotFound creates a GetTenantByAPIKeyNotFound with default headers values
func (*GetTenantByAPIKeyNotFound) Error ¶
func (o *GetTenantByAPIKeyNotFound) Error() string
type GetTenantByAPIKeyOK ¶
type GetTenantByAPIKeyOK struct { Payload *kbmodel.Tenant HttpResponse runtime.ClientResponse }
GetTenantByAPIKeyOK handles this case with default header values.
successful operation
func NewGetTenantByAPIKeyOK ¶
func NewGetTenantByAPIKeyOK() *GetTenantByAPIKeyOK
NewGetTenantByAPIKeyOK creates a GetTenantByAPIKeyOK with default headers values
func (*GetTenantByAPIKeyOK) Error ¶
func (o *GetTenantByAPIKeyOK) Error() string
func (*GetTenantByAPIKeyOK) GetPayload ¶
func (o *GetTenantByAPIKeyOK) GetPayload() *kbmodel.Tenant
type GetTenantByAPIKeyParams ¶
type GetTenantByAPIKeyParams struct { /*APIKey*/ APIKey *string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetTenantByAPIKeyParams contains all the parameters to send to the API endpoint for the get tenant by Api key operation typically these are written to a http.Request
func NewGetTenantByAPIKeyParams ¶
func NewGetTenantByAPIKeyParams() *GetTenantByAPIKeyParams
NewGetTenantByAPIKeyParams creates a new GetTenantByAPIKeyParams object with the default values initialized.
func NewGetTenantByAPIKeyParamsWithContext ¶
func NewGetTenantByAPIKeyParamsWithContext(ctx context.Context) *GetTenantByAPIKeyParams
NewGetTenantByAPIKeyParamsWithContext creates a new GetTenantByAPIKeyParams object with the default values initialized, and the ability to set a context for a request
func NewGetTenantByAPIKeyParamsWithHTTPClient ¶
func NewGetTenantByAPIKeyParamsWithHTTPClient(client *http.Client) *GetTenantByAPIKeyParams
NewGetTenantByAPIKeyParamsWithHTTPClient creates a new GetTenantByAPIKeyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetTenantByAPIKeyParamsWithTimeout ¶
func NewGetTenantByAPIKeyParamsWithTimeout(timeout time.Duration) *GetTenantByAPIKeyParams
NewGetTenantByAPIKeyParamsWithTimeout creates a new GetTenantByAPIKeyParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetTenantByAPIKeyParams) SetAPIKey ¶
func (o *GetTenantByAPIKeyParams) SetAPIKey(aPIKey *string)
SetAPIKey adds the apiKey to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) SetContext ¶
func (o *GetTenantByAPIKeyParams) SetContext(ctx context.Context)
SetContext adds the context to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) SetHTTPClient ¶
func (o *GetTenantByAPIKeyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) SetTimeout ¶
func (o *GetTenantByAPIKeyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) WithAPIKey ¶
func (o *GetTenantByAPIKeyParams) WithAPIKey(aPIKey *string) *GetTenantByAPIKeyParams
WithAPIKey adds the aPIKey to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) WithContext ¶
func (o *GetTenantByAPIKeyParams) WithContext(ctx context.Context) *GetTenantByAPIKeyParams
WithContext adds the context to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) WithHTTPClient ¶
func (o *GetTenantByAPIKeyParams) WithHTTPClient(client *http.Client) *GetTenantByAPIKeyParams
WithHTTPClient adds the HTTPClient to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) WithTimeout ¶
func (o *GetTenantByAPIKeyParams) WithTimeout(timeout time.Duration) *GetTenantByAPIKeyParams
WithTimeout adds the timeout to the get tenant by Api key params
func (*GetTenantByAPIKeyParams) WriteToRequest ¶
func (o *GetTenantByAPIKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTenantByAPIKeyReader ¶
type GetTenantByAPIKeyReader struct {
// contains filtered or unexported fields
}
GetTenantByAPIKeyReader is a Reader for the GetTenantByAPIKey structure.
func (*GetTenantByAPIKeyReader) ReadResponse ¶
func (o *GetTenantByAPIKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTenantNotFound ¶
type GetTenantNotFound struct {
HttpResponse runtime.ClientResponse
}
GetTenantNotFound handles this case with default header values.
Tenant not found
func NewGetTenantNotFound ¶
func NewGetTenantNotFound() *GetTenantNotFound
NewGetTenantNotFound creates a GetTenantNotFound with default headers values
func (*GetTenantNotFound) Error ¶
func (o *GetTenantNotFound) Error() string
type GetTenantOK ¶
type GetTenantOK struct { Payload *kbmodel.Tenant HttpResponse runtime.ClientResponse }
GetTenantOK handles this case with default header values.
successful operation
func NewGetTenantOK ¶
func NewGetTenantOK() *GetTenantOK
NewGetTenantOK creates a GetTenantOK with default headers values
func (*GetTenantOK) Error ¶
func (o *GetTenantOK) Error() string
func (*GetTenantOK) GetPayload ¶
func (o *GetTenantOK) GetPayload() *kbmodel.Tenant
type GetTenantParams ¶
type GetTenantParams struct { /*TenantID*/ TenantID strfmt.UUID WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetTenantParams contains all the parameters to send to the API endpoint for the get tenant operation typically these are written to a http.Request
func NewGetTenantParams ¶
func NewGetTenantParams() *GetTenantParams
NewGetTenantParams creates a new GetTenantParams object with the default values initialized.
func NewGetTenantParamsWithContext ¶
func NewGetTenantParamsWithContext(ctx context.Context) *GetTenantParams
NewGetTenantParamsWithContext creates a new GetTenantParams object with the default values initialized, and the ability to set a context for a request
func NewGetTenantParamsWithHTTPClient ¶
func NewGetTenantParamsWithHTTPClient(client *http.Client) *GetTenantParams
NewGetTenantParamsWithHTTPClient creates a new GetTenantParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetTenantParamsWithTimeout ¶
func NewGetTenantParamsWithTimeout(timeout time.Duration) *GetTenantParams
NewGetTenantParamsWithTimeout creates a new GetTenantParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetTenantParams) SetContext ¶
func (o *GetTenantParams) SetContext(ctx context.Context)
SetContext adds the context to the get tenant params
func (*GetTenantParams) SetHTTPClient ¶
func (o *GetTenantParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get tenant params
func (*GetTenantParams) SetTenantID ¶
func (o *GetTenantParams) SetTenantID(tenantID strfmt.UUID)
SetTenantID adds the tenantId to the get tenant params
func (*GetTenantParams) SetTimeout ¶
func (o *GetTenantParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get tenant params
func (*GetTenantParams) WithContext ¶
func (o *GetTenantParams) WithContext(ctx context.Context) *GetTenantParams
WithContext adds the context to the get tenant params
func (*GetTenantParams) WithHTTPClient ¶
func (o *GetTenantParams) WithHTTPClient(client *http.Client) *GetTenantParams
WithHTTPClient adds the HTTPClient to the get tenant params
func (*GetTenantParams) WithTenantID ¶
func (o *GetTenantParams) WithTenantID(tenantID strfmt.UUID) *GetTenantParams
WithTenantID adds the tenantID to the get tenant params
func (*GetTenantParams) WithTimeout ¶
func (o *GetTenantParams) WithTimeout(timeout time.Duration) *GetTenantParams
WithTimeout adds the timeout to the get tenant params
func (*GetTenantParams) WriteToRequest ¶
func (o *GetTenantParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTenantReader ¶
type GetTenantReader struct {
// contains filtered or unexported fields
}
GetTenantReader is a Reader for the GetTenant structure.
func (*GetTenantReader) ReadResponse ¶
func (o *GetTenantReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetUserKeyValueBadRequest ¶
type GetUserKeyValueBadRequest struct {
HttpResponse runtime.ClientResponse
}
GetUserKeyValueBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewGetUserKeyValueBadRequest ¶
func NewGetUserKeyValueBadRequest() *GetUserKeyValueBadRequest
NewGetUserKeyValueBadRequest creates a GetUserKeyValueBadRequest with default headers values
func (*GetUserKeyValueBadRequest) Error ¶
func (o *GetUserKeyValueBadRequest) Error() string
type GetUserKeyValueOK ¶
type GetUserKeyValueOK struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
GetUserKeyValueOK handles this case with default header values.
successful operation
func NewGetUserKeyValueOK ¶
func NewGetUserKeyValueOK() *GetUserKeyValueOK
NewGetUserKeyValueOK creates a GetUserKeyValueOK with default headers values
func (*GetUserKeyValueOK) Error ¶
func (o *GetUserKeyValueOK) Error() string
func (*GetUserKeyValueOK) GetPayload ¶
func (o *GetUserKeyValueOK) GetPayload() *kbmodel.TenantKeyValue
type GetUserKeyValueParams ¶
type GetUserKeyValueParams struct { /*KeyName*/ KeyName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
GetUserKeyValueParams contains all the parameters to send to the API endpoint for the get user key value operation typically these are written to a http.Request
func NewGetUserKeyValueParams ¶
func NewGetUserKeyValueParams() *GetUserKeyValueParams
NewGetUserKeyValueParams creates a new GetUserKeyValueParams object with the default values initialized.
func NewGetUserKeyValueParamsWithContext ¶
func NewGetUserKeyValueParamsWithContext(ctx context.Context) *GetUserKeyValueParams
NewGetUserKeyValueParamsWithContext creates a new GetUserKeyValueParams object with the default values initialized, and the ability to set a context for a request
func NewGetUserKeyValueParamsWithHTTPClient ¶
func NewGetUserKeyValueParamsWithHTTPClient(client *http.Client) *GetUserKeyValueParams
NewGetUserKeyValueParamsWithHTTPClient creates a new GetUserKeyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetUserKeyValueParamsWithTimeout ¶
func NewGetUserKeyValueParamsWithTimeout(timeout time.Duration) *GetUserKeyValueParams
NewGetUserKeyValueParamsWithTimeout creates a new GetUserKeyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetUserKeyValueParams) SetContext ¶
func (o *GetUserKeyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the get user key value params
func (*GetUserKeyValueParams) SetHTTPClient ¶
func (o *GetUserKeyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get user key value params
func (*GetUserKeyValueParams) SetKeyName ¶
func (o *GetUserKeyValueParams) SetKeyName(keyName string)
SetKeyName adds the keyName to the get user key value params
func (*GetUserKeyValueParams) SetTimeout ¶
func (o *GetUserKeyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get user key value params
func (*GetUserKeyValueParams) WithContext ¶
func (o *GetUserKeyValueParams) WithContext(ctx context.Context) *GetUserKeyValueParams
WithContext adds the context to the get user key value params
func (*GetUserKeyValueParams) WithHTTPClient ¶
func (o *GetUserKeyValueParams) WithHTTPClient(client *http.Client) *GetUserKeyValueParams
WithHTTPClient adds the HTTPClient to the get user key value params
func (*GetUserKeyValueParams) WithKeyName ¶
func (o *GetUserKeyValueParams) WithKeyName(keyName string) *GetUserKeyValueParams
WithKeyName adds the keyName to the get user key value params
func (*GetUserKeyValueParams) WithTimeout ¶
func (o *GetUserKeyValueParams) WithTimeout(timeout time.Duration) *GetUserKeyValueParams
WithTimeout adds the timeout to the get user key value params
func (*GetUserKeyValueParams) WriteToRequest ¶
func (o *GetUserKeyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetUserKeyValueReader ¶
type GetUserKeyValueReader struct {
// contains filtered or unexported fields
}
GetUserKeyValueReader is a Reader for the GetUserKeyValue structure.
func (*GetUserKeyValueReader) ReadResponse ¶
func (o *GetUserKeyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ITenant ¶
type ITenant interface { /* CreateTenant creates a tenant resource description */ CreateTenant(ctx context.Context, params *CreateTenantParams) (*CreateTenantCreated, error) /* DeletePerTenantConfiguration deletes a per tenant configuration system properties resource description */ DeletePerTenantConfiguration(ctx context.Context, params *DeletePerTenantConfigurationParams) (*DeletePerTenantConfigurationNoContent, error) /* DeletePluginConfiguration deletes a per tenant configuration for a plugin resource description */ DeletePluginConfiguration(ctx context.Context, params *DeletePluginConfigurationParams) (*DeletePluginConfigurationNoContent, error) /* DeletePluginPaymentStateMachineConfig deletes a per tenant payment state machine for a plugin resource description */ DeletePluginPaymentStateMachineConfig(ctx context.Context, params *DeletePluginPaymentStateMachineConfigParams) (*DeletePluginPaymentStateMachineConfigNoContent, error) /* DeletePushNotificationCallbacks deletes a push notification resource description */ DeletePushNotificationCallbacks(ctx context.Context, params *DeletePushNotificationCallbacksParams) (*DeletePushNotificationCallbacksNoContent, error) /* DeleteUserKeyValue deletes a per tenant user key value resource description */ DeleteUserKeyValue(ctx context.Context, params *DeleteUserKeyValueParams) (*DeleteUserKeyValueNoContent, error) /* GetAllPluginConfiguration retrieves a per tenant key value based on key prefix resource description */ GetAllPluginConfiguration(ctx context.Context, params *GetAllPluginConfigurationParams) (*GetAllPluginConfigurationOK, error) /* GetPerTenantConfiguration retrieves a per tenant configuration system properties resource description */ GetPerTenantConfiguration(ctx context.Context, params *GetPerTenantConfigurationParams) (*GetPerTenantConfigurationOK, error) /* GetPluginConfiguration retrieves a per tenant configuration for a plugin resource description */ GetPluginConfiguration(ctx context.Context, params *GetPluginConfigurationParams) (*GetPluginConfigurationOK, error) /* GetPluginPaymentStateMachineConfig retrieves a per tenant payment state machine for a plugin resource description */ GetPluginPaymentStateMachineConfig(ctx context.Context, params *GetPluginPaymentStateMachineConfigParams) (*GetPluginPaymentStateMachineConfigOK, error) /* GetPushNotificationCallbacks retrieves a push notification resource description */ GetPushNotificationCallbacks(ctx context.Context, params *GetPushNotificationCallbacksParams) (*GetPushNotificationCallbacksOK, error) /* GetTenant retrieves a tenant by id resource description */ GetTenant(ctx context.Context, params *GetTenantParams) (*GetTenantOK, error) /* GetTenantByAPIKey retrieves a tenant by its API key resource description */ GetTenantByAPIKey(ctx context.Context, params *GetTenantByAPIKeyParams) (*GetTenantByAPIKeyOK, error) /* GetUserKeyValue retrieves a per tenant user key value resource description */ GetUserKeyValue(ctx context.Context, params *GetUserKeyValueParams) (*GetUserKeyValueOK, error) /* InsertUserKeyValue adds a per tenant user key value resource description */ InsertUserKeyValue(ctx context.Context, params *InsertUserKeyValueParams) (*InsertUserKeyValueCreated, error) /* RegisterPushNotificationCallback creates a push notification resource description */ RegisterPushNotificationCallback(ctx context.Context, params *RegisterPushNotificationCallbackParams) (*RegisterPushNotificationCallbackCreated, error) /* UploadPerTenantConfiguration adds a per tenant configuration system properties resource description */ UploadPerTenantConfiguration(ctx context.Context, params *UploadPerTenantConfigurationParams) (*UploadPerTenantConfigurationCreated, error) /* UploadPluginConfiguration adds a per tenant configuration for a plugin resource description */ UploadPluginConfiguration(ctx context.Context, params *UploadPluginConfigurationParams) (*UploadPluginConfigurationCreated, error) /* UploadPluginPaymentStateMachineConfig adds a per tenant payment state machine for a plugin resource description */ UploadPluginPaymentStateMachineConfig(ctx context.Context, params *UploadPluginPaymentStateMachineConfigParams) (*UploadPluginPaymentStateMachineConfigCreated, error) }
ITenant - interface for Tenant client.
type InsertUserKeyValueBadRequest ¶
type InsertUserKeyValueBadRequest struct {
HttpResponse runtime.ClientResponse
}
InsertUserKeyValueBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewInsertUserKeyValueBadRequest ¶
func NewInsertUserKeyValueBadRequest() *InsertUserKeyValueBadRequest
NewInsertUserKeyValueBadRequest creates a InsertUserKeyValueBadRequest with default headers values
func (*InsertUserKeyValueBadRequest) Error ¶
func (o *InsertUserKeyValueBadRequest) Error() string
type InsertUserKeyValueCreated ¶
type InsertUserKeyValueCreated struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
InsertUserKeyValueCreated handles this case with default header values.
Per tenant config uploaded successfully
func NewInsertUserKeyValueCreated ¶
func NewInsertUserKeyValueCreated() *InsertUserKeyValueCreated
NewInsertUserKeyValueCreated creates a InsertUserKeyValueCreated with default headers values
func (*InsertUserKeyValueCreated) Error ¶
func (o *InsertUserKeyValueCreated) Error() string
func (*InsertUserKeyValueCreated) GetPayload ¶
func (o *InsertUserKeyValueCreated) GetPayload() *kbmodel.TenantKeyValue
type InsertUserKeyValueParams ¶
type InsertUserKeyValueParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*Body*/ Body string /*KeyName*/ KeyName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
InsertUserKeyValueParams contains all the parameters to send to the API endpoint for the insert user key value operation typically these are written to a http.Request
func NewInsertUserKeyValueParams ¶
func NewInsertUserKeyValueParams() *InsertUserKeyValueParams
NewInsertUserKeyValueParams creates a new InsertUserKeyValueParams object with the default values initialized.
func NewInsertUserKeyValueParamsWithContext ¶
func NewInsertUserKeyValueParamsWithContext(ctx context.Context) *InsertUserKeyValueParams
NewInsertUserKeyValueParamsWithContext creates a new InsertUserKeyValueParams object with the default values initialized, and the ability to set a context for a request
func NewInsertUserKeyValueParamsWithHTTPClient ¶
func NewInsertUserKeyValueParamsWithHTTPClient(client *http.Client) *InsertUserKeyValueParams
NewInsertUserKeyValueParamsWithHTTPClient creates a new InsertUserKeyValueParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewInsertUserKeyValueParamsWithTimeout ¶
func NewInsertUserKeyValueParamsWithTimeout(timeout time.Duration) *InsertUserKeyValueParams
NewInsertUserKeyValueParamsWithTimeout creates a new InsertUserKeyValueParams object with the default values initialized, and the ability to set a timeout on a request
func (*InsertUserKeyValueParams) SetBody ¶
func (o *InsertUserKeyValueParams) SetBody(body string)
SetBody adds the body to the insert user key value params
func (*InsertUserKeyValueParams) SetContext ¶
func (o *InsertUserKeyValueParams) SetContext(ctx context.Context)
SetContext adds the context to the insert user key value params
func (*InsertUserKeyValueParams) SetHTTPClient ¶
func (o *InsertUserKeyValueParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the insert user key value params
func (*InsertUserKeyValueParams) SetKeyName ¶
func (o *InsertUserKeyValueParams) SetKeyName(keyName string)
SetKeyName adds the keyName to the insert user key value params
func (*InsertUserKeyValueParams) SetTimeout ¶
func (o *InsertUserKeyValueParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the insert user key value params
func (*InsertUserKeyValueParams) SetXKillbillComment ¶
func (o *InsertUserKeyValueParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the insert user key value params
func (*InsertUserKeyValueParams) SetXKillbillCreatedBy ¶
func (o *InsertUserKeyValueParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the insert user key value params
func (*InsertUserKeyValueParams) SetXKillbillReason ¶
func (o *InsertUserKeyValueParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the insert user key value params
func (*InsertUserKeyValueParams) WithBody ¶
func (o *InsertUserKeyValueParams) WithBody(body string) *InsertUserKeyValueParams
WithBody adds the body to the insert user key value params
func (*InsertUserKeyValueParams) WithContext ¶
func (o *InsertUserKeyValueParams) WithContext(ctx context.Context) *InsertUserKeyValueParams
WithContext adds the context to the insert user key value params
func (*InsertUserKeyValueParams) WithHTTPClient ¶
func (o *InsertUserKeyValueParams) WithHTTPClient(client *http.Client) *InsertUserKeyValueParams
WithHTTPClient adds the HTTPClient to the insert user key value params
func (*InsertUserKeyValueParams) WithKeyName ¶
func (o *InsertUserKeyValueParams) WithKeyName(keyName string) *InsertUserKeyValueParams
WithKeyName adds the keyName to the insert user key value params
func (*InsertUserKeyValueParams) WithTimeout ¶
func (o *InsertUserKeyValueParams) WithTimeout(timeout time.Duration) *InsertUserKeyValueParams
WithTimeout adds the timeout to the insert user key value params
func (*InsertUserKeyValueParams) WithXKillbillComment ¶
func (o *InsertUserKeyValueParams) WithXKillbillComment(xKillbillComment *string) *InsertUserKeyValueParams
WithXKillbillComment adds the xKillbillComment to the insert user key value params
func (*InsertUserKeyValueParams) WithXKillbillCreatedBy ¶
func (o *InsertUserKeyValueParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *InsertUserKeyValueParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the insert user key value params
func (*InsertUserKeyValueParams) WithXKillbillReason ¶
func (o *InsertUserKeyValueParams) WithXKillbillReason(xKillbillReason *string) *InsertUserKeyValueParams
WithXKillbillReason adds the xKillbillReason to the insert user key value params
func (*InsertUserKeyValueParams) WriteToRequest ¶
func (o *InsertUserKeyValueParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type InsertUserKeyValueReader ¶
type InsertUserKeyValueReader struct {
// contains filtered or unexported fields
}
InsertUserKeyValueReader is a Reader for the InsertUserKeyValue structure.
func (*InsertUserKeyValueReader) ReadResponse ¶
func (o *InsertUserKeyValueReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type KillbillDefaults ¶
type KillbillDefaults interface { // Default CreatedBy. If not set explicitly in params, this will be used. XKillbillCreatedBy() *string // Default Comment. If not set explicitly in params, this will be used. XKillbillComment() *string // Default Reason. If not set explicitly in params, this will be used. XKillbillReason() *string // Default WithWithProfilingInfo. If not set explicitly in params, this will be used. KillbillWithProfilingInfo() *string // Default WithStackTrace. If not set explicitly in params, this will be used. KillbillWithStackTrace() *bool }
killbill default values. When a call is made to an operation, these values are used if params doesn't specify them.
type RegisterPushNotificationCallbackBadRequest ¶
type RegisterPushNotificationCallbackBadRequest struct {
HttpResponse runtime.ClientResponse
}
RegisterPushNotificationCallbackBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewRegisterPushNotificationCallbackBadRequest ¶
func NewRegisterPushNotificationCallbackBadRequest() *RegisterPushNotificationCallbackBadRequest
NewRegisterPushNotificationCallbackBadRequest creates a RegisterPushNotificationCallbackBadRequest with default headers values
func (*RegisterPushNotificationCallbackBadRequest) Error ¶
func (o *RegisterPushNotificationCallbackBadRequest) Error() string
type RegisterPushNotificationCallbackCreated ¶
type RegisterPushNotificationCallbackCreated struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
RegisterPushNotificationCallbackCreated handles this case with default header values.
Push notification registered successfully
func NewRegisterPushNotificationCallbackCreated ¶
func NewRegisterPushNotificationCallbackCreated() *RegisterPushNotificationCallbackCreated
NewRegisterPushNotificationCallbackCreated creates a RegisterPushNotificationCallbackCreated with default headers values
func (*RegisterPushNotificationCallbackCreated) Error ¶
func (o *RegisterPushNotificationCallbackCreated) Error() string
func (*RegisterPushNotificationCallbackCreated) GetPayload ¶
func (o *RegisterPushNotificationCallbackCreated) GetPayload() *kbmodel.TenantKeyValue
type RegisterPushNotificationCallbackParams ¶
type RegisterPushNotificationCallbackParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*Cb*/ Cb *string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
RegisterPushNotificationCallbackParams contains all the parameters to send to the API endpoint for the register push notification callback operation typically these are written to a http.Request
func NewRegisterPushNotificationCallbackParams ¶
func NewRegisterPushNotificationCallbackParams() *RegisterPushNotificationCallbackParams
NewRegisterPushNotificationCallbackParams creates a new RegisterPushNotificationCallbackParams object with the default values initialized.
func NewRegisterPushNotificationCallbackParamsWithContext ¶
func NewRegisterPushNotificationCallbackParamsWithContext(ctx context.Context) *RegisterPushNotificationCallbackParams
NewRegisterPushNotificationCallbackParamsWithContext creates a new RegisterPushNotificationCallbackParams object with the default values initialized, and the ability to set a context for a request
func NewRegisterPushNotificationCallbackParamsWithHTTPClient ¶
func NewRegisterPushNotificationCallbackParamsWithHTTPClient(client *http.Client) *RegisterPushNotificationCallbackParams
NewRegisterPushNotificationCallbackParamsWithHTTPClient creates a new RegisterPushNotificationCallbackParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRegisterPushNotificationCallbackParamsWithTimeout ¶
func NewRegisterPushNotificationCallbackParamsWithTimeout(timeout time.Duration) *RegisterPushNotificationCallbackParams
NewRegisterPushNotificationCallbackParamsWithTimeout creates a new RegisterPushNotificationCallbackParams object with the default values initialized, and the ability to set a timeout on a request
func (*RegisterPushNotificationCallbackParams) SetCb ¶
func (o *RegisterPushNotificationCallbackParams) SetCb(cb *string)
SetCb adds the cb to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) SetContext ¶
func (o *RegisterPushNotificationCallbackParams) SetContext(ctx context.Context)
SetContext adds the context to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) SetHTTPClient ¶
func (o *RegisterPushNotificationCallbackParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) SetTimeout ¶
func (o *RegisterPushNotificationCallbackParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) SetXKillbillComment ¶
func (o *RegisterPushNotificationCallbackParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) SetXKillbillCreatedBy ¶
func (o *RegisterPushNotificationCallbackParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) SetXKillbillReason ¶
func (o *RegisterPushNotificationCallbackParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithCb ¶
func (o *RegisterPushNotificationCallbackParams) WithCb(cb *string) *RegisterPushNotificationCallbackParams
WithCb adds the cb to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithContext ¶
func (o *RegisterPushNotificationCallbackParams) WithContext(ctx context.Context) *RegisterPushNotificationCallbackParams
WithContext adds the context to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithHTTPClient ¶
func (o *RegisterPushNotificationCallbackParams) WithHTTPClient(client *http.Client) *RegisterPushNotificationCallbackParams
WithHTTPClient adds the HTTPClient to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithTimeout ¶
func (o *RegisterPushNotificationCallbackParams) WithTimeout(timeout time.Duration) *RegisterPushNotificationCallbackParams
WithTimeout adds the timeout to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithXKillbillComment ¶
func (o *RegisterPushNotificationCallbackParams) WithXKillbillComment(xKillbillComment *string) *RegisterPushNotificationCallbackParams
WithXKillbillComment adds the xKillbillComment to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithXKillbillCreatedBy ¶
func (o *RegisterPushNotificationCallbackParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *RegisterPushNotificationCallbackParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WithXKillbillReason ¶
func (o *RegisterPushNotificationCallbackParams) WithXKillbillReason(xKillbillReason *string) *RegisterPushNotificationCallbackParams
WithXKillbillReason adds the xKillbillReason to the register push notification callback params
func (*RegisterPushNotificationCallbackParams) WriteToRequest ¶
func (o *RegisterPushNotificationCallbackParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegisterPushNotificationCallbackReader ¶
type RegisterPushNotificationCallbackReader struct {
// contains filtered or unexported fields
}
RegisterPushNotificationCallbackReader is a Reader for the RegisterPushNotificationCallback structure.
func (*RegisterPushNotificationCallbackReader) ReadResponse ¶
func (o *RegisterPushNotificationCallbackReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UploadPerTenantConfigurationBadRequest ¶
type UploadPerTenantConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
UploadPerTenantConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewUploadPerTenantConfigurationBadRequest ¶
func NewUploadPerTenantConfigurationBadRequest() *UploadPerTenantConfigurationBadRequest
NewUploadPerTenantConfigurationBadRequest creates a UploadPerTenantConfigurationBadRequest with default headers values
func (*UploadPerTenantConfigurationBadRequest) Error ¶
func (o *UploadPerTenantConfigurationBadRequest) Error() string
type UploadPerTenantConfigurationCreated ¶
type UploadPerTenantConfigurationCreated struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
UploadPerTenantConfigurationCreated handles this case with default header values.
Per tenant configuration uploaded successfully
func NewUploadPerTenantConfigurationCreated ¶
func NewUploadPerTenantConfigurationCreated() *UploadPerTenantConfigurationCreated
NewUploadPerTenantConfigurationCreated creates a UploadPerTenantConfigurationCreated with default headers values
func (*UploadPerTenantConfigurationCreated) Error ¶
func (o *UploadPerTenantConfigurationCreated) Error() string
func (*UploadPerTenantConfigurationCreated) GetPayload ¶
func (o *UploadPerTenantConfigurationCreated) GetPayload() *kbmodel.TenantKeyValue
type UploadPerTenantConfigurationParams ¶
type UploadPerTenantConfigurationParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*Body*/ Body string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
UploadPerTenantConfigurationParams contains all the parameters to send to the API endpoint for the upload per tenant configuration operation typically these are written to a http.Request
func NewUploadPerTenantConfigurationParams ¶
func NewUploadPerTenantConfigurationParams() *UploadPerTenantConfigurationParams
NewUploadPerTenantConfigurationParams creates a new UploadPerTenantConfigurationParams object with the default values initialized.
func NewUploadPerTenantConfigurationParamsWithContext ¶
func NewUploadPerTenantConfigurationParamsWithContext(ctx context.Context) *UploadPerTenantConfigurationParams
NewUploadPerTenantConfigurationParamsWithContext creates a new UploadPerTenantConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewUploadPerTenantConfigurationParamsWithHTTPClient ¶
func NewUploadPerTenantConfigurationParamsWithHTTPClient(client *http.Client) *UploadPerTenantConfigurationParams
NewUploadPerTenantConfigurationParamsWithHTTPClient creates a new UploadPerTenantConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUploadPerTenantConfigurationParamsWithTimeout ¶
func NewUploadPerTenantConfigurationParamsWithTimeout(timeout time.Duration) *UploadPerTenantConfigurationParams
NewUploadPerTenantConfigurationParamsWithTimeout creates a new UploadPerTenantConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*UploadPerTenantConfigurationParams) SetBody ¶
func (o *UploadPerTenantConfigurationParams) SetBody(body string)
SetBody adds the body to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) SetContext ¶
func (o *UploadPerTenantConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) SetHTTPClient ¶
func (o *UploadPerTenantConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) SetTimeout ¶
func (o *UploadPerTenantConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) SetXKillbillComment ¶
func (o *UploadPerTenantConfigurationParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) SetXKillbillCreatedBy ¶
func (o *UploadPerTenantConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) SetXKillbillReason ¶
func (o *UploadPerTenantConfigurationParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithBody ¶
func (o *UploadPerTenantConfigurationParams) WithBody(body string) *UploadPerTenantConfigurationParams
WithBody adds the body to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithContext ¶
func (o *UploadPerTenantConfigurationParams) WithContext(ctx context.Context) *UploadPerTenantConfigurationParams
WithContext adds the context to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithHTTPClient ¶
func (o *UploadPerTenantConfigurationParams) WithHTTPClient(client *http.Client) *UploadPerTenantConfigurationParams
WithHTTPClient adds the HTTPClient to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithTimeout ¶
func (o *UploadPerTenantConfigurationParams) WithTimeout(timeout time.Duration) *UploadPerTenantConfigurationParams
WithTimeout adds the timeout to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithXKillbillComment ¶
func (o *UploadPerTenantConfigurationParams) WithXKillbillComment(xKillbillComment *string) *UploadPerTenantConfigurationParams
WithXKillbillComment adds the xKillbillComment to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithXKillbillCreatedBy ¶
func (o *UploadPerTenantConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPerTenantConfigurationParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WithXKillbillReason ¶
func (o *UploadPerTenantConfigurationParams) WithXKillbillReason(xKillbillReason *string) *UploadPerTenantConfigurationParams
WithXKillbillReason adds the xKillbillReason to the upload per tenant configuration params
func (*UploadPerTenantConfigurationParams) WriteToRequest ¶
func (o *UploadPerTenantConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UploadPerTenantConfigurationReader ¶
type UploadPerTenantConfigurationReader struct {
// contains filtered or unexported fields
}
UploadPerTenantConfigurationReader is a Reader for the UploadPerTenantConfiguration structure.
func (*UploadPerTenantConfigurationReader) ReadResponse ¶
func (o *UploadPerTenantConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UploadPluginConfigurationBadRequest ¶
type UploadPluginConfigurationBadRequest struct {
HttpResponse runtime.ClientResponse
}
UploadPluginConfigurationBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewUploadPluginConfigurationBadRequest ¶
func NewUploadPluginConfigurationBadRequest() *UploadPluginConfigurationBadRequest
NewUploadPluginConfigurationBadRequest creates a UploadPluginConfigurationBadRequest with default headers values
func (*UploadPluginConfigurationBadRequest) Error ¶
func (o *UploadPluginConfigurationBadRequest) Error() string
type UploadPluginConfigurationCreated ¶
type UploadPluginConfigurationCreated struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
UploadPluginConfigurationCreated handles this case with default header values.
Plugin configuration uploaded successfully
func NewUploadPluginConfigurationCreated ¶
func NewUploadPluginConfigurationCreated() *UploadPluginConfigurationCreated
NewUploadPluginConfigurationCreated creates a UploadPluginConfigurationCreated with default headers values
func (*UploadPluginConfigurationCreated) Error ¶
func (o *UploadPluginConfigurationCreated) Error() string
func (*UploadPluginConfigurationCreated) GetPayload ¶
func (o *UploadPluginConfigurationCreated) GetPayload() *kbmodel.TenantKeyValue
type UploadPluginConfigurationParams ¶
type UploadPluginConfigurationParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*Body*/ Body string /*PluginName*/ PluginName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
UploadPluginConfigurationParams contains all the parameters to send to the API endpoint for the upload plugin configuration operation typically these are written to a http.Request
func NewUploadPluginConfigurationParams ¶
func NewUploadPluginConfigurationParams() *UploadPluginConfigurationParams
NewUploadPluginConfigurationParams creates a new UploadPluginConfigurationParams object with the default values initialized.
func NewUploadPluginConfigurationParamsWithContext ¶
func NewUploadPluginConfigurationParamsWithContext(ctx context.Context) *UploadPluginConfigurationParams
NewUploadPluginConfigurationParamsWithContext creates a new UploadPluginConfigurationParams object with the default values initialized, and the ability to set a context for a request
func NewUploadPluginConfigurationParamsWithHTTPClient ¶
func NewUploadPluginConfigurationParamsWithHTTPClient(client *http.Client) *UploadPluginConfigurationParams
NewUploadPluginConfigurationParamsWithHTTPClient creates a new UploadPluginConfigurationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUploadPluginConfigurationParamsWithTimeout ¶
func NewUploadPluginConfigurationParamsWithTimeout(timeout time.Duration) *UploadPluginConfigurationParams
NewUploadPluginConfigurationParamsWithTimeout creates a new UploadPluginConfigurationParams object with the default values initialized, and the ability to set a timeout on a request
func (*UploadPluginConfigurationParams) SetBody ¶
func (o *UploadPluginConfigurationParams) SetBody(body string)
SetBody adds the body to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetContext ¶
func (o *UploadPluginConfigurationParams) SetContext(ctx context.Context)
SetContext adds the context to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetHTTPClient ¶
func (o *UploadPluginConfigurationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetPluginName ¶
func (o *UploadPluginConfigurationParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetTimeout ¶
func (o *UploadPluginConfigurationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetXKillbillComment ¶
func (o *UploadPluginConfigurationParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetXKillbillCreatedBy ¶
func (o *UploadPluginConfigurationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin configuration params
func (*UploadPluginConfigurationParams) SetXKillbillReason ¶
func (o *UploadPluginConfigurationParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithBody ¶
func (o *UploadPluginConfigurationParams) WithBody(body string) *UploadPluginConfigurationParams
WithBody adds the body to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithContext ¶
func (o *UploadPluginConfigurationParams) WithContext(ctx context.Context) *UploadPluginConfigurationParams
WithContext adds the context to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithHTTPClient ¶
func (o *UploadPluginConfigurationParams) WithHTTPClient(client *http.Client) *UploadPluginConfigurationParams
WithHTTPClient adds the HTTPClient to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithPluginName ¶
func (o *UploadPluginConfigurationParams) WithPluginName(pluginName string) *UploadPluginConfigurationParams
WithPluginName adds the pluginName to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithTimeout ¶
func (o *UploadPluginConfigurationParams) WithTimeout(timeout time.Duration) *UploadPluginConfigurationParams
WithTimeout adds the timeout to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithXKillbillComment ¶
func (o *UploadPluginConfigurationParams) WithXKillbillComment(xKillbillComment *string) *UploadPluginConfigurationParams
WithXKillbillComment adds the xKillbillComment to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithXKillbillCreatedBy ¶
func (o *UploadPluginConfigurationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPluginConfigurationParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WithXKillbillReason ¶
func (o *UploadPluginConfigurationParams) WithXKillbillReason(xKillbillReason *string) *UploadPluginConfigurationParams
WithXKillbillReason adds the xKillbillReason to the upload plugin configuration params
func (*UploadPluginConfigurationParams) WriteToRequest ¶
func (o *UploadPluginConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UploadPluginConfigurationReader ¶
type UploadPluginConfigurationReader struct {
// contains filtered or unexported fields
}
UploadPluginConfigurationReader is a Reader for the UploadPluginConfiguration structure.
func (*UploadPluginConfigurationReader) ReadResponse ¶
func (o *UploadPluginConfigurationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UploadPluginPaymentStateMachineConfigBadRequest ¶
type UploadPluginPaymentStateMachineConfigBadRequest struct {
HttpResponse runtime.ClientResponse
}
UploadPluginPaymentStateMachineConfigBadRequest handles this case with default header values.
Invalid tenantId supplied
func NewUploadPluginPaymentStateMachineConfigBadRequest ¶
func NewUploadPluginPaymentStateMachineConfigBadRequest() *UploadPluginPaymentStateMachineConfigBadRequest
NewUploadPluginPaymentStateMachineConfigBadRequest creates a UploadPluginPaymentStateMachineConfigBadRequest with default headers values
func (*UploadPluginPaymentStateMachineConfigBadRequest) Error ¶
func (o *UploadPluginPaymentStateMachineConfigBadRequest) Error() string
type UploadPluginPaymentStateMachineConfigCreated ¶
type UploadPluginPaymentStateMachineConfigCreated struct { Payload *kbmodel.TenantKeyValue HttpResponse runtime.ClientResponse }
UploadPluginPaymentStateMachineConfigCreated handles this case with default header values.
Per tenant state machine uploaded successfully
func NewUploadPluginPaymentStateMachineConfigCreated ¶
func NewUploadPluginPaymentStateMachineConfigCreated() *UploadPluginPaymentStateMachineConfigCreated
NewUploadPluginPaymentStateMachineConfigCreated creates a UploadPluginPaymentStateMachineConfigCreated with default headers values
func (*UploadPluginPaymentStateMachineConfigCreated) Error ¶
func (o *UploadPluginPaymentStateMachineConfigCreated) Error() string
func (*UploadPluginPaymentStateMachineConfigCreated) GetPayload ¶
func (o *UploadPluginPaymentStateMachineConfigCreated) GetPayload() *kbmodel.TenantKeyValue
type UploadPluginPaymentStateMachineConfigParams ¶
type UploadPluginPaymentStateMachineConfigParams struct { /*XKillbillComment*/ XKillbillComment *string /*XKillbillCreatedBy*/ XKillbillCreatedBy string /*XKillbillReason*/ XKillbillReason *string /*Body*/ Body string /*PluginName*/ PluginName string WithProfilingInfo *string // If set, return KB hprof headers WithStackTrace *bool // If set, returns full stack trace with error message Context context.Context HTTPClient *http.Client ProcessLocationHeader bool // For create APIs that return 201, send another request and retrieve the resource. // contains filtered or unexported fields }
UploadPluginPaymentStateMachineConfigParams contains all the parameters to send to the API endpoint for the upload plugin payment state machine config operation typically these are written to a http.Request
func NewUploadPluginPaymentStateMachineConfigParams ¶
func NewUploadPluginPaymentStateMachineConfigParams() *UploadPluginPaymentStateMachineConfigParams
NewUploadPluginPaymentStateMachineConfigParams creates a new UploadPluginPaymentStateMachineConfigParams object with the default values initialized.
func NewUploadPluginPaymentStateMachineConfigParamsWithContext ¶
func NewUploadPluginPaymentStateMachineConfigParamsWithContext(ctx context.Context) *UploadPluginPaymentStateMachineConfigParams
NewUploadPluginPaymentStateMachineConfigParamsWithContext creates a new UploadPluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient ¶
func NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient(client *http.Client) *UploadPluginPaymentStateMachineConfigParams
NewUploadPluginPaymentStateMachineConfigParamsWithHTTPClient creates a new UploadPluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUploadPluginPaymentStateMachineConfigParamsWithTimeout ¶
func NewUploadPluginPaymentStateMachineConfigParamsWithTimeout(timeout time.Duration) *UploadPluginPaymentStateMachineConfigParams
NewUploadPluginPaymentStateMachineConfigParamsWithTimeout creates a new UploadPluginPaymentStateMachineConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UploadPluginPaymentStateMachineConfigParams) SetBody ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetBody(body string)
SetBody adds the body to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetContext ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetHTTPClient ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetPluginName ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetPluginName(pluginName string)
SetPluginName adds the pluginName to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetTimeout ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetXKillbillComment ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) SetXKillbillReason ¶
func (o *UploadPluginPaymentStateMachineConfigParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithBody ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithBody(body string) *UploadPluginPaymentStateMachineConfigParams
WithBody adds the body to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithContext ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithContext(ctx context.Context) *UploadPluginPaymentStateMachineConfigParams
WithContext adds the context to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithHTTPClient ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithHTTPClient(client *http.Client) *UploadPluginPaymentStateMachineConfigParams
WithHTTPClient adds the HTTPClient to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithPluginName ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithPluginName(pluginName string) *UploadPluginPaymentStateMachineConfigParams
WithPluginName adds the pluginName to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithTimeout ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithTimeout(timeout time.Duration) *UploadPluginPaymentStateMachineConfigParams
WithTimeout adds the timeout to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithXKillbillComment ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithXKillbillComment(xKillbillComment *string) *UploadPluginPaymentStateMachineConfigParams
WithXKillbillComment adds the xKillbillComment to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *UploadPluginPaymentStateMachineConfigParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WithXKillbillReason ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WithXKillbillReason(xKillbillReason *string) *UploadPluginPaymentStateMachineConfigParams
WithXKillbillReason adds the xKillbillReason to the upload plugin payment state machine config params
func (*UploadPluginPaymentStateMachineConfigParams) WriteToRequest ¶
func (o *UploadPluginPaymentStateMachineConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UploadPluginPaymentStateMachineConfigReader ¶
type UploadPluginPaymentStateMachineConfigReader struct {
// contains filtered or unexported fields
}
UploadPluginPaymentStateMachineConfigReader is a Reader for the UploadPluginPaymentStateMachineConfig structure.
func (*UploadPluginPaymentStateMachineConfigReader) ReadResponse ¶
func (o *UploadPluginPaymentStateMachineConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_tenant_parameters.go
- create_tenant_responses.go
- delete_per_tenant_configuration_parameters.go
- delete_per_tenant_configuration_responses.go
- delete_plugin_configuration_parameters.go
- delete_plugin_configuration_responses.go
- delete_plugin_payment_state_machine_config_parameters.go
- delete_plugin_payment_state_machine_config_responses.go
- delete_push_notification_callbacks_parameters.go
- delete_push_notification_callbacks_responses.go
- delete_user_key_value_parameters.go
- delete_user_key_value_responses.go
- get_all_plugin_configuration_parameters.go
- get_all_plugin_configuration_responses.go
- get_per_tenant_configuration_parameters.go
- get_per_tenant_configuration_responses.go
- get_plugin_configuration_parameters.go
- get_plugin_configuration_responses.go
- get_plugin_payment_state_machine_config_parameters.go
- get_plugin_payment_state_machine_config_responses.go
- get_push_notification_callbacks_parameters.go
- get_push_notification_callbacks_responses.go
- get_tenant_by_api_key_parameters.go
- get_tenant_by_api_key_responses.go
- get_tenant_parameters.go
- get_tenant_responses.go
- get_user_key_value_parameters.go
- get_user_key_value_responses.go
- insert_user_key_value_parameters.go
- insert_user_key_value_responses.go
- register_push_notification_callback_parameters.go
- register_push_notification_callback_responses.go
- tenant_client.go
- upload_per_tenant_configuration_parameters.go
- upload_per_tenant_configuration_responses.go
- upload_plugin_configuration_parameters.go
- upload_plugin_configuration_responses.go
- upload_plugin_payment_state_machine_config_parameters.go
- upload_plugin_payment_state_machine_config_responses.go