| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Porting order ID. | [optional] |
| telnyx_porting_order_id | String | [optional] | |
| status | String | [optional] | |
| phone_numbers | Array<String> | [optional] | |
| orders | Array<CreatePhoneNumberPortIn201ResponseOrdersInner> | [optional] |
require 'zernio-sdk'
instance = Zernio::CreatePhoneNumberPortIn201Response.new(
id: null,
telnyx_porting_order_id: null,
status: null,
phone_numbers: null,
orders: null
)