PhoneNumberOrder class
The details of a phone number order created for Amazon Chime.
Constructors
- 
          PhoneNumberOrder({DateTime? createdTimestamp, List<
OrderedPhoneNumber> ? orderedPhoneNumbers, String? phoneNumberOrderId, PhoneNumberProductType? productType, PhoneNumberOrderStatus? status, DateTime? updatedTimestamp}) - 
          PhoneNumberOrder.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- createdTimestamp → DateTime?
 - 
  The phone number order creation timestamp, in ISO 8601 format.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  orderedPhoneNumbers
  → List<
OrderedPhoneNumber> ? - 
  The ordered phone number details, such as the phone number in E.164 format
and the phone number status.
  final
 - phoneNumberOrderId → String?
 - 
  The phone number order ID.
  final
 - productType → PhoneNumberProductType?
 - 
  The phone number order product type.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - status → PhoneNumberOrderStatus?
 - 
  The status of the phone number order.
  final
 - updatedTimestamp → DateTime?
 - 
  The updated phone number order timestamp, in ISO 8601 format.
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited