alie

package
v0.0.0-...-b714850 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2018 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 AddAssetOK

type AddAssetOK struct {
	Payload models.V1AddAssetResponse
}

AddAssetOK handles this case with default header values.

AddAssetOK add asset o k

func NewAddAssetOK

func NewAddAssetOK() *AddAssetOK

NewAddAssetOK creates a AddAssetOK with default headers values

func (*AddAssetOK) Error

func (o *AddAssetOK) Error() string

type AddAssetParams

type AddAssetParams struct {

	/*Body*/
	Body *models.V1AddAssetRequest
	/*StatementID*/
	StatementID string

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

AddAssetParams contains all the parameters to send to the API endpoint for the add asset operation typically these are written to a http.Request

func NewAddAssetParams

func NewAddAssetParams() *AddAssetParams

NewAddAssetParams creates a new AddAssetParams object with the default values initialized.

func NewAddAssetParamsWithContext

func NewAddAssetParamsWithContext(ctx context.Context) *AddAssetParams

NewAddAssetParamsWithContext creates a new AddAssetParams object with the default values initialized, and the ability to set a context for a request

func NewAddAssetParamsWithHTTPClient

func NewAddAssetParamsWithHTTPClient(client *http.Client) *AddAssetParams

NewAddAssetParamsWithHTTPClient creates a new AddAssetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddAssetParamsWithTimeout

func NewAddAssetParamsWithTimeout(timeout time.Duration) *AddAssetParams

NewAddAssetParamsWithTimeout creates a new AddAssetParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddAssetParams) SetBody

func (o *AddAssetParams) SetBody(body *models.V1AddAssetRequest)

SetBody adds the body to the add asset params

func (*AddAssetParams) SetContext

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

SetContext adds the context to the add asset params

