XStoreSubscriptionInfo
Contains information on a subscription.Syntax
Members
hasTrialPeriodType: bool Indicates whether the subscription has a trial period. trialPeriodUnit
Type: XStoreDurationUnit The trial period unit type. trialPeriod
Type: uint32_t The trial length period. billingPeriodUnit
Type: XStoreDurationUnit The billing period unit type. billingPeriod
Type: uint32_t The billing period for the subscription.
Remarks
Subscriptions are created and configured in Partner Center. Each subscription type offered for your game requires a separate subscription configuration. XStoreSubscriptionInfo is a member of the XStoreSku struct.Requirements
Header: XStore.h (included in XGameRuntime.h) Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XStoreXStoreSku
