payment_gateway

package
v3.0.1-draft Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildComboFormDescriptorBadRequest

type BuildComboFormDescriptorBadRequest struct {
}
BuildComboFormDescriptorBadRequest describes a response with status code 400, with default header values.

Invalid data for Account or PaymentMethod

func NewBuildComboFormDescriptorBadRequest

func NewBuildComboFormDescriptorBadRequest() *BuildComboFormDescriptorBadRequest

NewBuildComboFormDescriptorBadRequest creates a BuildComboFormDescriptorBadRequest with default headers values

func (*BuildComboFormDescriptorBadRequest) Error

type BuildComboFormDescriptorOK

type BuildComboFormDescriptorOK struct {
	Payload *kbmodel.HostedPaymentPageFormDescriptor
}
BuildComboFormDescriptorOK describes a response with status code 200, with default header values.

successful operation

func NewBuildComboFormDescriptorOK

func NewBuildComboFormDescriptorOK() *BuildComboFormDescriptorOK

NewBuildComboFormDescriptorOK creates a BuildComboFormDescriptorOK with default headers values

func (*BuildComboFormDescriptorOK) Error

func (*BuildComboFormDescriptorOK) GetPayload

type BuildComboFormDescriptorParams

type BuildComboFormDescriptorParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body *kbmodel.ComboHostedPaymentPage

	// ControlPluginName.
	ControlPluginName []string

	// PluginProperty.
	PluginProperty []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BuildComboFormDescriptorParams contains all the parameters to send to the API endpoint

for the build combo form descriptor operation.

Typically these are written to a http.Request.

func NewBuildComboFormDescriptorParams

func NewBuildComboFormDescriptorParams() *BuildComboFormDescriptorParams

NewBuildComboFormDescriptorParams creates a new BuildComboFormDescriptorParams 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 NewBuildComboFormDescriptorParamsWithContext

func NewBuildComboFormDescriptorParamsWithContext(ctx context.Context) *BuildComboFormDescriptorParams

NewBuildComboFormDescriptorParamsWithContext creates a new BuildComboFormDescriptorParams object with the ability to set a context for a request.

func NewBuildComboFormDescriptorParamsWithHTTPClient

func NewBuildComboFormDescriptorParamsWithHTTPClient(client *http.Client) *BuildComboFormDescriptorParams

NewBuildComboFormDescriptorParamsWithHTTPClient creates a new BuildComboFormDescriptorParams object with the ability to set a custom HTTPClient for a request.

func NewBuildComboFormDescriptorParamsWithTimeout

func NewBuildComboFormDescriptorParamsWithTimeout(timeout time.Duration) *BuildComboFormDescriptorParams

NewBuildComboFormDescriptorParamsWithTimeout creates a new BuildComboFormDescriptorParams object with the ability to set a timeout on a request.

func (*BuildComboFormDescriptorParams) SetBody

SetBody adds the body to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetContext

func (o *BuildComboFormDescriptorParams) SetContext(ctx context.Context)

SetContext adds the context to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetControlPluginName

func (o *BuildComboFormDescriptorParams) SetControlPluginName(controlPluginName []string)

SetControlPluginName adds the controlPluginName to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetDefaults

func (o *BuildComboFormDescriptorParams) SetDefaults()

SetDefaults hydrates default values in the build combo form descriptor params (not the query body).

All values with no default are reset to their zero value.

func (*BuildComboFormDescriptorParams) SetHTTPClient

