/home/desid573/public_html/payment/xero-2/doc/accounting/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/accounting/Model/Receipt.md (2149B)
# Receipt
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date** | **string** | Date of receipt – YYYY-MM-DD | [optional]
**contact** | [**\XeroAPI\XeroPHP\Models\Accounting\Contact**](Contact.md) | | [optional]
**line_items** | [**\XeroAPI\XeroPHP\Models\Accounting\LineItem[]**](LineItem.md) | | [optional]
**user** | [**\XeroAPI\XeroPHP\Models\Accounting\User**](User.md) | | [optional]
**reference** | **string** | Additional reference number | [optional]
**line_amount_types** | [**\XeroAPI\XeroPHP\Models\Accounting\LineAmountTypes**](LineAmountTypes.md) | | [optional]
**sub_total** | **double** | Total of receipt excluding taxes | [optional]
**total_tax** | **double** | Total tax on receipt | [optional]
**total** | **double** | Total of receipt tax inclusive (i.e. SubTotal + TotalTax) | [optional]
**receipt_id** | **string** | Xero generated unique identifier for receipt | [optional]
**status** | **string** | Current status of receipt – see status types | [optional]
**receipt_number** | **string** | Xero generated sequence number for receipt in current claim for a given user | [optional]
**updated_date_utc** | **string** | Last modified date UTC format | [optional]
**has_attachments** | **bool** | boolean to indicate if a receipt has an attachment | [optional] [default to false]
**url** | **string** | URL link to a source document – shown as “Go to [appName]” in the Xero app | [optional]
**validation_errors** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
**warnings** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of warning messages from the API | [optional]
**attachments** | [**\XeroAPI\XeroPHP\Models\Accounting\Attachment[]**](Attachment.md) | Displays array of attachments from the API | [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)