Documentation
    Preparing search index...

    Interface ProtectedCharacterProfileSummaryResponse

    interface ProtectedCharacterProfileSummaryResponse {
        _links: Links;
        bind_position: Position;
        character: Realm;
        id: number;
        money: number;
        name: string;
        position: Position;
        protected_stats: ProtectedStats;
        wow_account: number;
    }
    Index

    Properties

    _links: Links
    bind_position: Position
    character: Realm
    id: number
    money: number
    name: string
    position: Position
    protected_stats: ProtectedStats
    wow_account: number