OfferingTransaction
public struct OfferingTransaction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cost of an offering transaction.
Declaration
Swift
public let cost: MonetaryAmount?
-
The date on which an offering transaction was created.
Declaration
Swift
public let createdOn: TimeStamp?
-
The ID that corresponds to a device offering promotion.
Declaration
Swift
public let offeringPromotionId: String?
-
The status of an offering transaction.
Declaration
Swift
public let offeringStatus: OfferingStatus?
-
The transaction ID of the offering transaction.
Declaration
Swift
public let transactionId: String?
-
Undocumented
Declaration
Swift
public init(cost: MonetaryAmount? = nil, createdOn: TimeStamp? = nil, offeringPromotionId: String? = nil, offeringStatus: OfferingStatus? = nil, transactionId: String? = nil)