Versions in this module Expand all Collapse all v1 v1.1.0 Jul 2, 2020 v1.0.0 Jun 19, 2020 Changes in this version + type Client struct + func (a *Client) LedgerOpenPostOpenPost(params *LedgerOpenPostOpenPostParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerOpenPostOpenPostOK, error) + func (a *Client) LedgerSearch(params *LedgerSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerSearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + LedgerOpenPostOpenPost func(params *LedgerOpenPostOpenPostParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerOpenPostOpenPostOK, error) + LedgerSearch func(params *LedgerSearchParams, authInfo runtime.ClientAuthInfoWriter) (*LedgerSearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type LedgerOpenPostOpenPostOK struct + Payload *models.ListResponseLedgerAccount + func NewLedgerOpenPostOpenPostOK() *LedgerOpenPostOpenPostOK + func (o *LedgerOpenPostOpenPostOK) Error() string + func (o *LedgerOpenPostOpenPostOK) GetPayload() *models.ListResponseLedgerAccount + type LedgerOpenPostOpenPostParams 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 NewLedgerOpenPostOpenPostParams() *LedgerOpenPostOpenPostParams + func NewLedgerOpenPostOpenPostParamsWithContext(ctx context.Context) *LedgerOpenPostOpenPostParams + func NewLedgerOpenPostOpenPostParamsWithHTTPClient(client *http.Client) *LedgerOpenPostOpenPostParams + func NewLedgerOpenPostOpenPostParamsWithTimeout(timeout time.Duration) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) SetAccountID(accountID *int32) + func (o *LedgerOpenPostOpenPostParams) SetContext(ctx context.Context) + func (o *LedgerOpenPostOpenPostParams) SetCount(count *int64) + func (o *LedgerOpenPostOpenPostParams) SetCustomerID(customerID *int32) + func (o *LedgerOpenPostOpenPostParams) SetDate(date string) + func (o *LedgerOpenPostOpenPostParams) SetDepartmentID(departmentID *int32) + func (o *LedgerOpenPostOpenPostParams) SetEmployeeID(employeeID *int32) + func (o *LedgerOpenPostOpenPostParams) SetFields(fields *string) + func (o *LedgerOpenPostOpenPostParams) SetFrom(from *int64) + func (o *LedgerOpenPostOpenPostParams) SetHTTPClient(client *http.Client) + func (o *LedgerOpenPostOpenPostParams) SetProductID(productID *int32) + func (o *LedgerOpenPostOpenPostParams) SetProjectID(projectID *int32) + func (o *LedgerOpenPostOpenPostParams) SetSorting(sorting *string) + func (o *LedgerOpenPostOpenPostParams) SetSupplierID(supplierID *int32) + func (o *LedgerOpenPostOpenPostParams) SetTimeout(timeout time.Duration) + func (o *LedgerOpenPostOpenPostParams) WithAccountID(accountID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithContext(ctx context.Context) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithCount(count *int64) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithCustomerID(customerID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithDate(date string) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithDepartmentID(departmentID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithEmployeeID(employeeID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithFields(fields *string) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithFrom(from *int64) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithHTTPClient(client *http.Client) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithProductID(productID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithProjectID(projectID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithSorting(sorting *string) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithSupplierID(supplierID *int32) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WithTimeout(timeout time.Duration) *LedgerOpenPostOpenPostParams + func (o *LedgerOpenPostOpenPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerOpenPostOpenPostReader struct + func (o *LedgerOpenPostOpenPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type LedgerSearchOK struct + Payload *models.ListResponseLedgerAccount + func NewLedgerSearchOK() *LedgerSearchOK + func (o *LedgerSearchOK) Error() string + func (o *LedgerSearchOK) GetPayload() *models.ListResponseLedgerAccount + type LedgerSearchParams 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 + func NewLedgerSearchParams() *LedgerSearchParams + func NewLedgerSearchParamsWithContext(ctx context.Context) *LedgerSearchParams + func NewLedgerSearchParamsWithHTTPClient(client *http.Client) *LedgerSearchParams + func NewLedgerSearchParamsWithTimeout(timeout time.Duration) *LedgerSearchParams + func (o *LedgerSearchParams) SetAccountID(accountID *int32) + func (o *LedgerSearchParams) SetContext(ctx context.Context) + func (o *LedgerSearchParams) SetCount(count *int64) + func (o *LedgerSearchParams) SetCustomerID(customerID *int32) + func (o *LedgerSearchParams) SetDateFrom(dateFrom string) + func (o *LedgerSearchParams) SetDateTo(dateTo string) + func (o *LedgerSearchParams) SetDepartmentID(departmentID *int32) + func (o *LedgerSearchParams) SetEmployeeID(employeeID *int32) + func (o *LedgerSearchParams) SetFields(fields *string) + func (o *LedgerSearchParams) SetFrom(from *int64) + func (o *LedgerSearchParams) SetHTTPClient(client *http.Client) + func (o *LedgerSearchParams) SetOpenPostings(openPostings *string) + func (o *LedgerSearchParams) SetProductID(productID *int32) + func (o *LedgerSearchParams) SetProjectID(projectID *int32) + func (o *LedgerSearchParams) SetSorting(sorting *string) + func (o *LedgerSearchParams) SetSupplierID(supplierID *int32) + func (o *LedgerSearchParams) SetTimeout(timeout time.Duration) + func (o *LedgerSearchParams) WithAccountID(accountID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithContext(ctx context.Context) *LedgerSearchParams + func (o *LedgerSearchParams) WithCount(count *int64) *LedgerSearchParams + func (o *LedgerSearchParams) WithCustomerID(customerID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithDateFrom(dateFrom string) *LedgerSearchParams + func (o *LedgerSearchParams) WithDateTo(dateTo string) *LedgerSearchParams + func (o *LedgerSearchParams) WithDepartmentID(departmentID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithEmployeeID(employeeID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithFields(fields *string) *LedgerSearchParams + func (o *LedgerSearchParams) WithFrom(from *int64) *LedgerSearchParams + func (o *LedgerSearchParams) WithHTTPClient(client *http.Client) *LedgerSearchParams + func (o *LedgerSearchParams) WithOpenPostings(openPostings *string) *LedgerSearchParams + func (o *LedgerSearchParams) WithProductID(productID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithProjectID(projectID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithSorting(sorting *string) *LedgerSearchParams + func (o *LedgerSearchParams) WithSupplierID(supplierID *int32) *LedgerSearchParams + func (o *LedgerSearchParams) WithTimeout(timeout time.Duration) *LedgerSearchParams + func (o *LedgerSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type LedgerSearchReader struct + func (o *LedgerSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) Other modules containing this package github.com/bjerkio/tripletex-go/v2