Name | Type | Description | Notes |
---|---|---|---|
cost | Float | cost number | |
name | String | Localized insurance level | |
payout | Float | payout number |
require 'ruby_eveesi_client'
instance = RubyEveesiClient::GetInsurancePricesLevel.new(
cost: null,
name: null,
payout: null
)