func (*AddAssetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add asset params

func (*AddAssetParams) SetStatementID

func (o *AddAssetParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the add asset params

func (*AddAssetParams) SetTimeout

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

SetTimeout adds the timeout to the add asset params

func (*AddAssetParams) WithBody

WithBody adds the body to the add asset params

func (*AddAssetParams) WithContext

func (o *AddAssetParams) WithContext(ctx context.Context) *AddAssetParams

WithContext adds the context to the add asset params

func (*AddAssetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add asset params

func (*AddAssetParams) WithStatementID

func (o *AddAssetParams) WithStatementID(statementID string) *AddAssetParams

WithStatementID adds the statementID to the add asset params

func (*AddAssetParams) WithTimeout

func (o *AddAssetParams) WithTimeout(timeout time.Duration) *AddAssetParams

WithTimeout adds the timeout to the add asset params

func (*AddAssetParams) WriteToRequest

func (o *AddAssetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddAssetReader

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

AddAssetReader is a Reader for the AddAsset structure.

func (*AddAssetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddLiabilityOK

type AddLiabilityOK struct {
	Payload models.V1AddLiabilityResponse
}

AddLiabilityOK handles this case with default header values.

AddLiabilityOK add liability o k

func NewAddLiabilityOK

func NewAddLiabilityOK() *AddLiabilityOK

NewAddLiabilityOK creates a AddLiabilityOK with default headers values

func (*AddLiabilityOK) Error

func (o *AddLiabilityOK) Error() string

type AddLiabilityParams

type AddLiabilityParams struct {

	/*Body*/
	Body *models.V1AddLiabilityRequest
	/*StatementID*/
	StatementID string

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

AddLiabilityParams contains all the parameters to send to the API endpoint for the add liability operation typically these are written to a http.Request

func NewAddLiabilityParams

func NewAddLiabilityParams() *AddLiabilityParams

NewAddLiabilityParams creates a new AddLiabilityParams object with the default values initialized.

func NewAddLiabilityParamsWithContext

func NewAddLiabilityParamsWithContext(ctx context.Context) *AddLiabilityParams

NewAddLiabilityParamsWithContext creates a new AddLiabilityParams object with the default values initialized, and the ability to set a context for a request

func NewAddLiabilityParamsWithHTTPClient

func NewAddLiabilityParamsWithHTTPClient(client *http.Client) *AddLiabilityParams

NewAddLiabilityParamsWithHTTPClient creates a new AddLiabilityParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddLiabilityParamsWithTimeout

func NewAddLiabilityParamsWithTimeout(timeout time.Duration) *AddLiabilityParams

NewAddLiabilityParamsWithTimeout creates a new AddLiabilityParams object with the default values initialized, and the ability to set a timeout on a request

func (*AddLiabilityParams) SetBody

SetBody adds the body to the add liability params

func (*AddLiabilityParams) SetContext

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

SetContext adds the context to the add liability params

func (*AddLiabilityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add liability params

func (*AddLiabilityParams) SetStatementID

func (o *AddLiabilityParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the add liability params

func (*AddLiabilityParams) SetTimeout

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

SetTimeout adds the timeout to the add liability params

func (*AddLiabilityParams) WithBody

WithBody adds the body to the add liability params

func (*AddLiabilityParams) WithContext

WithContext adds the context to the add liability params

func (*AddLiabilityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add liability params

func (*AddLiabilityParams) WithStatementID

func (o *AddLiabilityParams) WithStatementID(statementID string) *AddLiabilityParams

WithStatementID adds the statementID to the add liability params

func (*AddLiabilityParams) WithTimeout

func (o *AddLiabilityParams) WithTimeout(timeout time.Duration) *AddLiabilityParams

WithTimeout adds the timeout to the add liability params

func (*AddLiabilityParams) WriteToRequest

func (o *AddLiabilityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddLiabilityReader

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

AddLiabilityReader is a Reader for the AddLiability structure.

func (*AddLiabilityReader) ReadResponse

func (o *AddLiabilityReader) 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 alie API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new alie API client.

func (*Client) AddAsset

func (a *Client) AddAsset(params *AddAssetParams, authInfo runtime.ClientAuthInfoWriter) (*AddAssetOK, error)

AddAsset add asset API

func (*Client) AddLiability

func (a *Client) AddLiability(params *AddLiabilityParams, authInfo runtime.ClientAuthInfoWriter) (*AddLiabilityOK, error)

AddLiability add liability API

func (*Client) CreateStatement

func (a *Client) CreateStatement(params *CreateStatementParams, authInfo runtime.ClientAuthInfoWriter) (*CreateStatementOK, error)

CreateStatement create statement API

func (*Client) FinaliseStatement

func (a *Client) FinaliseStatement(params *FinaliseStatementParams, authInfo runtime.ClientAuthInfoWriter) (*FinaliseStatementOK, error)

FinaliseStatement finalise statement API

func (*Client) FindStatement

func (a *Client) FindStatement(params *FindStatementParams, authInfo runtime.ClientAuthInfoWriter) (*FindStatementOK, error)

FindStatement find statement API

func (*Client) QueryStatements

func (a *Client) QueryStatements(params *QueryStatementsParams, authInfo runtime.ClientAuthInfoWriter) (*QueryStatementsOK, error)

QueryStatements query statements API

func (*Client) RemoveAsset

func (a *Client) RemoveAsset(params *RemoveAssetParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveAssetOK, error)

RemoveAsset remove asset API

func (*Client) RemoveLiability

func (a *Client) RemoveLiability(params *RemoveLiabilityParams, authInfo runtime.ClientAuthInfoWriter) (*RemoveLiabilityOK, error)

RemoveLiability remove liability API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) UpdateRegularPayments

func (a *Client) UpdateRegularPayments(params *UpdateRegularPaymentsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateRegularPaymentsOK, error)

UpdateRegularPayments update regular payments API

type CreateStatementOK

type CreateStatementOK struct {
	Payload models.V1CreateStatementResponse
}

CreateStatementOK handles this case with default header values.

CreateStatementOK create statement o k

func NewCreateStatementOK

func NewCreateStatementOK() *CreateStatementOK

NewCreateStatementOK creates a CreateStatementOK with default headers values

func (*CreateStatementOK) Error

func (o *CreateStatementOK) Error() string

type CreateStatementParams

type CreateStatementParams struct {

	/*Body*/
	Body *models.V1CreateStatementRequest

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

CreateStatementParams contains all the parameters to send to the API endpoint for the create statement operation typically these are written to a http.Request

func NewCreateStatementParams

func NewCreateStatementParams() *CreateStatementParams

NewCreateStatementParams creates a new CreateStatementParams object with the default values initialized.

func NewCreateStatementParamsWithContext

func NewCreateStatementParamsWithContext(ctx context.Context) *CreateStatementParams

NewCreateStatementParamsWithContext creates a new CreateStatementParams object with the default values initialized, and the ability to set a context for a request

func NewCreateStatementParamsWithHTTPClient

func NewCreateStatementParamsWithHTTPClient(client *http.Client) *CreateStatementParams

NewCreateStatementParamsWithHTTPClient creates a new CreateStatementParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateStatementParamsWithTimeout

func NewCreateStatementParamsWithTimeout(timeout time.Duration) *CreateStatementParams

NewCreateStatementParamsWithTimeout creates a new CreateStatementParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateStatementParams) SetBody

SetBody adds the body to the create statement params

func (*CreateStatementParams) SetContext

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

SetContext adds the context to the create statement params

func (*CreateStatementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create statement params

func (*CreateStatementParams) SetTimeout

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

SetTimeout adds the timeout to the create statement params

func (*CreateStatementParams) WithBody

WithBody adds the body to the create statement params

func (*CreateStatementParams) WithContext

WithContext adds the context to the create statement params

func (*CreateStatementParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create statement params

func (*CreateStatementParams) WithTimeout

func (o *CreateStatementParams) WithTimeout(timeout time.Duration) *CreateStatementParams

WithTimeout adds the timeout to the create statement params

func (*CreateStatementParams) WriteToRequest

func (o *CreateStatementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateStatementReader

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

CreateStatementReader is a Reader for the CreateStatement structure.

func (*CreateStatementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FinaliseStatementOK

type FinaliseStatementOK struct {
	Payload models.V1FinaliseStatementResponse
}

FinaliseStatementOK handles this case with default header values.

FinaliseStatementOK finalise statement o k

func NewFinaliseStatementOK

func NewFinaliseStatementOK() *FinaliseStatementOK

NewFinaliseStatementOK creates a FinaliseStatementOK with default headers values

func (*FinaliseStatementOK) Error

func (o *FinaliseStatementOK) Error() string

type FinaliseStatementParams

type FinaliseStatementParams struct {

	/*StatementID*/
	StatementID string

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

FinaliseStatementParams contains all the parameters to send to the API endpoint for the finalise statement operation typically these are written to a http.Request

func NewFinaliseStatementParams

func NewFinaliseStatementParams() *FinaliseStatementParams

NewFinaliseStatementParams creates a new FinaliseStatementParams object with the default values initialized.

func NewFinaliseStatementParamsWithContext

func NewFinaliseStatementParamsWithContext(ctx context.Context) *FinaliseStatementParams

NewFinaliseStatementParamsWithContext creates a new FinaliseStatementParams object with the default values initialized, and the ability to set a context for a request

func NewFinaliseStatementParamsWithHTTPClient

func NewFinaliseStatementParamsWithHTTPClient(client *http.Client) *FinaliseStatementParams

NewFinaliseStatementParamsWithHTTPClient creates a new FinaliseStatementParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewFinaliseStatementParamsWithTimeout

func NewFinaliseStatementParamsWithTimeout(timeout time.Duration) *FinaliseStatementParams

NewFinaliseStatementParamsWithTimeout creates a new FinaliseStatementParams object with the default values initialized, and the ability to set a timeout on a request

func (*FinaliseStatementParams) SetContext

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

SetContext adds the context to the finalise statement params

func (*FinaliseStatementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the finalise statement params

func (*FinaliseStatementParams) SetStatementID

func (o *FinaliseStatementParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the finalise statement params

func (*FinaliseStatementParams) SetTimeout

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

SetTimeout adds the timeout to the finalise statement params

func (*FinaliseStatementParams) WithContext

WithContext adds the context to the finalise statement params

func (*FinaliseStatementParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the finalise statement params

func (*FinaliseStatementParams) WithStatementID

func (o *FinaliseStatementParams) WithStatementID(statementID string) *FinaliseStatementParams

WithStatementID adds the statementID to the finalise statement params

func (*FinaliseStatementParams) WithTimeout

WithTimeout adds the timeout to the finalise statement params

func (*FinaliseStatementParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type FinaliseStatementReader

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

FinaliseStatementReader is a Reader for the FinaliseStatement structure.

func (*FinaliseStatementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type FindStatementOK

type FindStatementOK struct {
	Payload *models.V1FindStatementResponse
}

FindStatementOK handles this case with default header values.

FindStatementOK find statement o k

func NewFindStatementOK

func NewFindStatementOK() *FindStatementOK

NewFindStatementOK creates a FindStatementOK with default headers values

func (*FindStatementOK) Error

func (o *FindStatementOK) Error() string

type FindStatementParams

type FindStatementParams struct {

	/*StatementID*/
	StatementID string

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

FindStatementParams contains all the parameters to send to the API endpoint for the find statement operation typically these are written to a http.Request

func NewFindStatementParams

func NewFindStatementParams() *FindStatementParams

NewFindStatementParams creates a new FindStatementParams object with the default values initialized.

func NewFindStatementParamsWithContext

func NewFindStatementParamsWithContext(ctx context.Context) *FindStatementParams

NewFindStatementParamsWithContext creates a new FindStatementParams object with the default values initialized, and the ability to set a context for a request

func NewFindStatementParamsWithHTTPClient

func NewFindStatementParamsWithHTTPClient(client *http.Client) *FindStatementParams

NewFindStatementParamsWithHTTPClient creates a new FindStatementParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewFindStatementParamsWithTimeout

func NewFindStatementParamsWithTimeout(timeout time.Duration) *FindStatementParams

NewFindStatementParamsWithTimeout creates a new FindStatementParams object with the default values initialized, and the ability to set a timeout on a request

func (*FindStatementParams) SetContext

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

SetContext adds the context to the find statement params

func (*FindStatementParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the find statement params

func (*FindStatementParams) SetStatementID

func (o *FindStatementParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the find statement params

func (*FindStatementParams) SetTimeout

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

SetTimeout adds the timeout to the find statement params

func (*FindStatementParams) WithContext

WithContext adds the context to the find statement params

func (*FindStatementParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the find statement params

func (*FindStatementParams) WithStatementID

func (o *FindStatementParams) WithStatementID(statementID string) *FindStatementParams

WithStatementID adds the statementID to the find statement params

func (*FindStatementParams) WithTimeout

func (o *FindStatementParams) WithTimeout(timeout time.Duration) *FindStatementParams

WithTimeout adds the timeout to the find statement params

func (*FindStatementParams) WriteToRequest

func (o *FindStatementParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type FindStatementReader

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

FindStatementReader is a Reader for the FindStatement structure.

func (*FindStatementReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryStatementsOK

type QueryStatementsOK struct {
	Payload *models.V1QueryStatementsResponse
}

QueryStatementsOK handles this case with default header values.

QueryStatementsOK query statements o k

func NewQueryStatementsOK

func NewQueryStatementsOK() *QueryStatementsOK

NewQueryStatementsOK creates a QueryStatementsOK with default headers values

func (*QueryStatementsOK) Error

func (o *QueryStatementsOK) Error() string

type QueryStatementsParams

type QueryStatementsParams struct {

	/*ClientID*/
	ClientID []string

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

QueryStatementsParams contains all the parameters to send to the API endpoint for the query statements operation typically these are written to a http.Request

func NewQueryStatementsParams

func NewQueryStatementsParams() *QueryStatementsParams

NewQueryStatementsParams creates a new QueryStatementsParams object with the default values initialized.

func NewQueryStatementsParamsWithContext

func NewQueryStatementsParamsWithContext(ctx context.Context) *QueryStatementsParams

NewQueryStatementsParamsWithContext creates a new QueryStatementsParams object with the default values initialized, and the ability to set a context for a request

func NewQueryStatementsParamsWithHTTPClient

func NewQueryStatementsParamsWithHTTPClient(client *http.Client) *QueryStatementsParams

NewQueryStatementsParamsWithHTTPClient creates a new QueryStatementsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewQueryStatementsParamsWithTimeout

func NewQueryStatementsParamsWithTimeout(timeout time.Duration) *QueryStatementsParams

NewQueryStatementsParamsWithTimeout creates a new QueryStatementsParams object with the default values initialized, and the ability to set a timeout on a request

func (*QueryStatementsParams) SetClientID

func (o *QueryStatementsParams) SetClientID(clientID []string)

SetClientID adds the clientId to the query statements params

func (*QueryStatementsParams) SetContext

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

SetContext adds the context to the query statements params

func (*QueryStatementsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query statements params

func (*QueryStatementsParams) SetTimeout

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

SetTimeout adds the timeout to the query statements params

func (*QueryStatementsParams) WithClientID

func (o *QueryStatementsParams) WithClientID(clientID []string) *QueryStatementsParams

WithClientID adds the clientID to the query statements params

func (*QueryStatementsParams) WithContext

WithContext adds the context to the query statements params

func (*QueryStatementsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the query statements params

func (*QueryStatementsParams) WithTimeout

func (o *QueryStatementsParams) WithTimeout(timeout time.Duration) *QueryStatementsParams

WithTimeout adds the timeout to the query statements params

func (*QueryStatementsParams) WriteToRequest

func (o *QueryStatementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QueryStatementsReader

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

QueryStatementsReader is a Reader for the QueryStatements structure.

func (*QueryStatementsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveAssetOK

type RemoveAssetOK struct {
	Payload models.ProtobufEmpty
}

RemoveAssetOK handles this case with default header values.

RemoveAssetOK remove asset o k

func NewRemoveAssetOK

func NewRemoveAssetOK() *RemoveAssetOK

NewRemoveAssetOK creates a RemoveAssetOK with default headers values

func (*RemoveAssetOK) Error

func (o *RemoveAssetOK) Error() string

type RemoveAssetParams

type RemoveAssetParams struct {

	/*Identifier*/
	Identifier string
	/*StatementID*/
	StatementID string

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

RemoveAssetParams contains all the parameters to send to the API endpoint for the remove asset operation typically these are written to a http.Request

func NewRemoveAssetParams

func NewRemoveAssetParams() *RemoveAssetParams

NewRemoveAssetParams creates a new RemoveAssetParams object with the default values initialized.

func NewRemoveAssetParamsWithContext

func NewRemoveAssetParamsWithContext(ctx context.Context) *RemoveAssetParams

NewRemoveAssetParamsWithContext creates a new RemoveAssetParams object with the default values initialized, and the ability to set a context for a request

func NewRemoveAssetParamsWithHTTPClient

func NewRemoveAssetParamsWithHTTPClient(client *http.Client) *RemoveAssetParams

NewRemoveAssetParamsWithHTTPClient creates a new RemoveAssetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRemoveAssetParamsWithTimeout

func NewRemoveAssetParamsWithTimeout(timeout time.Duration) *RemoveAssetParams

NewRemoveAssetParamsWithTimeout creates a new RemoveAssetParams object with the default values initialized, and the ability to set a timeout on a request

func (*RemoveAssetParams) SetContext

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

SetContext adds the context to the remove asset params

func (*RemoveAssetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove asset params

func (*RemoveAssetParams) SetIdentifier

func (o *RemoveAssetParams) SetIdentifier(identifier string)

SetIdentifier adds the identifier to the remove asset params

func (*RemoveAssetParams) SetStatementID

func (o *RemoveAssetParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the remove asset params

func (*RemoveAssetParams) SetTimeout

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

SetTimeout adds the timeout to the remove asset params

func (*RemoveAssetParams) WithContext

func (o *RemoveAssetParams) WithContext(ctx context.Context) *RemoveAssetParams

WithContext adds the context to the remove asset params

func (*RemoveAssetParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove asset params

func (*RemoveAssetParams) WithIdentifier

func (o *RemoveAssetParams) WithIdentifier(identifier string) *RemoveAssetParams

WithIdentifier adds the identifier to the remove asset params

func (*RemoveAssetParams) WithStatementID

func (o *RemoveAssetParams) WithStatementID(statementID string) *RemoveAssetParams

WithStatementID adds the statementID to the remove asset params

func (*RemoveAssetParams) WithTimeout

func (o *RemoveAssetParams) WithTimeout(timeout time.Duration) *RemoveAssetParams

WithTimeout adds the timeout to the remove asset params

func (*RemoveAssetParams) WriteToRequest

func (o *RemoveAssetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RemoveAssetReader

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

RemoveAssetReader is a Reader for the RemoveAsset structure.

func (*RemoveAssetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveLiabilityOK

type RemoveLiabilityOK struct {
	Payload models.ProtobufEmpty
}

RemoveLiabilityOK handles this case with default header values.

RemoveLiabilityOK remove liability o k

func NewRemoveLiabilityOK

func NewRemoveLiabilityOK() *RemoveLiabilityOK

NewRemoveLiabilityOK creates a RemoveLiabilityOK with default headers values

func (*RemoveLiabilityOK) Error

func (o *RemoveLiabilityOK) Error() string

type RemoveLiabilityParams

type RemoveLiabilityParams struct {

	/*Identifier*/
	Identifier string
	/*StatementID*/
	StatementID string

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

RemoveLiabilityParams contains all the parameters to send to the API endpoint for the remove liability operation typically these are written to a http.Request

func NewRemoveLiabilityParams

func NewRemoveLiabilityParams() *RemoveLiabilityParams

NewRemoveLiabilityParams creates a new RemoveLiabilityParams object with the default values initialized.

func NewRemoveLiabilityParamsWithContext

func NewRemoveLiabilityParamsWithContext(ctx context.Context) *RemoveLiabilityParams

NewRemoveLiabilityParamsWithContext creates a new RemoveLiabilityParams object with the default values initialized, and the ability to set a context for a request

func NewRemoveLiabilityParamsWithHTTPClient

func NewRemoveLiabilityParamsWithHTTPClient(client *http.Client) *RemoveLiabilityParams

NewRemoveLiabilityParamsWithHTTPClient creates a new RemoveLiabilityParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRemoveLiabilityParamsWithTimeout

func NewRemoveLiabilityParamsWithTimeout(timeout time.Duration) *RemoveLiabilityParams

NewRemoveLiabilityParamsWithTimeout creates a new RemoveLiabilityParams object with the default values initialized, and the ability to set a timeout on a request

func (*RemoveLiabilityParams) SetContext

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

SetContext adds the context to the remove liability params

func (*RemoveLiabilityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove liability params

func (*RemoveLiabilityParams) SetIdentifier

func (o *RemoveLiabilityParams) SetIdentifier(identifier string)

SetIdentifier adds the identifier to the remove liability params

func (*RemoveLiabilityParams) SetStatementID

func (o *RemoveLiabilityParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the remove liability params

func (*RemoveLiabilityParams) SetTimeout

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

SetTimeout adds the timeout to the remove liability params

func (*RemoveLiabilityParams) WithContext

WithContext adds the context to the remove liability params

func (*RemoveLiabilityParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove liability params

func (*RemoveLiabilityParams) WithIdentifier

func (o *RemoveLiabilityParams) WithIdentifier(identifier string) *RemoveLiabilityParams

WithIdentifier adds the identifier to the remove liability params

func (*RemoveLiabilityParams) WithStatementID

func (o *RemoveLiabilityParams) WithStatementID(statementID string) *RemoveLiabilityParams

WithStatementID adds the statementID to the remove liability params

func (*RemoveLiabilityParams) WithTimeout

func (o *RemoveLiabilityParams) WithTimeout(timeout time.Duration) *RemoveLiabilityParams

WithTimeout adds the timeout to the remove liability params

func (*RemoveLiabilityParams) WriteToRequest

func (o *RemoveLiabilityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RemoveLiabilityReader

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

RemoveLiabilityReader is a Reader for the RemoveLiability structure.

func (*RemoveLiabilityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateRegularPaymentsOK

type UpdateRegularPaymentsOK struct {
	Payload models.V1UpdateRegularPaymentsResponse
}

UpdateRegularPaymentsOK handles this case with default header values.

UpdateRegularPaymentsOK update regular payments o k

func NewUpdateRegularPaymentsOK

func NewUpdateRegularPaymentsOK() *UpdateRegularPaymentsOK

NewUpdateRegularPaymentsOK creates a UpdateRegularPaymentsOK with default headers values

func (*UpdateRegularPaymentsOK) Error

func (o *UpdateRegularPaymentsOK) Error() string

type UpdateRegularPaymentsParams

type UpdateRegularPaymentsParams struct {

	/*Body*/
	Body *models.V1UpdateRegularPaymentsRequest
	/*StatementID*/
	StatementID string

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

UpdateRegularPaymentsParams contains all the parameters to send to the API endpoint for the update regular payments operation typically these are written to a http.Request

func NewUpdateRegularPaymentsParams

func NewUpdateRegularPaymentsParams() *UpdateRegularPaymentsParams

NewUpdateRegularPaymentsParams creates a new UpdateRegularPaymentsParams object with the default values initialized.

func NewUpdateRegularPaymentsParamsWithContext

func NewUpdateRegularPaymentsParamsWithContext(ctx context.Context) *UpdateRegularPaymentsParams

NewUpdateRegularPaymentsParamsWithContext creates a new UpdateRegularPaymentsParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateRegularPaymentsParamsWithHTTPClient

func NewUpdateRegularPaymentsParamsWithHTTPClient(client *http.Client) *UpdateRegularPaymentsParams

NewUpdateRegularPaymentsParamsWithHTTPClient creates a new UpdateRegularPaymentsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateRegularPaymentsParamsWithTimeout

func NewUpdateRegularPaymentsParamsWithTimeout(timeout time.Duration) *UpdateRegularPaymentsParams

NewUpdateRegularPaymentsParamsWithTimeout creates a new UpdateRegularPaymentsParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateRegularPaymentsParams) SetBody

SetBody adds the body to the update regular payments params

func (*UpdateRegularPaymentsParams) SetContext

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

SetContext adds the context to the update regular payments params

func (*UpdateRegularPaymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update regular payments params

func (*UpdateRegularPaymentsParams) SetStatementID

func (o *UpdateRegularPaymentsParams) SetStatementID(statementID string)

SetStatementID adds the statementId to the update regular payments params

func (*UpdateRegularPaymentsParams) SetTimeout

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

SetTimeout adds the timeout to the update regular payments params

func (*UpdateRegularPaymentsParams) WithBody

WithBody adds the body to the update regular payments params

func (*UpdateRegularPaymentsParams) WithContext

WithContext adds the context to the update regular payments params

func (*UpdateRegularPaymentsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update regular payments params

func (*UpdateRegularPaymentsParams) WithStatementID

func (o *UpdateRegularPaymentsParams) WithStatementID(statementID string) *UpdateRegularPaymentsParams

WithStatementID adds the statementID to the update regular payments params

func (*UpdateRegularPaymentsParams) WithTimeout

WithTimeout adds the timeout to the update regular payments params

func (*UpdateRegularPaymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateRegularPaymentsReader

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

UpdateRegularPaymentsReader is a Reader for the UpdateRegularPayments structure.

func (*UpdateRegularPaymentsReader) ReadResponse

func (o *UpdateRegularPaymentsReader) 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