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

> PFVirtualCurrencyRechargeTime 值的关联数组的字典项。

PFVirtualCurrencyRechargeTime 值的关联数组的字典项。

## 语法

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

### 成员

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

TBD

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

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

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


## Related topics

- [PFGetPlayerCombinedInfoResultPayload](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFVirtualCurrencyRechargeTime](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetime.md)
- [PFDateTimeDictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfdatetimedictionaryentry.md)
- [player_virtual_currency_balance_changed](/zh-CN/services/playfab/api-references/events/Player/player-virtual-currency-balance-changed.md)
