Documentation
    Preparing search index...

    Interface CharacterPvpSummaryResponse

    interface CharacterPvpSummaryResponse {
        _links: { self: Href };
        character: Character;
        honor_level: number;
        honorable_kills: number;
        pvp_map_statistics: PvpMapStatistic[];
    }

    Hierarchy

    • ResponseBase
      • CharacterPvpSummaryResponse
    Index

    Properties

    _links: { self: Href }
    character: Character
    honor_level: number
    honorable_kills: number
    pvp_map_statistics: PvpMapStatistic[]