func (o *BuildComboFormDescriptorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetPluginProperty

func (o *BuildComboFormDescriptorParams) SetPluginProperty(pluginProperty []string)

SetPluginProperty adds the pluginProperty to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetTimeout

func (o *BuildComboFormDescriptorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetXKillbillComment

func (o *BuildComboFormDescriptorParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetXKillbillCreatedBy

func (o *BuildComboFormDescriptorParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) SetXKillbillReason

func (o *BuildComboFormDescriptorParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithBody

WithBody adds the body to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithContext

WithContext adds the context to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithControlPluginName

func (o *BuildComboFormDescriptorParams) WithControlPluginName(controlPluginName []string) *BuildComboFormDescriptorParams

WithControlPluginName adds the controlPluginName to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithDefaults

WithDefaults hydrates default values in the build combo form descriptor params (not the query body).

All values with no default are reset to their zero value.

func (*BuildComboFormDescriptorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithPluginProperty

func (o *BuildComboFormDescriptorParams) WithPluginProperty(pluginProperty []string) *BuildComboFormDescriptorParams

WithPluginProperty adds the pluginProperty to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithTimeout

WithTimeout adds the timeout to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithXKillbillComment

func (o *BuildComboFormDescriptorParams) WithXKillbillComment(xKillbillComment *string) *BuildComboFormDescriptorParams

WithXKillbillComment adds the xKillbillComment to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithXKillbillCreatedBy

func (o *BuildComboFormDescriptorParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *BuildComboFormDescriptorParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WithXKillbillReason

func (o *BuildComboFormDescriptorParams) WithXKillbillReason(xKillbillReason *string) *BuildComboFormDescriptorParams

WithXKillbillReason adds the xKillbillReason to the build combo form descriptor params

func (*BuildComboFormDescriptorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BuildComboFormDescriptorReader

type BuildComboFormDescriptorReader struct {
	// contains filtered or unexported fields
}

BuildComboFormDescriptorReader is a Reader for the BuildComboFormDescriptor structure.

func (*BuildComboFormDescriptorReader) ReadResponse

func (o *BuildComboFormDescriptorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type BuildFormDescriptorNotFound

type BuildFormDescriptorNotFound struct {
}
BuildFormDescriptorNotFound describes a response with status code 404, with default header values.

Account not found

func NewBuildFormDescriptorNotFound

func NewBuildFormDescriptorNotFound() *BuildFormDescriptorNotFound

NewBuildFormDescriptorNotFound creates a BuildFormDescriptorNotFound with default headers values

func (*BuildFormDescriptorNotFound) Error

type BuildFormDescriptorOK

type BuildFormDescriptorOK struct {
	Payload *kbmodel.HostedPaymentPageFormDescriptor
}
BuildFormDescriptorOK describes a response with status code 200, with default header values.

successful operation

func NewBuildFormDescriptorOK

func NewBuildFormDescriptorOK() *BuildFormDescriptorOK

NewBuildFormDescriptorOK creates a BuildFormDescriptorOK with default headers values

func (*BuildFormDescriptorOK) Error

func (o *BuildFormDescriptorOK) Error() string

func (*BuildFormDescriptorOK) GetPayload

type BuildFormDescriptorParams

type BuildFormDescriptorParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// AccountID.
	//
	// Format: uuid
	AccountID strfmt.UUID

	// Body.
	Body *kbmodel.HostedPaymentPageFields

	// ControlPluginName.
	ControlPluginName []string

	// PaymentMethodID.
	//
	// Format: uuid
	PaymentMethodID *strfmt.UUID

	// PluginProperty.
	PluginProperty []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BuildFormDescriptorParams contains all the parameters to send to the API endpoint

for the build form descriptor operation.

Typically these are written to a http.Request.

func NewBuildFormDescriptorParams

func NewBuildFormDescriptorParams() *BuildFormDescriptorParams

NewBuildFormDescriptorParams creates a new BuildFormDescriptorParams 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 NewBuildFormDescriptorParamsWithContext

func NewBuildFormDescriptorParamsWithContext(ctx context.Context) *BuildFormDescriptorParams

NewBuildFormDescriptorParamsWithContext creates a new BuildFormDescriptorParams object with the ability to set a context for a request.

func NewBuildFormDescriptorParamsWithHTTPClient

func NewBuildFormDescriptorParamsWithHTTPClient(client *http.Client) *BuildFormDescriptorParams

NewBuildFormDescriptorParamsWithHTTPClient creates a new BuildFormDescriptorParams object with the ability to set a custom HTTPClient for a request.

func NewBuildFormDescriptorParamsWithTimeout

func NewBuildFormDescriptorParamsWithTimeout(timeout time.Duration) *BuildFormDescriptorParams

NewBuildFormDescriptorParamsWithTimeout creates a new BuildFormDescriptorParams object with the ability to set a timeout on a request.

func (*BuildFormDescriptorParams) SetAccountID

func (o *BuildFormDescriptorParams) SetAccountID(accountID strfmt.UUID)

SetAccountID adds the accountId to the build form descriptor params

func (*BuildFormDescriptorParams) SetBody

SetBody adds the body to the build form descriptor params

func (*BuildFormDescriptorParams) SetContext

func (o *BuildFormDescriptorParams) SetContext(ctx context.Context)

SetContext adds the context to the build form descriptor params

func (*BuildFormDescriptorParams) SetControlPluginName

func (o *BuildFormDescriptorParams) SetControlPluginName(controlPluginName []string)

SetControlPluginName adds the controlPluginName to the build form descriptor params

func (*BuildFormDescriptorParams) SetDefaults

func (o *BuildFormDescriptorParams) SetDefaults()

SetDefaults hydrates default values in the build form descriptor params (not the query body).

All values with no default are reset to their zero value.

func (*BuildFormDescriptorParams) SetHTTPClient

func (o *BuildFormDescriptorParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the build form descriptor params

func (*BuildFormDescriptorParams) SetPaymentMethodID

func (o *BuildFormDescriptorParams) SetPaymentMethodID(paymentMethodID *strfmt.UUID)

SetPaymentMethodID adds the paymentMethodId to the build form descriptor params

func (*BuildFormDescriptorParams) SetPluginProperty

func (o *BuildFormDescriptorParams) SetPluginProperty(pluginProperty []string)

SetPluginProperty adds the pluginProperty to the build form descriptor params

func (*BuildFormDescriptorParams) SetTimeout

func (o *BuildFormDescriptorParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the build form descriptor params

func (*BuildFormDescriptorParams) SetXKillbillComment

func (o *BuildFormDescriptorParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the build form descriptor params

func (*BuildFormDescriptorParams) SetXKillbillCreatedBy

func (o *BuildFormDescriptorParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the build form descriptor params

func (*BuildFormDescriptorParams) SetXKillbillReason

func (o *BuildFormDescriptorParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the build form descriptor params

func (*BuildFormDescriptorParams) WithAccountID

func (o *BuildFormDescriptorParams) WithAccountID(accountID strfmt.UUID) *BuildFormDescriptorParams

WithAccountID adds the accountID to the build form descriptor params

func (*BuildFormDescriptorParams) WithBody

WithBody adds the body to the build form descriptor params

func (*BuildFormDescriptorParams) WithContext

WithContext adds the context to the build form descriptor params

func (*BuildFormDescriptorParams) WithControlPluginName

func (o *BuildFormDescriptorParams) WithControlPluginName(controlPluginName []string) *BuildFormDescriptorParams

WithControlPluginName adds the controlPluginName to the build form descriptor params

func (*BuildFormDescriptorParams) WithDefaults

WithDefaults hydrates default values in the build form descriptor params (not the query body).

All values with no default are reset to their zero value.

func (*BuildFormDescriptorParams) WithHTTPClient

func (o *BuildFormDescriptorParams) WithHTTPClient(client *http.Client) *BuildFormDescriptorParams

WithHTTPClient adds the HTTPClient to the build form descriptor params

func (*BuildFormDescriptorParams) WithPaymentMethodID

func (o *BuildFormDescriptorParams) WithPaymentMethodID(paymentMethodID *strfmt.UUID) *BuildFormDescriptorParams

WithPaymentMethodID adds the paymentMethodID to the build form descriptor params

func (*BuildFormDescriptorParams) WithPluginProperty

func (o *BuildFormDescriptorParams) WithPluginProperty(pluginProperty []string) *BuildFormDescriptorParams

WithPluginProperty adds the pluginProperty to the build form descriptor params

func (*BuildFormDescriptorParams) WithTimeout

WithTimeout adds the timeout to the build form descriptor params

func (*BuildFormDescriptorParams) WithXKillbillComment

func (o *BuildFormDescriptorParams) WithXKillbillComment(xKillbillComment *string) *BuildFormDescriptorParams

WithXKillbillComment adds the xKillbillComment to the build form descriptor params

func (*BuildFormDescriptorParams) WithXKillbillCreatedBy

func (o *BuildFormDescriptorParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *BuildFormDescriptorParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the build form descriptor params

func (*BuildFormDescriptorParams) WithXKillbillReason

func (o *BuildFormDescriptorParams) WithXKillbillReason(xKillbillReason *string) *BuildFormDescriptorParams

WithXKillbillReason adds the xKillbillReason to the build form descriptor params

func (*BuildFormDescriptorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type BuildFormDescriptorReader

type BuildFormDescriptorReader struct {
	// contains filtered or unexported fields
}

BuildFormDescriptorReader is a Reader for the BuildFormDescriptor structure.

func (*BuildFormDescriptorReader) ReadResponse

func (o *BuildFormDescriptorReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for payment gateway API

func (*Client) BuildComboFormDescriptor

func (a *Client) BuildComboFormDescriptor(params *BuildComboFormDescriptorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildComboFormDescriptorOK, error)

BuildComboFormDescriptor combos API to generate form data to redirect the customer to the gateway

func (*Client) BuildFormDescriptor

func (a *Client) BuildFormDescriptor(params *BuildFormDescriptorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildFormDescriptorOK, error)

BuildFormDescriptor generates form data to redirect the customer to the gateway

func (*Client) ProcessNotification

func (a *Client) ProcessNotification(params *ProcessNotificationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProcessNotificationOK, error)

ProcessNotification processes a gateway notification

The response is built by the appropriate plugin

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 {
	BuildComboFormDescriptor(params *BuildComboFormDescriptorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildComboFormDescriptorOK, error)

	BuildFormDescriptor(params *BuildFormDescriptorParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BuildFormDescriptorOK, error)

	ProcessNotification(params *ProcessNotificationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ProcessNotificationOK, 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 gateway API client.

type ProcessNotificationOK

type ProcessNotificationOK struct {
}
ProcessNotificationOK describes a response with status code 200, with default header values.

Successful

func NewProcessNotificationOK

func NewProcessNotificationOK() *ProcessNotificationOK

NewProcessNotificationOK creates a ProcessNotificationOK with default headers values

func (*ProcessNotificationOK) Error

func (o *ProcessNotificationOK) Error() string

type ProcessNotificationParams

type ProcessNotificationParams struct {

	// XKillbillComment.
	XKillbillComment *string

	// XKillbillCreatedBy.
	XKillbillCreatedBy string

	// XKillbillReason.
	XKillbillReason *string

	// Body.
	Body string

	// ControlPluginName.
	ControlPluginName []string

	// PluginName.
	PluginName string

	// PluginProperty.
	PluginProperty []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ProcessNotificationParams contains all the parameters to send to the API endpoint

for the process notification operation.

Typically these are written to a http.Request.

func NewProcessNotificationParams

func NewProcessNotificationParams() *ProcessNotificationParams

NewProcessNotificationParams creates a new ProcessNotificationParams 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 NewProcessNotificationParamsWithContext

func NewProcessNotificationParamsWithContext(ctx context.Context) *ProcessNotificationParams

NewProcessNotificationParamsWithContext creates a new ProcessNotificationParams object with the ability to set a context for a request.

func NewProcessNotificationParamsWithHTTPClient

func NewProcessNotificationParamsWithHTTPClient(client *http.Client) *ProcessNotificationParams

NewProcessNotificationParamsWithHTTPClient creates a new ProcessNotificationParams object with the ability to set a custom HTTPClient for a request.

func NewProcessNotificationParamsWithTimeout

func NewProcessNotificationParamsWithTimeout(timeout time.Duration) *ProcessNotificationParams

NewProcessNotificationParamsWithTimeout creates a new ProcessNotificationParams object with the ability to set a timeout on a request.

func (*ProcessNotificationParams) SetBody

func (o *ProcessNotificationParams) SetBody(body string)

SetBody adds the body to the process notification params

func (*ProcessNotificationParams) SetContext

func (o *ProcessNotificationParams) SetContext(ctx context.Context)

SetContext adds the context to the process notification params

func (*ProcessNotificationParams) SetControlPluginName

func (o *ProcessNotificationParams) SetControlPluginName(controlPluginName []string)

SetControlPluginName adds the controlPluginName to the process notification params

func (*ProcessNotificationParams) SetDefaults

func (o *ProcessNotificationParams) SetDefaults()

SetDefaults hydrates default values in the process notification params (not the query body).

All values with no default are reset to their zero value.

func (*ProcessNotificationParams) SetHTTPClient

func (o *ProcessNotificationParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the process notification params

func (*ProcessNotificationParams) SetPluginName

func (o *ProcessNotificationParams) SetPluginName(pluginName string)

SetPluginName adds the pluginName to the process notification params

func (*ProcessNotificationParams) SetPluginProperty

func (o *ProcessNotificationParams) SetPluginProperty(pluginProperty []string)

SetPluginProperty adds the pluginProperty to the process notification params

func (*ProcessNotificationParams) SetTimeout

func (o *ProcessNotificationParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the process notification params

func (*ProcessNotificationParams) SetXKillbillComment

func (o *ProcessNotificationParams) SetXKillbillComment(xKillbillComment *string)

SetXKillbillComment adds the xKillbillComment to the process notification params

func (*ProcessNotificationParams) SetXKillbillCreatedBy

func (o *ProcessNotificationParams) SetXKillbillCreatedBy(xKillbillCreatedBy string)

SetXKillbillCreatedBy adds the xKillbillCreatedBy to the process notification params

func (*ProcessNotificationParams) SetXKillbillReason

func (o *ProcessNotificationParams) SetXKillbillReason(xKillbillReason *string)

SetXKillbillReason adds the xKillbillReason to the process notification params

func (*ProcessNotificationParams) WithBody

WithBody adds the body to the process notification params

func (*ProcessNotificationParams) WithContext

WithContext adds the context to the process notification params

func (*ProcessNotificationParams) WithControlPluginName

func (o *ProcessNotificationParams) WithControlPluginName(controlPluginName []string) *ProcessNotificationParams

WithControlPluginName adds the controlPluginName to the process notification params

func (*ProcessNotificationParams) WithDefaults

WithDefaults hydrates default values in the process notification params (not the query body).

All values with no default are reset to their zero value.

func (*ProcessNotificationParams) WithHTTPClient

func (o *ProcessNotificationParams) WithHTTPClient(client *http.Client) *ProcessNotificationParams

WithHTTPClient adds the HTTPClient to the process notification params

func (*ProcessNotificationParams) WithPluginName

func (o *ProcessNotificationParams) WithPluginName(pluginName string) *ProcessNotificationParams

WithPluginName adds the pluginName to the process notification params

func (*ProcessNotificationParams) WithPluginProperty

func (o *ProcessNotificationParams) WithPluginProperty(pluginProperty []string) *ProcessNotificationParams

WithPluginProperty adds the pluginProperty to the process notification params

func (*ProcessNotificationParams) WithTimeout

WithTimeout adds the timeout to the process notification params

func (*ProcessNotificationParams) WithXKillbillComment

func (o *ProcessNotificationParams) WithXKillbillComment(xKillbillComment *string) *ProcessNotificationParams

WithXKillbillComment adds the xKillbillComment to the process notification params

func (*ProcessNotificationParams) WithXKillbillCreatedBy

func (o *ProcessNotificationParams) WithXKillbillCreatedBy(xKillbillCreatedBy string) *ProcessNotificationParams

WithXKillbillCreatedBy adds the xKillbillCreatedBy to the process notification params

func (*ProcessNotificationParams) WithXKillbillReason

func (o *ProcessNotificationParams) WithXKillbillReason(xKillbillReason *string) *ProcessNotificationParams

WithXKillbillReason adds the xKillbillReason to the process notification params

func (*ProcessNotificationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProcessNotificationReader

type ProcessNotificationReader struct {
	// contains filtered or unexported fields
}

ProcessNotificationReader is a Reader for the ProcessNotification structure.

func (*ProcessNotificationReader) ReadResponse

func (o *ProcessNotificationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL