InPlayerSetupFee
public struct InPlayerSetupFee : Codable
Setup fee model
-
Id
Declaration
Swift
public let id: Int? -
Description regarding the setup fee
Declaration
Swift
public let descriptionField: String? -
The price to be paid for accessing the asset
Declaration
Swift
public let feeAmount: Double? -
Undocumented
Declaration
Swift
public let createdAt: Double? -
Undocumented
Declaration
Swift
public let updatedAt: Double? -
Decoder method
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
InPlayerSetupFee Structure Reference