Entry
public struct Entry : Codable, Hashable
A single entry in a pricing table
-
Undocumented
Declaration
Swift
public let label: String?
-
Undocumented
Declaration
Swift
public let price: Float
-
Undocumented
Declaration
Swift
public let maxDurationInMinutes: Int?