Versions in this module Expand all Collapse all v1 v1.2.0 Oct 26, 2021 v1.1.1 Oct 26, 2021 Changes in this version + const CurrenciesModule + const CustomersModule + const ExpenseAPIEndpoint + const ExpenseAPIEndpointHeader + const ExpenseCategoiesModule + const ExpenseReportModule + const ExpensesModule + const OrganizationsModule + const ProjectsModule + const TaxesModule + const TripsModule + const UsersModule + type API struct + func New(z *zoho.Zoho) *API + func (c *API) GetExpenseReports(request interface{}, organizationId string, params map[string]zoho.Parameter) (data ExpenseReportResponse, err error) + func (c *API) GetOrganization() (data OrganizationResponse, err error) + type ExpenseReportResponse struct + Code int + ExpenseReports []struct{ ... } + Message string + type OrganizationResponse struct + Code int + Message string + Organizations []struct{ ... }