Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

GetInsurancePrices200Ok.md

File metadata and controls

20 lines (14 loc) · 486 Bytes

RubyEveesiClient::GetInsurancePrices200Ok

Properties

Name Type Description Notes
levels Array<GetInsurancePricesLevel> A list of a available insurance levels for this ship type
type_id Integer type_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetInsurancePrices200Ok.new(
  levels: null,
  type_id: null
)