PartnerOfferingGroup
public struct PartnerOfferingGroup : Decodable
A group that contains PartnerOfferings
-
Title
Declaration
Swift
public let title: String -
Subtitle
Declaration
Swift
public let subtitle: String -
Options
Declaration
Swift
public let offerings: [PartnerOffering] -
Starting price
Declaration
Swift
public let startingPrice: Price -
Declaration
Swift
public init(from decoder: Decoder) throws
PartnerOfferingGroup Structure Reference