PricingTable
public struct PricingTable : Codable, Hashable
Representation of a pricing table
Matches PricingTable from the tripgo-api
-
Undocumented
Declaration
Swift
public let title: String
-
Undocumented
Declaration
Swift
public let subtitle: String?
-
Undocumented
Declaration
Swift
public let currency: String
-
Undocumented
Declaration
Swift
public let entries: [Entry]
-
A single entry in a pricing table
See moreDeclaration
Swift
public struct Entry : Codable, Hashable