> ## 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\*\
*null로 종료됨*

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](/ko/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFVirtualCurrencyRechargeTime](/ko/services/playfab/api-references/c/pftypes/structs/pfvirtualcurrencyrechargetime.md)
- [PFDateTimeDictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfdatetimedictionaryentry.md)
- [character_virtual_currency_balance_changed](/ko/services/playfab/api-references/events/Character/character-virtual-currency-balance-changed.md)
