Documentation
¶
Index ¶
- type BankStatementTransactionDetailsGetDetailsOK
- type BankStatementTransactionDetailsGetDetailsParams
- func NewBankStatementTransactionDetailsGetDetailsParams() *BankStatementTransactionDetailsGetDetailsParams
- func NewBankStatementTransactionDetailsGetDetailsParamsWithContext(ctx context.Context) *BankStatementTransactionDetailsGetDetailsParams
- func NewBankStatementTransactionDetailsGetDetailsParamsWithHTTPClient(client *http.Client) *BankStatementTransactionDetailsGetDetailsParams
- func NewBankStatementTransactionDetailsGetDetailsParamsWithTimeout(timeout time.Duration) *BankStatementTransactionDetailsGetDetailsParams
- func (o *BankStatementTransactionDetailsGetDetailsParams) SetContext(ctx context.Context)
- func (o *BankStatementTransactionDetailsGetDetailsParams) SetFields(fields *string)
- func (o *BankStatementTransactionDetailsGetDetailsParams) SetHTTPClient(client *http.Client)
- func (o *BankStatementTransactionDetailsGetDetailsParams) SetID(id int32)
- func (o *BankStatementTransactionDetailsGetDetailsParams) SetTimeout(timeout time.Duration)
- func (o *BankStatementTransactionDetailsGetDetailsParams) WithContext(ctx context.Context) *BankStatementTransactionDetailsGetDetailsParams
- func (o *BankStatementTransactionDetailsGetDetailsParams) WithFields(fields *string) *BankStatementTransactionDetailsGetDetailsParams
- func (o *BankStatementTransactionDetailsGetDetailsParams) WithHTTPClient(client *http.Client) *BankStatementTransactionDetailsGetDetailsParams
- func (o *BankStatementTransactionDetailsGetDetailsParams) WithID(id int32) *BankStatementTransactionDetailsGetDetailsParams
- func (o *BankStatementTransactionDetailsGetDetailsParams) WithTimeout(timeout time.Duration) *BankStatementTransactionDetailsGetDetailsParams
- func (o *BankStatementTransactionDetailsGetDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BankStatementTransactionDetailsGetDetailsReader
- type BankStatementTransactionGetOK
- type BankStatementTransactionGetParams
- func NewBankStatementTransactionGetParams() *BankStatementTransactionGetParams
- func NewBankStatementTransactionGetParamsWithContext(ctx context.Context) *BankStatementTransactionGetParams
- func NewBankStatementTransactionGetParamsWithHTTPClient(client *http.Client) *BankStatementTransactionGetParams
- func NewBankStatementTransactionGetParamsWithTimeout(timeout time.Duration) *BankStatementTransactionGetParams
- func (o *BankStatementTransactionGetParams) SetContext(ctx context.Context)
- func (o *BankStatementTransactionGetParams) SetFields(fields *string)
- func (o *BankStatementTransactionGetParams) SetHTTPClient(client *http.Client)
- func (o *BankStatementTransactionGetParams) SetID(id int32)
- func (o *BankStatementTransactionGetParams) SetTimeout(timeout time.Duration)
- func (o *BankStatementTransactionGetParams) WithContext(ctx context.Context) *BankStatementTransactionGetParams
- func (o *BankStatementTransactionGetParams) WithFields(fields *string) *BankStatementTransactionGetParams
- func (o *BankStatementTransactionGetParams) WithHTTPClient(client *http.Client) *BankStatementTransactionGetParams
- func (o *BankStatementTransactionGetParams) WithID(id int32) *BankStatementTransactionGetParams
- func (o *BankStatementTransactionGetParams) WithTimeout(timeout time.Duration) *BankStatementTransactionGetParams
- func (o *BankStatementTransactionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BankStatementTransactionGetReader
- type BankStatementTransactionSearchOK
- type BankStatementTransactionSearchParams
- func NewBankStatementTransactionSearchParams() *BankStatementTransactionSearchParams
- func NewBankStatementTransactionSearchParamsWithContext(ctx context.Context) *BankStatementTransactionSearchParams
- func NewBankStatementTransactionSearchParamsWithHTTPClient(client *http.Client) *BankStatementTransactionSearchParams
- func NewBankStatementTransactionSearchParamsWithTimeout(timeout time.Duration) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) SetBankStatementID(bankStatementID int32)
- func (o *BankStatementTransactionSearchParams) SetContext(ctx context.Context)
- func (o *BankStatementTransactionSearchParams) SetCount(count *int64)
- func (o *BankStatementTransactionSearchParams) SetFields(fields *string)
- func (o *BankStatementTransactionSearchParams) SetFrom(from *int64)
- func (o *BankStatementTransactionSearchParams) SetHTTPClient(client *http.Client)
- func (o *BankStatementTransactionSearchParams) SetSorting(sorting *string)
- func (o *BankStatementTransactionSearchParams) SetTimeout(timeout time.Duration)
- func (o *BankStatementTransactionSearchParams) WithBankStatementID(bankStatementID int32) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithContext(ctx context.Context) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithCount(count *int64) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithFields(fields *string) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithFrom(from *int64) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithHTTPClient(client *http.Client) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithSorting(sorting *string) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WithTimeout(timeout time.Duration) *BankStatementTransactionSearchParams
- func (o *BankStatementTransactionSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BankStatementTransactionSearchReader
- type Client
- func (a *Client) BankStatementTransactionDetailsGetDetails(params *BankStatementTransactionDetailsGetDetailsParams, ...) (*BankStatementTransactionDetailsGetDetailsOK, error)
- func (a *Client) BankStatementTransactionGet(params *BankStatementTransactionGetParams, ...) (*BankStatementTransactionGetOK, error)
- func (a *Client) BankStatementTransactionSearch(params *BankStatementTransactionSearchParams, ...) (*BankStatementTransactionSearchOK, error)
- func (a *Client) SalaryTransactionDelete(params *SalaryTransactionDeleteParams, authInfo runtime.ClientAuthInfoWriter) error
- func (a *Client) SalaryTransactionGet(params *SalaryTransactionGetParams, authInfo runtime.ClientAuthInfoWriter) (*SalaryTransactionGetOK, error)
- func (a *Client) SalaryTransactionPost(params *SalaryTransactionPostParams, authInfo runtime.ClientAuthInfoWriter) (*SalaryTransactionPostCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type SalaryTransactionDeleteDefault
- type SalaryTransactionDeleteParams
- func NewSalaryTransactionDeleteParams() *SalaryTransactionDeleteParams
- func NewSalaryTransactionDeleteParamsWithContext(ctx context.Context) *SalaryTransactionDeleteParams
- func NewSalaryTransactionDeleteParamsWithHTTPClient(client *http.Client) *SalaryTransactionDeleteParams
- func NewSalaryTransactionDeleteParamsWithTimeout(timeout time.Duration) *SalaryTransactionDeleteParams
- func (o *SalaryTransactionDeleteParams) SetContext(ctx context.Context)
- func (o *SalaryTransactionDeleteParams) SetHTTPClient(client *http.Client)
- func (o *SalaryTransactionDeleteParams) SetID(id int32)
- func (o *SalaryTransactionDeleteParams) SetTimeout(timeout time.Duration)
- func (o *SalaryTransactionDeleteParams) WithContext(ctx context.Context) *SalaryTransactionDeleteParams
- func (o *SalaryTransactionDeleteParams) WithHTTPClient(client *http.Client) *SalaryTransactionDeleteParams
- func (o *SalaryTransactionDeleteParams) WithID(id int32) *SalaryTransactionDeleteParams
- func (o *SalaryTransactionDeleteParams) WithTimeout(timeout time.Duration) *SalaryTransactionDeleteParams
- func (o *SalaryTransactionDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SalaryTransactionDeleteReader
- type SalaryTransactionGetOK
- type SalaryTransactionGetParams
- func NewSalaryTransactionGetParams() *SalaryTransactionGetParams
- func NewSalaryTransactionGetParamsWithContext(ctx context.Context) *SalaryTransactionGetParams
- func NewSalaryTransactionGetParamsWithHTTPClient(client *http.Client) *SalaryTransactionGetParams
- func NewSalaryTransactionGetParamsWithTimeout(timeout time.Duration) *SalaryTransactionGetParams
- func (o *SalaryTransactionGetParams) SetContext(ctx context.Context)
- func (o *SalaryTransactionGetParams) SetFields(fields *string)
- func (o *SalaryTransactionGetParams) SetHTTPClient(client *http.Client)
- func (o *SalaryTransactionGetParams) SetID(id int32)
- func (o *SalaryTransactionGetParams) SetTimeout(timeout time.Duration)
- func (o *SalaryTransactionGetParams) WithContext(ctx context.Context) *SalaryTransactionGetParams
- func (o *SalaryTransactionGetParams) WithFields(fields *string) *SalaryTransactionGetParams
- func (o *SalaryTransactionGetParams) WithHTTPClient(client *http.Client) *SalaryTransactionGetParams
- func (o *SalaryTransactionGetParams) WithID(id int32) *SalaryTransactionGetParams
- func (o *SalaryTransactionGetParams) WithTimeout(timeout time.Duration) *SalaryTransactionGetParams
- func (o *SalaryTransactionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SalaryTransactionGetReader
- type SalaryTransactionPostCreated
- type SalaryTransactionPostParams
- func NewSalaryTransactionPostParams() *SalaryTransactionPostParams
- func NewSalaryTransactionPostParamsWithContext(ctx context.Context) *SalaryTransactionPostParams
- func NewSalaryTransactionPostParamsWithHTTPClient(client *http.Client) *SalaryTransactionPostParams
- func NewSalaryTransactionPostParamsWithTimeout(timeout time.Duration) *SalaryTransactionPostParams
- func (o *SalaryTransactionPostParams) SetBody(body *models.SalaryTransaction)
- func (o *SalaryTransactionPostParams) SetContext(ctx context.Context)
- func (o *SalaryTransactionPostParams) SetGenerateTaxDeduction(generateTaxDeduction *bool)
- func (o *SalaryTransactionPostParams) SetHTTPClient(client *http.Client)
- func (o *SalaryTransactionPostParams) SetTimeout(timeout time.Duration)
- func (o *SalaryTransactionPostParams) WithBody(body *models.SalaryTransaction) *SalaryTransactionPostParams
- func (o *SalaryTransactionPostParams) WithContext(ctx context.Context) *SalaryTransactionPostParams
- func (o *SalaryTransactionPostParams) WithGenerateTaxDeduction(generateTaxDeduction *bool) *SalaryTransactionPostParams
- func (o *SalaryTransactionPostParams) WithHTTPClient(client *http.Client) *SalaryTransactionPostParams
- func (o *SalaryTransactionPostParams) WithTimeout(timeout time.Duration) *SalaryTransactionPostParams
- func (o *SalaryTransactionPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SalaryTransactionPostReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BankStatementTransactionDetailsGetDetailsOK ¶
type BankStatementTransactionDetailsGetDetailsOK struct {
Payload *models.ResponseWrapperObject
}
BankStatementTransactionDetailsGetDetailsOK handles this case with default header values.
successful operation
func NewBankStatementTransactionDetailsGetDetailsOK ¶
func NewBankStatementTransactionDetailsGetDetailsOK() *BankStatementTransactionDetailsGetDetailsOK
NewBankStatementTransactionDetailsGetDetailsOK creates a BankStatementTransactionDetailsGetDetailsOK with default headers values
func (*BankStatementTransactionDetailsGetDetailsOK) Error ¶
func (o *BankStatementTransactionDetailsGetDetailsOK) Error() string
func (*BankStatementTransactionDetailsGetDetailsOK) GetPayload ¶
func (o *BankStatementTransactionDetailsGetDetailsOK) GetPayload() *models.ResponseWrapperObject
type BankStatementTransactionDetailsGetDetailsParams ¶
type BankStatementTransactionDetailsGetDetailsParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BankStatementTransactionDetailsGetDetailsParams contains all the parameters to send to the API endpoint for the bank statement transaction details get details operation typically these are written to a http.Request
func NewBankStatementTransactionDetailsGetDetailsParams ¶
func NewBankStatementTransactionDetailsGetDetailsParams() *BankStatementTransactionDetailsGetDetailsParams
NewBankStatementTransactionDetailsGetDetailsParams creates a new BankStatementTransactionDetailsGetDetailsParams object with the default values initialized.
func NewBankStatementTransactionDetailsGetDetailsParamsWithContext ¶
func NewBankStatementTransactionDetailsGetDetailsParamsWithContext(ctx context.Context) *BankStatementTransactionDetailsGetDetailsParams
NewBankStatementTransactionDetailsGetDetailsParamsWithContext creates a new BankStatementTransactionDetailsGetDetailsParams object with the default values initialized, and the ability to set a context for a request
func NewBankStatementTransactionDetailsGetDetailsParamsWithHTTPClient ¶
func NewBankStatementTransactionDetailsGetDetailsParamsWithHTTPClient(client *http.Client) *BankStatementTransactionDetailsGetDetailsParams
NewBankStatementTransactionDetailsGetDetailsParamsWithHTTPClient creates a new BankStatementTransactionDetailsGetDetailsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewBankStatementTransactionDetailsGetDetailsParamsWithTimeout ¶
func NewBankStatementTransactionDetailsGetDetailsParamsWithTimeout(timeout time.Duration) *BankStatementTransactionDetailsGetDetailsParams
NewBankStatementTransactionDetailsGetDetailsParamsWithTimeout creates a new BankStatementTransactionDetailsGetDetailsParams object with the default values initialized, and the ability to set a timeout on a request
func (*BankStatementTransactionDetailsGetDetailsParams) SetContext ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) SetContext(ctx context.Context)
SetContext adds the context to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) SetFields ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) SetFields(fields *string)
SetFields adds the fields to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) SetHTTPClient ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) SetID ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) SetID(id int32)
SetID adds the id to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) SetTimeout ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) WithContext ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) WithContext(ctx context.Context) *BankStatementTransactionDetailsGetDetailsParams
WithContext adds the context to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) WithFields ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) WithFields(fields *string) *BankStatementTransactionDetailsGetDetailsParams
WithFields adds the fields to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) WithHTTPClient ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) WithHTTPClient(client *http.Client) *BankStatementTransactionDetailsGetDetailsParams
WithHTTPClient adds the HTTPClient to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) WithID ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) WithID(id int32) *BankStatementTransactionDetailsGetDetailsParams
WithID adds the id to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) WithTimeout ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) WithTimeout(timeout time.Duration) *BankStatementTransactionDetailsGetDetailsParams
WithTimeout adds the timeout to the bank statement transaction details get details params
func (*BankStatementTransactionDetailsGetDetailsParams) WriteToRequest ¶
func (o *BankStatementTransactionDetailsGetDetailsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BankStatementTransactionDetailsGetDetailsReader ¶
type BankStatementTransactionDetailsGetDetailsReader struct {
// contains filtered or unexported fields
}
BankStatementTransactionDetailsGetDetailsReader is a Reader for the BankStatementTransactionDetailsGetDetails structure.
func (*BankStatementTransactionDetailsGetDetailsReader) ReadResponse ¶
func (o *BankStatementTransactionDetailsGetDetailsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BankStatementTransactionGetOK ¶
type BankStatementTransactionGetOK struct {
Payload *models.ResponseWrapperBankTransaction
}
BankStatementTransactionGetOK handles this case with default header values.
successful operation
func NewBankStatementTransactionGetOK ¶
func NewBankStatementTransactionGetOK() *BankStatementTransactionGetOK
NewBankStatementTransactionGetOK creates a BankStatementTransactionGetOK with default headers values
func (*BankStatementTransactionGetOK) Error ¶
func (o *BankStatementTransactionGetOK) Error() string
func (*BankStatementTransactionGetOK) GetPayload ¶
func (o *BankStatementTransactionGetOK) GetPayload() *models.ResponseWrapperBankTransaction
type BankStatementTransactionGetParams ¶
type BankStatementTransactionGetParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BankStatementTransactionGetParams contains all the parameters to send to the API endpoint for the bank statement transaction get operation typically these are written to a http.Request
func NewBankStatementTransactionGetParams ¶
func NewBankStatementTransactionGetParams() *BankStatementTransactionGetParams
NewBankStatementTransactionGetParams creates a new BankStatementTransactionGetParams object with the default values initialized.
func NewBankStatementTransactionGetParamsWithContext ¶
func NewBankStatementTransactionGetParamsWithContext(ctx context.Context) *BankStatementTransactionGetParams
NewBankStatementTransactionGetParamsWithContext creates a new BankStatementTransactionGetParams object with the default values initialized, and the ability to set a context for a request
func NewBankStatementTransactionGetParamsWithHTTPClient ¶
func NewBankStatementTransactionGetParamsWithHTTPClient(client *http.Client) *BankStatementTransactionGetParams
NewBankStatementTransactionGetParamsWithHTTPClient creates a new BankStatementTransactionGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewBankStatementTransactionGetParamsWithTimeout ¶
func NewBankStatementTransactionGetParamsWithTimeout(timeout time.Duration) *BankStatementTransactionGetParams
NewBankStatementTransactionGetParamsWithTimeout creates a new BankStatementTransactionGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*BankStatementTransactionGetParams) SetContext ¶
func (o *BankStatementTransactionGetParams) SetContext(ctx context.Context)
SetContext adds the context to the bank statement transaction get params
func (*BankStatementTransactionGetParams) SetFields ¶
func (o *BankStatementTransactionGetParams) SetFields(fields *string)
SetFields adds the fields to the bank statement transaction get params
func (*BankStatementTransactionGetParams) SetHTTPClient ¶
func (o *BankStatementTransactionGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the bank statement transaction get params
func (*BankStatementTransactionGetParams) SetID ¶
func (o *BankStatementTransactionGetParams) SetID(id int32)
SetID adds the id to the bank statement transaction get params
func (*BankStatementTransactionGetParams) SetTimeout ¶
func (o *BankStatementTransactionGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the bank statement transaction get params
func (*BankStatementTransactionGetParams) WithContext ¶
func (o *BankStatementTransactionGetParams) WithContext(ctx context.Context) *BankStatementTransactionGetParams
WithContext adds the context to the bank statement transaction get params
func (*BankStatementTransactionGetParams) WithFields ¶
func (o *BankStatementTransactionGetParams) WithFields(fields *string) *BankStatementTransactionGetParams
WithFields adds the fields to the bank statement transaction get params
func (*BankStatementTransactionGetParams) WithHTTPClient ¶
func (o *BankStatementTransactionGetParams) WithHTTPClient(client *http.Client) *BankStatementTransactionGetParams
WithHTTPClient adds the HTTPClient to the bank statement transaction get params
func (*BankStatementTransactionGetParams) WithID ¶
func (o *BankStatementTransactionGetParams) WithID(id int32) *BankStatementTransactionGetParams
WithID adds the id to the bank statement transaction get params
func (*BankStatementTransactionGetParams) WithTimeout ¶
func (o *BankStatementTransactionGetParams) WithTimeout(timeout time.Duration) *BankStatementTransactionGetParams
WithTimeout adds the timeout to the bank statement transaction get params
func (*BankStatementTransactionGetParams) WriteToRequest ¶
func (o *BankStatementTransactionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BankStatementTransactionGetReader ¶
type BankStatementTransactionGetReader struct {
// contains filtered or unexported fields
}
BankStatementTransactionGetReader is a Reader for the BankStatementTransactionGet structure.
func (*BankStatementTransactionGetReader) ReadResponse ¶
func (o *BankStatementTransactionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BankStatementTransactionSearchOK ¶
type BankStatementTransactionSearchOK struct {
Payload *models.ListResponseBankTransaction
}
BankStatementTransactionSearchOK handles this case with default header values.
successful operation
func NewBankStatementTransactionSearchOK ¶
func NewBankStatementTransactionSearchOK() *BankStatementTransactionSearchOK
NewBankStatementTransactionSearchOK creates a BankStatementTransactionSearchOK with default headers values
func (*BankStatementTransactionSearchOK) Error ¶
func (o *BankStatementTransactionSearchOK) Error() string
func (*BankStatementTransactionSearchOK) GetPayload ¶
func (o *BankStatementTransactionSearchOK) GetPayload() *models.ListResponseBankTransaction
type BankStatementTransactionSearchParams ¶
type BankStatementTransactionSearchParams struct { /*BankStatementID Bank statement ID */ BankStatementID int32 /*Count Number of elements to return */ Count *int64 /*Fields Fields filter pattern */ Fields *string /*From From index */ From *int64 /*Sorting Sorting pattern */ Sorting *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BankStatementTransactionSearchParams contains all the parameters to send to the API endpoint for the bank statement transaction search operation typically these are written to a http.Request
func NewBankStatementTransactionSearchParams ¶
func NewBankStatementTransactionSearchParams() *BankStatementTransactionSearchParams
NewBankStatementTransactionSearchParams creates a new BankStatementTransactionSearchParams object with the default values initialized.
func NewBankStatementTransactionSearchParamsWithContext ¶
func NewBankStatementTransactionSearchParamsWithContext(ctx context.Context) *BankStatementTransactionSearchParams
NewBankStatementTransactionSearchParamsWithContext creates a new BankStatementTransactionSearchParams object with the default values initialized, and the ability to set a context for a request
func NewBankStatementTransactionSearchParamsWithHTTPClient ¶
func NewBankStatementTransactionSearchParamsWithHTTPClient(client *http.Client) *BankStatementTransactionSearchParams
NewBankStatementTransactionSearchParamsWithHTTPClient creates a new BankStatementTransactionSearchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewBankStatementTransactionSearchParamsWithTimeout ¶
func NewBankStatementTransactionSearchParamsWithTimeout(timeout time.Duration) *BankStatementTransactionSearchParams
NewBankStatementTransactionSearchParamsWithTimeout creates a new BankStatementTransactionSearchParams object with the default values initialized, and the ability to set a timeout on a request
func (*BankStatementTransactionSearchParams) SetBankStatementID ¶
func (o *BankStatementTransactionSearchParams) SetBankStatementID(bankStatementID int32)
SetBankStatementID adds the bankStatementId to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetContext ¶
func (o *BankStatementTransactionSearchParams) SetContext(ctx context.Context)
SetContext adds the context to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetCount ¶
func (o *BankStatementTransactionSearchParams) SetCount(count *int64)
SetCount adds the count to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetFields ¶
func (o *BankStatementTransactionSearchParams) SetFields(fields *string)
SetFields adds the fields to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetFrom ¶
func (o *BankStatementTransactionSearchParams) SetFrom(from *int64)
SetFrom adds the from to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetHTTPClient ¶
func (o *BankStatementTransactionSearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetSorting ¶
func (o *BankStatementTransactionSearchParams) SetSorting(sorting *string)
SetSorting adds the sorting to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) SetTimeout ¶
func (o *BankStatementTransactionSearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithBankStatementID ¶
func (o *BankStatementTransactionSearchParams) WithBankStatementID(bankStatementID int32) *BankStatementTransactionSearchParams
WithBankStatementID adds the bankStatementID to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithContext ¶
func (o *BankStatementTransactionSearchParams) WithContext(ctx context.Context) *BankStatementTransactionSearchParams
WithContext adds the context to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithCount ¶
func (o *BankStatementTransactionSearchParams) WithCount(count *int64) *BankStatementTransactionSearchParams
WithCount adds the count to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithFields ¶
func (o *BankStatementTransactionSearchParams) WithFields(fields *string) *BankStatementTransactionSearchParams
WithFields adds the fields to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithFrom ¶
func (o *BankStatementTransactionSearchParams) WithFrom(from *int64) *BankStatementTransactionSearchParams
WithFrom adds the from to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithHTTPClient ¶
func (o *BankStatementTransactionSearchParams) WithHTTPClient(client *http.Client) *BankStatementTransactionSearchParams
WithHTTPClient adds the HTTPClient to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithSorting ¶
func (o *BankStatementTransactionSearchParams) WithSorting(sorting *string) *BankStatementTransactionSearchParams
WithSorting adds the sorting to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WithTimeout ¶
func (o *BankStatementTransactionSearchParams) WithTimeout(timeout time.Duration) *BankStatementTransactionSearchParams
WithTimeout adds the timeout to the bank statement transaction search params
func (*BankStatementTransactionSearchParams) WriteToRequest ¶
func (o *BankStatementTransactionSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BankStatementTransactionSearchReader ¶
type BankStatementTransactionSearchReader struct {
// contains filtered or unexported fields
}
BankStatementTransactionSearchReader is a Reader for the BankStatementTransactionSearch structure.
func (*BankStatementTransactionSearchReader) ReadResponse ¶
func (o *BankStatementTransactionSearchReader) 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 transaction API
func (*Client) BankStatementTransactionDetailsGetDetails ¶
func (a *Client) BankStatementTransactionDetailsGetDetails(params *BankStatementTransactionDetailsGetDetailsParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementTransactionDetailsGetDetailsOK, error)
BankStatementTransactionDetailsGetDetails bs e t a get additional details about transaction by ID
func (*Client) BankStatementTransactionGet ¶
func (a *Client) BankStatementTransactionGet(params *BankStatementTransactionGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementTransactionGetOK, error)
BankStatementTransactionGet bs e t a get bank transaction by ID
func (*Client) BankStatementTransactionSearch ¶
func (a *Client) BankStatementTransactionSearch(params *BankStatementTransactionSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementTransactionSearchOK, error)
BankStatementTransactionSearch bs e t a find bank transaction corresponding with sent data
func (*Client) SalaryTransactionDelete ¶
func (a *Client) SalaryTransactionDelete(params *SalaryTransactionDeleteParams, authInfo runtime.ClientAuthInfoWriter) error
SalaryTransactionDelete bs e t a delete salary transaction by ID
func (*Client) SalaryTransactionGet ¶
func (a *Client) SalaryTransactionGet(params *SalaryTransactionGetParams, authInfo runtime.ClientAuthInfoWriter) (*SalaryTransactionGetOK, error)
SalaryTransactionGet bs e t a find salary transaction by ID
func (*Client) SalaryTransactionPost ¶
func (a *Client) SalaryTransactionPost(params *SalaryTransactionPostParams, authInfo runtime.ClientAuthInfoWriter) (*SalaryTransactionPostCreated, error)
SalaryTransactionPost bs e t a create a new salary transaction
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { BankStatementTransactionDetailsGetDetails(params *BankStatementTransactionDetailsGetDetailsParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementTransactionDetailsGetDetailsOK, error) BankStatementTransactionGet(params *BankStatementTransactionGetParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementTransactionGetOK, error) BankStatementTransactionSearch(params *BankStatementTransactionSearchParams, authInfo runtime.ClientAuthInfoWriter) (*BankStatementTransactionSearchOK, error) SalaryTransactionDelete(params *SalaryTransactionDeleteParams, authInfo runtime.ClientAuthInfoWriter) error SalaryTransactionGet(params *SalaryTransactionGetParams, authInfo runtime.ClientAuthInfoWriter) (*SalaryTransactionGetOK, error) SalaryTransactionPost(params *SalaryTransactionPostParams, authInfo runtime.ClientAuthInfoWriter) (*SalaryTransactionPostCreated, 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 transaction API client.
type SalaryTransactionDeleteDefault ¶
type SalaryTransactionDeleteDefault struct {
// contains filtered or unexported fields
}
SalaryTransactionDeleteDefault handles this case with default header values.
successful operation
func NewSalaryTransactionDeleteDefault ¶
func NewSalaryTransactionDeleteDefault(code int) *SalaryTransactionDeleteDefault
NewSalaryTransactionDeleteDefault creates a SalaryTransactionDeleteDefault with default headers values
func (*SalaryTransactionDeleteDefault) Code ¶
func (o *SalaryTransactionDeleteDefault) Code() int
Code gets the status code for the salary transaction delete default response
func (*SalaryTransactionDeleteDefault) Error ¶
func (o *SalaryTransactionDeleteDefault) Error() string
type SalaryTransactionDeleteParams ¶
type SalaryTransactionDeleteParams struct { /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SalaryTransactionDeleteParams contains all the parameters to send to the API endpoint for the salary transaction delete operation typically these are written to a http.Request
func NewSalaryTransactionDeleteParams ¶
func NewSalaryTransactionDeleteParams() *SalaryTransactionDeleteParams
NewSalaryTransactionDeleteParams creates a new SalaryTransactionDeleteParams object with the default values initialized.
func NewSalaryTransactionDeleteParamsWithContext ¶
func NewSalaryTransactionDeleteParamsWithContext(ctx context.Context) *SalaryTransactionDeleteParams
NewSalaryTransactionDeleteParamsWithContext creates a new SalaryTransactionDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewSalaryTransactionDeleteParamsWithHTTPClient ¶
func NewSalaryTransactionDeleteParamsWithHTTPClient(client *http.Client) *SalaryTransactionDeleteParams
NewSalaryTransactionDeleteParamsWithHTTPClient creates a new SalaryTransactionDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSalaryTransactionDeleteParamsWithTimeout ¶
func NewSalaryTransactionDeleteParamsWithTimeout(timeout time.Duration) *SalaryTransactionDeleteParams
NewSalaryTransactionDeleteParamsWithTimeout creates a new SalaryTransactionDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*SalaryTransactionDeleteParams) SetContext ¶
func (o *SalaryTransactionDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the salary transaction delete params
func (*SalaryTransactionDeleteParams) SetHTTPClient ¶
func (o *SalaryTransactionDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the salary transaction delete params
func (*SalaryTransactionDeleteParams) SetID ¶
func (o *SalaryTransactionDeleteParams) SetID(id int32)
SetID adds the id to the salary transaction delete params
func (*SalaryTransactionDeleteParams) SetTimeout ¶
func (o *SalaryTransactionDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the salary transaction delete params
func (*SalaryTransactionDeleteParams) WithContext ¶
func (o *SalaryTransactionDeleteParams) WithContext(ctx context.Context) *SalaryTransactionDeleteParams
WithContext adds the context to the salary transaction delete params
func (*SalaryTransactionDeleteParams) WithHTTPClient ¶
func (o *SalaryTransactionDeleteParams) WithHTTPClient(client *http.Client) *SalaryTransactionDeleteParams
WithHTTPClient adds the HTTPClient to the salary transaction delete params
func (*SalaryTransactionDeleteParams) WithID ¶
func (o *SalaryTransactionDeleteParams) WithID(id int32) *SalaryTransactionDeleteParams
WithID adds the id to the salary transaction delete params
func (*SalaryTransactionDeleteParams) WithTimeout ¶
func (o *SalaryTransactionDeleteParams) WithTimeout(timeout time.Duration) *SalaryTransactionDeleteParams
WithTimeout adds the timeout to the salary transaction delete params
func (*SalaryTransactionDeleteParams) WriteToRequest ¶
func (o *SalaryTransactionDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SalaryTransactionDeleteReader ¶
type SalaryTransactionDeleteReader struct {
// contains filtered or unexported fields
}
SalaryTransactionDeleteReader is a Reader for the SalaryTransactionDelete structure.
func (*SalaryTransactionDeleteReader) ReadResponse ¶
func (o *SalaryTransactionDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SalaryTransactionGetOK ¶
type SalaryTransactionGetOK struct {
Payload *models.ResponseWrapperSalaryTransaction
}
SalaryTransactionGetOK handles this case with default header values.
successful operation
func NewSalaryTransactionGetOK ¶
func NewSalaryTransactionGetOK() *SalaryTransactionGetOK
NewSalaryTransactionGetOK creates a SalaryTransactionGetOK with default headers values
func (*SalaryTransactionGetOK) Error ¶
func (o *SalaryTransactionGetOK) Error() string
func (*SalaryTransactionGetOK) GetPayload ¶
func (o *SalaryTransactionGetOK) GetPayload() *models.ResponseWrapperSalaryTransaction
type SalaryTransactionGetParams ¶
type SalaryTransactionGetParams struct { /*Fields Fields filter pattern */ Fields *string /*ID Element ID */ ID int32 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SalaryTransactionGetParams contains all the parameters to send to the API endpoint for the salary transaction get operation typically these are written to a http.Request
func NewSalaryTransactionGetParams ¶
func NewSalaryTransactionGetParams() *SalaryTransactionGetParams
NewSalaryTransactionGetParams creates a new SalaryTransactionGetParams object with the default values initialized.
func NewSalaryTransactionGetParamsWithContext ¶
func NewSalaryTransactionGetParamsWithContext(ctx context.Context) *SalaryTransactionGetParams
NewSalaryTransactionGetParamsWithContext creates a new SalaryTransactionGetParams object with the default values initialized, and the ability to set a context for a request
func NewSalaryTransactionGetParamsWithHTTPClient ¶
func NewSalaryTransactionGetParamsWithHTTPClient(client *http.Client) *SalaryTransactionGetParams
NewSalaryTransactionGetParamsWithHTTPClient creates a new SalaryTransactionGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSalaryTransactionGetParamsWithTimeout ¶
func NewSalaryTransactionGetParamsWithTimeout(timeout time.Duration) *SalaryTransactionGetParams
NewSalaryTransactionGetParamsWithTimeout creates a new SalaryTransactionGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*SalaryTransactionGetParams) SetContext ¶
func (o *SalaryTransactionGetParams) SetContext(ctx context.Context)
SetContext adds the context to the salary transaction get params
func (*SalaryTransactionGetParams) SetFields ¶
func (o *SalaryTransactionGetParams) SetFields(fields *string)
SetFields adds the fields to the salary transaction get params
func (*SalaryTransactionGetParams) SetHTTPClient ¶
func (o *SalaryTransactionGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the salary transaction get params
func (*SalaryTransactionGetParams) SetID ¶
func (o *SalaryTransactionGetParams) SetID(id int32)
SetID adds the id to the salary transaction get params
func (*SalaryTransactionGetParams) SetTimeout ¶
func (o *SalaryTransactionGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the salary transaction get params
func (*SalaryTransactionGetParams) WithContext ¶
func (o *SalaryTransactionGetParams) WithContext(ctx context.Context) *SalaryTransactionGetParams
WithContext adds the context to the salary transaction get params
func (*SalaryTransactionGetParams) WithFields ¶
func (o *SalaryTransactionGetParams) WithFields(fields *string) *SalaryTransactionGetParams
WithFields adds the fields to the salary transaction get params
func (*SalaryTransactionGetParams) WithHTTPClient ¶
func (o *SalaryTransactionGetParams) WithHTTPClient(client *http.Client) *SalaryTransactionGetParams
WithHTTPClient adds the HTTPClient to the salary transaction get params
func (*SalaryTransactionGetParams) WithID ¶
func (o *SalaryTransactionGetParams) WithID(id int32) *SalaryTransactionGetParams
WithID adds the id to the salary transaction get params
func (*SalaryTransactionGetParams) WithTimeout ¶
func (o *SalaryTransactionGetParams) WithTimeout(timeout time.Duration) *SalaryTransactionGetParams
WithTimeout adds the timeout to the salary transaction get params
func (*SalaryTransactionGetParams) WriteToRequest ¶
func (o *SalaryTransactionGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SalaryTransactionGetReader ¶
type SalaryTransactionGetReader struct {
// contains filtered or unexported fields
}
SalaryTransactionGetReader is a Reader for the SalaryTransactionGet structure.
func (*SalaryTransactionGetReader) ReadResponse ¶
func (o *SalaryTransactionGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SalaryTransactionPostCreated ¶
type SalaryTransactionPostCreated struct {
Payload *models.ResponseWrapperSalaryTransaction
}
SalaryTransactionPostCreated handles this case with default header values.
successfully created
func NewSalaryTransactionPostCreated ¶
func NewSalaryTransactionPostCreated() *SalaryTransactionPostCreated
NewSalaryTransactionPostCreated creates a SalaryTransactionPostCreated with default headers values
func (*SalaryTransactionPostCreated) Error ¶
func (o *SalaryTransactionPostCreated) Error() string
func (*SalaryTransactionPostCreated) GetPayload ¶
func (o *SalaryTransactionPostCreated) GetPayload() *models.ResponseWrapperSalaryTransaction
type SalaryTransactionPostParams ¶
type SalaryTransactionPostParams struct { /*Body JSON representing the new object to be created. Should not have ID and version set. */ Body *models.SalaryTransaction /*GenerateTaxDeduction Generate tax deduction */ GenerateTaxDeduction *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SalaryTransactionPostParams contains all the parameters to send to the API endpoint for the salary transaction post operation typically these are written to a http.Request
func NewSalaryTransactionPostParams ¶
func NewSalaryTransactionPostParams() *SalaryTransactionPostParams
NewSalaryTransactionPostParams creates a new SalaryTransactionPostParams object with the default values initialized.
func NewSalaryTransactionPostParamsWithContext ¶
func NewSalaryTransactionPostParamsWithContext(ctx context.Context) *SalaryTransactionPostParams
NewSalaryTransactionPostParamsWithContext creates a new SalaryTransactionPostParams object with the default values initialized, and the ability to set a context for a request
func NewSalaryTransactionPostParamsWithHTTPClient ¶
func NewSalaryTransactionPostParamsWithHTTPClient(client *http.Client) *SalaryTransactionPostParams
NewSalaryTransactionPostParamsWithHTTPClient creates a new SalaryTransactionPostParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSalaryTransactionPostParamsWithTimeout ¶
func NewSalaryTransactionPostParamsWithTimeout(timeout time.Duration) *SalaryTransactionPostParams
NewSalaryTransactionPostParamsWithTimeout creates a new SalaryTransactionPostParams object with the default values initialized, and the ability to set a timeout on a request
func (*SalaryTransactionPostParams) SetBody ¶
func (o *SalaryTransactionPostParams) SetBody(body *models.SalaryTransaction)
SetBody adds the body to the salary transaction post params
func (*SalaryTransactionPostParams) SetContext ¶
func (o *SalaryTransactionPostParams) SetContext(ctx context.Context)
SetContext adds the context to the salary transaction post params
func (*SalaryTransactionPostParams) SetGenerateTaxDeduction ¶
func (o *SalaryTransactionPostParams) SetGenerateTaxDeduction(generateTaxDeduction *bool)
SetGenerateTaxDeduction adds the generateTaxDeduction to the salary transaction post params
func (*SalaryTransactionPostParams) SetHTTPClient ¶
func (o *SalaryTransactionPostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the salary transaction post params
func (*SalaryTransactionPostParams) SetTimeout ¶
func (o *SalaryTransactionPostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the salary transaction post params
func (*SalaryTransactionPostParams) WithBody ¶
func (o *SalaryTransactionPostParams) WithBody(body *models.SalaryTransaction) *SalaryTransactionPostParams
WithBody adds the body to the salary transaction post params
func (*SalaryTransactionPostParams) WithContext ¶
func (o *SalaryTransactionPostParams) WithContext(ctx context.Context) *SalaryTransactionPostParams
WithContext adds the context to the salary transaction post params
func (*SalaryTransactionPostParams) WithGenerateTaxDeduction ¶
func (o *SalaryTransactionPostParams) WithGenerateTaxDeduction(generateTaxDeduction *bool) *SalaryTransactionPostParams
WithGenerateTaxDeduction adds the generateTaxDeduction to the salary transaction post params
func (*SalaryTransactionPostParams) WithHTTPClient ¶
func (o *SalaryTransactionPostParams) WithHTTPClient(client *http.Client) *SalaryTransactionPostParams
WithHTTPClient adds the HTTPClient to the salary transaction post params
func (*SalaryTransactionPostParams) WithTimeout ¶
func (o *SalaryTransactionPostParams) WithTimeout(timeout time.Duration) *SalaryTransactionPostParams
WithTimeout adds the timeout to the salary transaction post params
func (*SalaryTransactionPostParams) WriteToRequest ¶
func (o *SalaryTransactionPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SalaryTransactionPostReader ¶
type SalaryTransactionPostReader struct {
// contains filtered or unexported fields
}
SalaryTransactionPostReader is a Reader for the SalaryTransactionPost structure.
func (*SalaryTransactionPostReader) ReadResponse ¶
func (o *SalaryTransactionPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- bank_statement_transaction_details_get_details_parameters.go
- bank_statement_transaction_details_get_details_responses.go
- bank_statement_transaction_get_parameters.go
- bank_statement_transaction_get_responses.go
- bank_statement_transaction_search_parameters.go
- bank_statement_transaction_search_responses.go
- salary_transaction_delete_parameters.go
- salary_transaction_delete_responses.go
- salary_transaction_get_parameters.go
- salary_transaction_get_responses.go
- salary_transaction_post_parameters.go
- salary_transaction_post_responses.go
- transaction_client.go