# CharactersCharacterIdFwStatsGetVictoryPoints Summary of victory points gained by the given character for the enlisted faction ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **last_week** | **number** | Last week\'s victory points gained by the given character | [default to undefined] **total** | **number** | Total victory points gained since the given character enlisted | [default to undefined] **yesterday** | **number** | Yesterday\'s victory points gained by the given character | [default to undefined] ## Example ```typescript import { CharactersCharacterIdFwStatsGetVictoryPoints } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdFwStatsGetVictoryPoints = { last_week, total, yesterday, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)