class Aws::Chime::Types::CreatePhoneNumberOrderRequest

@note When making an API call, you may pass CreatePhoneNumberOrderRequest

data as a hash:

    {
      product_type: "BusinessCalling", # required, accepts BusinessCalling, VoiceConnector, SipMediaApplicationDialIn
      e164_phone_numbers: ["E164PhoneNumber"], # required
    }

@!attribute [rw] product_type

The phone number product type.
@return [String]

@!attribute [rw] e164_phone_numbers

List of phone numbers, in E.164 format.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreatePhoneNumberOrderRequest AWS API Documentation

Constants

SENSITIVE