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

# XStoreAvailability

> XStoreAvailability

# XStoreAvailability

製品の利用可能性を表します。

## Syntax

```cpp theme={null}
typedef struct XStoreAvailability {  
    const char* availabilityId;  
    XStorePrice price;  
    time_t endDate;  
} XStoreAvailability  
```

### Members

*availabilityId*\
型: const char\*

製品と SKU の組み合わせの ID。

*price*\
型: [XStorePrice](/reference/system/xstore/structs/xstoreprice)

製品の価格。

*endDate*\
型: time\_t

利用可能終了日。

## Remarks

ストア内の製品は、*製品*、*SKU*、および *可用性* オブジェクトの階層で整理されています。製品は [XStoreProduct](/reference/system/xstore/structs/xstoreproduct) オブジェクトで表されます。各製品の SKU は [XStoreSku](/reference/system/xstore/structs/xstoresku) オブジェクトで表され、各 SKU の可用性は **XStoreAvailability** オブジェクトで表されます。**XStoreAvailability** は [XStoreSku](/reference/system/xstore/structs/xstoresku) 構造体のメンバーです。

## Requirements

**ヘッダー:** XStore.h (XGameRuntime.h に含まれる)

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

[XStore](/reference/system/xstore/xstore_members)\
[XStoreSku](/reference/system/xstore/structs/xstoresku)\
[XStoreProduct](/reference/system/xstore/structs/xstoreproduct)


## Related topics

- [XStoreSku](/ja-jp/reference/system/xstore/structs/xstoresku.md)
- [XStorePrice](/ja-jp/reference/system/xstore/structs/xstoreprice.md)
- [XStoreProduct](/ja-jp/reference/system/xstore/structs/xstoreproduct.md)
- [XStore](/ja-jp/reference/system/xstore/xstore_members.md)
- [PC およびモバイル ゲーム向けの XBOX 要件テスト ケース](/ja-jp/publishing/certification/pc-policy-tests.md)
