Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1001 Bytes

File metadata and controls

28 lines (22 loc) · 1001 Bytes

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. [optional]
customer_reference String [optional]

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
)