PhoneNumberOrder

The details of an Amazon Chime SDK phone number order.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Firm Order Commitment (FOC) date for phone number porting orders. This field is null if a phone number order is not a porting order.

Link copied to clipboard

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

Link copied to clipboard

The type of phone number being ordered, local or toll-free.

Link copied to clipboard

The ID of the phone order.

Link copied to clipboard

The phone number order product type.

Link copied to clipboard

The status of the phone number order.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: PhoneNumberOrder.Builder.() -> Unit = {}): PhoneNumberOrder
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String