Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateTransactionCustomFields(params *CreateTransactionCustomFieldsParams, ...) (*CreateTransactionCustomFieldsCreated, error)
- func (a *Client) CreateTransactionTags(params *CreateTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTransactionTagsCreated, error)
- func (a *Client) DeleteTransactionCustomFields(params *DeleteTransactionCustomFieldsParams, ...) (*DeleteTransactionCustomFieldsNoContent, error)
- func (a *Client) DeleteTransactionTags(params *DeleteTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTransactionTagsNoContent, error)
- func (a *Client) GetPaymentByTransactionExternalKey(params *GetPaymentByTransactionExternalKeyParams, ...) (*GetPaymentByTransactionExternalKeyOK, error)
- func (a *Client) GetPaymentByTransactionID(params *GetPaymentByTransactionIDParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetPaymentByTransactionIDOK, error)
- func (a *Client) GetTransactionAuditLogsWithHistory(params *GetTransactionAuditLogsWithHistoryParams, ...) (*GetTransactionAuditLogsWithHistoryOK, error)
- func (a *Client) GetTransactionCustomFields(params *GetTransactionCustomFieldsParams, ...) (*GetTransactionCustomFieldsOK, error)
- func (a *Client) GetTransactionTags(params *GetTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTransactionTagsOK, error)
- func (a *Client) ModifyTransactionCustomFields(params *ModifyTransactionCustomFieldsParams, ...) (*ModifyTransactionCustomFieldsNoContent, error)
- func (a *Client) NotifyStateChanged(params *NotifyStateChangedParams, authInfo runtime.ClientAuthInfoWriter, ...) (*NotifyStateChangedCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateTransactionCustomFieldsBadRequest
- type CreateTransactionCustomFieldsCreated
- type CreateTransactionCustomFieldsParams
- func NewCreateTransactionCustomFieldsParams() *CreateTransactionCustomFieldsParams
- func NewCreateTransactionCustomFieldsParamsWithContext(ctx context.Context) *CreateTransactionCustomFieldsParams
- func NewCreateTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *CreateTransactionCustomFieldsParams
- func NewCreateTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) SetBody(body []*kbmodel.CustomField)
- func (o *CreateTransactionCustomFieldsParams) SetContext(ctx context.Context)
- func (o *CreateTransactionCustomFieldsParams) SetDefaults()
- func (o *CreateTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
- func (o *CreateTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
- func (o *CreateTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *CreateTransactionCustomFieldsParams) SetXKillbillComment(xKillbillComment *string)
- func (o *CreateTransactionCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
- func (o *CreateTransactionCustomFieldsParams) SetXKillbillReason(xKillbillReason *string)
- func (o *CreateTransactionCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithContext(ctx context.Context) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithDefaults() *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *CreateTransactionCustomFieldsParams
- func (o *CreateTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateTransactionCustomFieldsReader
- type CreateTransactionTagsBadRequest
- type CreateTransactionTagsCreated
- type CreateTransactionTagsParams
- func NewCreateTransactionTagsParams() *CreateTransactionTagsParams
- func NewCreateTransactionTagsParamsWithContext(ctx context.Context) *CreateTransactionTagsParams
- func NewCreateTransactionTagsParamsWithHTTPClient(client *http.Client) *CreateTransactionTagsParams
- func NewCreateTransactionTagsParamsWithTimeout(timeout time.Duration) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) SetBody(body []strfmt.UUID)
- func (o *CreateTransactionTagsParams) SetContext(ctx context.Context)
- func (o *CreateTransactionTagsParams) SetDefaults()
- func (o *CreateTransactionTagsParams) SetHTTPClient(client *http.Client)
- func (o *CreateTransactionTagsParams) SetTimeout(timeout time.Duration)
- func (o *CreateTransactionTagsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *CreateTransactionTagsParams) SetXKillbillComment(xKillbillComment *string)
- func (o *CreateTransactionTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
- func (o *CreateTransactionTagsParams) SetXKillbillReason(xKillbillReason *string)
- func (o *CreateTransactionTagsParams) WithBody(body []strfmt.UUID) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithContext(ctx context.Context) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithDefaults() *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithHTTPClient(client *http.Client) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithTimeout(timeout time.Duration) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithTransactionID(transactionID strfmt.UUID) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithXKillbillComment(xKillbillComment *string) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WithXKillbillReason(xKillbillReason *string) *CreateTransactionTagsParams
- func (o *CreateTransactionTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateTransactionTagsReader
- type DeleteTransactionCustomFieldsBadRequest
- type DeleteTransactionCustomFieldsNoContent
- type DeleteTransactionCustomFieldsParams
- func NewDeleteTransactionCustomFieldsParams() *DeleteTransactionCustomFieldsParams
- func NewDeleteTransactionCustomFieldsParamsWithContext(ctx context.Context) *DeleteTransactionCustomFieldsParams
- func NewDeleteTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *DeleteTransactionCustomFieldsParams
- func NewDeleteTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) SetContext(ctx context.Context)
- func (o *DeleteTransactionCustomFieldsParams) SetCustomField(customField []strfmt.UUID)
- func (o *DeleteTransactionCustomFieldsParams) SetDefaults()
- func (o *DeleteTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *DeleteTransactionCustomFieldsParams) SetXKillbillComment(xKillbillComment *string)
- func (o *DeleteTransactionCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
- func (o *DeleteTransactionCustomFieldsParams) SetXKillbillReason(xKillbillReason *string)
- func (o *DeleteTransactionCustomFieldsParams) WithContext(ctx context.Context) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithCustomField(customField []strfmt.UUID) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithDefaults() *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *DeleteTransactionCustomFieldsParams
- func (o *DeleteTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTransactionCustomFieldsReader
- type DeleteTransactionTagsBadRequest
- type DeleteTransactionTagsNoContent
- type DeleteTransactionTagsParams
- func NewDeleteTransactionTagsParams() *DeleteTransactionTagsParams
- func NewDeleteTransactionTagsParamsWithContext(ctx context.Context) *DeleteTransactionTagsParams
- func NewDeleteTransactionTagsParamsWithHTTPClient(client *http.Client) *DeleteTransactionTagsParams
- func NewDeleteTransactionTagsParamsWithTimeout(timeout time.Duration) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) SetContext(ctx context.Context)
- func (o *DeleteTransactionTagsParams) SetDefaults()
- func (o *DeleteTransactionTagsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteTransactionTagsParams) SetTagDef(tagDef []strfmt.UUID)
- func (o *DeleteTransactionTagsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteTransactionTagsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *DeleteTransactionTagsParams) SetXKillbillComment(xKillbillComment *string)
- func (o *DeleteTransactionTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
- func (o *DeleteTransactionTagsParams) SetXKillbillReason(xKillbillReason *string)
- func (o *DeleteTransactionTagsParams) WithContext(ctx context.Context) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithDefaults() *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithHTTPClient(client *http.Client) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithTagDef(tagDef []strfmt.UUID) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithTimeout(timeout time.Duration) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithTransactionID(transactionID strfmt.UUID) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithXKillbillComment(xKillbillComment *string) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WithXKillbillReason(xKillbillReason *string) *DeleteTransactionTagsParams
- func (o *DeleteTransactionTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteTransactionTagsReader
- type GetPaymentByTransactionExternalKeyNotFound
- type GetPaymentByTransactionExternalKeyOK
- type GetPaymentByTransactionExternalKeyParams
- func NewGetPaymentByTransactionExternalKeyParams() *GetPaymentByTransactionExternalKeyParams
- func NewGetPaymentByTransactionExternalKeyParamsWithContext(ctx context.Context) *GetPaymentByTransactionExternalKeyParams
- func NewGetPaymentByTransactionExternalKeyParamsWithHTTPClient(client *http.Client) *GetPaymentByTransactionExternalKeyParams
- func NewGetPaymentByTransactionExternalKeyParamsWithTimeout(timeout time.Duration) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) SetAudit(audit *string)
- func (o *GetPaymentByTransactionExternalKeyParams) SetContext(ctx context.Context)
- func (o *GetPaymentByTransactionExternalKeyParams) SetDefaults()
- func (o *GetPaymentByTransactionExternalKeyParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentByTransactionExternalKeyParams) SetPluginProperty(pluginProperty []string)
- func (o *GetPaymentByTransactionExternalKeyParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentByTransactionExternalKeyParams) SetTransactionExternalKey(transactionExternalKey string)
- func (o *GetPaymentByTransactionExternalKeyParams) SetWithAttempts(withAttempts *bool)
- func (o *GetPaymentByTransactionExternalKeyParams) SetWithPluginInfo(withPluginInfo *bool)
- func (o *GetPaymentByTransactionExternalKeyParams) WithAudit(audit *string) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithContext(ctx context.Context) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithDefaults() *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithHTTPClient(client *http.Client) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithPluginProperty(pluginProperty []string) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithTimeout(timeout time.Duration) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithTransactionExternalKey(transactionExternalKey string) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithWithAttempts(withAttempts *bool) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentByTransactionExternalKeyParams
- func (o *GetPaymentByTransactionExternalKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentByTransactionExternalKeyReader
- type GetPaymentByTransactionIDNotFound
- type GetPaymentByTransactionIDOK
- type GetPaymentByTransactionIDParams
- func NewGetPaymentByTransactionIDParams() *GetPaymentByTransactionIDParams
- func NewGetPaymentByTransactionIDParamsWithContext(ctx context.Context) *GetPaymentByTransactionIDParams
- func NewGetPaymentByTransactionIDParamsWithHTTPClient(client *http.Client) *GetPaymentByTransactionIDParams
- func NewGetPaymentByTransactionIDParamsWithTimeout(timeout time.Duration) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) SetAudit(audit *string)
- func (o *GetPaymentByTransactionIDParams) SetContext(ctx context.Context)
- func (o *GetPaymentByTransactionIDParams) SetDefaults()
- func (o *GetPaymentByTransactionIDParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentByTransactionIDParams) SetPluginProperty(pluginProperty []string)
- func (o *GetPaymentByTransactionIDParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentByTransactionIDParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *GetPaymentByTransactionIDParams) SetWithAttempts(withAttempts *bool)
- func (o *GetPaymentByTransactionIDParams) SetWithPluginInfo(withPluginInfo *bool)
- func (o *GetPaymentByTransactionIDParams) WithAudit(audit *string) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithContext(ctx context.Context) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithDefaults() *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithHTTPClient(client *http.Client) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithPluginProperty(pluginProperty []string) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithTimeout(timeout time.Duration) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithTransactionID(transactionID strfmt.UUID) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithWithAttempts(withAttempts *bool) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentByTransactionIDParams
- func (o *GetPaymentByTransactionIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentByTransactionIDReader
- type GetTransactionAuditLogsWithHistoryNotFound
- type GetTransactionAuditLogsWithHistoryOK
- type GetTransactionAuditLogsWithHistoryParams
- func NewGetTransactionAuditLogsWithHistoryParams() *GetTransactionAuditLogsWithHistoryParams
- func NewGetTransactionAuditLogsWithHistoryParamsWithContext(ctx context.Context) *GetTransactionAuditLogsWithHistoryParams
- func NewGetTransactionAuditLogsWithHistoryParamsWithHTTPClient(client *http.Client) *GetTransactionAuditLogsWithHistoryParams
- func NewGetTransactionAuditLogsWithHistoryParamsWithTimeout(timeout time.Duration) *GetTransactionAuditLogsWithHistoryParams
- func (o *GetTransactionAuditLogsWithHistoryParams) SetContext(ctx context.Context)
- func (o *GetTransactionAuditLogsWithHistoryParams) SetDefaults()
- func (o *GetTransactionAuditLogsWithHistoryParams) SetHTTPClient(client *http.Client)
- func (o *GetTransactionAuditLogsWithHistoryParams) SetTimeout(timeout time.Duration)
- func (o *GetTransactionAuditLogsWithHistoryParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *GetTransactionAuditLogsWithHistoryParams) WithContext(ctx context.Context) *GetTransactionAuditLogsWithHistoryParams
- func (o *GetTransactionAuditLogsWithHistoryParams) WithDefaults() *GetTransactionAuditLogsWithHistoryParams
- func (o *GetTransactionAuditLogsWithHistoryParams) WithHTTPClient(client *http.Client) *GetTransactionAuditLogsWithHistoryParams
- func (o *GetTransactionAuditLogsWithHistoryParams) WithTimeout(timeout time.Duration) *GetTransactionAuditLogsWithHistoryParams
- func (o *GetTransactionAuditLogsWithHistoryParams) WithTransactionID(transactionID strfmt.UUID) *GetTransactionAuditLogsWithHistoryParams
- func (o *GetTransactionAuditLogsWithHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTransactionAuditLogsWithHistoryReader
- type GetTransactionCustomFieldsBadRequest
- type GetTransactionCustomFieldsOK
- type GetTransactionCustomFieldsParams
- func NewGetTransactionCustomFieldsParams() *GetTransactionCustomFieldsParams
- func NewGetTransactionCustomFieldsParamsWithContext(ctx context.Context) *GetTransactionCustomFieldsParams
- func NewGetTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *GetTransactionCustomFieldsParams
- func NewGetTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) SetAudit(audit *string)
- func (o *GetTransactionCustomFieldsParams) SetContext(ctx context.Context)
- func (o *GetTransactionCustomFieldsParams) SetDefaults()
- func (o *GetTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
- func (o *GetTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
- func (o *GetTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *GetTransactionCustomFieldsParams) WithAudit(audit *string) *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) WithContext(ctx context.Context) *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) WithDefaults() *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *GetTransactionCustomFieldsParams
- func (o *GetTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTransactionCustomFieldsReader
- type GetTransactionTagsBadRequest
- type GetTransactionTagsNotFound
- type GetTransactionTagsOK
- type GetTransactionTagsParams
- func NewGetTransactionTagsParams() *GetTransactionTagsParams
- func NewGetTransactionTagsParamsWithContext(ctx context.Context) *GetTransactionTagsParams
- func NewGetTransactionTagsParamsWithHTTPClient(client *http.Client) *GetTransactionTagsParams
- func NewGetTransactionTagsParamsWithTimeout(timeout time.Duration) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) SetAudit(audit *string)
- func (o *GetTransactionTagsParams) SetContext(ctx context.Context)
- func (o *GetTransactionTagsParams) SetDefaults()
- func (o *GetTransactionTagsParams) SetHTTPClient(client *http.Client)
- func (o *GetTransactionTagsParams) SetIncludedDeleted(includedDeleted *bool)
- func (o *GetTransactionTagsParams) SetTimeout(timeout time.Duration)
- func (o *GetTransactionTagsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *GetTransactionTagsParams) WithAudit(audit *string) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WithContext(ctx context.Context) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WithDefaults() *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WithHTTPClient(client *http.Client) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WithIncludedDeleted(includedDeleted *bool) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WithTimeout(timeout time.Duration) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WithTransactionID(transactionID strfmt.UUID) *GetTransactionTagsParams
- func (o *GetTransactionTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTransactionTagsReader
- type ModifyTransactionCustomFieldsBadRequest
- type ModifyTransactionCustomFieldsNoContent
- type ModifyTransactionCustomFieldsParams
- func NewModifyTransactionCustomFieldsParams() *ModifyTransactionCustomFieldsParams
- func NewModifyTransactionCustomFieldsParamsWithContext(ctx context.Context) *ModifyTransactionCustomFieldsParams
- func NewModifyTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *ModifyTransactionCustomFieldsParams
- func NewModifyTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) SetBody(body []*kbmodel.CustomField)
- func (o *ModifyTransactionCustomFieldsParams) SetContext(ctx context.Context)
- func (o *ModifyTransactionCustomFieldsParams) SetDefaults()
- func (o *ModifyTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
- func (o *ModifyTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
- func (o *ModifyTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *ModifyTransactionCustomFieldsParams) SetXKillbillComment(xKillbillComment *string)
- func (o *ModifyTransactionCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
- func (o *ModifyTransactionCustomFieldsParams) SetXKillbillReason(xKillbillReason *string)
- func (o *ModifyTransactionCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithContext(ctx context.Context) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithDefaults() *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *ModifyTransactionCustomFieldsParams
- func (o *ModifyTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ModifyTransactionCustomFieldsReader
- type NotifyStateChangedBadRequest
- type NotifyStateChangedCreated
- type NotifyStateChangedNotFound
- type NotifyStateChangedParams
- func NewNotifyStateChangedParams() *NotifyStateChangedParams
- func NewNotifyStateChangedParamsWithContext(ctx context.Context) *NotifyStateChangedParams
- func NewNotifyStateChangedParamsWithHTTPClient(client *http.Client) *NotifyStateChangedParams
- func NewNotifyStateChangedParamsWithTimeout(timeout time.Duration) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) SetBody(body *kbmodel.PaymentTransaction)
- func (o *NotifyStateChangedParams) SetContext(ctx context.Context)
- func (o *NotifyStateChangedParams) SetControlPluginName(controlPluginName []string)
- func (o *NotifyStateChangedParams) SetDefaults()
- func (o *NotifyStateChangedParams) SetHTTPClient(client *http.Client)
- func (o *NotifyStateChangedParams) SetTimeout(timeout time.Duration)
- func (o *NotifyStateChangedParams) SetTransactionID(transactionID strfmt.UUID)
- func (o *NotifyStateChangedParams) SetXKillbillComment(xKillbillComment *string)
- func (o *NotifyStateChangedParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
- func (o *NotifyStateChangedParams) SetXKillbillReason(xKillbillReason *string)
- func (o *NotifyStateChangedParams) WithBody(body *kbmodel.PaymentTransaction) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithContext(ctx context.Context) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithControlPluginName(controlPluginName []string) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithDefaults() *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithHTTPClient(client *http.Client) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithTimeout(timeout time.Duration) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithTransactionID(transactionID strfmt.UUID) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithXKillbillComment(xKillbillComment *string) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WithXKillbillReason(xKillbillReason *string) *NotifyStateChangedParams
- func (o *NotifyStateChangedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type NotifyStateChangedReader
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 payment transaction API
func (*Client) CreateTransactionCustomFields ¶
func (a *Client) CreateTransactionCustomFields(params *CreateTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTransactionCustomFieldsCreated, error)
CreateTransactionCustomFields adds custom fields to payment transaction
func (*Client) CreateTransactionTags ¶
func (a *Client) CreateTransactionTags(params *CreateTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTransactionTagsCreated, error)
CreateTransactionTags adds tags to payment transaction
func (*Client) DeleteTransactionCustomFields ¶
func (a *Client) DeleteTransactionCustomFields(params *DeleteTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteTransactionCustomFieldsNoContent, error)
DeleteTransactionCustomFields removes custom fields from payment transaction
func (*Client) DeleteTransactionTags ¶
func (a *Client) DeleteTransactionTags(params *DeleteTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteTransactionTagsNoContent, error)
DeleteTransactionTags removes tags from payment transaction
func (*Client) GetPaymentByTransactionExternalKey ¶
func (a *Client) GetPaymentByTransactionExternalKey(params *GetPaymentByTransactionExternalKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentByTransactionExternalKeyOK, error)
GetPaymentByTransactionExternalKey retrieves a payment by transaction external key
func (*Client) GetPaymentByTransactionID ¶
func (a *Client) GetPaymentByTransactionID(params *GetPaymentByTransactionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentByTransactionIDOK, error)
GetPaymentByTransactionID retrieves a payment by transaction id
func (*Client) GetTransactionAuditLogsWithHistory ¶
func (a *Client) GetTransactionAuditLogsWithHistory(params *GetTransactionAuditLogsWithHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTransactionAuditLogsWithHistoryOK, error)
GetTransactionAuditLogsWithHistory retrieves payment transaction audit logs with history by id
func (*Client) GetTransactionCustomFields ¶
func (a *Client) GetTransactionCustomFields(params *GetTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTransactionCustomFieldsOK, error)
GetTransactionCustomFields retrieves payment transaction custom fields
func (*Client) GetTransactionTags ¶
func (a *Client) GetTransactionTags(params *GetTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTransactionTagsOK, error)
GetTransactionTags retrieves payment transaction tags
func (*Client) ModifyTransactionCustomFields ¶
func (a *Client) ModifyTransactionCustomFields(params *ModifyTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ModifyTransactionCustomFieldsNoContent, error)
ModifyTransactionCustomFields modifies custom fields to payment transaction
func (*Client) NotifyStateChanged ¶
func (a *Client) NotifyStateChanged(params *NotifyStateChangedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NotifyStateChangedCreated, error)
NotifyStateChanged marks a pending payment transaction as succeeded or failed
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface {
CreateTransactionCustomFields(params *CreateTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTransactionCustomFieldsCreated, error)
CreateTransactionTags(params *CreateTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTransactionTagsCreated, error)
DeleteTransactionCustomFields(params *DeleteTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteTransactionCustomFieldsNoContent, error)
DeleteTransactionTags(params *DeleteTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteTransactionTagsNoContent, error)
GetPaymentByTransactionExternalKey(params *GetPaymentByTransactionExternalKeyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentByTransactionExternalKeyOK, error)
GetPaymentByTransactionID(params *GetPaymentByTransactionIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPaymentByTransactionIDOK, error)
GetTransactionAuditLogsWithHistory(params *GetTransactionAuditLogsWithHistoryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTransactionAuditLogsWithHistoryOK, error)
GetTransactionCustomFields(params *GetTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTransactionCustomFieldsOK, error)
GetTransactionTags(params *GetTransactionTagsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetTransactionTagsOK, error)
ModifyTransactionCustomFields(params *ModifyTransactionCustomFieldsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ModifyTransactionCustomFieldsNoContent, error)
NotifyStateChanged(params *NotifyStateChangedParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*NotifyStateChangedCreated, error)
SetTransport(transport runtime.ClientTransport)
}
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new payment transaction API client.
type CreateTransactionCustomFieldsBadRequest ¶
type CreateTransactionCustomFieldsBadRequest struct {
}
CreateTransactionCustomFieldsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewCreateTransactionCustomFieldsBadRequest ¶
func NewCreateTransactionCustomFieldsBadRequest() *CreateTransactionCustomFieldsBadRequest
NewCreateTransactionCustomFieldsBadRequest creates a CreateTransactionCustomFieldsBadRequest with default headers values
func (*CreateTransactionCustomFieldsBadRequest) Error ¶
func (o *CreateTransactionCustomFieldsBadRequest) Error() string
type CreateTransactionCustomFieldsCreated ¶
type CreateTransactionCustomFieldsCreated struct {
Payload []*kbmodel.CustomField
}
CreateTransactionCustomFieldsCreated describes a response with status code 201, with default header values.
Custom field created successfully
func NewCreateTransactionCustomFieldsCreated ¶
func NewCreateTransactionCustomFieldsCreated() *CreateTransactionCustomFieldsCreated
NewCreateTransactionCustomFieldsCreated creates a CreateTransactionCustomFieldsCreated with default headers values
func (*CreateTransactionCustomFieldsCreated) Error ¶
func (o *CreateTransactionCustomFieldsCreated) Error() string
func (*CreateTransactionCustomFieldsCreated) GetPayload ¶
func (o *CreateTransactionCustomFieldsCreated) GetPayload() []*kbmodel.CustomField
type CreateTransactionCustomFieldsParams ¶
type CreateTransactionCustomFieldsParams struct {
// XKillbillComment.
XKillbillComment *string
// XKillbillCreatedBy.
XKillbillCreatedBy string
// XKillbillReason.
XKillbillReason *string
// Body.
Body []*kbmodel.CustomField
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateTransactionCustomFieldsParams contains all the parameters to send to the API endpoint
for the create transaction custom fields operation. Typically these are written to a http.Request.
func NewCreateTransactionCustomFieldsParams ¶
func NewCreateTransactionCustomFieldsParams() *CreateTransactionCustomFieldsParams
NewCreateTransactionCustomFieldsParams creates a new CreateTransactionCustomFieldsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateTransactionCustomFieldsParamsWithContext ¶
func NewCreateTransactionCustomFieldsParamsWithContext(ctx context.Context) *CreateTransactionCustomFieldsParams
NewCreateTransactionCustomFieldsParamsWithContext creates a new CreateTransactionCustomFieldsParams object with the ability to set a context for a request.
func NewCreateTransactionCustomFieldsParamsWithHTTPClient ¶
func NewCreateTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *CreateTransactionCustomFieldsParams
NewCreateTransactionCustomFieldsParamsWithHTTPClient creates a new CreateTransactionCustomFieldsParams object with the ability to set a custom HTTPClient for a request.
func NewCreateTransactionCustomFieldsParamsWithTimeout ¶
func NewCreateTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *CreateTransactionCustomFieldsParams
NewCreateTransactionCustomFieldsParamsWithTimeout creates a new CreateTransactionCustomFieldsParams object with the ability to set a timeout on a request.
func (*CreateTransactionCustomFieldsParams) SetBody ¶
func (o *CreateTransactionCustomFieldsParams) SetBody(body []*kbmodel.CustomField)
SetBody adds the body to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetContext ¶
func (o *CreateTransactionCustomFieldsParams) SetContext(ctx context.Context)
SetContext adds the context to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetDefaults ¶
func (o *CreateTransactionCustomFieldsParams) SetDefaults()
SetDefaults hydrates default values in the create transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTransactionCustomFieldsParams) SetHTTPClient ¶
func (o *CreateTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetTimeout ¶
func (o *CreateTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetTransactionID ¶
func (o *CreateTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetXKillbillComment ¶
func (o *CreateTransactionCustomFieldsParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetXKillbillCreatedBy ¶
func (o *CreateTransactionCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) SetXKillbillReason ¶
func (o *CreateTransactionCustomFieldsParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithBody ¶
func (o *CreateTransactionCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *CreateTransactionCustomFieldsParams
WithBody adds the body to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithContext ¶
func (o *CreateTransactionCustomFieldsParams) WithContext(ctx context.Context) *CreateTransactionCustomFieldsParams
WithContext adds the context to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithDefaults ¶
func (o *CreateTransactionCustomFieldsParams) WithDefaults() *CreateTransactionCustomFieldsParams
WithDefaults hydrates default values in the create transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTransactionCustomFieldsParams) WithHTTPClient ¶
func (o *CreateTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *CreateTransactionCustomFieldsParams
WithHTTPClient adds the HTTPClient to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithTimeout ¶
func (o *CreateTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *CreateTransactionCustomFieldsParams
WithTimeout adds the timeout to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithTransactionID ¶
func (o *CreateTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *CreateTransactionCustomFieldsParams
WithTransactionID adds the transactionID to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithXKillbillComment ¶
func (o *CreateTransactionCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *CreateTransactionCustomFieldsParams
WithXKillbillComment adds the xKillbillComment to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithXKillbillCreatedBy ¶
func (o *CreateTransactionCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTransactionCustomFieldsParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WithXKillbillReason ¶
func (o *CreateTransactionCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *CreateTransactionCustomFieldsParams
WithXKillbillReason adds the xKillbillReason to the create transaction custom fields params
func (*CreateTransactionCustomFieldsParams) WriteToRequest ¶
func (o *CreateTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTransactionCustomFieldsReader ¶
type CreateTransactionCustomFieldsReader struct {
// contains filtered or unexported fields
}
CreateTransactionCustomFieldsReader is a Reader for the CreateTransactionCustomFields structure.
func (*CreateTransactionCustomFieldsReader) ReadResponse ¶
func (o *CreateTransactionCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateTransactionTagsBadRequest ¶
type CreateTransactionTagsBadRequest struct {
}
CreateTransactionTagsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewCreateTransactionTagsBadRequest ¶
func NewCreateTransactionTagsBadRequest() *CreateTransactionTagsBadRequest
NewCreateTransactionTagsBadRequest creates a CreateTransactionTagsBadRequest with default headers values
func (*CreateTransactionTagsBadRequest) Error ¶
func (o *CreateTransactionTagsBadRequest) Error() string
type CreateTransactionTagsCreated ¶
CreateTransactionTagsCreated describes a response with status code 201, with default header values.
Tag created successfully
func NewCreateTransactionTagsCreated ¶
func NewCreateTransactionTagsCreated() *CreateTransactionTagsCreated
NewCreateTransactionTagsCreated creates a CreateTransactionTagsCreated with default headers values
func (*CreateTransactionTagsCreated) Error ¶
func (o *CreateTransactionTagsCreated) Error() string
func (*CreateTransactionTagsCreated) GetPayload ¶
func (o *CreateTransactionTagsCreated) GetPayload() []*kbmodel.Tag
type CreateTransactionTagsParams ¶
type CreateTransactionTagsParams struct {
// XKillbillComment.
XKillbillComment *string
// XKillbillCreatedBy.
XKillbillCreatedBy string
// XKillbillReason.
XKillbillReason *string
// Body.
Body []strfmt.UUID
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
CreateTransactionTagsParams contains all the parameters to send to the API endpoint
for the create transaction tags operation. Typically these are written to a http.Request.
func NewCreateTransactionTagsParams ¶
func NewCreateTransactionTagsParams() *CreateTransactionTagsParams
NewCreateTransactionTagsParams creates a new CreateTransactionTagsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateTransactionTagsParamsWithContext ¶
func NewCreateTransactionTagsParamsWithContext(ctx context.Context) *CreateTransactionTagsParams
NewCreateTransactionTagsParamsWithContext creates a new CreateTransactionTagsParams object with the ability to set a context for a request.
func NewCreateTransactionTagsParamsWithHTTPClient ¶
func NewCreateTransactionTagsParamsWithHTTPClient(client *http.Client) *CreateTransactionTagsParams
NewCreateTransactionTagsParamsWithHTTPClient creates a new CreateTransactionTagsParams object with the ability to set a custom HTTPClient for a request.
func NewCreateTransactionTagsParamsWithTimeout ¶
func NewCreateTransactionTagsParamsWithTimeout(timeout time.Duration) *CreateTransactionTagsParams
NewCreateTransactionTagsParamsWithTimeout creates a new CreateTransactionTagsParams object with the ability to set a timeout on a request.
func (*CreateTransactionTagsParams) SetBody ¶
func (o *CreateTransactionTagsParams) SetBody(body []strfmt.UUID)
SetBody adds the body to the create transaction tags params
func (*CreateTransactionTagsParams) SetContext ¶
func (o *CreateTransactionTagsParams) SetContext(ctx context.Context)
SetContext adds the context to the create transaction tags params
func (*CreateTransactionTagsParams) SetDefaults ¶
func (o *CreateTransactionTagsParams) SetDefaults()
SetDefaults hydrates default values in the create transaction tags params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTransactionTagsParams) SetHTTPClient ¶
func (o *CreateTransactionTagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create transaction tags params
func (*CreateTransactionTagsParams) SetTimeout ¶
func (o *CreateTransactionTagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create transaction tags params
func (*CreateTransactionTagsParams) SetTransactionID ¶
func (o *CreateTransactionTagsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the create transaction tags params
func (*CreateTransactionTagsParams) SetXKillbillComment ¶
func (o *CreateTransactionTagsParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the create transaction tags params
func (*CreateTransactionTagsParams) SetXKillbillCreatedBy ¶
func (o *CreateTransactionTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the create transaction tags params
func (*CreateTransactionTagsParams) SetXKillbillReason ¶
func (o *CreateTransactionTagsParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the create transaction tags params
func (*CreateTransactionTagsParams) WithBody ¶
func (o *CreateTransactionTagsParams) WithBody(body []strfmt.UUID) *CreateTransactionTagsParams
WithBody adds the body to the create transaction tags params
func (*CreateTransactionTagsParams) WithContext ¶
func (o *CreateTransactionTagsParams) WithContext(ctx context.Context) *CreateTransactionTagsParams
WithContext adds the context to the create transaction tags params
func (*CreateTransactionTagsParams) WithDefaults ¶
func (o *CreateTransactionTagsParams) WithDefaults() *CreateTransactionTagsParams
WithDefaults hydrates default values in the create transaction tags params (not the query body).
All values with no default are reset to their zero value.
func (*CreateTransactionTagsParams) WithHTTPClient ¶
func (o *CreateTransactionTagsParams) WithHTTPClient(client *http.Client) *CreateTransactionTagsParams
WithHTTPClient adds the HTTPClient to the create transaction tags params
func (*CreateTransactionTagsParams) WithTimeout ¶
func (o *CreateTransactionTagsParams) WithTimeout(timeout time.Duration) *CreateTransactionTagsParams
WithTimeout adds the timeout to the create transaction tags params
func (*CreateTransactionTagsParams) WithTransactionID ¶
func (o *CreateTransactionTagsParams) WithTransactionID(transactionID strfmt.UUID) *CreateTransactionTagsParams
WithTransactionID adds the transactionID to the create transaction tags params
func (*CreateTransactionTagsParams) WithXKillbillComment ¶
func (o *CreateTransactionTagsParams) WithXKillbillComment(xKillbillComment *string) *CreateTransactionTagsParams
WithXKillbillComment adds the xKillbillComment to the create transaction tags params
func (*CreateTransactionTagsParams) WithXKillbillCreatedBy ¶
func (o *CreateTransactionTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreateTransactionTagsParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the create transaction tags params
func (*CreateTransactionTagsParams) WithXKillbillReason ¶
func (o *CreateTransactionTagsParams) WithXKillbillReason(xKillbillReason *string) *CreateTransactionTagsParams
WithXKillbillReason adds the xKillbillReason to the create transaction tags params
func (*CreateTransactionTagsParams) WriteToRequest ¶
func (o *CreateTransactionTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateTransactionTagsReader ¶
type CreateTransactionTagsReader struct {
// contains filtered or unexported fields
}
CreateTransactionTagsReader is a Reader for the CreateTransactionTags structure.
func (*CreateTransactionTagsReader) ReadResponse ¶
func (o *CreateTransactionTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTransactionCustomFieldsBadRequest ¶
type DeleteTransactionCustomFieldsBadRequest struct {
}
DeleteTransactionCustomFieldsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewDeleteTransactionCustomFieldsBadRequest ¶
func NewDeleteTransactionCustomFieldsBadRequest() *DeleteTransactionCustomFieldsBadRequest
NewDeleteTransactionCustomFieldsBadRequest creates a DeleteTransactionCustomFieldsBadRequest with default headers values
func (*DeleteTransactionCustomFieldsBadRequest) Error ¶
func (o *DeleteTransactionCustomFieldsBadRequest) Error() string
type DeleteTransactionCustomFieldsNoContent ¶
type DeleteTransactionCustomFieldsNoContent struct {
}
DeleteTransactionCustomFieldsNoContent describes a response with status code 204, with default header values.
Successful operation
func NewDeleteTransactionCustomFieldsNoContent ¶
func NewDeleteTransactionCustomFieldsNoContent() *DeleteTransactionCustomFieldsNoContent
NewDeleteTransactionCustomFieldsNoContent creates a DeleteTransactionCustomFieldsNoContent with default headers values
func (*DeleteTransactionCustomFieldsNoContent) Error ¶
func (o *DeleteTransactionCustomFieldsNoContent) Error() string
type DeleteTransactionCustomFieldsParams ¶
type DeleteTransactionCustomFieldsParams struct {
// XKillbillComment.
XKillbillComment *string
// XKillbillCreatedBy.
XKillbillCreatedBy string
// XKillbillReason.
XKillbillReason *string
// CustomField.
CustomField []strfmt.UUID
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteTransactionCustomFieldsParams contains all the parameters to send to the API endpoint
for the delete transaction custom fields operation. Typically these are written to a http.Request.
func NewDeleteTransactionCustomFieldsParams ¶
func NewDeleteTransactionCustomFieldsParams() *DeleteTransactionCustomFieldsParams
NewDeleteTransactionCustomFieldsParams creates a new DeleteTransactionCustomFieldsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteTransactionCustomFieldsParamsWithContext ¶
func NewDeleteTransactionCustomFieldsParamsWithContext(ctx context.Context) *DeleteTransactionCustomFieldsParams
NewDeleteTransactionCustomFieldsParamsWithContext creates a new DeleteTransactionCustomFieldsParams object with the ability to set a context for a request.
func NewDeleteTransactionCustomFieldsParamsWithHTTPClient ¶
func NewDeleteTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *DeleteTransactionCustomFieldsParams
NewDeleteTransactionCustomFieldsParamsWithHTTPClient creates a new DeleteTransactionCustomFieldsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteTransactionCustomFieldsParamsWithTimeout ¶
func NewDeleteTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *DeleteTransactionCustomFieldsParams
NewDeleteTransactionCustomFieldsParamsWithTimeout creates a new DeleteTransactionCustomFieldsParams object with the ability to set a timeout on a request.
func (*DeleteTransactionCustomFieldsParams) SetContext ¶
func (o *DeleteTransactionCustomFieldsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetCustomField ¶
func (o *DeleteTransactionCustomFieldsParams) SetCustomField(customField []strfmt.UUID)
SetCustomField adds the customField to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetDefaults ¶
func (o *DeleteTransactionCustomFieldsParams) SetDefaults()
SetDefaults hydrates default values in the delete transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTransactionCustomFieldsParams) SetHTTPClient ¶
func (o *DeleteTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetTimeout ¶
func (o *DeleteTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetTransactionID ¶
func (o *DeleteTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetXKillbillComment ¶
func (o *DeleteTransactionCustomFieldsParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetXKillbillCreatedBy ¶
func (o *DeleteTransactionCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) SetXKillbillReason ¶
func (o *DeleteTransactionCustomFieldsParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithContext ¶
func (o *DeleteTransactionCustomFieldsParams) WithContext(ctx context.Context) *DeleteTransactionCustomFieldsParams
WithContext adds the context to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithCustomField ¶
func (o *DeleteTransactionCustomFieldsParams) WithCustomField(customField []strfmt.UUID) *DeleteTransactionCustomFieldsParams
WithCustomField adds the customField to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithDefaults ¶
func (o *DeleteTransactionCustomFieldsParams) WithDefaults() *DeleteTransactionCustomFieldsParams
WithDefaults hydrates default values in the delete transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTransactionCustomFieldsParams) WithHTTPClient ¶
func (o *DeleteTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *DeleteTransactionCustomFieldsParams
WithHTTPClient adds the HTTPClient to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithTimeout ¶
func (o *DeleteTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *DeleteTransactionCustomFieldsParams
WithTimeout adds the timeout to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithTransactionID ¶
func (o *DeleteTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *DeleteTransactionCustomFieldsParams
WithTransactionID adds the transactionID to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithXKillbillComment ¶
func (o *DeleteTransactionCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *DeleteTransactionCustomFieldsParams
WithXKillbillComment adds the xKillbillComment to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithXKillbillCreatedBy ¶
func (o *DeleteTransactionCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteTransactionCustomFieldsParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WithXKillbillReason ¶
func (o *DeleteTransactionCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *DeleteTransactionCustomFieldsParams
WithXKillbillReason adds the xKillbillReason to the delete transaction custom fields params
func (*DeleteTransactionCustomFieldsParams) WriteToRequest ¶
func (o *DeleteTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTransactionCustomFieldsReader ¶
type DeleteTransactionCustomFieldsReader struct {
// contains filtered or unexported fields
}
DeleteTransactionCustomFieldsReader is a Reader for the DeleteTransactionCustomFields structure.
func (*DeleteTransactionCustomFieldsReader) ReadResponse ¶
func (o *DeleteTransactionCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteTransactionTagsBadRequest ¶
type DeleteTransactionTagsBadRequest struct {
}
DeleteTransactionTagsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewDeleteTransactionTagsBadRequest ¶
func NewDeleteTransactionTagsBadRequest() *DeleteTransactionTagsBadRequest
NewDeleteTransactionTagsBadRequest creates a DeleteTransactionTagsBadRequest with default headers values
func (*DeleteTransactionTagsBadRequest) Error ¶
func (o *DeleteTransactionTagsBadRequest) Error() string
type DeleteTransactionTagsNoContent ¶
type DeleteTransactionTagsNoContent struct {
}
DeleteTransactionTagsNoContent describes a response with status code 204, with default header values.
Successful operation
func NewDeleteTransactionTagsNoContent ¶
func NewDeleteTransactionTagsNoContent() *DeleteTransactionTagsNoContent
NewDeleteTransactionTagsNoContent creates a DeleteTransactionTagsNoContent with default headers values
func (*DeleteTransactionTagsNoContent) Error ¶
func (o *DeleteTransactionTagsNoContent) Error() string
type DeleteTransactionTagsParams ¶
type DeleteTransactionTagsParams struct {
// XKillbillComment.
XKillbillComment *string
// XKillbillCreatedBy.
XKillbillCreatedBy string
// XKillbillReason.
XKillbillReason *string
// TagDef.
TagDef []strfmt.UUID
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
DeleteTransactionTagsParams contains all the parameters to send to the API endpoint
for the delete transaction tags operation. Typically these are written to a http.Request.
func NewDeleteTransactionTagsParams ¶
func NewDeleteTransactionTagsParams() *DeleteTransactionTagsParams
NewDeleteTransactionTagsParams creates a new DeleteTransactionTagsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteTransactionTagsParamsWithContext ¶
func NewDeleteTransactionTagsParamsWithContext(ctx context.Context) *DeleteTransactionTagsParams
NewDeleteTransactionTagsParamsWithContext creates a new DeleteTransactionTagsParams object with the ability to set a context for a request.
func NewDeleteTransactionTagsParamsWithHTTPClient ¶
func NewDeleteTransactionTagsParamsWithHTTPClient(client *http.Client) *DeleteTransactionTagsParams
NewDeleteTransactionTagsParamsWithHTTPClient creates a new DeleteTransactionTagsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteTransactionTagsParamsWithTimeout ¶
func NewDeleteTransactionTagsParamsWithTimeout(timeout time.Duration) *DeleteTransactionTagsParams
NewDeleteTransactionTagsParamsWithTimeout creates a new DeleteTransactionTagsParams object with the ability to set a timeout on a request.
func (*DeleteTransactionTagsParams) SetContext ¶
func (o *DeleteTransactionTagsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetDefaults ¶
func (o *DeleteTransactionTagsParams) SetDefaults()
SetDefaults hydrates default values in the delete transaction tags params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTransactionTagsParams) SetHTTPClient ¶
func (o *DeleteTransactionTagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetTagDef ¶
func (o *DeleteTransactionTagsParams) SetTagDef(tagDef []strfmt.UUID)
SetTagDef adds the tagDef to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetTimeout ¶
func (o *DeleteTransactionTagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetTransactionID ¶
func (o *DeleteTransactionTagsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetXKillbillComment ¶
func (o *DeleteTransactionTagsParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetXKillbillCreatedBy ¶
func (o *DeleteTransactionTagsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the delete transaction tags params
func (*DeleteTransactionTagsParams) SetXKillbillReason ¶
func (o *DeleteTransactionTagsParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithContext ¶
func (o *DeleteTransactionTagsParams) WithContext(ctx context.Context) *DeleteTransactionTagsParams
WithContext adds the context to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithDefaults ¶
func (o *DeleteTransactionTagsParams) WithDefaults() *DeleteTransactionTagsParams
WithDefaults hydrates default values in the delete transaction tags params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteTransactionTagsParams) WithHTTPClient ¶
func (o *DeleteTransactionTagsParams) WithHTTPClient(client *http.Client) *DeleteTransactionTagsParams
WithHTTPClient adds the HTTPClient to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithTagDef ¶
func (o *DeleteTransactionTagsParams) WithTagDef(tagDef []strfmt.UUID) *DeleteTransactionTagsParams
WithTagDef adds the tagDef to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithTimeout ¶
func (o *DeleteTransactionTagsParams) WithTimeout(timeout time.Duration) *DeleteTransactionTagsParams
WithTimeout adds the timeout to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithTransactionID ¶
func (o *DeleteTransactionTagsParams) WithTransactionID(transactionID strfmt.UUID) *DeleteTransactionTagsParams
WithTransactionID adds the transactionID to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithXKillbillComment ¶
func (o *DeleteTransactionTagsParams) WithXKillbillComment(xKillbillComment *string) *DeleteTransactionTagsParams
WithXKillbillComment adds the xKillbillComment to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithXKillbillCreatedBy ¶
func (o *DeleteTransactionTagsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeleteTransactionTagsParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the delete transaction tags params
func (*DeleteTransactionTagsParams) WithXKillbillReason ¶
func (o *DeleteTransactionTagsParams) WithXKillbillReason(xKillbillReason *string) *DeleteTransactionTagsParams
WithXKillbillReason adds the xKillbillReason to the delete transaction tags params
func (*DeleteTransactionTagsParams) WriteToRequest ¶
func (o *DeleteTransactionTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteTransactionTagsReader ¶
type DeleteTransactionTagsReader struct {
// contains filtered or unexported fields
}
DeleteTransactionTagsReader is a Reader for the DeleteTransactionTags structure.
func (*DeleteTransactionTagsReader) ReadResponse ¶
func (o *DeleteTransactionTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentByTransactionExternalKeyNotFound ¶
type GetPaymentByTransactionExternalKeyNotFound struct {
}
GetPaymentByTransactionExternalKeyNotFound describes a response with status code 404, with default header values.
Payment not found
func NewGetPaymentByTransactionExternalKeyNotFound ¶
func NewGetPaymentByTransactionExternalKeyNotFound() *GetPaymentByTransactionExternalKeyNotFound
NewGetPaymentByTransactionExternalKeyNotFound creates a GetPaymentByTransactionExternalKeyNotFound with default headers values
func (*GetPaymentByTransactionExternalKeyNotFound) Error ¶
func (o *GetPaymentByTransactionExternalKeyNotFound) Error() string
type GetPaymentByTransactionExternalKeyOK ¶
GetPaymentByTransactionExternalKeyOK describes a response with status code 200, with default header values.
successful operation
func NewGetPaymentByTransactionExternalKeyOK ¶
func NewGetPaymentByTransactionExternalKeyOK() *GetPaymentByTransactionExternalKeyOK
NewGetPaymentByTransactionExternalKeyOK creates a GetPaymentByTransactionExternalKeyOK with default headers values
func (*GetPaymentByTransactionExternalKeyOK) Error ¶
func (o *GetPaymentByTransactionExternalKeyOK) Error() string
func (*GetPaymentByTransactionExternalKeyOK) GetPayload ¶
func (o *GetPaymentByTransactionExternalKeyOK) GetPayload() *kbmodel.Payment
type GetPaymentByTransactionExternalKeyParams ¶
type GetPaymentByTransactionExternalKeyParams struct {
// Audit.
//
// Default: "NONE"
Audit *string
// PluginProperty.
PluginProperty []string
// TransactionExternalKey.
TransactionExternalKey string
// WithAttempts.
WithAttempts *bool
// WithPluginInfo.
WithPluginInfo *bool
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetPaymentByTransactionExternalKeyParams contains all the parameters to send to the API endpoint
for the get payment by transaction external key operation. Typically these are written to a http.Request.
func NewGetPaymentByTransactionExternalKeyParams ¶
func NewGetPaymentByTransactionExternalKeyParams() *GetPaymentByTransactionExternalKeyParams
NewGetPaymentByTransactionExternalKeyParams creates a new GetPaymentByTransactionExternalKeyParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetPaymentByTransactionExternalKeyParamsWithContext ¶
func NewGetPaymentByTransactionExternalKeyParamsWithContext(ctx context.Context) *GetPaymentByTransactionExternalKeyParams
NewGetPaymentByTransactionExternalKeyParamsWithContext creates a new GetPaymentByTransactionExternalKeyParams object with the ability to set a context for a request.
func NewGetPaymentByTransactionExternalKeyParamsWithHTTPClient ¶
func NewGetPaymentByTransactionExternalKeyParamsWithHTTPClient(client *http.Client) *GetPaymentByTransactionExternalKeyParams
NewGetPaymentByTransactionExternalKeyParamsWithHTTPClient creates a new GetPaymentByTransactionExternalKeyParams object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentByTransactionExternalKeyParamsWithTimeout ¶
func NewGetPaymentByTransactionExternalKeyParamsWithTimeout(timeout time.Duration) *GetPaymentByTransactionExternalKeyParams
NewGetPaymentByTransactionExternalKeyParamsWithTimeout creates a new GetPaymentByTransactionExternalKeyParams object with the ability to set a timeout on a request.
func (*GetPaymentByTransactionExternalKeyParams) SetAudit ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetAudit(audit *string)
SetAudit adds the audit to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetContext ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetDefaults ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetDefaults()
SetDefaults hydrates default values in the get payment by transaction external key params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentByTransactionExternalKeyParams) SetHTTPClient ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetPluginProperty ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetPluginProperty(pluginProperty []string)
SetPluginProperty adds the pluginProperty to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetTimeout ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetTransactionExternalKey ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetTransactionExternalKey(transactionExternalKey string)
SetTransactionExternalKey adds the transactionExternalKey to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetWithAttempts ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetWithAttempts(withAttempts *bool)
SetWithAttempts adds the withAttempts to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) SetWithPluginInfo ¶
func (o *GetPaymentByTransactionExternalKeyParams) SetWithPluginInfo(withPluginInfo *bool)
SetWithPluginInfo adds the withPluginInfo to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithAudit ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithAudit(audit *string) *GetPaymentByTransactionExternalKeyParams
WithAudit adds the audit to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithContext ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithContext(ctx context.Context) *GetPaymentByTransactionExternalKeyParams
WithContext adds the context to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithDefaults ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithDefaults() *GetPaymentByTransactionExternalKeyParams
WithDefaults hydrates default values in the get payment by transaction external key params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentByTransactionExternalKeyParams) WithHTTPClient ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithHTTPClient(client *http.Client) *GetPaymentByTransactionExternalKeyParams
WithHTTPClient adds the HTTPClient to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithPluginProperty ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithPluginProperty(pluginProperty []string) *GetPaymentByTransactionExternalKeyParams
WithPluginProperty adds the pluginProperty to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithTimeout ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithTimeout(timeout time.Duration) *GetPaymentByTransactionExternalKeyParams
WithTimeout adds the timeout to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithTransactionExternalKey ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithTransactionExternalKey(transactionExternalKey string) *GetPaymentByTransactionExternalKeyParams
WithTransactionExternalKey adds the transactionExternalKey to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithWithAttempts ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithWithAttempts(withAttempts *bool) *GetPaymentByTransactionExternalKeyParams
WithWithAttempts adds the withAttempts to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WithWithPluginInfo ¶
func (o *GetPaymentByTransactionExternalKeyParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentByTransactionExternalKeyParams
WithWithPluginInfo adds the withPluginInfo to the get payment by transaction external key params
func (*GetPaymentByTransactionExternalKeyParams) WriteToRequest ¶
func (o *GetPaymentByTransactionExternalKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentByTransactionExternalKeyReader ¶
type GetPaymentByTransactionExternalKeyReader struct {
// contains filtered or unexported fields
}
GetPaymentByTransactionExternalKeyReader is a Reader for the GetPaymentByTransactionExternalKey structure.
func (*GetPaymentByTransactionExternalKeyReader) ReadResponse ¶
func (o *GetPaymentByTransactionExternalKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentByTransactionIDNotFound ¶
type GetPaymentByTransactionIDNotFound struct {
}
GetPaymentByTransactionIDNotFound describes a response with status code 404, with default header values.
Payment not found
func NewGetPaymentByTransactionIDNotFound ¶
func NewGetPaymentByTransactionIDNotFound() *GetPaymentByTransactionIDNotFound
NewGetPaymentByTransactionIDNotFound creates a GetPaymentByTransactionIDNotFound with default headers values
func (*GetPaymentByTransactionIDNotFound) Error ¶
func (o *GetPaymentByTransactionIDNotFound) Error() string
type GetPaymentByTransactionIDOK ¶
GetPaymentByTransactionIDOK describes a response with status code 200, with default header values.
successful operation
func NewGetPaymentByTransactionIDOK ¶
func NewGetPaymentByTransactionIDOK() *GetPaymentByTransactionIDOK
NewGetPaymentByTransactionIDOK creates a GetPaymentByTransactionIDOK with default headers values
func (*GetPaymentByTransactionIDOK) Error ¶
func (o *GetPaymentByTransactionIDOK) Error() string
func (*GetPaymentByTransactionIDOK) GetPayload ¶
func (o *GetPaymentByTransactionIDOK) GetPayload() *kbmodel.Payment
type GetPaymentByTransactionIDParams ¶
type GetPaymentByTransactionIDParams struct {
// Audit.
//
// Default: "NONE"
Audit *string
// PluginProperty.
PluginProperty []string
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
// WithAttempts.
WithAttempts *bool
// WithPluginInfo.
WithPluginInfo *bool
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetPaymentByTransactionIDParams contains all the parameters to send to the API endpoint
for the get payment by transaction Id operation. Typically these are written to a http.Request.
func NewGetPaymentByTransactionIDParams ¶
func NewGetPaymentByTransactionIDParams() *GetPaymentByTransactionIDParams
NewGetPaymentByTransactionIDParams creates a new GetPaymentByTransactionIDParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetPaymentByTransactionIDParamsWithContext ¶
func NewGetPaymentByTransactionIDParamsWithContext(ctx context.Context) *GetPaymentByTransactionIDParams
NewGetPaymentByTransactionIDParamsWithContext creates a new GetPaymentByTransactionIDParams object with the ability to set a context for a request.
func NewGetPaymentByTransactionIDParamsWithHTTPClient ¶
func NewGetPaymentByTransactionIDParamsWithHTTPClient(client *http.Client) *GetPaymentByTransactionIDParams
NewGetPaymentByTransactionIDParamsWithHTTPClient creates a new GetPaymentByTransactionIDParams object with the ability to set a custom HTTPClient for a request.
func NewGetPaymentByTransactionIDParamsWithTimeout ¶
func NewGetPaymentByTransactionIDParamsWithTimeout(timeout time.Duration) *GetPaymentByTransactionIDParams
NewGetPaymentByTransactionIDParamsWithTimeout creates a new GetPaymentByTransactionIDParams object with the ability to set a timeout on a request.
func (*GetPaymentByTransactionIDParams) SetAudit ¶
func (o *GetPaymentByTransactionIDParams) SetAudit(audit *string)
SetAudit adds the audit to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetContext ¶
func (o *GetPaymentByTransactionIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetDefaults ¶
func (o *GetPaymentByTransactionIDParams) SetDefaults()
SetDefaults hydrates default values in the get payment by transaction Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentByTransactionIDParams) SetHTTPClient ¶
func (o *GetPaymentByTransactionIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetPluginProperty ¶
func (o *GetPaymentByTransactionIDParams) SetPluginProperty(pluginProperty []string)
SetPluginProperty adds the pluginProperty to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetTimeout ¶
func (o *GetPaymentByTransactionIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetTransactionID ¶
func (o *GetPaymentByTransactionIDParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetWithAttempts ¶
func (o *GetPaymentByTransactionIDParams) SetWithAttempts(withAttempts *bool)
SetWithAttempts adds the withAttempts to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) SetWithPluginInfo ¶
func (o *GetPaymentByTransactionIDParams) SetWithPluginInfo(withPluginInfo *bool)
SetWithPluginInfo adds the withPluginInfo to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithAudit ¶
func (o *GetPaymentByTransactionIDParams) WithAudit(audit *string) *GetPaymentByTransactionIDParams
WithAudit adds the audit to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithContext ¶
func (o *GetPaymentByTransactionIDParams) WithContext(ctx context.Context) *GetPaymentByTransactionIDParams
WithContext adds the context to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithDefaults ¶
func (o *GetPaymentByTransactionIDParams) WithDefaults() *GetPaymentByTransactionIDParams
WithDefaults hydrates default values in the get payment by transaction Id params (not the query body).
All values with no default are reset to their zero value.
func (*GetPaymentByTransactionIDParams) WithHTTPClient ¶
func (o *GetPaymentByTransactionIDParams) WithHTTPClient(client *http.Client) *GetPaymentByTransactionIDParams
WithHTTPClient adds the HTTPClient to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithPluginProperty ¶
func (o *GetPaymentByTransactionIDParams) WithPluginProperty(pluginProperty []string) *GetPaymentByTransactionIDParams
WithPluginProperty adds the pluginProperty to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithTimeout ¶
func (o *GetPaymentByTransactionIDParams) WithTimeout(timeout time.Duration) *GetPaymentByTransactionIDParams
WithTimeout adds the timeout to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithTransactionID ¶
func (o *GetPaymentByTransactionIDParams) WithTransactionID(transactionID strfmt.UUID) *GetPaymentByTransactionIDParams
WithTransactionID adds the transactionID to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithWithAttempts ¶
func (o *GetPaymentByTransactionIDParams) WithWithAttempts(withAttempts *bool) *GetPaymentByTransactionIDParams
WithWithAttempts adds the withAttempts to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WithWithPluginInfo ¶
func (o *GetPaymentByTransactionIDParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentByTransactionIDParams
WithWithPluginInfo adds the withPluginInfo to the get payment by transaction Id params
func (*GetPaymentByTransactionIDParams) WriteToRequest ¶
func (o *GetPaymentByTransactionIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentByTransactionIDReader ¶
type GetPaymentByTransactionIDReader struct {
// contains filtered or unexported fields
}
GetPaymentByTransactionIDReader is a Reader for the GetPaymentByTransactionID structure.
func (*GetPaymentByTransactionIDReader) ReadResponse ¶
func (o *GetPaymentByTransactionIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTransactionAuditLogsWithHistoryNotFound ¶
type GetTransactionAuditLogsWithHistoryNotFound struct {
}
GetTransactionAuditLogsWithHistoryNotFound describes a response with status code 404, with default header values.
Account not found
func NewGetTransactionAuditLogsWithHistoryNotFound ¶
func NewGetTransactionAuditLogsWithHistoryNotFound() *GetTransactionAuditLogsWithHistoryNotFound
NewGetTransactionAuditLogsWithHistoryNotFound creates a GetTransactionAuditLogsWithHistoryNotFound with default headers values
func (*GetTransactionAuditLogsWithHistoryNotFound) Error ¶
func (o *GetTransactionAuditLogsWithHistoryNotFound) Error() string
type GetTransactionAuditLogsWithHistoryOK ¶
GetTransactionAuditLogsWithHistoryOK describes a response with status code 200, with default header values.
successful operation
func NewGetTransactionAuditLogsWithHistoryOK ¶
func NewGetTransactionAuditLogsWithHistoryOK() *GetTransactionAuditLogsWithHistoryOK
NewGetTransactionAuditLogsWithHistoryOK creates a GetTransactionAuditLogsWithHistoryOK with default headers values
func (*GetTransactionAuditLogsWithHistoryOK) Error ¶
func (o *GetTransactionAuditLogsWithHistoryOK) Error() string
func (*GetTransactionAuditLogsWithHistoryOK) GetPayload ¶
func (o *GetTransactionAuditLogsWithHistoryOK) GetPayload() []*kbmodel.AuditLog
type GetTransactionAuditLogsWithHistoryParams ¶
type GetTransactionAuditLogsWithHistoryParams struct {
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetTransactionAuditLogsWithHistoryParams contains all the parameters to send to the API endpoint
for the get transaction audit logs with history operation. Typically these are written to a http.Request.
func NewGetTransactionAuditLogsWithHistoryParams ¶
func NewGetTransactionAuditLogsWithHistoryParams() *GetTransactionAuditLogsWithHistoryParams
NewGetTransactionAuditLogsWithHistoryParams creates a new GetTransactionAuditLogsWithHistoryParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTransactionAuditLogsWithHistoryParamsWithContext ¶
func NewGetTransactionAuditLogsWithHistoryParamsWithContext(ctx context.Context) *GetTransactionAuditLogsWithHistoryParams
NewGetTransactionAuditLogsWithHistoryParamsWithContext creates a new GetTransactionAuditLogsWithHistoryParams object with the ability to set a context for a request.
func NewGetTransactionAuditLogsWithHistoryParamsWithHTTPClient ¶
func NewGetTransactionAuditLogsWithHistoryParamsWithHTTPClient(client *http.Client) *GetTransactionAuditLogsWithHistoryParams
NewGetTransactionAuditLogsWithHistoryParamsWithHTTPClient creates a new GetTransactionAuditLogsWithHistoryParams object with the ability to set a custom HTTPClient for a request.
func NewGetTransactionAuditLogsWithHistoryParamsWithTimeout ¶
func NewGetTransactionAuditLogsWithHistoryParamsWithTimeout(timeout time.Duration) *GetTransactionAuditLogsWithHistoryParams
NewGetTransactionAuditLogsWithHistoryParamsWithTimeout creates a new GetTransactionAuditLogsWithHistoryParams object with the ability to set a timeout on a request.
func (*GetTransactionAuditLogsWithHistoryParams) SetContext ¶
func (o *GetTransactionAuditLogsWithHistoryParams) SetContext(ctx context.Context)
SetContext adds the context to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) SetDefaults ¶
func (o *GetTransactionAuditLogsWithHistoryParams) SetDefaults()
SetDefaults hydrates default values in the get transaction audit logs with history params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransactionAuditLogsWithHistoryParams) SetHTTPClient ¶
func (o *GetTransactionAuditLogsWithHistoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) SetTimeout ¶
func (o *GetTransactionAuditLogsWithHistoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) SetTransactionID ¶
func (o *GetTransactionAuditLogsWithHistoryParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) WithContext ¶
func (o *GetTransactionAuditLogsWithHistoryParams) WithContext(ctx context.Context) *GetTransactionAuditLogsWithHistoryParams
WithContext adds the context to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) WithDefaults ¶
func (o *GetTransactionAuditLogsWithHistoryParams) WithDefaults() *GetTransactionAuditLogsWithHistoryParams
WithDefaults hydrates default values in the get transaction audit logs with history params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransactionAuditLogsWithHistoryParams) WithHTTPClient ¶
func (o *GetTransactionAuditLogsWithHistoryParams) WithHTTPClient(client *http.Client) *GetTransactionAuditLogsWithHistoryParams
WithHTTPClient adds the HTTPClient to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) WithTimeout ¶
func (o *GetTransactionAuditLogsWithHistoryParams) WithTimeout(timeout time.Duration) *GetTransactionAuditLogsWithHistoryParams
WithTimeout adds the timeout to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) WithTransactionID ¶
func (o *GetTransactionAuditLogsWithHistoryParams) WithTransactionID(transactionID strfmt.UUID) *GetTransactionAuditLogsWithHistoryParams
WithTransactionID adds the transactionID to the get transaction audit logs with history params
func (*GetTransactionAuditLogsWithHistoryParams) WriteToRequest ¶
func (o *GetTransactionAuditLogsWithHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTransactionAuditLogsWithHistoryReader ¶
type GetTransactionAuditLogsWithHistoryReader struct {
// contains filtered or unexported fields
}
GetTransactionAuditLogsWithHistoryReader is a Reader for the GetTransactionAuditLogsWithHistory structure.
func (*GetTransactionAuditLogsWithHistoryReader) ReadResponse ¶
func (o *GetTransactionAuditLogsWithHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTransactionCustomFieldsBadRequest ¶
type GetTransactionCustomFieldsBadRequest struct {
}
GetTransactionCustomFieldsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewGetTransactionCustomFieldsBadRequest ¶
func NewGetTransactionCustomFieldsBadRequest() *GetTransactionCustomFieldsBadRequest
NewGetTransactionCustomFieldsBadRequest creates a GetTransactionCustomFieldsBadRequest with default headers values
func (*GetTransactionCustomFieldsBadRequest) Error ¶
func (o *GetTransactionCustomFieldsBadRequest) Error() string
type GetTransactionCustomFieldsOK ¶
type GetTransactionCustomFieldsOK struct {
Payload []*kbmodel.CustomField
}
GetTransactionCustomFieldsOK describes a response with status code 200, with default header values.
successful operation
func NewGetTransactionCustomFieldsOK ¶
func NewGetTransactionCustomFieldsOK() *GetTransactionCustomFieldsOK
NewGetTransactionCustomFieldsOK creates a GetTransactionCustomFieldsOK with default headers values
func (*GetTransactionCustomFieldsOK) Error ¶
func (o *GetTransactionCustomFieldsOK) Error() string
func (*GetTransactionCustomFieldsOK) GetPayload ¶
func (o *GetTransactionCustomFieldsOK) GetPayload() []*kbmodel.CustomField
type GetTransactionCustomFieldsParams ¶
type GetTransactionCustomFieldsParams struct {
// Audit.
//
// Default: "NONE"
Audit *string
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetTransactionCustomFieldsParams contains all the parameters to send to the API endpoint
for the get transaction custom fields operation. Typically these are written to a http.Request.
func NewGetTransactionCustomFieldsParams ¶
func NewGetTransactionCustomFieldsParams() *GetTransactionCustomFieldsParams
NewGetTransactionCustomFieldsParams creates a new GetTransactionCustomFieldsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTransactionCustomFieldsParamsWithContext ¶
func NewGetTransactionCustomFieldsParamsWithContext(ctx context.Context) *GetTransactionCustomFieldsParams
NewGetTransactionCustomFieldsParamsWithContext creates a new GetTransactionCustomFieldsParams object with the ability to set a context for a request.
func NewGetTransactionCustomFieldsParamsWithHTTPClient ¶
func NewGetTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *GetTransactionCustomFieldsParams
NewGetTransactionCustomFieldsParamsWithHTTPClient creates a new GetTransactionCustomFieldsParams object with the ability to set a custom HTTPClient for a request.
func NewGetTransactionCustomFieldsParamsWithTimeout ¶
func NewGetTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *GetTransactionCustomFieldsParams
NewGetTransactionCustomFieldsParamsWithTimeout creates a new GetTransactionCustomFieldsParams object with the ability to set a timeout on a request.
func (*GetTransactionCustomFieldsParams) SetAudit ¶
func (o *GetTransactionCustomFieldsParams) SetAudit(audit *string)
SetAudit adds the audit to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) SetContext ¶
func (o *GetTransactionCustomFieldsParams) SetContext(ctx context.Context)
SetContext adds the context to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) SetDefaults ¶
func (o *GetTransactionCustomFieldsParams) SetDefaults()
SetDefaults hydrates default values in the get transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransactionCustomFieldsParams) SetHTTPClient ¶
func (o *GetTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) SetTimeout ¶
func (o *GetTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) SetTransactionID ¶
func (o *GetTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) WithAudit ¶
func (o *GetTransactionCustomFieldsParams) WithAudit(audit *string) *GetTransactionCustomFieldsParams
WithAudit adds the audit to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) WithContext ¶
func (o *GetTransactionCustomFieldsParams) WithContext(ctx context.Context) *GetTransactionCustomFieldsParams
WithContext adds the context to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) WithDefaults ¶
func (o *GetTransactionCustomFieldsParams) WithDefaults() *GetTransactionCustomFieldsParams
WithDefaults hydrates default values in the get transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransactionCustomFieldsParams) WithHTTPClient ¶
func (o *GetTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *GetTransactionCustomFieldsParams
WithHTTPClient adds the HTTPClient to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) WithTimeout ¶
func (o *GetTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *GetTransactionCustomFieldsParams
WithTimeout adds the timeout to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) WithTransactionID ¶
func (o *GetTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *GetTransactionCustomFieldsParams
WithTransactionID adds the transactionID to the get transaction custom fields params
func (*GetTransactionCustomFieldsParams) WriteToRequest ¶
func (o *GetTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTransactionCustomFieldsReader ¶
type GetTransactionCustomFieldsReader struct {
// contains filtered or unexported fields
}
GetTransactionCustomFieldsReader is a Reader for the GetTransactionCustomFields structure.
func (*GetTransactionCustomFieldsReader) ReadResponse ¶
func (o *GetTransactionCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTransactionTagsBadRequest ¶
type GetTransactionTagsBadRequest struct {
}
GetTransactionTagsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewGetTransactionTagsBadRequest ¶
func NewGetTransactionTagsBadRequest() *GetTransactionTagsBadRequest
NewGetTransactionTagsBadRequest creates a GetTransactionTagsBadRequest with default headers values
func (*GetTransactionTagsBadRequest) Error ¶
func (o *GetTransactionTagsBadRequest) Error() string
type GetTransactionTagsNotFound ¶
type GetTransactionTagsNotFound struct {
}
GetTransactionTagsNotFound describes a response with status code 404, with default header values.
Invoice not found
func NewGetTransactionTagsNotFound ¶
func NewGetTransactionTagsNotFound() *GetTransactionTagsNotFound
NewGetTransactionTagsNotFound creates a GetTransactionTagsNotFound with default headers values
func (*GetTransactionTagsNotFound) Error ¶
func (o *GetTransactionTagsNotFound) Error() string
type GetTransactionTagsOK ¶
GetTransactionTagsOK describes a response with status code 200, with default header values.
successful operation
func NewGetTransactionTagsOK ¶
func NewGetTransactionTagsOK() *GetTransactionTagsOK
NewGetTransactionTagsOK creates a GetTransactionTagsOK with default headers values
func (*GetTransactionTagsOK) Error ¶
func (o *GetTransactionTagsOK) Error() string
func (*GetTransactionTagsOK) GetPayload ¶
func (o *GetTransactionTagsOK) GetPayload() []*kbmodel.Tag
type GetTransactionTagsParams ¶
type GetTransactionTagsParams struct {
// Audit.
//
// Default: "NONE"
Audit *string
// IncludedDeleted.
IncludedDeleted *bool
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
GetTransactionTagsParams contains all the parameters to send to the API endpoint
for the get transaction tags operation. Typically these are written to a http.Request.
func NewGetTransactionTagsParams ¶
func NewGetTransactionTagsParams() *GetTransactionTagsParams
NewGetTransactionTagsParams creates a new GetTransactionTagsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetTransactionTagsParamsWithContext ¶
func NewGetTransactionTagsParamsWithContext(ctx context.Context) *GetTransactionTagsParams
NewGetTransactionTagsParamsWithContext creates a new GetTransactionTagsParams object with the ability to set a context for a request.
func NewGetTransactionTagsParamsWithHTTPClient ¶
func NewGetTransactionTagsParamsWithHTTPClient(client *http.Client) *GetTransactionTagsParams
NewGetTransactionTagsParamsWithHTTPClient creates a new GetTransactionTagsParams object with the ability to set a custom HTTPClient for a request.
func NewGetTransactionTagsParamsWithTimeout ¶
func NewGetTransactionTagsParamsWithTimeout(timeout time.Duration) *GetTransactionTagsParams
NewGetTransactionTagsParamsWithTimeout creates a new GetTransactionTagsParams object with the ability to set a timeout on a request.
func (*GetTransactionTagsParams) SetAudit ¶
func (o *GetTransactionTagsParams) SetAudit(audit *string)
SetAudit adds the audit to the get transaction tags params
func (*GetTransactionTagsParams) SetContext ¶
func (o *GetTransactionTagsParams) SetContext(ctx context.Context)
SetContext adds the context to the get transaction tags params
func (*GetTransactionTagsParams) SetDefaults ¶
func (o *GetTransactionTagsParams) SetDefaults()
SetDefaults hydrates default values in the get transaction tags params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransactionTagsParams) SetHTTPClient ¶
func (o *GetTransactionTagsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get transaction tags params
func (*GetTransactionTagsParams) SetIncludedDeleted ¶
func (o *GetTransactionTagsParams) SetIncludedDeleted(includedDeleted *bool)
SetIncludedDeleted adds the includedDeleted to the get transaction tags params
func (*GetTransactionTagsParams) SetTimeout ¶
func (o *GetTransactionTagsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get transaction tags params
func (*GetTransactionTagsParams) SetTransactionID ¶
func (o *GetTransactionTagsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the get transaction tags params
func (*GetTransactionTagsParams) WithAudit ¶
func (o *GetTransactionTagsParams) WithAudit(audit *string) *GetTransactionTagsParams
WithAudit adds the audit to the get transaction tags params
func (*GetTransactionTagsParams) WithContext ¶
func (o *GetTransactionTagsParams) WithContext(ctx context.Context) *GetTransactionTagsParams
WithContext adds the context to the get transaction tags params
func (*GetTransactionTagsParams) WithDefaults ¶
func (o *GetTransactionTagsParams) WithDefaults() *GetTransactionTagsParams
WithDefaults hydrates default values in the get transaction tags params (not the query body).
All values with no default are reset to their zero value.
func (*GetTransactionTagsParams) WithHTTPClient ¶
func (o *GetTransactionTagsParams) WithHTTPClient(client *http.Client) *GetTransactionTagsParams
WithHTTPClient adds the HTTPClient to the get transaction tags params
func (*GetTransactionTagsParams) WithIncludedDeleted ¶
func (o *GetTransactionTagsParams) WithIncludedDeleted(includedDeleted *bool) *GetTransactionTagsParams
WithIncludedDeleted adds the includedDeleted to the get transaction tags params
func (*GetTransactionTagsParams) WithTimeout ¶
func (o *GetTransactionTagsParams) WithTimeout(timeout time.Duration) *GetTransactionTagsParams
WithTimeout adds the timeout to the get transaction tags params
func (*GetTransactionTagsParams) WithTransactionID ¶
func (o *GetTransactionTagsParams) WithTransactionID(transactionID strfmt.UUID) *GetTransactionTagsParams
WithTransactionID adds the transactionID to the get transaction tags params
func (*GetTransactionTagsParams) WriteToRequest ¶
func (o *GetTransactionTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTransactionTagsReader ¶
type GetTransactionTagsReader struct {
// contains filtered or unexported fields
}
GetTransactionTagsReader is a Reader for the GetTransactionTags structure.
func (*GetTransactionTagsReader) ReadResponse ¶
func (o *GetTransactionTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ModifyTransactionCustomFieldsBadRequest ¶
type ModifyTransactionCustomFieldsBadRequest struct {
}
ModifyTransactionCustomFieldsBadRequest describes a response with status code 400, with default header values.
Invalid transaction id supplied
func NewModifyTransactionCustomFieldsBadRequest ¶
func NewModifyTransactionCustomFieldsBadRequest() *ModifyTransactionCustomFieldsBadRequest
NewModifyTransactionCustomFieldsBadRequest creates a ModifyTransactionCustomFieldsBadRequest with default headers values
func (*ModifyTransactionCustomFieldsBadRequest) Error ¶
func (o *ModifyTransactionCustomFieldsBadRequest) Error() string
type ModifyTransactionCustomFieldsNoContent ¶
type ModifyTransactionCustomFieldsNoContent struct {
}
ModifyTransactionCustomFieldsNoContent describes a response with status code 204, with default header values.
Successful operation
func NewModifyTransactionCustomFieldsNoContent ¶
func NewModifyTransactionCustomFieldsNoContent() *ModifyTransactionCustomFieldsNoContent
NewModifyTransactionCustomFieldsNoContent creates a ModifyTransactionCustomFieldsNoContent with default headers values
func (*ModifyTransactionCustomFieldsNoContent) Error ¶
func (o *ModifyTransactionCustomFieldsNoContent) Error() string
type ModifyTransactionCustomFieldsParams ¶
type ModifyTransactionCustomFieldsParams struct {
// XKillbillComment.
XKillbillComment *string
// XKillbillCreatedBy.
XKillbillCreatedBy string
// XKillbillReason.
XKillbillReason *string
// Body.
Body []*kbmodel.CustomField
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
ModifyTransactionCustomFieldsParams contains all the parameters to send to the API endpoint
for the modify transaction custom fields operation. Typically these are written to a http.Request.
func NewModifyTransactionCustomFieldsParams ¶
func NewModifyTransactionCustomFieldsParams() *ModifyTransactionCustomFieldsParams
NewModifyTransactionCustomFieldsParams creates a new ModifyTransactionCustomFieldsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewModifyTransactionCustomFieldsParamsWithContext ¶
func NewModifyTransactionCustomFieldsParamsWithContext(ctx context.Context) *ModifyTransactionCustomFieldsParams
NewModifyTransactionCustomFieldsParamsWithContext creates a new ModifyTransactionCustomFieldsParams object with the ability to set a context for a request.
func NewModifyTransactionCustomFieldsParamsWithHTTPClient ¶
func NewModifyTransactionCustomFieldsParamsWithHTTPClient(client *http.Client) *ModifyTransactionCustomFieldsParams
NewModifyTransactionCustomFieldsParamsWithHTTPClient creates a new ModifyTransactionCustomFieldsParams object with the ability to set a custom HTTPClient for a request.
func NewModifyTransactionCustomFieldsParamsWithTimeout ¶
func NewModifyTransactionCustomFieldsParamsWithTimeout(timeout time.Duration) *ModifyTransactionCustomFieldsParams
NewModifyTransactionCustomFieldsParamsWithTimeout creates a new ModifyTransactionCustomFieldsParams object with the ability to set a timeout on a request.
func (*ModifyTransactionCustomFieldsParams) SetBody ¶
func (o *ModifyTransactionCustomFieldsParams) SetBody(body []*kbmodel.CustomField)
SetBody adds the body to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetContext ¶
func (o *ModifyTransactionCustomFieldsParams) SetContext(ctx context.Context)
SetContext adds the context to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetDefaults ¶
func (o *ModifyTransactionCustomFieldsParams) SetDefaults()
SetDefaults hydrates default values in the modify transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyTransactionCustomFieldsParams) SetHTTPClient ¶
func (o *ModifyTransactionCustomFieldsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetTimeout ¶
func (o *ModifyTransactionCustomFieldsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetTransactionID ¶
func (o *ModifyTransactionCustomFieldsParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetXKillbillComment ¶
func (o *ModifyTransactionCustomFieldsParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetXKillbillCreatedBy ¶
func (o *ModifyTransactionCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) SetXKillbillReason ¶
func (o *ModifyTransactionCustomFieldsParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithBody ¶
func (o *ModifyTransactionCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *ModifyTransactionCustomFieldsParams
WithBody adds the body to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithContext ¶
func (o *ModifyTransactionCustomFieldsParams) WithContext(ctx context.Context) *ModifyTransactionCustomFieldsParams
WithContext adds the context to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithDefaults ¶
func (o *ModifyTransactionCustomFieldsParams) WithDefaults() *ModifyTransactionCustomFieldsParams
WithDefaults hydrates default values in the modify transaction custom fields params (not the query body).
All values with no default are reset to their zero value.
func (*ModifyTransactionCustomFieldsParams) WithHTTPClient ¶
func (o *ModifyTransactionCustomFieldsParams) WithHTTPClient(client *http.Client) *ModifyTransactionCustomFieldsParams
WithHTTPClient adds the HTTPClient to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithTimeout ¶
func (o *ModifyTransactionCustomFieldsParams) WithTimeout(timeout time.Duration) *ModifyTransactionCustomFieldsParams
WithTimeout adds the timeout to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithTransactionID ¶
func (o *ModifyTransactionCustomFieldsParams) WithTransactionID(transactionID strfmt.UUID) *ModifyTransactionCustomFieldsParams
WithTransactionID adds the transactionID to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithXKillbillComment ¶
func (o *ModifyTransactionCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *ModifyTransactionCustomFieldsParams
WithXKillbillComment adds the xKillbillComment to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithXKillbillCreatedBy ¶
func (o *ModifyTransactionCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ModifyTransactionCustomFieldsParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WithXKillbillReason ¶
func (o *ModifyTransactionCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *ModifyTransactionCustomFieldsParams
WithXKillbillReason adds the xKillbillReason to the modify transaction custom fields params
func (*ModifyTransactionCustomFieldsParams) WriteToRequest ¶
func (o *ModifyTransactionCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ModifyTransactionCustomFieldsReader ¶
type ModifyTransactionCustomFieldsReader struct {
// contains filtered or unexported fields
}
ModifyTransactionCustomFieldsReader is a Reader for the ModifyTransactionCustomFields structure.
func (*ModifyTransactionCustomFieldsReader) ReadResponse ¶
func (o *ModifyTransactionCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type NotifyStateChangedBadRequest ¶
type NotifyStateChangedBadRequest struct {
}
NotifyStateChangedBadRequest describes a response with status code 400, with default header values.
Invalid paymentId supplied
func NewNotifyStateChangedBadRequest ¶
func NewNotifyStateChangedBadRequest() *NotifyStateChangedBadRequest
NewNotifyStateChangedBadRequest creates a NotifyStateChangedBadRequest with default headers values
func (*NotifyStateChangedBadRequest) Error ¶
func (o *NotifyStateChangedBadRequest) Error() string
type NotifyStateChangedCreated ¶
NotifyStateChangedCreated describes a response with status code 201, with default header values.
Successfully notifiy state change
func NewNotifyStateChangedCreated ¶
func NewNotifyStateChangedCreated() *NotifyStateChangedCreated
NewNotifyStateChangedCreated creates a NotifyStateChangedCreated with default headers values
func (*NotifyStateChangedCreated) Error ¶
func (o *NotifyStateChangedCreated) Error() string
func (*NotifyStateChangedCreated) GetPayload ¶
func (o *NotifyStateChangedCreated) GetPayload() *kbmodel.Payment
type NotifyStateChangedNotFound ¶
type NotifyStateChangedNotFound struct {
}
NotifyStateChangedNotFound describes a response with status code 404, with default header values.
Account or Payment not found
func NewNotifyStateChangedNotFound ¶
func NewNotifyStateChangedNotFound() *NotifyStateChangedNotFound
NewNotifyStateChangedNotFound creates a NotifyStateChangedNotFound with default headers values
func (*NotifyStateChangedNotFound) Error ¶
func (o *NotifyStateChangedNotFound) Error() string
type NotifyStateChangedParams ¶
type NotifyStateChangedParams struct {
// XKillbillComment.
XKillbillComment *string
// XKillbillCreatedBy.
XKillbillCreatedBy string
// XKillbillReason.
XKillbillReason *string
// Body.
Body *kbmodel.PaymentTransaction
// ControlPluginName.
ControlPluginName []string
// TransactionID.
//
// Format: uuid
TransactionID strfmt.UUID
Context context.Context
HTTPClient *http.Client
// contains filtered or unexported fields
}
NotifyStateChangedParams contains all the parameters to send to the API endpoint
for the notify state changed operation. Typically these are written to a http.Request.
func NewNotifyStateChangedParams ¶
func NewNotifyStateChangedParams() *NotifyStateChangedParams
NewNotifyStateChangedParams creates a new NotifyStateChangedParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewNotifyStateChangedParamsWithContext ¶
func NewNotifyStateChangedParamsWithContext(ctx context.Context) *NotifyStateChangedParams
NewNotifyStateChangedParamsWithContext creates a new NotifyStateChangedParams object with the ability to set a context for a request.
func NewNotifyStateChangedParamsWithHTTPClient ¶
func NewNotifyStateChangedParamsWithHTTPClient(client *http.Client) *NotifyStateChangedParams
NewNotifyStateChangedParamsWithHTTPClient creates a new NotifyStateChangedParams object with the ability to set a custom HTTPClient for a request.
func NewNotifyStateChangedParamsWithTimeout ¶
func NewNotifyStateChangedParamsWithTimeout(timeout time.Duration) *NotifyStateChangedParams
NewNotifyStateChangedParamsWithTimeout creates a new NotifyStateChangedParams object with the ability to set a timeout on a request.
func (*NotifyStateChangedParams) SetBody ¶
func (o *NotifyStateChangedParams) SetBody(body *kbmodel.PaymentTransaction)
SetBody adds the body to the notify state changed params
func (*NotifyStateChangedParams) SetContext ¶
func (o *NotifyStateChangedParams) SetContext(ctx context.Context)
SetContext adds the context to the notify state changed params
func (*NotifyStateChangedParams) SetControlPluginName ¶
func (o *NotifyStateChangedParams) SetControlPluginName(controlPluginName []string)
SetControlPluginName adds the controlPluginName to the notify state changed params
func (*NotifyStateChangedParams) SetDefaults ¶
func (o *NotifyStateChangedParams) SetDefaults()
SetDefaults hydrates default values in the notify state changed params (not the query body).
All values with no default are reset to their zero value.
func (*NotifyStateChangedParams) SetHTTPClient ¶
func (o *NotifyStateChangedParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the notify state changed params
func (*NotifyStateChangedParams) SetTimeout ¶
func (o *NotifyStateChangedParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the notify state changed params
func (*NotifyStateChangedParams) SetTransactionID ¶
func (o *NotifyStateChangedParams) SetTransactionID(transactionID strfmt.UUID)
SetTransactionID adds the transactionId to the notify state changed params
func (*NotifyStateChangedParams) SetXKillbillComment ¶
func (o *NotifyStateChangedParams) SetXKillbillComment(xKillbillComment *string)
SetXKillbillComment adds the xKillbillComment to the notify state changed params
func (*NotifyStateChangedParams) SetXKillbillCreatedBy ¶
func (o *NotifyStateChangedParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)
SetXKillbillCreatedBy adds the xKillbillCreatedBy to the notify state changed params
func (*NotifyStateChangedParams) SetXKillbillReason ¶
func (o *NotifyStateChangedParams) SetXKillbillReason(xKillbillReason *string)
SetXKillbillReason adds the xKillbillReason to the notify state changed params
func (*NotifyStateChangedParams) WithBody ¶
func (o *NotifyStateChangedParams) WithBody(body *kbmodel.PaymentTransaction) *NotifyStateChangedParams
WithBody adds the body to the notify state changed params
func (*NotifyStateChangedParams) WithContext ¶
func (o *NotifyStateChangedParams) WithContext(ctx context.Context) *NotifyStateChangedParams
WithContext adds the context to the notify state changed params
func (*NotifyStateChangedParams) WithControlPluginName ¶
func (o *NotifyStateChangedParams) WithControlPluginName(controlPluginName []string) *NotifyStateChangedParams
WithControlPluginName adds the controlPluginName to the notify state changed params
func (*NotifyStateChangedParams) WithDefaults ¶
func (o *NotifyStateChangedParams) WithDefaults() *NotifyStateChangedParams
WithDefaults hydrates default values in the notify state changed params (not the query body).
All values with no default are reset to their zero value.
func (*NotifyStateChangedParams) WithHTTPClient ¶
func (o *NotifyStateChangedParams) WithHTTPClient(client *http.Client) *NotifyStateChangedParams
WithHTTPClient adds the HTTPClient to the notify state changed params
func (*NotifyStateChangedParams) WithTimeout ¶
func (o *NotifyStateChangedParams) WithTimeout(timeout time.Duration) *NotifyStateChangedParams
WithTimeout adds the timeout to the notify state changed params
func (*NotifyStateChangedParams) WithTransactionID ¶
func (o *NotifyStateChangedParams) WithTransactionID(transactionID strfmt.UUID) *NotifyStateChangedParams
WithTransactionID adds the transactionID to the notify state changed params
func (*NotifyStateChangedParams) WithXKillbillComment ¶
func (o *NotifyStateChangedParams) WithXKillbillComment(xKillbillComment *string) *NotifyStateChangedParams
WithXKillbillComment adds the xKillbillComment to the notify state changed params
func (*NotifyStateChangedParams) WithXKillbillCreatedBy ¶
func (o *NotifyStateChangedParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *NotifyStateChangedParams
WithXKillbillCreatedBy adds the xKillbillCreatedBy to the notify state changed params
func (*NotifyStateChangedParams) WithXKillbillReason ¶
func (o *NotifyStateChangedParams) WithXKillbillReason(xKillbillReason *string) *NotifyStateChangedParams
WithXKillbillReason adds the xKillbillReason to the notify state changed params
func (*NotifyStateChangedParams) WriteToRequest ¶
func (o *NotifyStateChangedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type NotifyStateChangedReader ¶
type NotifyStateChangedReader struct {
// contains filtered or unexported fields
}
NotifyStateChangedReader is a Reader for the NotifyStateChanged structure.
func (*NotifyStateChangedReader) ReadResponse ¶
func (o *NotifyStateChangedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- create_transaction_custom_fields_parameters.go
- create_transaction_custom_fields_responses.go
- create_transaction_tags_parameters.go
- create_transaction_tags_responses.go
- delete_transaction_custom_fields_parameters.go
- delete_transaction_custom_fields_responses.go
- delete_transaction_tags_parameters.go
- delete_transaction_tags_responses.go
- get_payment_by_transaction_external_key_parameters.go
- get_payment_by_transaction_external_key_responses.go
- get_payment_by_transaction_id_parameters.go
- get_payment_by_transaction_id_responses.go
- get_transaction_audit_logs_with_history_parameters.go
- get_transaction_audit_logs_with_history_responses.go
- get_transaction_custom_fields_parameters.go
- get_transaction_custom_fields_responses.go
- get_transaction_tags_parameters.go
- get_transaction_tags_responses.go
- modify_transaction_custom_fields_parameters.go
- modify_transaction_custom_fields_responses.go
- notify_state_changed_parameters.go
- notify_state_changed_responses.go
- payment_transaction_client.go