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

# PFValueToDateModel

> PFValueToDateModel 데이터 모델입니다.

PFValueToDateModel 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFValueToDateModel {  
    const char* currency;  
    uint32_t totalValue;  
    const char* totalValueAsDecimal;  
} PFValueToDateModel;  
```

### 멤버

**`currency`**   const char\*\
*null로 종료됨*

(선택 사항) 구매에 사용된 통화의 ISO 4217 코드입니다.

**`totalValue`**   uint32\_t

구매 총액을 1/100 화폐 단위의 정수로 나타낸 값입니다. 예를 들어 Currency가 'USD'인 경우 999는 9달러 99센트를 의미합니다.

**`totalValueAsDecimal`**   const char\*\
*null로 종료됨*

(선택 사항) 십진수 화폐 단위의 문자열 표현으로 나타낸 구매 총액입니다. 예를 들어 Currency가 'USD'인 경우 '9.99'는 9달러 99센트를 의미합니다.

## 요구 사항

**헤더:** PFTypes.h

## 참고 항목

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


## Related topics

- [PFPlayerProfileModel](/ko/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [Economy(레거시)에서 플레이어의 VTD(Value-to-Date) 가져오기](/ko/services/playfab/economy-monetization/economy/tutorials/getting-a-players-vtd.md)
- [PFTagModel](/ko/services/playfab/api-references/c/pftypes/structs/pftagmodel.md)
- [PFDateTimeDictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfdatetimedictionaryentry.md)
