Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 584 Bytes

File metadata and controls

20 lines (14 loc) · 584 Bytes

Zernio::CreatePhoneNumberPortInRequestRequirementsInner

Properties

Name Type Description Notes
requirement_type_id String The requirement's id, from the requirements endpoint.
field_value String Text value, ISO datetime, or a documentId from POST /v1/phone-numbers/port-in/documents, per the requirement's kind.

Example

require 'zernio-sdk'

instance = Zernio::CreatePhoneNumberPortInRequestRequirementsInner.new(
  requirement_type_id: null,
  field_value: null
)