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

# PFAccountManagementPSNAccountPlayFabIdPair

> Modelo de datos de PFAccountManagementPSNAccountPlayFabIdPair.

Modelo de datos de PFAccountManagementPSNAccountPlayFabIdPair.

## Sintaxis

```cpp theme={null}
typedef struct PFAccountManagementPSNAccountPlayFabIdPair {  
    const char* playFabId;  
    const char* PSNAccountId;  
} PFAccountManagementPSNAccountPlayFabIdPair;  
```

### Miembros

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

(Opcional) Identificador único de PlayFab para un usuario, o null si no hay ninguna cuenta de PlayFab vinculada al identificador de PlayStation :tm: Network.

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

(Opcional) Identificador único de PlayStation :tm: Network para un usuario.

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

[Miembros de PFAccountManagementTypes](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
