EntitlementInfo

data class EntitlementInfo(val identifier: String, val isActive: Boolean, val willRenew: Boolean, val latestPurchaseDate: Long, val originalPurchaseDate: Long, val expirationDate: Long?, val productIdentifier: String, val productPlanIdentifier: String?, val isSandbox: Boolean, val unsubscribeDetectedAt: Long?, val billingIssueDetectedAt: Long?)

Constructors

Link copied to clipboard
constructor(identifier: String, isActive: Boolean, willRenew: Boolean, latestPurchaseDate: Long, originalPurchaseDate: Long, expirationDate: Long?, productIdentifier: String, productPlanIdentifier: String?, isSandbox: Boolean, unsubscribeDetectedAt: Long?, billingIssueDetectedAt: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard