Public Attributes | List of all members
MemberEntryType Struct Reference

Describe a member. More...

Public Attributes

 $Position
 
 $UniqueIndex
 
 $RankingIndex
 
 $FirstName
 
 $LastName
 
 $Ranking
 
 $Status
 
 $Club
 
 $Gender
 
 $Category
 
 $BirthDate
 
 $MedicalAttestation
 
 $RankingPointsCount
 
 $RankingPointsEntries
 
 $Email
 
 $Phone
 
 $Address
 
 $ResultCount
 
 $ResultEntries
 
 $NationalNumber
 

Detailed Description

Describe a member.

See also
GetMembers

Member Data Documentation

◆ $Address

MemberEntryType::$Address

The player's address

This parameter is optional and may not always be specified (see GetMembersRequest).

type: AddressType

◆ $BirthDate

MemberEntryType::$BirthDate

The player's birthdate

Format is YYYY-MM-DD

This parameter is optional and may not always be specified (see GetMembersRequest).

type: date

◆ $Category

MemberEntryType::$Category

The player's age category

Common catogory are: SEN, VET, MIN, ...

This parameter is optional and may not always be specified (see GetMembersRequest).

type: date

◆ $Club

MemberEntryType::$Club

The club index of the player

This parameter is optional and may not always be specified (see GetMembersRequest).

type: string

◆ $Email

MemberEntryType::$Email

The player's main email address

This parameter is optional and may not always be specified (see GetMembersRequest).

type: string

◆ $FirstName

MemberEntryType::$FirstName

The given name of the player

type: string

◆ $Gender

MemberEntryType::$Gender

The player's gender

M = male, F = female

This parameter is optional and may not always be specified (see GetMembersRequest).

type: string

◆ $LastName

MemberEntryType::$LastName

The family name of the player

type: string

◆ $MedicalAttestation

MemberEntryType::$MedicalAttestation

Is true if the player sent a valid medical attestation

This parameter is optional and may not always be specified (see GetMembersRequest).

type: boolean

◆ $NationalNumber

MemberEntryType::$NationalNumber

The player's national number (if relevant)

This parameter is optional and may not always be specified (see GetMembersRequest).

type: AddressType

◆ $Phone

MemberEntryType::$Phone

The player's phone information

This parameter is optional and may not always be specified (see GetMembersRequest).

type: PhoneType

◆ $Position

MemberEntryType::$Position

The position (order) of the member on the list

This number is unique and start at 1.

type: int

◆ $Ranking

MemberEntryType::$Ranking

The ranking of the player

type: string

◆ $RankingIndex

MemberEntryType::$RankingIndex

A special index to group player with the same ranking

All players that have the same ranking will receive the same ranking index. This index is the position of the last player of this ranking. This index can optionally be used in TabT.

Note: some members are not "playing members" so it means they cannot play any match. Such players do not have a raking index

type: int

◆ $RankingPointsCount

MemberEntryType::$RankingPointsCount

Number of entries in RankingPointsEntries

This parameter is optional and may not always be specified (see GetMembersRequest).

Note: NOT IMPLEMENTED YET

type: boolean

◆ $RankingPointsEntries

MemberEntryType::$RankingPointsEntries

Information about the member's ranking points

This parameter is optional and may not always be specified (see GetMembersRequest).

Note: NOT IMPLEMENTED YET

type: boolean

◆ $ResultCount

MemberEntryType::$ResultCount

The number of player's results

This parameter is optional and only returned if WithResults has been set (see GetMembersRequest).

type: int

◆ $ResultEntries

MemberEntryType::$ResultEntries

Detailed player's results

This parameter is optional and only returned if WithResults has been set (see GetMembersRequest).

type: PlayerResultEntry[]

See also
PlayerResultEntry

◆ $Status

MemberEntryType::$Status

The status of the player

Common status are: A = Active, R = Recreative, V = Reserve

This parameter is optional and may not always be specified (see GetMembersRequest).

type: string

◆ $UniqueIndex

MemberEntryType::$UniqueIndex

The unique index of the member

Each player is given a unique number, usually given by the federation he/she is belonging to.

Examples: VTTL id of GAËTAN FRENOY is 505290, Sporcrea id of JOHAN DE KONINCK is 8196.

type: int


The documentation for this struct was generated from the following file: