# OpenapiClient::BillingAddressPhone ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | Type of phone. | [optional] **number** | **String** | Free-form phone number. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::BillingAddressPhone.new(type: mobile, number: 212-515-1212) ```