RCPeriodType
enum RCPeriodType : NSInteger {}
Enum of supported period types for an entitlement.
-
If the entitlement is not under an introductory or trial period.
Declaration
Objective-C
RCNormal = 0 -
If the entitlement is under a introductory price period.
Declaration
Objective-C
RCIntro -
If the entitlement is under a trial period.
Declaration
Objective-C
RCTrial
View on GitHub
RCPeriodType Enumeration Reference