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

# PFUserPsnInfo

> PFUserPsnInfo データ モデル。

PFUserPsnInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserPsnInfo {  
    const char* psnAccountId;  
    const char* psnOnlineId;  
} PFUserPsnInfo;  
```

### メンバー

**`psnAccountId`**   const char\*\
*null 終端*

(オプション) PlayStation :tm: Network アカウント ID。

**`psnOnlineId`**   const char\*\
*null 終端*

(オプション) PlayStation :tm: Network オンライン ID。

## 要件

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

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [PFFriendsFriendInfo](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserOrigination](/ja-jp/services/playfab/api-references/c/pftypes/enums/pfuserorigination.md)
- [PFUserFacebookInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo.md)
