Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
CarrierBuy
Interface CarrierBuy
Base interface shared by all journal event types.
interface
CarrierBuy
{
BoughtAtMarket
:
number
;
Callsign
:
string
;
CarrierID
:
number
;
Location
:
string
;
Price
:
number
;
SystemAddress
:
number
;
Variant
:
string
;
event
:
"CarrierBuy"
;
timestamp
:
string
;
}
Hierarchy (
view full
)
JournalEvent
<
"CarrierBuy"
>
CarrierBuy
Index
Properties
Bought
At
Market
Callsign
CarrierID
Location
Price
System
Address
Variant
event
timestamp
Properties
Bought
At
Market
Bought
At
Market
:
number
Callsign
Callsign
:
string
CarrierID
CarrierID
:
number
Location
Location
:
string
Price
Price
:
number
System
Address
System
Address
:
number
Variant
Variant
:
string
event
event
:
"CarrierBuy"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Bought
At
Market
Callsign
CarrierID
Location
Price
System
Address
Variant
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.