| Name | Type | Description | Notes |
|---|---|---|---|
| phone_number | String | The phone number. | [optional] |
| phone_number_type | String | The phone number's type. | [optional] |
| integration_params | Hash<String, AnyType> | [optional] | |
| linked_account_params | Hash<String, AnyType> | [optional] |
require 'merge_crm_client'
instance = MergeCRMClient::PhoneNumberRequest.new(
phone_number: +3198675309,
phone_number_type: Mobile,
integration_params: {"unique_integration_field":"unique_integration_field_value"},
linked_account_params: {"unique_linked_account_field":"unique_linked_account_field_value"}
)