InPlayerCustomerPurchaseHistory
public struct InPlayerCustomerPurchaseHistory : Codable
Customer Purchase History Server Response Model
-
Undocumented
Declaration
Swift
public let collection: [InPlayerCustomerAccessItem]
-
Undocumented
Declaration
Swift
public let total: Int
-
Decoder method
Declaration
Swift
public init(from decoder: Decoder) throws