Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.17 KB

GetCorporationsCorporationIdOk.md

File metadata and controls

24 lines (19 loc) · 1.17 KB

GetCorporationsCorporationIdOk

Properties

Name Type Description Notes
alliance_id Option<i32> ID of the alliance that corporation is a member of, if any [optional]
ceo_id i32 ceo_id integer
creator_id i32 creator_id integer
date_founded Option<String> date_founded string [optional]
description Option<String> description string [optional]
faction_id Option<i32> faction_id integer [optional]
home_station_id Option<i32> home_station_id integer [optional]
member_count i32 member_count integer
name String the full name of the corporation
shares Option<i64> shares integer [optional]
tax_rate f32 tax_rate number
ticker String the short name of the corporation
url Option<String> url string [optional]
war_eligible Option<bool> war_eligible boolean [optional]

[Back to Model list] [Back to API list] [Back to README]