@kayahr/ed-journal
    Preparing search index...

    Interface CarrierShipPackSell

    Base interface shared by all journal event types.

    interface CarrierShipPackSell {
        CarrierID: ID;
        CarrierType?: CarrierType;
        event: "CarrierShipPack";
        Operation: "SellPack";
        PackTheme: string;
        PackTier: number;
        Refund: number;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CarrierID: ID
    CarrierType?: CarrierType
    event: "CarrierShipPack"

    The type of event.

    Operation: "SellPack"
    PackTheme: string
    PackTier: number
    Refund: number
    timestamp: string

    The time in GMT, ISO 8601.