Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 911 Bytes

GetLoyaltyStoresCorporationIdOffers200Ok.md

File metadata and controls

30 lines (24 loc) · 911 Bytes

RubyEveesiClient::GetLoyaltyStoresCorporationIdOffers200Ok

Properties

Name Type Description Notes
ak_cost Integer Analysis kredit cost [optional]
isk_cost Integer isk_cost integer
lp_cost Integer lp_cost integer
offer_id Integer offer_id integer
quantity Integer quantity integer
required_items Array<GetLoyaltyStoresCorporationIdOffersRequiredItem> required_items array
type_id Integer type_id integer

Example

require 'ruby_eveesi_client'

instance = RubyEveesiClient::GetLoyaltyStoresCorporationIdOffers200Ok.new(
  ak_cost: null,
  isk_cost: null,
  lp_cost: null,
  offer_id: null,
  quantity: null,
  required_items: null,
  type_id: null
)