Offering
public struct Offering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A string that describes the offering.
Declaration
Swift
public let description: String? -
The ID that corresponds to a device offering.
Declaration
Swift
public let id: String? -
The platform of the device (for example, ANDROID or IOS).
Declaration
Swift
public let platform: DevicePlatform? -
Specifies whether there are recurring charges for the offering.
Declaration
Swift
public let recurringCharges: [RecurringCharge]? -
The type of offering (for example, RECURRING) for a device.
Declaration
Swift
public let type: OfferingType? -
Undocumented
Declaration
Swift
public init(description: String? = nil, id: String? = nil, platform: DevicePlatform? = nil, recurringCharges: [RecurringCharge]? = nil, type: OfferingType? = nil)
View on GitHub
Offering Structure Reference