# TransactionIdRangeResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transactions** | Option<[**Vec<models::Transaction>**](Transaction.md)> | The list of Transactions that satisfy the request. | [optional]
**last_transaction_id** | Option<**i32**> | The ID of the most recent Transaction created for the Account | [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)