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

# XStoreCollectionData

> XStoreCollectionData

# XStoreCollectionData

특정 SKU에 대한 사용자의 권한을 설명합니다.

## 구문

```cpp theme={null}
typedef struct XStoreCollectionData {  
    time_t acquiredDate;  
    time_t startDate;  
    time_t endDate;  
    bool isTrial;  
    uint32_t trialTimeRemainingInSeconds;  
    uint32_t quantity;  
    const char* campaignId;  
    const char* developerOfferId;  
} XStoreCollectionData  
```

### 멤버

*acquiredDate*\
형식: time\_t

권한을 획득한 날짜입니다.

*startDate*\
형식: time\_t

권한의 시작 날짜입니다.

*endDate*\
형식: time\_t

권한이 종료되는 날짜입니다.

*isTrial*\
형식: bool

권한이 평가판인지 여부를 나타냅니다.

*trialTimeRemainingInSeconds*\
형식: uint32\_t

평가판의 남은 시간입니다.

*quantity*\
형식: uint32\_t

권한의 항목 수입니다. 소비 항목의 경우 이는 남은 잔량을 나타냅니다.

*campaignId*\
형식: const char\*

권한의 캠페인 ID입니다.

*developerOfferId*\
형식: const char\*

개발자 오퍼 ID입니다.

## 설명

**XStoreCollectionData**는 스토어 제품 재고 관리 단위(SKU)에 대한 추가 정보를 제공합니다. **XStoreCollectionData**는 여러 유형의 제품이나 제품 컬렉션을 참조할 수 있습니다. 따라서 모든 필드가 SKU에 적용되지 않는 경우 값이 없을 수 있습니다. \*\*XStoreCollectionData는 [StoreSku](/reference/system/xstore/structs/xstoresku) 구조체의 멤버입니다.

## 요구 사항

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

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

## 개념 설명서

* [스토어 개발 권한 도구 (DevEntitlementTool.exe)](/tools/tools-services/live-dev-entitlements-tool)

## 참고 항목

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


## Related topics

- [Store 개발 자격 도구 (DevEntitlementTool.exe)](/ko/tools/tools-services/live-dev-entitlements-tool.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [XStoreSku](/ko/reference/system/xstore/structs/xstoresku.md)
- [collections.mp.microsoft.com/v9.0/collections/publisherQuery](/ko/reference/microsoft-store-apis/xstore-v9-query-for-products.md)
- [collections.mp.microsoft.com/v8.0/collections/consume](/ko/reference/microsoft-store-apis/xstore-v8-consume.md)
