StoreSubscriptionInfo.BillingPeriod Property

Definition

Gets the duration of the billing period for a subscription, in the units specified by the BillingPeriodUnit property.

public:
 property unsigned int BillingPeriod { unsigned int get(); };
uint32_t BillingPeriod();
public uint BillingPeriod { get; }
var uInt32 = storeSubscriptionInfo.billingPeriod;
Public ReadOnly Property BillingPeriod As UInteger

Property Value

UInt32

unsigned int

uint32_t

The duration of the billing period, in the units specified by the BillingPeriodUnit property.

Applies to