> ## 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.

# PFAccountManagementPSNOnlinePlayFabIdPair

> PFAccountManagementPSNOnlinePlayFabIdPair データ モデル。

PFAccountManagementPSNOnlinePlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementPSNOnlinePlayFabIdPair {  
    const char* playFabId;  
    const char* PSNOnlineId;  
} PFAccountManagementPSNOnlinePlayFabIdPair;  
```

### メンバー

**`playFabId`**   const char\*<br />*is null-terminated*

(省略可) ユーザーの一意の PlayFab 識別子。PlayStation :tm: Network 識別子に PlayFab アカウントがリンクされていない場合は null。

**`PSNOnlineId`**   const char\*<br />*is null-terminated*

(省略可) ユーザーの一意の PlayStation :tm: Network 識別子。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementSteamPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsteamplayfabidpair.md)
- [PFAccountManagementTwitchPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementtwitchplayfabidpair.md)
- [PFAccountManagementGooglePlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplayfabidpair.md)
