Documentation
    Preparing search index...

    Interface ReputationTiersResponse

    The response for a reputation tier.

    interface ReputationTiersResponse {
        _links: { self: Href };
        faction?: NameIdKey;
        id: number;
        tiers: Tier[];
    }

    Hierarchy

    • ResponseBase
      • ReputationTiersResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    faction?: NameIdKey
    id: number
    tiers: Tier[]