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

제품의 가용성을 설명합니다.

## 구문

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

### 멤버

*availabilityId*\
형식: const char\*

제품/SKU 조합의 ID입니다.

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

제품의 가격입니다.

*endDate*\
형식: time\_t

가용성 종료 날짜입니다.

## 설명

스토어의 제품은 *제품*, *SKU*, *가용성* 객체의 계층 구조로 구성됩니다. 제품은 [XStoreProduct](/reference/system/xstore/structs/xstoreproduct) 객체로 표시됩니다. 각 제품의 SKU는 [XStoreSku](/reference/system/xstore/structs/xstoresku) 객체로 표시되며, 각 SKU의 가용성은 **XStoreAvailability** 객체로 표시됩니다. **XStoreAvailability**는 [XStoreSku](/reference/system/xstore/structs/xstoresku) 구조체의 멤버입니다.

## 요구 사항

**헤더:** XStore.h (XGameRuntime.h에 포함됨)

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 참고 항목

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


## Related topics

- [XStoreSku](/ko/reference/system/xstore/structs/xstoresku.md)
- [XStorePrice](/ko/reference/system/xstore/structs/xstoreprice.md)
- [XStoreProduct](/ko/reference/system/xstore/structs/xstoreproduct.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [PC 및 모바일 게임용 XBOX Requirement 테스트 케이스](/ko/publishing/certification/pc-policy-tests.md)
