Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 506 Bytes

GetContractsPublicBidsContractId200Ok.md

File metadata and controls

22 lines (16 loc) · 506 Bytes

RubyEveesiClient::GetContractsPublicBidsContractId200Ok

Properties

Name Type Description Notes
amount Float The amount bid, in ISK
bid_id Integer Unique ID for the bid
date_bid Time Datetime when the bid was placed

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetContractsPublicBidsContractId200Ok.new(
  amount: null,
  bid_id: null,
  date_bid: null
)