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

- [PFFriendsFriendInfo](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [PFUserAccountInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserOrigination](/ko/services/playfab/api-references/c/pftypes/enums/pfuserorigination.md)
- [PFUserKongregateInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfuserkongregateinfo.md)
