/home/desid573/public_html/payment/xero-2/doc/accounting/Model
Edit: /home/desid573/public_html/payment/xero-2/doc/accounting/Model/LinkedTransaction.md (2297B)
# LinkedTransaction
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**source_transaction_id** | **string** | Filter by the SourceTransactionID. Get all the linked transactions created from a particular ACCPAY invoice | [optional]
**source_line_item_id** | **string** | The line item identifier from the source transaction. | [optional]
**contact_id** | **string** | Filter by the combination of ContactID and Status. Get all the linked transactions that have been assigned to a particular customer and have a particular status e.g. GET /LinkedTransactions?ContactID=4bb34b03-3378-4bb2-a0ed-6345abf3224e&Status=APPROVED. | [optional]
**target_transaction_id** | **string** | Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional]
**target_line_item_id** | **string** | The line item identifier from the target transaction. It is possible to link multiple billable expenses to the same TargetLineItemID. | [optional]
**linked_transaction_id** | **string** | The Xero identifier for an Linked Transaction e.g./LinkedTransactions/297c2dc5-cc47-4afd-8ec8-74990b8761e9 | [optional]
**status** | **string** | Filter by the combination of ContactID and Status. Get all the linked transactions that have been assigned to a particular customer and have a particular status e.g. GET /LinkedTransactions?ContactID=4bb34b03-3378-4bb2-a0ed-6345abf3224e&Status=APPROVED. | [optional]
**type** | **string** | This will always be BILLABLEEXPENSE. More types may be added in future. | [optional]
**updated_date_utc** | **string** | The last modified date in UTC format | [optional]
**source_transaction_type_code** | **string** | The Type of the source tranasction. This will be ACCPAY if the linked transaction was created from an invoice and SPEND if it was created from a bank transaction. | [optional]
**validation_errors** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of validation error messages 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)