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

# XStoreSubscriptionInfo

> XStoreSubscriptionInfo

# XStoreSubscriptionInfo

구독 정보를 포함합니다.

## 구문

```cpp theme={null}
typedef struct XStoreSubscriptionInfo {  
    bool hasTrialPeriod;  
    XStoreDurationUnit trialPeriodUnit;  
    uint32_t trialPeriod;  
    XStoreDurationUnit billingPeriodUnit;  
    uint32_t billingPeriod;  
} XStoreSubscriptionInfo  
```

### 멤버

*hasTrialPeriod*\
형식: bool

구독에 평가 기간이 있는지 여부를 나타냅니다.

*trialPeriodUnit*\
형식: [XStoreDurationUnit](/reference/system/xstore/enums/xstoredurationunit)

평가 기간 단위 유형입니다.

*trialPeriod*\
형식: uint32\_t

평가 기간의 길이입니다.

*billingPeriodUnit*\
형식: [XStoreDurationUnit](/reference/system/xstore/enums/xstoredurationunit)

청구 기간 단위 유형입니다.

*billingPeriod*\
형식: uint32\_t

구독의 청구 기간입니다.

## 설명

구독은 파트너 센터에서 만들고 구성합니다. 게임에 제공되는 각 구독 유형에는 별도의 구독 구성이 필요합니다.
**XStoreSubscriptionInfo**는 [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)


## Related topics

- [XStoreDurationUnit](/ko/reference/system/xstore/enums/xstoredurationunit.md)
- [XStoreSku](/ko/reference/system/xstore/structs/xstoresku.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [Subscriptions](/ko/services/playfab/api-references/events/data-types/subscriptions.md)
- [PFSubscriptionModel](/ko/services/playfab/api-references/c/pftypes/structs/pfsubscriptionmodel.md)
