PurchaseOfferingRequest
public struct PurchaseOfferingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the offering.
Declaration
Swift
public let offeringId: String? -
The ID of the offering promotion to be applied to the purchase.
Declaration
Swift
public let offeringPromotionId: String? -
The number of device slots to purchase in an offering request.
Declaration
Swift
public let quantity: Int? -
Undocumented
Declaration
Swift
public init(offeringId: String? = nil, offeringPromotionId: String? = nil, quantity: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PurchaseOfferingRequest Structure Reference