> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementGameCenterPlayFabIdPair

> PFAccountManagementGameCenterPlayFabIdPair 데이터 모델입니다.

PFAccountManagementGameCenterPlayFabIdPair 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGameCenterPlayFabIdPair {  
    const char* gameCenterId;  
    const char* playFabId;  
} PFAccountManagementGameCenterPlayFabIdPair;  
```

### 멤버

**`gameCenterId`**   const char\*<br />*null로 종료됨*

(선택 사항) 사용자에 대한 고유한 Game Center 식별자입니다.

**`playFabId`**   const char\*<br />*null로 종료됨*

(선택 사항) 사용자에 대한 고유한 PlayFab 식별자이거나, Game Center 식별자에 연결된 PlayFab 계정이 없는 경우 null입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGameCenterIDsResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgamecenteridsresult.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayGamesPlayFabIdPair](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplaygamesplayfabidpair.md)
- [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
