Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.21 KB

File metadata and controls

30 lines (24 loc) · 1.21 KB

Zernio::CreatePhoneNumberPortInRequest

Properties

Name Type Description Notes
phone_numbers Array<String> E.164 numbers to port in.
end_user CreatePhoneNumberPortInRequestEndUser
loa_document_id String Document id from POST /v1/phone-numbers/port-in/documents (kind=loa).
invoice_document_id String Document id from POST /v1/phone-numbers/port-in/documents (kind=invoice).
foc_datetime_requested Time Requested port date; the carrier confirms the actual FOC later. Defaults to one week out (shifted off weekends) when omitted. [optional]
customer_reference String [optional]
port_type String Whether the losing account ports all its numbers (full) or keeps some (partial). [optional][default to 'full']

Example

require 'zernio-sdk'

instance = Zernio::CreatePhoneNumberPortInRequest.new(
  phone_numbers: null,
  end_user: null,
  loa_document_id: null,
  invoice_document_id: null,
  foc_datetime_requested: null,
  customer_reference: null,
  port_type: null
)