| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | [optional] | |
| address | Address | [optional] | |
| phone_numbers | Array<PhoneNumber> | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::OrderOrderOrderingFacility.new(
name: Test Facility,
address: null,
phone_numbers: null
)