Versions in this module Expand all Collapse all v2 v2.0.2 May 1, 2023 v2.0.1 Nov 30, 2020 v2.0.0 Nov 30, 2020 Changes in this version + type Client struct + func (a *Client) LedgerPostingGet(params *LedgerPostingGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerPostingGetOK, error) + func (a *Client) LedgerPostingOpenPostOpenPost(params *LedgerPostingOpenPostOpenPostParams, ...) (*LedgerPostingOpenPostOpenPostOK, error) + func (a *Client) LedgerPostingSearch(params *LedgerPostingSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerPostingSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + LedgerPostingGet func(params *LedgerPostingGetParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerPostingGetOK, error) + LedgerPostingOpenPostOpenPost func(params *LedgerPostingOpenPostOpenPostParams, ...) (*LedgerPostingOpenPostOpenPostOK, error) + LedgerPostingSearch func(params *LedgerPostingSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerPostingSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type LedgerPostingGetOK struct + Payload *models.ResponseWrapperPosting + func NewLedgerPostingGetOK() *LedgerPostingGetOK + func (o *LedgerPostingGetOK) Error() string + func (o *LedgerPostingGetOK) GetPayload() *models.ResponseWrapperPosting + type LedgerPostingGetParams struct + Context context.Context + Fields *string + HTTPClient *http.Client + ID int32 + func NewLedgerPostingGetParams() *LedgerPostingGetParams + func NewLedgerPostingGetParamsWithContext(ctx context.Context) *LedgerPostingGetParams + func NewLedgerPostingGetParamsWithHTTPClient(client *http.Client) *LedgerPostingGetParams + func NewLedgerPostingGetParamsWithTimeout(timeout time.Duration) *LedgerPostingGetParams + func (o *LedgerPostingGetParams) SetContext(ctx context.Context) + func (o *LedgerPostingGetParams) SetFields(fields *string) + func (o *LedgerPostingGetParams) SetHTTPClient(client *http.Client) + func (o *LedgerPostingGetParams) SetID(id int32) + func (o *LedgerPostingGetParams) SetTimeout(timeout time.Duration) + func (o *LedgerPostingGetParams) WithContext(ctx context.Context) *LedgerPostingGetParams + func (o *LedgerPostingGetParams) WithFields(fields *string) *LedgerPostingGetParams + func (o *LedgerPostingGetParams) WithHTTPClient(client *http.Client) *LedgerPostingGetParams + func (o *LedgerPostingGetParams) WithID(id int32) *LedgerPostingGetParams + func (o *LedgerPostingGetParams) WithTimeout(timeout time.Duration) *LedgerPostingGetParams + func (o *LedgerPostingGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerPostingGetReader struct + func (o *LedgerPostingGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerPostingOpenPostOpenPostOK struct + Payload *models.ListResponsePosting + func NewLedgerPostingOpenPostOpenPostOK() *LedgerPostingOpenPostOpenPostOK + func (o *LedgerPostingOpenPostOpenPostOK) Error() string + func (o *LedgerPostingOpenPostOpenPostOK) GetPayload() *models.ListResponsePosting + type LedgerPostingOpenPostOpenPostParams struct + AccountID *int32 + Context context.Context + Count *int64 + CustomerID *int32 + Date string + DepartmentID *int32 + EmployeeID *int32 + Fields *string + From *int64 + HTTPClient *http.Client + ProductID *int32 + ProjectID *int32 + Sorting *string + SupplierID *int32 + func NewLedgerPostingOpenPostOpenPostParams() *LedgerPostingOpenPostOpenPostParams + func NewLedgerPostingOpenPostOpenPostParamsWithContext(ctx context.Context) *LedgerPostingOpenPostOpenPostParams + func NewLedgerPostingOpenPostOpenPostParamsWithHTTPClient(client *http.Client) *LedgerPostingOpenPostOpenPostParams + func NewLedgerPostingOpenPostOpenPostParamsWithTimeout(timeout time.Duration) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) SetAccountID(accountID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetContext(ctx context.Context) + func (o *LedgerPostingOpenPostOpenPostParams) SetCount(count *int64) + func (o *LedgerPostingOpenPostOpenPostParams) SetCustomerID(customerID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetDate(date string) + func (o *LedgerPostingOpenPostOpenPostParams) SetDepartmentID(departmentID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetEmployeeID(employeeID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetFields(fields *string) + func (o *LedgerPostingOpenPostOpenPostParams) SetFrom(from *int64) + func (o *LedgerPostingOpenPostOpenPostParams) SetHTTPClient(client *http.Client) + func (o *LedgerPostingOpenPostOpenPostParams) SetProductID(productID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetProjectID(projectID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetSorting(sorting *string) + func (o *LedgerPostingOpenPostOpenPostParams) SetSupplierID(supplierID *int32) + func (o *LedgerPostingOpenPostOpenPostParams) SetTimeout(timeout time.Duration) + func (o *LedgerPostingOpenPostOpenPostParams) WithAccountID(accountID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithContext(ctx context.Context) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithCount(count *int64) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithCustomerID(customerID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithDate(date string) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithDepartmentID(departmentID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithEmployeeID(employeeID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithFields(fields *string) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithFrom(from *int64) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithHTTPClient(client *http.Client) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithProductID(productID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithProjectID(projectID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithSorting(sorting *string) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithSupplierID(supplierID *int32) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WithTimeout(timeout time.Duration) *LedgerPostingOpenPostOpenPostParams + func (o *LedgerPostingOpenPostOpenPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerPostingOpenPostOpenPostReader struct + func (o *LedgerPostingOpenPostOpenPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerPostingSearchOK struct + Payload *models.ListResponsePosting + func NewLedgerPostingSearchOK() *LedgerPostingSearchOK + func (o *LedgerPostingSearchOK) Error() string + func (o *LedgerPostingSearchOK) GetPayload() *models.ListResponsePosting + type LedgerPostingSearchParams struct + AccountID *int32 + Context context.Context + Count *int64 + CustomerID *int32 + DateFrom string + DateTo string + DepartmentID *int32 + EmployeeID *int32 + Fields *string + From *int64 + HTTPClient *http.Client + OpenPostings *string + ProductID *int32 + ProjectID *int32 + Sorting *string + SupplierID *int32 + Type *string + func NewLedgerPostingSearchParams() *LedgerPostingSearchParams + func NewLedgerPostingSearchParamsWithContext(ctx context.Context) *LedgerPostingSearchParams + func NewLedgerPostingSearchParamsWithHTTPClient(client *http.Client) *LedgerPostingSearchParams + func NewLedgerPostingSearchParamsWithTimeout(timeout time.Duration) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) SetAccountID(accountID *int32) + func (o *LedgerPostingSearchParams) SetContext(ctx context.Context) + func (o *LedgerPostingSearchParams) SetCount(count *int64) + func (o *LedgerPostingSearchParams) SetCustomerID(customerID *int32) + func (o *LedgerPostingSearchParams) SetDateFrom(dateFrom string) + func (o *LedgerPostingSearchParams) SetDateTo(dateTo string) + func (o *LedgerPostingSearchParams) SetDepartmentID(departmentID *int32) + func (o *LedgerPostingSearchParams) SetEmployeeID(employeeID *int32) + func (o *LedgerPostingSearchParams) SetFields(fields *string) + func (o *LedgerPostingSearchParams) SetFrom(from *int64) + func (o *LedgerPostingSearchParams) SetHTTPClient(client *http.Client) + func (o *LedgerPostingSearchParams) SetOpenPostings(openPostings *string) + func (o *LedgerPostingSearchParams) SetProductID(productID *int32) + func (o *LedgerPostingSearchParams) SetProjectID(projectID *int32) + func (o *LedgerPostingSearchParams) SetSorting(sorting *string) + func (o *LedgerPostingSearchParams) SetSupplierID(supplierID *int32) + func (o *LedgerPostingSearchParams) SetTimeout(timeout time.Duration) + func (o *LedgerPostingSearchParams) SetType(typeVar *string) + func (o *LedgerPostingSearchParams) WithAccountID(accountID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithContext(ctx context.Context) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithCount(count *int64) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithCustomerID(customerID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithDateFrom(dateFrom string) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithDateTo(dateTo string) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithDepartmentID(departmentID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithEmployeeID(employeeID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithFields(fields *string) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithFrom(from *int64) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithHTTPClient(client *http.Client) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithOpenPostings(openPostings *string) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithProductID(productID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithProjectID(projectID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithSorting(sorting *string) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithSupplierID(supplierID *int32) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithTimeout(timeout time.Duration) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WithType(typeVar *string) *LedgerPostingSearchParams + func (o *LedgerPostingSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerPostingSearchReader struct + func (o *LedgerPostingSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go