create(Creates a new expense and returns the newly created expense.request
):Promise
<Expense
>
CreateExpenseRequest
the create request.
Promise
<Expense
>
get(Gets the expense associated with the specified id.request
):Promise
<Expense
>
GetExpenseRequest
Promise
<Expense
>
the expense associated with the specified id.