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

# PFVirtualCurrencyRechargeTimeDictionaryEntry

> Dictionary entry for an associative array with PFVirtualCurrencyRechargeTime values.

Dictionary entry for an associative array with PFVirtualCurrencyRechargeTime values.

## Syntax

```cpp theme={null}
typedef struct PFVirtualCurrencyRechargeTimeDictionaryEntry {  
    const char* key;  
    PFVirtualCurrencyRechargeTime const* value;  
} PFVirtualCurrencyRechargeTimeDictionaryEntry;  
```

### Members

**`key`**   const char\*\
*is null-terminated*

TBD

**`value`**   [PFVirtualCurrencyRechargeTime](/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetime) const\*

TBD

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFGetPlayerCombinedInfoResultPayload](/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFVirtualCurrencyRechargeTime](/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetime.md)
- [Manage Virtual Currencies in Economy (Legacy)](/services/playfab/economy-monetization/economy/tutorials/currencies.md)
- [PFSegmentsPlayerProfile](/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
