Update API

This commit is contained in:
Ilya Laktyushin
2024-05-16 18:57:35 +04:00
parent d1adb7f8a1
commit 62ff5b04ec
40 changed files with 39600 additions and 39010 deletions

View File

@@ -31,6 +31,7 @@ public struct PremiumGiftCodeOption: Codable, Equatable {
public let storeQuantity: Int32
public let currency: String
public let amount: Int64
public init(users: Int32, months: Int32, storeProductId: String?, storeQuantity: Int32, currency: String, amount: Int64) {
self.users = users
self.months = months