PhoneNumberOrder
public struct PhoneNumberOrder : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The phone number order creation timestamp, in ISO 8601 format.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The ordered phone number details, such as the phone number in E.164 format and the phone number status.
Declaration
Swift
public let orderedPhoneNumbers: [OrderedPhoneNumber]?
-
The phone number order ID.
Declaration
Swift
public let phoneNumberOrderId: String?
-
The phone number order product type.
Declaration
Swift
public let productType: PhoneNumberProductType?
-
The status of the phone number order.
Declaration
Swift
public let status: PhoneNumberOrderStatus?
-
The updated phone number order timestamp, in ISO 8601 format.
Declaration
Swift
public let updatedTimestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, orderedPhoneNumbers: [OrderedPhoneNumber]? = nil, phoneNumberOrderId: String? = nil, productType: PhoneNumberProductType? = nil, status: PhoneNumberOrderStatus? = nil, updatedTimestamp: TimeStamp? = nil)