> ## 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 終端*

(オプション) 10 進通貨単位の文字列表現で表した購入の合計値。たとえば、Currency が 'USD' の場合、'9.99' は 9 ドル 99 セントを示します。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)
