Period

class Period(val value: Int, val unit: PeriodUnit)

Represents subscription or PricingPhase billing period.

Constructors

Link copied to clipboard
constructor(value: Int, unit: PeriodUnit)

Properties

Link copied to clipboard

The increment of time that a subscription period is specified in.

Link copied to clipboard
val value: Int

The number of period units.

Link copied to clipboard