View model of a single current club membership of a person (a membership without an until date).
ACTIVE, PASSIVE. May be null.| name | data type | description |
|---|---|---|
| vkz | string | |
| memberNo | string | |
| clubName | string | |
| licenceState | LicenceStateSchachDE | |
| regionName | string | |
| federationName | string |
Example
{
"vkz" : "...",
"memberNo" : "...",
"clubName" : "...",
"licenceState" : "ACTIVE",
"regionName" : "...",
"federationName" : "..."
}