Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 719 Bytes

File metadata and controls

26 lines (20 loc) · 719 Bytes

Zernio::CreatePhoneNumberPortIn201Response

Properties

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]

Example

require 'zernio-sdk'

instance = Zernio::CreatePhoneNumberPortIn201Response.new(
  id: null,
  telnyx_porting_order_id: null,
  status: null,
  phone_numbers: null,
  orders: null
)