# CharactersCharacterIdContractsContractIdBidsGetInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **number** | The amount bid, in ISK | [default to undefined] **bid_id** | **number** | Unique ID for the bid | [default to undefined] **bidder_id** | **number** | Character ID of the bidder | [default to undefined] **date_bid** | **string** | Datetime when the bid was placed | [default to undefined] ## Example ```typescript import { CharactersCharacterIdContractsContractIdBidsGetInner } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdContractsContractIdBidsGetInner = { amount, bid_id, bidder_id, date_bid, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)