/home/desid573/public_html/angel/payment/xero/docs/Model
Edit: /home/desid573/public_html/angel/payment/xero/docs/Model/ExpenseClaim.md (1518B)
# ExpenseClaim
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expense_claim_id** | **string** | Xero generated unique identifier for an expense claim | [optional]
**status** | **string** | Current status of an expense claim – see status types | [optional]
**payments** | [**\XeroAPI\XeroPHP\Models\Accounting\Payment[]**](Payment.md) | See Payments | [optional]
**user** | [**\XeroAPI\XeroPHP\Models\Accounting\User**](User.md) | | [optional]
**receipts** | [**\XeroAPI\XeroPHP\Models\Accounting\Receipt[]**](Receipt.md) | | [optional]
**updated_date_utc** | [**\DateTime**](\DateTime.md) | Last modified date UTC format | [optional]
**total** | **double** | The total of an expense claim being paid | [optional]
**amount_due** | **double** | The amount due to be paid for an expense claim | [optional]
**amount_paid** | **double** | The amount still to pay for an expense claim | [optional]
**payment_due_date** | [**\DateTime**](\DateTime.md) | The date when the expense claim is due to be paid YYYY-MM-DD | [optional]
**reporting_date** | [**\DateTime**](\DateTime.md) | The date the expense claim will be reported in Xero YYYY-MM-DD | [optional]
**receipt_id** | **string** | The Xero identifier for the Receipt e.g. e59a2c7f-1306-4078-a0f3-73537afcbba9 | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)