Class: Merge::Accounting::ExpenseReports::ExpenseReportsListRequestExpand

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/accounting/expense_reports/types/expense_reports_list_request_expand.rb

Constant Summary collapse

ACCOUNTING_PERIOD =
"accounting_period"
ACCOUNTING_PERIOD_COMPANY =
"accounting_period,company"
COMPANY =
"company"
EMPLOYEE =
"employee"
EMPLOYEE_ACCOUNTING_PERIOD =
"employee,accounting_period"
EMPLOYEE_ACCOUNTING_PERIOD_COMPANY =
"employee,accounting_period,company"
EMPLOYEE_COMPANY =
"employee,company"
LINES =
"lines"
LINES_ACCOUNTING_PERIOD =
"lines,accounting_period"
LINES_ACCOUNTING_PERIOD_COMPANY =
"lines,accounting_period,company"
LINES_COMPANY =
"lines,company"
LINES_EMPLOYEE =
"lines,employee"
LINES_EMPLOYEE_ACCOUNTING_PERIOD =
"lines,employee,accounting_period"
LINES_EMPLOYEE_ACCOUNTING_PERIOD_COMPANY =
"lines,employee,accounting_period,company"
LINES_EMPLOYEE_COMPANY =
"lines,employee,company"