Interface APIAccountProfileCharacter

Individual character from APIAccountProfileSummary

interface APIAccountProfileCharacter {
    account?: number;
    character?: hrefStruct;
    faction?: factionStruct;
    gender?: genderStruct;
    id?: number;
    level?: number;
    name?: string;
    playable_class?: refStruct;
    playable_race?: refStruct;
    protected_character?: hrefStruct;
    realm?: realmStruct;
}

Properties

account?: number
character?: hrefStruct
faction?: factionStruct
gender?: genderStruct
id?: number
level?: number
name?: string
playable_class?: refStruct
playable_race?: refStruct
protected_character?: hrefStruct
realm?: realmStruct
MMNEPVFCICPMFPCPTTAAATR