AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The details of a phone number order created for Amazon Chime.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.PhoneNumberOrder

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class PhoneNumberOrder

The PhoneNumberOrder type exposes the following members

Constructors

NameDescription
Public Method PhoneNumberOrder()

Properties

NameTypeDescription
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The phone number order creation time stamp, in ISO 8601 format.

Public Property OrderedPhoneNumbers System.Collections.Generic.List<Amazon.Chime.Model.OrderedPhoneNumber>

Gets and sets the property OrderedPhoneNumbers.

The ordered phone number details, such as the phone number in E.164 format and the phone number status.

Public Property PhoneNumberOrderId System.String

Gets and sets the property PhoneNumberOrderId.

The phone number order ID.

Public Property ProductType Amazon.Chime.PhoneNumberProductType

Gets and sets the property ProductType.

The phone number order product type.

Public Property Status Amazon.Chime.PhoneNumberOrderStatus

Gets and sets the property Status.

The status of the phone number order.

Public Property UpdatedTimestamp System.DateTime

Gets and sets the property UpdatedTimestamp.

The updated phone number order time stamp, in ISO 8601 format.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5