Versions in this module Expand all Collapse all v1 v1.0.0 Sep 4, 2019 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreatePaymentMethodCustomFields(ctx context.Context, params *CreatePaymentMethodCustomFieldsParams) (*CreatePaymentMethodCustomFieldsCreated, error) + func (a *Client) DeletePaymentMethod(ctx context.Context, params *DeletePaymentMethodParams) (*DeletePaymentMethodNoContent, error) + func (a *Client) DeletePaymentMethodCustomFields(ctx context.Context, params *DeletePaymentMethodCustomFieldsParams) (*DeletePaymentMethodCustomFieldsNoContent, error) + func (a *Client) GetPaymentMethod(ctx context.Context, params *GetPaymentMethodParams) (*GetPaymentMethodOK, error) + func (a *Client) GetPaymentMethodAuditLogsWithHistory(ctx context.Context, params *GetPaymentMethodAuditLogsWithHistoryParams) (*GetPaymentMethodAuditLogsWithHistoryOK, error) + func (a *Client) GetPaymentMethodByKey(ctx context.Context, params *GetPaymentMethodByKeyParams) (*GetPaymentMethodByKeyOK, error) + func (a *Client) GetPaymentMethodCustomFields(ctx context.Context, params *GetPaymentMethodCustomFieldsParams) (*GetPaymentMethodCustomFieldsOK, error) + func (a *Client) GetPaymentMethods(ctx context.Context, params *GetPaymentMethodsParams) (*GetPaymentMethodsOK, error) + func (a *Client) ModifyPaymentMethodCustomFields(ctx context.Context, params *ModifyPaymentMethodCustomFieldsParams) (*ModifyPaymentMethodCustomFieldsNoContent, error) + func (a *Client) SearchPaymentMethods(ctx context.Context, params *SearchPaymentMethodsParams) (*SearchPaymentMethodsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type CreatePaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreatePaymentMethodCustomFieldsBadRequest() *CreatePaymentMethodCustomFieldsBadRequest + func (o *CreatePaymentMethodCustomFieldsBadRequest) Error() string + type CreatePaymentMethodCustomFieldsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewCreatePaymentMethodCustomFieldsCreated() *CreatePaymentMethodCustomFieldsCreated + func (o *CreatePaymentMethodCustomFieldsCreated) Error() string + type CreatePaymentMethodCustomFieldsParams struct + Body []*kbmodel.CustomField + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewCreatePaymentMethodCustomFieldsParams() *CreatePaymentMethodCustomFieldsParams + func NewCreatePaymentMethodCustomFieldsParamsWithContext(ctx context.Context) *CreatePaymentMethodCustomFieldsParams + func NewCreatePaymentMethodCustomFieldsParamsWithHTTPClient(client *http.Client) *CreatePaymentMethodCustomFieldsParams + func NewCreatePaymentMethodCustomFieldsParamsWithTimeout(timeout time.Duration) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) SetBody(body []*kbmodel.CustomField) + func (o *CreatePaymentMethodCustomFieldsParams) SetContext(ctx context.Context) + func (o *CreatePaymentMethodCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *CreatePaymentMethodCustomFieldsParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *CreatePaymentMethodCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *CreatePaymentMethodCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *CreatePaymentMethodCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *CreatePaymentMethodCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *CreatePaymentMethodCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithContext(ctx context.Context) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithHTTPClient(client *http.Client) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithTimeout(timeout time.Duration) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *CreatePaymentMethodCustomFieldsParams + func (o *CreatePaymentMethodCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreatePaymentMethodCustomFieldsReader struct + func (o *CreatePaymentMethodCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePaymentMethodBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodBadRequest() *DeletePaymentMethodBadRequest + func (o *DeletePaymentMethodBadRequest) Error() string + type DeletePaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodCustomFieldsBadRequest() *DeletePaymentMethodCustomFieldsBadRequest + func (o *DeletePaymentMethodCustomFieldsBadRequest) Error() string + type DeletePaymentMethodCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodCustomFieldsNoContent() *DeletePaymentMethodCustomFieldsNoContent + func (o *DeletePaymentMethodCustomFieldsNoContent) Error() string + type DeletePaymentMethodCustomFieldsParams struct + Context context.Context + CustomField []strfmt.UUID + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeletePaymentMethodCustomFieldsParams() *DeletePaymentMethodCustomFieldsParams + func NewDeletePaymentMethodCustomFieldsParamsWithContext(ctx context.Context) *DeletePaymentMethodCustomFieldsParams + func NewDeletePaymentMethodCustomFieldsParamsWithHTTPClient(client *http.Client) *DeletePaymentMethodCustomFieldsParams + func NewDeletePaymentMethodCustomFieldsParamsWithTimeout(timeout time.Duration) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) SetContext(ctx context.Context) + func (o *DeletePaymentMethodCustomFieldsParams) SetCustomField(customField []strfmt.UUID) + func (o *DeletePaymentMethodCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *DeletePaymentMethodCustomFieldsParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *DeletePaymentMethodCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *DeletePaymentMethodCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeletePaymentMethodCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeletePaymentMethodCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeletePaymentMethodCustomFieldsParams) WithContext(ctx context.Context) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithCustomField(customField []strfmt.UUID) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithHTTPClient(client *http.Client) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithTimeout(timeout time.Duration) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *DeletePaymentMethodCustomFieldsParams + func (o *DeletePaymentMethodCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePaymentMethodCustomFieldsReader struct + func (o *DeletePaymentMethodCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePaymentMethodNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodNoContent() *DeletePaymentMethodNoContent + func (o *DeletePaymentMethodNoContent) Error() string + type DeletePaymentMethodNotFound struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodNotFound() *DeletePaymentMethodNotFound + func (o *DeletePaymentMethodNotFound) Error() string + type DeletePaymentMethodParams struct + Context context.Context + DeleteDefaultPmWithAutoPayOff *bool + ForceDefaultPmDeletion *bool + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + PluginProperty []string + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewDeletePaymentMethodParams() *DeletePaymentMethodParams + func NewDeletePaymentMethodParamsWithContext(ctx context.Context) *DeletePaymentMethodParams + func NewDeletePaymentMethodParamsWithHTTPClient(client *http.Client) *DeletePaymentMethodParams + func NewDeletePaymentMethodParamsWithTimeout(timeout time.Duration) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) SetContext(ctx context.Context) + func (o *DeletePaymentMethodParams) SetDeleteDefaultPmWithAutoPayOff(deleteDefaultPmWithAutoPayOff *bool) + func (o *DeletePaymentMethodParams) SetForceDefaultPmDeletion(forceDefaultPmDeletion *bool) + func (o *DeletePaymentMethodParams) SetHTTPClient(client *http.Client) + func (o *DeletePaymentMethodParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *DeletePaymentMethodParams) SetPluginProperty(pluginProperty []string) + func (o *DeletePaymentMethodParams) SetTimeout(timeout time.Duration) + func (o *DeletePaymentMethodParams) SetXKillbillComment(xKillbillComment *string) + func (o *DeletePaymentMethodParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *DeletePaymentMethodParams) SetXKillbillReason(xKillbillReason *string) + func (o *DeletePaymentMethodParams) WithContext(ctx context.Context) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithDeleteDefaultPmWithAutoPayOff(deleteDefaultPmWithAutoPayOff *bool) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithForceDefaultPmDeletion(forceDefaultPmDeletion *bool) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithHTTPClient(client *http.Client) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithPluginProperty(pluginProperty []string) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithTimeout(timeout time.Duration) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithXKillbillComment(xKillbillComment *string) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WithXKillbillReason(xKillbillReason *string) *DeletePaymentMethodParams + func (o *DeletePaymentMethodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePaymentMethodReader struct + func (o *DeletePaymentMethodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPaymentMethodAuditLogsWithHistoryNotFound struct + HttpResponse runtime.ClientResponse + func NewGetPaymentMethodAuditLogsWithHistoryNotFound() *GetPaymentMethodAuditLogsWithHistoryNotFound + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) Error() string + type GetPaymentMethodAuditLogsWithHistoryOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.AuditLog + func NewGetPaymentMethodAuditLogsWithHistoryOK() *GetPaymentMethodAuditLogsWithHistoryOK + func (o *GetPaymentMethodAuditLogsWithHistoryOK) Error() string + type GetPaymentMethodAuditLogsWithHistoryParams struct + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetPaymentMethodAuditLogsWithHistoryParams() *GetPaymentMethodAuditLogsWithHistoryParams + func NewGetPaymentMethodAuditLogsWithHistoryParamsWithContext(ctx context.Context) *GetPaymentMethodAuditLogsWithHistoryParams + func NewGetPaymentMethodAuditLogsWithHistoryParamsWithHTTPClient(client *http.Client) *GetPaymentMethodAuditLogsWithHistoryParams + func NewGetPaymentMethodAuditLogsWithHistoryParamsWithTimeout(timeout time.Duration) *GetPaymentMethodAuditLogsWithHistoryParams + func (o *GetPaymentMethodAuditLogsWithHistoryParams) SetContext(ctx context.Context) + func (o *GetPaymentMethodAuditLogsWithHistoryParams) SetHTTPClient(client *http.Client) + func (o *GetPaymentMethodAuditLogsWithHistoryParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *GetPaymentMethodAuditLogsWithHistoryParams) SetTimeout(timeout time.Duration) + func (o *GetPaymentMethodAuditLogsWithHistoryParams) WithContext(ctx context.Context) *GetPaymentMethodAuditLogsWithHistoryParams + func (o *GetPaymentMethodAuditLogsWithHistoryParams) WithHTTPClient(client *http.Client) *GetPaymentMethodAuditLogsWithHistoryParams + func (o *GetPaymentMethodAuditLogsWithHistoryParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *GetPaymentMethodAuditLogsWithHistoryParams + func (o *GetPaymentMethodAuditLogsWithHistoryParams) WithTimeout(timeout time.Duration) *GetPaymentMethodAuditLogsWithHistoryParams + func (o *GetPaymentMethodAuditLogsWithHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPaymentMethodAuditLogsWithHistoryReader struct + func (o *GetPaymentMethodAuditLogsWithHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPaymentMethodBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPaymentMethodBadRequest() *GetPaymentMethodBadRequest + func (o *GetPaymentMethodBadRequest) Error() string + type GetPaymentMethodByKeyNotFound struct + HttpResponse runtime.ClientResponse + func NewGetPaymentMethodByKeyNotFound() *GetPaymentMethodByKeyNotFound + func (o *GetPaymentMethodByKeyNotFound) Error() string + type GetPaymentMethodByKeyOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.PaymentMethod + func NewGetPaymentMethodByKeyOK() *GetPaymentMethodByKeyOK + func (o *GetPaymentMethodByKeyOK) Error() string + type GetPaymentMethodByKeyParams struct + Audit *string + Context context.Context + ExternalKey string + HTTPClient *http.Client + IncludedDeleted *bool + PluginProperty []string + ProcessLocationHeader bool + WithPluginInfo *bool + WithStackTrace *bool + func NewGetPaymentMethodByKeyParams() *GetPaymentMethodByKeyParams + func NewGetPaymentMethodByKeyParamsWithContext(ctx context.Context) *GetPaymentMethodByKeyParams + func NewGetPaymentMethodByKeyParamsWithHTTPClient(client *http.Client) *GetPaymentMethodByKeyParams + func NewGetPaymentMethodByKeyParamsWithTimeout(timeout time.Duration) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) SetAudit(audit *string) + func (o *GetPaymentMethodByKeyParams) SetContext(ctx context.Context) + func (o *GetPaymentMethodByKeyParams) SetExternalKey(externalKey string) + func (o *GetPaymentMethodByKeyParams) SetHTTPClient(client *http.Client) + func (o *GetPaymentMethodByKeyParams) SetIncludedDeleted(includedDeleted *bool) + func (o *GetPaymentMethodByKeyParams) SetPluginProperty(pluginProperty []string) + func (o *GetPaymentMethodByKeyParams) SetTimeout(timeout time.Duration) + func (o *GetPaymentMethodByKeyParams) SetWithPluginInfo(withPluginInfo *bool) + func (o *GetPaymentMethodByKeyParams) WithAudit(audit *string) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithContext(ctx context.Context) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithExternalKey(externalKey string) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithHTTPClient(client *http.Client) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithIncludedDeleted(includedDeleted *bool) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithPluginProperty(pluginProperty []string) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithTimeout(timeout time.Duration) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentMethodByKeyParams + func (o *GetPaymentMethodByKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPaymentMethodByKeyReader struct + func (o *GetPaymentMethodByKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewGetPaymentMethodCustomFieldsBadRequest() *GetPaymentMethodCustomFieldsBadRequest + func (o *GetPaymentMethodCustomFieldsBadRequest) Error() string + type GetPaymentMethodCustomFieldsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewGetPaymentMethodCustomFieldsOK() *GetPaymentMethodCustomFieldsOK + func (o *GetPaymentMethodCustomFieldsOK) Error() string + type GetPaymentMethodCustomFieldsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + func NewGetPaymentMethodCustomFieldsParams() *GetPaymentMethodCustomFieldsParams + func NewGetPaymentMethodCustomFieldsParamsWithContext(ctx context.Context) *GetPaymentMethodCustomFieldsParams + func NewGetPaymentMethodCustomFieldsParamsWithHTTPClient(client *http.Client) *GetPaymentMethodCustomFieldsParams + func NewGetPaymentMethodCustomFieldsParamsWithTimeout(timeout time.Duration) *GetPaymentMethodCustomFieldsParams + func (o *GetPaymentMethodCustomFieldsParams) SetAudit(audit *string) + func (o *GetPaymentMethodCustomFieldsParams) SetContext(ctx context.Context) + func (o *GetPaymentMethodCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *GetPaymentMethodCustomFieldsParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *GetPaymentMethodCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *GetPaymentMethodCustomFieldsParams) WithAudit(audit *string) *GetPaymentMethodCustomFieldsParams + func (o *GetPaymentMethodCustomFieldsParams) WithContext(ctx context.Context) *GetPaymentMethodCustomFieldsParams + func (o *GetPaymentMethodCustomFieldsParams) WithHTTPClient(client *http.Client) *GetPaymentMethodCustomFieldsParams + func (o *GetPaymentMethodCustomFieldsParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *GetPaymentMethodCustomFieldsParams + func (o *GetPaymentMethodCustomFieldsParams) WithTimeout(timeout time.Duration) *GetPaymentMethodCustomFieldsParams + func (o *GetPaymentMethodCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPaymentMethodCustomFieldsReader struct + func (o *GetPaymentMethodCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPaymentMethodNotFound struct + HttpResponse runtime.ClientResponse + func NewGetPaymentMethodNotFound() *GetPaymentMethodNotFound + func (o *GetPaymentMethodNotFound) Error() string + type GetPaymentMethodOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.PaymentMethod + func NewGetPaymentMethodOK() *GetPaymentMethodOK + func (o *GetPaymentMethodOK) Error() string + type GetPaymentMethodParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + IncludedDeleted *bool + PaymentMethodID strfmt.UUID + PluginProperty []string + ProcessLocationHeader bool + WithPluginInfo *bool + WithStackTrace *bool + func NewGetPaymentMethodParams() *GetPaymentMethodParams + func NewGetPaymentMethodParamsWithContext(ctx context.Context) *GetPaymentMethodParams + func NewGetPaymentMethodParamsWithHTTPClient(client *http.Client) *GetPaymentMethodParams + func NewGetPaymentMethodParamsWithTimeout(timeout time.Duration) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) SetAudit(audit *string) + func (o *GetPaymentMethodParams) SetContext(ctx context.Context) + func (o *GetPaymentMethodParams) SetHTTPClient(client *http.Client) + func (o *GetPaymentMethodParams) SetIncludedDeleted(includedDeleted *bool) + func (o *GetPaymentMethodParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *GetPaymentMethodParams) SetPluginProperty(pluginProperty []string) + func (o *GetPaymentMethodParams) SetTimeout(timeout time.Duration) + func (o *GetPaymentMethodParams) SetWithPluginInfo(withPluginInfo *bool) + func (o *GetPaymentMethodParams) WithAudit(audit *string) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithContext(ctx context.Context) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithHTTPClient(client *http.Client) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithIncludedDeleted(includedDeleted *bool) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithPluginProperty(pluginProperty []string) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithTimeout(timeout time.Duration) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentMethodParams + func (o *GetPaymentMethodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPaymentMethodReader struct + func (o *GetPaymentMethodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPaymentMethodsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.PaymentMethod + func NewGetPaymentMethodsOK() *GetPaymentMethodsOK + func (o *GetPaymentMethodsOK) Error() string + type GetPaymentMethodsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + PluginName *string + PluginProperty []string + ProcessLocationHeader bool + WithPluginInfo *bool + WithStackTrace *bool + func NewGetPaymentMethodsParams() *GetPaymentMethodsParams + func NewGetPaymentMethodsParamsWithContext(ctx context.Context) *GetPaymentMethodsParams + func NewGetPaymentMethodsParamsWithHTTPClient(client *http.Client) *GetPaymentMethodsParams + func NewGetPaymentMethodsParamsWithTimeout(timeout time.Duration) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) SetAudit(audit *string) + func (o *GetPaymentMethodsParams) SetContext(ctx context.Context) + func (o *GetPaymentMethodsParams) SetHTTPClient(client *http.Client) + func (o *GetPaymentMethodsParams) SetLimit(limit *int64) + func (o *GetPaymentMethodsParams) SetOffset(offset *int64) + func (o *GetPaymentMethodsParams) SetPluginName(pluginName *string) + func (o *GetPaymentMethodsParams) SetPluginProperty(pluginProperty []string) + func (o *GetPaymentMethodsParams) SetTimeout(timeout time.Duration) + func (o *GetPaymentMethodsParams) SetWithPluginInfo(withPluginInfo *bool) + func (o *GetPaymentMethodsParams) WithAudit(audit *string) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithContext(ctx context.Context) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithHTTPClient(client *http.Client) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithLimit(limit *int64) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithOffset(offset *int64) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithPluginName(pluginName *string) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithPluginProperty(pluginProperty []string) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithTimeout(timeout time.Duration) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WithWithPluginInfo(withPluginInfo *bool) *GetPaymentMethodsParams + func (o *GetPaymentMethodsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPaymentMethodsReader struct + func (o *GetPaymentMethodsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IPaymentMethod interface + CreatePaymentMethodCustomFields func(ctx context.Context, params *CreatePaymentMethodCustomFieldsParams) (*CreatePaymentMethodCustomFieldsCreated, error) + DeletePaymentMethod func(ctx context.Context, params *DeletePaymentMethodParams) (*DeletePaymentMethodNoContent, error) + DeletePaymentMethodCustomFields func(ctx context.Context, params *DeletePaymentMethodCustomFieldsParams) (*DeletePaymentMethodCustomFieldsNoContent, error) + GetPaymentMethod func(ctx context.Context, params *GetPaymentMethodParams) (*GetPaymentMethodOK, error) + GetPaymentMethodAuditLogsWithHistory func(ctx context.Context, params *GetPaymentMethodAuditLogsWithHistoryParams) (*GetPaymentMethodAuditLogsWithHistoryOK, error) + GetPaymentMethodByKey func(ctx context.Context, params *GetPaymentMethodByKeyParams) (*GetPaymentMethodByKeyOK, error) + GetPaymentMethodCustomFields func(ctx context.Context, params *GetPaymentMethodCustomFieldsParams) (*GetPaymentMethodCustomFieldsOK, error) + GetPaymentMethods func(ctx context.Context, params *GetPaymentMethodsParams) (*GetPaymentMethodsOK, error) + ModifyPaymentMethodCustomFields func(ctx context.Context, params *ModifyPaymentMethodCustomFieldsParams) (*ModifyPaymentMethodCustomFieldsNoContent, error) + SearchPaymentMethods func(ctx context.Context, params *SearchPaymentMethodsParams) (*SearchPaymentMethodsOK, error) + type KillbillDefaults interface + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type ModifyPaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewModifyPaymentMethodCustomFieldsBadRequest() *ModifyPaymentMethodCustomFieldsBadRequest + func (o *ModifyPaymentMethodCustomFieldsBadRequest) Error() string + type ModifyPaymentMethodCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewModifyPaymentMethodCustomFieldsNoContent() *ModifyPaymentMethodCustomFieldsNoContent + func (o *ModifyPaymentMethodCustomFieldsNoContent) Error() string + type ModifyPaymentMethodCustomFieldsParams struct + Body []*kbmodel.CustomField + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithStackTrace *bool + XKillbillComment *string + XKillbillCreatedBy string + XKillbillReason *string + func NewModifyPaymentMethodCustomFieldsParams() *ModifyPaymentMethodCustomFieldsParams + func NewModifyPaymentMethodCustomFieldsParamsWithContext(ctx context.Context) *ModifyPaymentMethodCustomFieldsParams + func NewModifyPaymentMethodCustomFieldsParamsWithHTTPClient(client *http.Client) *ModifyPaymentMethodCustomFieldsParams + func NewModifyPaymentMethodCustomFieldsParamsWithTimeout(timeout time.Duration) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) SetBody(body []*kbmodel.CustomField) + func (o *ModifyPaymentMethodCustomFieldsParams) SetContext(ctx context.Context) + func (o *ModifyPaymentMethodCustomFieldsParams) SetHTTPClient(client *http.Client) + func (o *ModifyPaymentMethodCustomFieldsParams) SetPaymentMethodID(paymentMethodID strfmt.UUID) + func (o *ModifyPaymentMethodCustomFieldsParams) SetTimeout(timeout time.Duration) + func (o *ModifyPaymentMethodCustomFieldsParams) SetXKillbillComment(xKillbillComment *string) + func (o *ModifyPaymentMethodCustomFieldsParams) SetXKillbillCreatedBy(xKillbillCreatedBy string) + func (o *ModifyPaymentMethodCustomFieldsParams) SetXKillbillReason(xKillbillReason *string) + func (o *ModifyPaymentMethodCustomFieldsParams) WithBody(body []*kbmodel.CustomField) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithContext(ctx context.Context) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithHTTPClient(client *http.Client) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithPaymentMethodID(paymentMethodID strfmt.UUID) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithTimeout(timeout time.Duration) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithXKillbillComment(xKillbillComment *string) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WithXKillbillReason(xKillbillReason *string) *ModifyPaymentMethodCustomFieldsParams + func (o *ModifyPaymentMethodCustomFieldsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ModifyPaymentMethodCustomFieldsReader struct + func (o *ModifyPaymentMethodCustomFieldsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SearchPaymentMethodsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.PaymentMethod + func NewSearchPaymentMethodsOK() *SearchPaymentMethodsOK + func (o *SearchPaymentMethodsOK) Error() string + type SearchPaymentMethodsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + PluginName *string + PluginProperty []string + ProcessLocationHeader bool + SearchKey string + WithPluginInfo *bool + WithStackTrace *bool + func NewSearchPaymentMethodsParams() *SearchPaymentMethodsParams + func NewSearchPaymentMethodsParamsWithContext(ctx context.Context) *SearchPaymentMethodsParams + func NewSearchPaymentMethodsParamsWithHTTPClient(client *http.Client) *SearchPaymentMethodsParams + func NewSearchPaymentMethodsParamsWithTimeout(timeout time.Duration) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) SetAudit(audit *string) + func (o *SearchPaymentMethodsParams) SetContext(ctx context.Context) + func (o *SearchPaymentMethodsParams) SetHTTPClient(client *http.Client) + func (o *SearchPaymentMethodsParams) SetLimit(limit *int64) + func (o *SearchPaymentMethodsParams) SetOffset(offset *int64) + func (o *SearchPaymentMethodsParams) SetPluginName(pluginName *string) + func (o *SearchPaymentMethodsParams) SetPluginProperty(pluginProperty []string) + func (o *SearchPaymentMethodsParams) SetSearchKey(searchKey string) + func (o *SearchPaymentMethodsParams) SetTimeout(timeout time.Duration) + func (o *SearchPaymentMethodsParams) SetWithPluginInfo(withPluginInfo *bool) + func (o *SearchPaymentMethodsParams) WithAudit(audit *string) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithContext(ctx context.Context) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithHTTPClient(client *http.Client) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithLimit(limit *int64) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithOffset(offset *int64) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithPluginName(pluginName *string) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithPluginProperty(pluginProperty []string) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithSearchKey(searchKey string) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithTimeout(timeout time.Duration) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WithWithPluginInfo(withPluginInfo *bool) *SearchPaymentMethodsParams + func (o *SearchPaymentMethodsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchPaymentMethodsReader struct + func (o *SearchPaymentMethodsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/killbill/kbcli/v2 github.com/killbill/kbcli/v3