Versions in this module Expand all Collapse all v3 v3.1.0 Mar 12, 2023 v3.0.0 Mar 10, 2023 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 ClientOption func(*runtime.ClientOperation) + type ClientService 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) + SetTransport func(transport runtime.ClientTransport) + type CreatePaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewCreatePaymentMethodCustomFieldsBadRequest() *CreatePaymentMethodCustomFieldsBadRequest + func (o *CreatePaymentMethodCustomFieldsBadRequest) Code() int + func (o *CreatePaymentMethodCustomFieldsBadRequest) Error() string + func (o *CreatePaymentMethodCustomFieldsBadRequest) IsClientError() bool + func (o *CreatePaymentMethodCustomFieldsBadRequest) IsCode(code int) bool + func (o *CreatePaymentMethodCustomFieldsBadRequest) IsRedirect() bool + func (o *CreatePaymentMethodCustomFieldsBadRequest) IsServerError() bool + func (o *CreatePaymentMethodCustomFieldsBadRequest) IsSuccess() bool + func (o *CreatePaymentMethodCustomFieldsBadRequest) String() string + type CreatePaymentMethodCustomFieldsCreated struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewCreatePaymentMethodCustomFieldsCreated() *CreatePaymentMethodCustomFieldsCreated + func (o *CreatePaymentMethodCustomFieldsCreated) Code() int + func (o *CreatePaymentMethodCustomFieldsCreated) Error() string + func (o *CreatePaymentMethodCustomFieldsCreated) GetPayload() []*kbmodel.CustomField + func (o *CreatePaymentMethodCustomFieldsCreated) IsClientError() bool + func (o *CreatePaymentMethodCustomFieldsCreated) IsCode(code int) bool + func (o *CreatePaymentMethodCustomFieldsCreated) IsRedirect() bool + func (o *CreatePaymentMethodCustomFieldsCreated) IsServerError() bool + func (o *CreatePaymentMethodCustomFieldsCreated) IsSuccess() bool + func (o *CreatePaymentMethodCustomFieldsCreated) String() string + type CreatePaymentMethodCustomFieldsParams struct + Body []*kbmodel.CustomField + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *DeletePaymentMethodBadRequest) Error() string + func (o *DeletePaymentMethodBadRequest) IsClientError() bool + func (o *DeletePaymentMethodBadRequest) IsCode(code int) bool + func (o *DeletePaymentMethodBadRequest) IsRedirect() bool + func (o *DeletePaymentMethodBadRequest) IsServerError() bool + func (o *DeletePaymentMethodBadRequest) IsSuccess() bool + func (o *DeletePaymentMethodBadRequest) String() string + type DeletePaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodCustomFieldsBadRequest() *DeletePaymentMethodCustomFieldsBadRequest + func (o *DeletePaymentMethodCustomFieldsBadRequest) Code() int + func (o *DeletePaymentMethodCustomFieldsBadRequest) Error() string + func (o *DeletePaymentMethodCustomFieldsBadRequest) IsClientError() bool + func (o *DeletePaymentMethodCustomFieldsBadRequest) IsCode(code int) bool + func (o *DeletePaymentMethodCustomFieldsBadRequest) IsRedirect() bool + func (o *DeletePaymentMethodCustomFieldsBadRequest) IsServerError() bool + func (o *DeletePaymentMethodCustomFieldsBadRequest) IsSuccess() bool + func (o *DeletePaymentMethodCustomFieldsBadRequest) String() string + type DeletePaymentMethodCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodCustomFieldsNoContent() *DeletePaymentMethodCustomFieldsNoContent + func (o *DeletePaymentMethodCustomFieldsNoContent) Code() int + func (o *DeletePaymentMethodCustomFieldsNoContent) Error() string + func (o *DeletePaymentMethodCustomFieldsNoContent) IsClientError() bool + func (o *DeletePaymentMethodCustomFieldsNoContent) IsCode(code int) bool + func (o *DeletePaymentMethodCustomFieldsNoContent) IsRedirect() bool + func (o *DeletePaymentMethodCustomFieldsNoContent) IsServerError() bool + func (o *DeletePaymentMethodCustomFieldsNoContent) IsSuccess() bool + func (o *DeletePaymentMethodCustomFieldsNoContent) String() string + type DeletePaymentMethodCustomFieldsParams struct + Context context.Context + CustomField []strfmt.UUID + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *DeletePaymentMethodNoContent) Error() string + func (o *DeletePaymentMethodNoContent) IsClientError() bool + func (o *DeletePaymentMethodNoContent) IsCode(code int) bool + func (o *DeletePaymentMethodNoContent) IsRedirect() bool + func (o *DeletePaymentMethodNoContent) IsServerError() bool + func (o *DeletePaymentMethodNoContent) IsSuccess() bool + func (o *DeletePaymentMethodNoContent) String() string + type DeletePaymentMethodNotFound struct + HttpResponse runtime.ClientResponse + func NewDeletePaymentMethodNotFound() *DeletePaymentMethodNotFound + func (o *DeletePaymentMethodNotFound) Code() int + func (o *DeletePaymentMethodNotFound) Error() string + func (o *DeletePaymentMethodNotFound) IsClientError() bool + func (o *DeletePaymentMethodNotFound) IsCode(code int) bool + func (o *DeletePaymentMethodNotFound) IsRedirect() bool + func (o *DeletePaymentMethodNotFound) IsServerError() bool + func (o *DeletePaymentMethodNotFound) IsSuccess() bool + func (o *DeletePaymentMethodNotFound) String() string + type DeletePaymentMethodParams struct + Context context.Context + DeleteDefaultPmWithAutoPayOff *bool + ForceDefaultPmDeletion *bool + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + PluginProperty []string + ProcessLocationHeader bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) Error() string + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) IsClientError() bool + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) IsCode(code int) bool + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) IsRedirect() bool + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) IsServerError() bool + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) IsSuccess() bool + func (o *GetPaymentMethodAuditLogsWithHistoryNotFound) String() string + type GetPaymentMethodAuditLogsWithHistoryOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.AuditLog + func NewGetPaymentMethodAuditLogsWithHistoryOK() *GetPaymentMethodAuditLogsWithHistoryOK + func (o *GetPaymentMethodAuditLogsWithHistoryOK) Code() int + func (o *GetPaymentMethodAuditLogsWithHistoryOK) Error() string + func (o *GetPaymentMethodAuditLogsWithHistoryOK) GetPayload() []*kbmodel.AuditLog + func (o *GetPaymentMethodAuditLogsWithHistoryOK) IsClientError() bool + func (o *GetPaymentMethodAuditLogsWithHistoryOK) IsCode(code int) bool + func (o *GetPaymentMethodAuditLogsWithHistoryOK) IsRedirect() bool + func (o *GetPaymentMethodAuditLogsWithHistoryOK) IsServerError() bool + func (o *GetPaymentMethodAuditLogsWithHistoryOK) IsSuccess() bool + func (o *GetPaymentMethodAuditLogsWithHistoryOK) String() string + type GetPaymentMethodAuditLogsWithHistoryParams struct + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *GetPaymentMethodBadRequest) Error() string + func (o *GetPaymentMethodBadRequest) IsClientError() bool + func (o *GetPaymentMethodBadRequest) IsCode(code int) bool + func (o *GetPaymentMethodBadRequest) IsRedirect() bool + func (o *GetPaymentMethodBadRequest) IsServerError() bool + func (o *GetPaymentMethodBadRequest) IsSuccess() bool + func (o *GetPaymentMethodBadRequest) String() string + type GetPaymentMethodByKeyNotFound struct + HttpResponse runtime.ClientResponse + func NewGetPaymentMethodByKeyNotFound() *GetPaymentMethodByKeyNotFound + func (o *GetPaymentMethodByKeyNotFound) Code() int + func (o *GetPaymentMethodByKeyNotFound) Error() string + func (o *GetPaymentMethodByKeyNotFound) IsClientError() bool + func (o *GetPaymentMethodByKeyNotFound) IsCode(code int) bool + func (o *GetPaymentMethodByKeyNotFound) IsRedirect() bool + func (o *GetPaymentMethodByKeyNotFound) IsServerError() bool + func (o *GetPaymentMethodByKeyNotFound) IsSuccess() bool + func (o *GetPaymentMethodByKeyNotFound) String() string + type GetPaymentMethodByKeyOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.PaymentMethod + func NewGetPaymentMethodByKeyOK() *GetPaymentMethodByKeyOK + func (o *GetPaymentMethodByKeyOK) Code() int + func (o *GetPaymentMethodByKeyOK) Error() string + func (o *GetPaymentMethodByKeyOK) GetPayload() *kbmodel.PaymentMethod + func (o *GetPaymentMethodByKeyOK) IsClientError() bool + func (o *GetPaymentMethodByKeyOK) IsCode(code int) bool + func (o *GetPaymentMethodByKeyOK) IsRedirect() bool + func (o *GetPaymentMethodByKeyOK) IsServerError() bool + func (o *GetPaymentMethodByKeyOK) IsSuccess() bool + func (o *GetPaymentMethodByKeyOK) String() string + type GetPaymentMethodByKeyParams struct + Audit *string + Context context.Context + ExternalKey string + HTTPClient *http.Client + IncludedDeleted *bool + PluginProperty []string + ProcessLocationHeader bool + WithPluginInfo *bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *GetPaymentMethodCustomFieldsBadRequest) Error() string + func (o *GetPaymentMethodCustomFieldsBadRequest) IsClientError() bool + func (o *GetPaymentMethodCustomFieldsBadRequest) IsCode(code int) bool + func (o *GetPaymentMethodCustomFieldsBadRequest) IsRedirect() bool + func (o *GetPaymentMethodCustomFieldsBadRequest) IsServerError() bool + func (o *GetPaymentMethodCustomFieldsBadRequest) IsSuccess() bool + func (o *GetPaymentMethodCustomFieldsBadRequest) String() string + type GetPaymentMethodCustomFieldsOK struct + HttpResponse runtime.ClientResponse + Payload []*kbmodel.CustomField + func NewGetPaymentMethodCustomFieldsOK() *GetPaymentMethodCustomFieldsOK + func (o *GetPaymentMethodCustomFieldsOK) Code() int + func (o *GetPaymentMethodCustomFieldsOK) Error() string + func (o *GetPaymentMethodCustomFieldsOK) GetPayload() []*kbmodel.CustomField + func (o *GetPaymentMethodCustomFieldsOK) IsClientError() bool + func (o *GetPaymentMethodCustomFieldsOK) IsCode(code int) bool + func (o *GetPaymentMethodCustomFieldsOK) IsRedirect() bool + func (o *GetPaymentMethodCustomFieldsOK) IsServerError() bool + func (o *GetPaymentMethodCustomFieldsOK) IsSuccess() bool + func (o *GetPaymentMethodCustomFieldsOK) String() string + type GetPaymentMethodCustomFieldsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *GetPaymentMethodNotFound) Error() string + func (o *GetPaymentMethodNotFound) IsClientError() bool + func (o *GetPaymentMethodNotFound) IsCode(code int) bool + func (o *GetPaymentMethodNotFound) IsRedirect() bool + func (o *GetPaymentMethodNotFound) IsServerError() bool + func (o *GetPaymentMethodNotFound) IsSuccess() bool + func (o *GetPaymentMethodNotFound) String() string + type GetPaymentMethodOK struct + HttpResponse runtime.ClientResponse + Payload *kbmodel.PaymentMethod + func NewGetPaymentMethodOK() *GetPaymentMethodOK + func (o *GetPaymentMethodOK) Code() int + func (o *GetPaymentMethodOK) Error() string + func (o *GetPaymentMethodOK) GetPayload() *kbmodel.PaymentMethod + func (o *GetPaymentMethodOK) IsClientError() bool + func (o *GetPaymentMethodOK) IsCode(code int) bool + func (o *GetPaymentMethodOK) IsRedirect() bool + func (o *GetPaymentMethodOK) IsServerError() bool + func (o *GetPaymentMethodOK) IsSuccess() bool + func (o *GetPaymentMethodOK) String() string + type GetPaymentMethodParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + IncludedDeleted *bool + PaymentMethodID strfmt.UUID + PluginProperty []string + ProcessLocationHeader bool + WithPluginInfo *bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *GetPaymentMethodsOK) Error() string + func (o *GetPaymentMethodsOK) GetPayload() []*kbmodel.PaymentMethod + func (o *GetPaymentMethodsOK) IsClientError() bool + func (o *GetPaymentMethodsOK) IsCode(code int) bool + func (o *GetPaymentMethodsOK) IsRedirect() bool + func (o *GetPaymentMethodsOK) IsServerError() bool + func (o *GetPaymentMethodsOK) IsSuccess() bool + func (o *GetPaymentMethodsOK) String() string + type GetPaymentMethodsParams struct + Audit *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + PluginName *string + PluginProperty []string + ProcessLocationHeader bool + WithPluginInfo *bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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 KillbillDefaults interface + KillbillWithProfilingInfo func() *string + KillbillWithStackTrace func() *bool + XKillbillComment func() *string + XKillbillCreatedBy func() *string + XKillbillReason func() *string + type ModifyPaymentMethodCustomFieldsBadRequest struct + HttpResponse runtime.ClientResponse + func NewModifyPaymentMethodCustomFieldsBadRequest() *ModifyPaymentMethodCustomFieldsBadRequest + func (o *ModifyPaymentMethodCustomFieldsBadRequest) Code() int + func (o *ModifyPaymentMethodCustomFieldsBadRequest) Error() string + func (o *ModifyPaymentMethodCustomFieldsBadRequest) IsClientError() bool + func (o *ModifyPaymentMethodCustomFieldsBadRequest) IsCode(code int) bool + func (o *ModifyPaymentMethodCustomFieldsBadRequest) IsRedirect() bool + func (o *ModifyPaymentMethodCustomFieldsBadRequest) IsServerError() bool + func (o *ModifyPaymentMethodCustomFieldsBadRequest) IsSuccess() bool + func (o *ModifyPaymentMethodCustomFieldsBadRequest) String() string + type ModifyPaymentMethodCustomFieldsNoContent struct + HttpResponse runtime.ClientResponse + func NewModifyPaymentMethodCustomFieldsNoContent() *ModifyPaymentMethodCustomFieldsNoContent + func (o *ModifyPaymentMethodCustomFieldsNoContent) Code() int + func (o *ModifyPaymentMethodCustomFieldsNoContent) Error() string + func (o *ModifyPaymentMethodCustomFieldsNoContent) IsClientError() bool + func (o *ModifyPaymentMethodCustomFieldsNoContent) IsCode(code int) bool + func (o *ModifyPaymentMethodCustomFieldsNoContent) IsRedirect() bool + func (o *ModifyPaymentMethodCustomFieldsNoContent) IsServerError() bool + func (o *ModifyPaymentMethodCustomFieldsNoContent) IsSuccess() bool + func (o *ModifyPaymentMethodCustomFieldsNoContent) String() string + type ModifyPaymentMethodCustomFieldsParams struct + Body []*kbmodel.CustomField + Context context.Context + HTTPClient *http.Client + PaymentMethodID strfmt.UUID + ProcessLocationHeader bool + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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) Code() int + func (o *SearchPaymentMethodsOK) Error() string + func (o *SearchPaymentMethodsOK) GetPayload() []*kbmodel.PaymentMethod + func (o *SearchPaymentMethodsOK) IsClientError() bool + func (o *SearchPaymentMethodsOK) IsCode(code int) bool + func (o *SearchPaymentMethodsOK) IsRedirect() bool + func (o *SearchPaymentMethodsOK) IsServerError() bool + func (o *SearchPaymentMethodsOK) IsSuccess() bool + func (o *SearchPaymentMethodsOK) String() 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 + WithProfilingInfo *string + 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) SetDefaults() + 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) WithDefaults() *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 github.com/killbill/kbcli/v2