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

# PFUserBattleNetInfo

> PFUserBattleNetInfo data model.

PFUserBattleNetInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFUserBattleNetInfo {  
    const char* battleNetAccountId;  
    const char* battleNetBattleTag;  
} PFUserBattleNetInfo;  
```

### Members

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

(Optional) Battle.net identifier.

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

(Optional) Battle.net display name.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)
