Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 440 Bytes

GetInsurancePricesLevel.md

File metadata and controls

22 lines (16 loc) · 440 Bytes

RubyEveesiClient::GetInsurancePricesLevel

Properties

Name Type Description Notes
cost Float cost number
name String Localized insurance level
payout Float payout number

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetInsurancePricesLevel.new(
  cost: null,
  name: null,
  payout: null
)