Name | Type | Description | Notes |
---|---|---|---|
phone_type | String | [optional] | |
phone_number | String | max length = 50 | [optional] |
phone_area_code | String | max length = 10 | [optional] |
phone_country_code | String | max length = 20 | [optional] |
require 'XeroRuby::Accounting'
instance = XeroRuby::Accounting::Phone.new(phone_type: null,
phone_number: null,
phone_area_code: null,
phone_country_code: null)