InPlayerItemAccess
public struct InPlayerItemAccess : Codable
Item access model
-
Merchant’s Account ID
Declaration
Swift
public let accountId: Int?
-
Customer’s country
Declaration
Swift
public let countryCode: String?
-
The date when access to the asset was created, measured in seconds since 1 January 1970 (UTC)
Declaration
Swift
public let createdAt: Double?
-
Customer’s Account ID
Declaration
Swift
public let customerId: Int?
-
Customer’s Account UUID
Declaration
Swift
public let customerUuid: String?
-
The date when the access expires, measured in seconds since 1 January 1970 (UTC)
Declaration
Swift
public let expiresAt: Double?
-
The access ID
Declaration
Swift
public let id: Int?
-
Customer’s IP Address
Declaration
Swift
public let ipAddress: String?
-
Item model
Declaration
Swift
public let item: InPlayerItem?
-
Undocumented
Declaration
Swift
public let startsAt: Double?
-
Decoder method
Declaration
Swift
public init(from decoder: Decoder) throws