| 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. |
require 'zernio-sdk'
instance = Zernio::CreatePhoneNumberPortInRequestRequirementsInner.new(
requirement_type_id: null,
field_value: null
)