Storefront
public struct Storefront : Hashable, Codable, Identifiable
Apple Music Storefront struct, representing store fronts for different countries and regions of Apple Music.
-
Declaration
Swift
public static func == (lhs: Storefront, rhs: Storefront) -> Bool -
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public let href: String -
Undocumented
Declaration
Swift
public let type: String -
Undocumented
Declaration
Swift
public let attributes: Attributes
-
Undocumented
See moreDeclaration
Swift
struct Attributes : Hashable, Codable -
Undocumented
Declaration
Swift
init?(storefrontData: JSON)
Storefront Structure Reference