# TradeExtensionsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_transaction_id** | Option<**i32**> | The ID of the most recent Transaction created for the Account | [optional]
**related_transaction_ids** | Option<**Vec<i32>**> | The IDs of all Transactions that were created while satisfying the request. | [optional]
**trade_client_extensions_modify_transaction** | Option<[**models::TradeClientExtensionsModifyTransaction**](TradeClientExtensionsModifyTransaction.md)> | | [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)