CustomerInfo

fun CustomerInfo(    entitlements: EntitlementInfos,     purchasedNonSubscriptionSkus: Set<String>,     allExpirationDatesByProduct: Map<String, Date?>,     allPurchaseDatesByProduct: Map<String, Date?>,     requestDate: Date,     jsonObject: JSONObject,     schemaVersion: Int,     firstSeen: Date,     originalAppUserId: String,     managementURL: Uri?,     originalPurchaseDate: Date?)

Sources

Link copied to clipboard